mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 599a4bccd28710a88972e1a0ef6961c9bad816fc
This commit is contained in:
@ -5,12 +5,12 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL 9.0)\n"
|
||||
"Project-Id-Version: ecpg (PostgreSQL) 11\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2014-11-22 21:07+0000\n"
|
||||
"PO-Revision-Date: 2014-11-24 15:21+0800\n"
|
||||
"Last-Translator: Xiong He <iihero@qq.com>\n"
|
||||
"Language-Team: Chinese (Simplified)\n"
|
||||
"POT-Creation-Date: 2019-05-15 17:57+0800\n"
|
||||
"PO-Revision-Date: 2019-05-16 17:21+0800\n"
|
||||
"Last-Translator: Jie Zhang <zhangjie2@cn.fujitsu.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <zhangjie2@cn.fujitsu.com>\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -28,27 +28,27 @@ msgstr "变量 \"%s\"必须是数值类型"
|
||||
msgid "descriptor \"%s\" does not exist"
|
||||
msgstr "描述符\"%s\"不存在"
|
||||
|
||||
#: descriptor.c:161 descriptor.c:210
|
||||
#: descriptor.c:161 descriptor.c:213
|
||||
#, c-format
|
||||
msgid "descriptor header item \"%d\" does not exist"
|
||||
msgstr "描述符标题成员\"%d\"不存在"
|
||||
|
||||
#: descriptor.c:182
|
||||
#: descriptor.c:183
|
||||
#, c-format
|
||||
msgid "nullable is always 1"
|
||||
msgstr "可为空永远用1表示"
|
||||
|
||||
#: descriptor.c:185
|
||||
#: descriptor.c:186
|
||||
#, c-format
|
||||
msgid "key_member is always 0"
|
||||
msgstr "key_member永远是0"
|
||||
|
||||
#: descriptor.c:277
|
||||
#: descriptor.c:280
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" is not implemented"
|
||||
msgstr "没有使用描述符成员\"%s\"."
|
||||
|
||||
#: descriptor.c:287
|
||||
#: descriptor.c:290
|
||||
#, c-format
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "无法设置描述符成员 \"%s\""
|
||||
@ -91,15 +91,15 @@ msgstr ""
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -C MODE set compatibility mode; MODE can be one of\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\"\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\", \"ORACLE\"\n"
|
||||
msgstr ""
|
||||
"-C MODE 设置兼容模式;MODE可以是下列模式之一\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\"\n"
|
||||
" -C MODE 设置兼容模式;MODE可以是下列模式之一\n"
|
||||
" \"INFORMIX\", \"INFORMIX_SE\", \"ORACLE\"\n"
|
||||
|
||||
#: ecpg.c:46
|
||||
#, c-format
|
||||
msgid " -d generate parser debug output\n"
|
||||
msgstr " -d 产生解析器的调试输出\n"
|
||||
msgstr " -d 产生解析器的调试输出\n"
|
||||
|
||||
#: ecpg.c:48
|
||||
#, c-format
|
||||
@ -108,24 +108,23 @@ msgstr " -D SYMBOL 定义SYMBOL\n"
|
||||
|
||||
#: ecpg.c:49
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -h parse a header file, this option includes option \"-c\"\n"
|
||||
msgstr "-h 分析一个头文件,这个选项包含选项\"-c\"\n"
|
||||
msgid " -h parse a header file, this option includes option \"-c\"\n"
|
||||
msgstr " -h 分析一个头文件,这个选项包含选项\"-c\"\n"
|
||||
|
||||
#: ecpg.c:50
|
||||
#, c-format
|
||||
msgid " -i parse system include files as well\n"
|
||||
msgstr "-i 分析系统引用文件\n"
|
||||
msgstr " -i 分析系统引用文件\n"
|
||||
|
||||
#: ecpg.c:51
|
||||
#, c-format
|
||||
msgid " -I DIRECTORY search DIRECTORY for include files\n"
|
||||
msgstr " -I DIRECTORY 为引用文件搜索变量DIRECTORY\n"
|
||||
msgstr " -I DIRECTORY 为引用文件搜索变量DIRECTORY\n"
|
||||
|
||||
#: ecpg.c:52
|
||||
#, c-format
|
||||
msgid " -o OUTFILE write result to OUTFILE\n"
|
||||
msgstr "-o OUTFILE 将结果写入到OUTFILE\n"
|
||||
msgstr " -o OUTFILE 将结果写入到OUTFILE\n"
|
||||
|
||||
#: ecpg.c:53
|
||||
#, c-format
|
||||
@ -134,7 +133,7 @@ msgid ""
|
||||
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
|
||||
msgstr ""
|
||||
" -r OPTION 指定运行时的系统行为; OPTION可以是:\n"
|
||||
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
|
||||
" \"no_indicator\", \"prepare\", \"questionmarks\"\n"
|
||||
|
||||
#: ecpg.c:55
|
||||
#, c-format
|
||||
@ -148,8 +147,8 @@ msgstr " -t 打开事务的自动提交功能\n"
|
||||
|
||||
#: ecpg.c:57
|
||||
#, c-format
|
||||
msgid " --version output version information, then exit\n"
|
||||
msgstr " --version 输出版本信息,然后退出\n"
|
||||
msgid " -V, --version output version information, then exit\n"
|
||||
msgstr " -V, --version 输出版本信息,然后退出\n"
|
||||
|
||||
#: ecpg.c:58
|
||||
#, c-format
|
||||
@ -164,8 +163,7 @@ msgid ""
|
||||
"input file name, after stripping off .pgc if present.\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"如果没有指定输出文件,那么输出文件名将由输入文件名(如果有后缀,那么去掉."
|
||||
"pgc)\n"
|
||||
"如果没有指定输出文件,那么输出文件名将由输入文件名(如果有后缀,那么去掉.pgc)\n"
|
||||
"加上.c的后缀名组成.\n"
|
||||
|
||||
#: ecpg.c:61
|
||||
@ -177,156 +175,152 @@ msgstr ""
|
||||
"\n"
|
||||
"错误报告至 <pgsql-bugs@postgresql.org>.\n"
|
||||
|
||||
#: ecpg.c:143
|
||||
#: ecpg.c:139
|
||||
#, c-format
|
||||
#| msgid "%s: could not find own executable\n"
|
||||
msgid "%s: could not locate my own executable path\n"
|
||||
msgstr "%s: 找不到我的可执行文件路径\n"
|
||||
|
||||
#: ecpg.c:186 ecpg.c:337 ecpg.c:347
|
||||
#: ecpg.c:174 ecpg.c:331 ecpg.c:342
|
||||
#, c-format
|
||||
msgid "%s: could not open file \"%s\": %s\n"
|
||||
msgstr "%s: 无法打开文件 \"%s\": %s\n"
|
||||
|
||||
#: ecpg.c:225 ecpg.c:238 ecpg.c:254 ecpg.c:279
|
||||
#: ecpg.c:217 ecpg.c:230 ecpg.c:246 ecpg.c:272
|
||||
#, c-format
|
||||
msgid "Try \"%s --help\" for more information.\n"
|
||||
msgstr "请用 \"%s --help\" 获取更多的信息.\n"
|
||||
|
||||
#: ecpg.c:249
|
||||
#: ecpg.c:241
|
||||
#, c-format
|
||||
msgid "%s: parser debug support (-d) not available\n"
|
||||
msgstr "%s: 解析器跟踪调试支持(-d)无效\n"
|
||||
|
||||
#: ecpg.c:267
|
||||
#: ecpg.c:260
|
||||
#, c-format
|
||||
msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n"
|
||||
msgstr "%s, PostgreSQL嵌入式C语言预处理器, 版本%d.%d.%d\n"
|
||||
msgid "%s, the PostgreSQL embedded C preprocessor, version %s\n"
|
||||
msgstr "%s, PostgreSQL嵌入式C语言预处理器, 版本%s\n"
|
||||
|
||||
#: ecpg.c:269
|
||||
#: ecpg.c:262
|
||||
#, c-format
|
||||
msgid "EXEC SQL INCLUDE ... search starts here:\n"
|
||||
msgstr "EXEC SQL INCLUDE ... 从这里开始搜索:\n"
|
||||
|
||||
#: ecpg.c:272
|
||||
#: ecpg.c:265
|
||||
#, c-format
|
||||
msgid "end of search list\n"
|
||||
msgstr "搜索列表的结束部分\n"
|
||||
|
||||
#: ecpg.c:278
|
||||
#: ecpg.c:271
|
||||
#, c-format
|
||||
msgid "%s: no input files specified\n"
|
||||
msgstr "%s: 没有指定输入文件\n"
|
||||
|
||||
#: ecpg.c:470
|
||||
#: ecpg.c:465
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has been declared but not opened"
|
||||
msgstr "已经声明了游标\"%s\",但是没有打开"
|
||||
|
||||
#: ecpg.c:483 preproc.y:125
|
||||
#: ecpg.c:478 preproc.y:127
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "无法删除输出文件 \"%s\"\n"
|
||||
|
||||
#: pgc.l:421
|
||||
#: pgc.l:444
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "/* 注释没有结束"
|
||||
|
||||
#: pgc.l:434
|
||||
#: pgc.l:457
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "无效的bit字符串常量"
|
||||
|
||||
#: pgc.l:443
|
||||
#: pgc.l:466
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "未结束的bit字符串常量"
|
||||
|
||||
#: pgc.l:459
|
||||
#: pgc.l:482
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "未结束的16进制字符串常量"
|
||||
|
||||
#: pgc.l:537
|
||||
#: pgc.l:560
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "未结束的引用字符串"
|
||||
|
||||
#: pgc.l:592 pgc.l:605
|
||||
#: pgc.l:618 pgc.l:631
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "长度为0的分隔标识符"
|
||||
|
||||
#: pgc.l:613
|
||||
#: pgc.l:639
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "未结束的引用标识符"
|
||||
|
||||
#: pgc.l:867
|
||||
#: pgc.l:921
|
||||
#, c-format
|
||||
#| msgid "unterminated /* comment"
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "有嵌套注释/*...*/"
|
||||
|
||||
#: pgc.l:960
|
||||
#: pgc.l:1014
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "在EXEC SQL UNDEF命令中丢失标识符"
|
||||
|
||||
#: pgc.l:1006 pgc.l:1020
|
||||
#: pgc.l:1060 pgc.l:1074
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "丢失匹配 \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
|
||||
#: pgc.l:1009 pgc.l:1022 pgc.l:1198
|
||||
#: pgc.l:1063 pgc.l:1076 pgc.l:1252
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "\"EXEC SQL ENDIF;\"丢失"
|
||||
|
||||
#: pgc.l:1038 pgc.l:1057
|
||||
#: pgc.l:1092 pgc.l:1111
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "多个EXEC SQL ELSE"
|
||||
|
||||
#: pgc.l:1079 pgc.l:1093
|
||||
#: pgc.l:1133 pgc.l:1147
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "EXEC SQL ENDIF不匹配"
|
||||
|
||||
#: pgc.l:1113
|
||||
#: pgc.l:1167
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "嵌套EXEC SQL IFDEF条件太多"
|
||||
|
||||
#: pgc.l:1146
|
||||
#: pgc.l:1200
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "在EXEC SQL IFDEF命令中丢失标识符"
|
||||
|
||||
#: pgc.l:1155
|
||||
#: pgc.l:1209
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "在EXEC SQL DEFINE命令中丢失标识符"
|
||||
|
||||
#: pgc.l:1188
|
||||
#: pgc.l:1242
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "在EXEC SQL INCLUDE命令中出现语法错误"
|
||||
|
||||
#: pgc.l:1237
|
||||
#: pgc.l:1291
|
||||
#, c-format
|
||||
msgid ""
|
||||
"internal error: unreachable state; please report this to <pgsql-"
|
||||
"bugs@postgresql.org>"
|
||||
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
|
||||
msgstr "内部错误:不可到达的状态;请向<pgsql-bugs@postgresql.org>发送报告"
|
||||
|
||||
#: pgc.l:1362
|
||||
#: pgc.l:1420
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr "错误:在第%3$d行上包含路径\"%1$s/%2$s\"太长,跳过\n"
|
||||
|
||||
#: pgc.l:1385
|
||||
#: pgc.l:1443
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "在第%2$d行无法打开应用文件\"%1$s\""
|
||||
@ -335,213 +329,210 @@ msgstr "在第%2$d行无法打开应用文件\"%1$s\""
|
||||
msgid "syntax error"
|
||||
msgstr "语法错误"
|
||||
|
||||
#: preproc.y:79
|
||||
#: preproc.y:81
|
||||
#, c-format
|
||||
msgid "WARNING: "
|
||||
msgstr "警告:"
|
||||
|
||||
#: preproc.y:82
|
||||
#: preproc.y:84
|
||||
#, c-format
|
||||
msgid "ERROR: "
|
||||
msgstr "错误:"
|
||||
|
||||
#: preproc.y:506
|
||||
#: preproc.y:508
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "游标 \"%s\" 不存在"
|
||||
|
||||
#: preproc.y:535
|
||||
#: preproc.y:537
|
||||
#, c-format
|
||||
msgid "initializer not allowed in type definition"
|
||||
msgstr "在类型定义中不允许进行初始化"
|
||||
|
||||
#: preproc.y:537
|
||||
#: preproc.y:539
|
||||
#, c-format
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "在Informix模式中类型名称\"string\" 是被保留的"
|
||||
|
||||
#: preproc.y:544 preproc.y:13867
|
||||
#: preproc.y:546 preproc.y:15769
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "已定义类型\"%s\" "
|
||||
|
||||
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:618
|
||||
#: preproc.y:570 preproc.y:16427 preproc.y:16752 variable.c:620
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "不支持针对简单数据类型的多维数组"
|
||||
|
||||
#: preproc.y:1579
|
||||
#: preproc.y:1694
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "在CLOSE DATABASE语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:1782
|
||||
#: preproc.y:1903
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "在CONNECT语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:1816
|
||||
#: preproc.y:1937
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "在DISCONNECT语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:1871
|
||||
#: preproc.y:1992
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "在SET CONNECTION语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:1893
|
||||
#: preproc.y:2014
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "在TYPE语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:1902
|
||||
#: preproc.y:2023
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "在VAR语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:1909
|
||||
#: preproc.y:2030
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "在WHENEVER语句中不允许使用AT选项"
|
||||
|
||||
#: preproc.y:2157 preproc.y:2162 preproc.y:2278 preproc.y:3656 preproc.y:4908
|
||||
#: preproc.y:4917 preproc.y:5201 preproc.y:6604 preproc.y:7693 preproc.y:7698
|
||||
#: preproc.y:10156 preproc.y:10753
|
||||
#: preproc.y:2107 preproc.y:2279 preproc.y:2284 preproc.y:2407 preproc.y:4052
|
||||
#: preproc.y:5622 preproc.y:5631 preproc.y:5931 preproc.y:7537 preproc.y:9030
|
||||
#: preproc.y:9035 preproc.y:11830
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "不支持的功能特性将会传递给服务器"
|
||||
|
||||
#: preproc.y:2536
|
||||
#: preproc.y:2665
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "没有使用SHOW ALL"
|
||||
|
||||
#: preproc.y:3044
|
||||
#: preproc.y:3393
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "不能进行COPY FROM STDIN的操作"
|
||||
|
||||
#: preproc.y:8534 preproc.y:13456
|
||||
#: preproc.y:9987 preproc.y:15358
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr "不支持在不同的声明语句中使用变量\"%s\""
|
||||
|
||||
#: preproc.y:8536 preproc.y:13458
|
||||
#: preproc.y:9989 preproc.y:15360
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "已经定义了游标\"%s\""
|
||||
|
||||
#: preproc.y:8954
|
||||
#: preproc.y:10419
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "不再支持将LIMIT #,#语法传递给服务器"
|
||||
|
||||
#: preproc.y:9190 preproc.y:9197
|
||||
#: preproc.y:10744 preproc.y:10751
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "FROM 中的子查询必须有一个别名"
|
||||
|
||||
#: preproc.y:13186
|
||||
#: preproc.y:15081 preproc.y:15088
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "在CREATE TABLE AS语句中不能指定INTO子句"
|
||||
|
||||
#: preproc.y:13222
|
||||
#: preproc.y:15124
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "期望 \"@\", 但是找到了\"%s\""
|
||||
|
||||
#: preproc.y:13234
|
||||
#: preproc.y:15136
|
||||
#, c-format
|
||||
msgid ""
|
||||
"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
|
||||
"supported"
|
||||
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
|
||||
msgstr "只支持协议\"tcp\"和 \"unix\"以及数据库类型 \"postgresql\""
|
||||
|
||||
#: preproc.y:13237
|
||||
#: preproc.y:15139
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "期望得到 \"://\",但是找到了\"%s\""
|
||||
|
||||
#: preproc.y:13242
|
||||
#: preproc.y:15144
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "Unix-域的sockets只能在\"localhost\"上运行,而不能在\"%s\"上运行"
|
||||
|
||||
#: preproc.y:13268
|
||||
#: preproc.y:15170
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "期望\"postgresql\", 但是只找到了\"%s\""
|
||||
|
||||
#: preproc.y:13271
|
||||
#: preproc.y:15173
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "无效的连接类型: %s"
|
||||
|
||||
#: preproc.y:13280
|
||||
#: preproc.y:15182
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "期望\"@\"或\"://\",但是只找到了\"%s\""
|
||||
|
||||
#: preproc.y:13355 preproc.y:13373
|
||||
#: preproc.y:15257 preproc.y:15275
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "无效数据类型"
|
||||
|
||||
#: preproc.y:13384 preproc.y:13401
|
||||
#: preproc.y:15286 preproc.y:15303
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "未结束的语句"
|
||||
|
||||
#: preproc.y:13387 preproc.y:13404
|
||||
#: preproc.y:15289 preproc.y:15306
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "无法识别的符号\"%s\""
|
||||
|
||||
#: preproc.y:13678
|
||||
#: preproc.y:15580
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr "只有数据类型numeric和decimal有精度/范围参数"
|
||||
|
||||
#: preproc.y:13690
|
||||
#: preproc.y:15592
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "在这里不允许使用间隔定义"
|
||||
|
||||
#: preproc.y:13842 preproc.y:13894
|
||||
#: preproc.y:15744 preproc.y:15796
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "在嵌套结构/联合定义中存在太多的层次"
|
||||
|
||||
#: preproc.y:14033
|
||||
#: preproc.y:15935
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "没有实现指向varchar类型值的指针"
|
||||
|
||||
#: preproc.y:14220 preproc.y:14245
|
||||
#: preproc.y:16122 preproc.y:16147
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "使用不支持的DESCRIBE语句"
|
||||
|
||||
#: preproc.y:14492
|
||||
#: preproc.y:16394
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "在EXEC SQL VAR命令中不允许初始化"
|
||||
|
||||
#: preproc.y:14804
|
||||
#: preproc.y:16710
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "在输入上不允许使用标识数组"
|
||||
|
||||
#: preproc.y:15025
|
||||
#: preproc.y:16931
|
||||
#, c-format
|
||||
#| msgid "initializer not allowed in type definition"
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "操作符不允许出现在变量定义当中"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:15063
|
||||
#: preproc.y:16972
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "%s 在 \"%s\" 或附近的"
|
||||
@ -551,7 +542,7 @@ msgstr "%s 在 \"%s\" 或附近的"
|
||||
msgid "out of memory"
|
||||
msgstr "内存用尽"
|
||||
|
||||
#: type.c:212 type.c:664
|
||||
#: type.c:212 type.c:676
|
||||
#, c-format
|
||||
msgid "unrecognized variable type code %d"
|
||||
msgstr "无法识别的变量类型代码%d"
|
||||
@ -568,8 +559,7 @@ msgstr "变量\"%s\"是由一个局部变量隐藏的"
|
||||
|
||||
#: type.c:275
|
||||
#, c-format
|
||||
msgid ""
|
||||
"indicator variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgid "indicator variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr "标记变量(indicator variable)\"%s\"是由一个不同类型的局部变量隐藏的。"
|
||||
|
||||
#: type.c:277
|
||||
@ -597,7 +587,17 @@ msgstr "结构的记号必须是struct"
|
||||
msgid "indicator for simple data type has to be simple"
|
||||
msgstr "对简单数据类型的指标要简单 "
|
||||
|
||||
#: type.c:723
|
||||
#: type.c:616
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too few members"
|
||||
msgstr "结构\"%s\"的记号的成员太少"
|
||||
|
||||
#: type.c:624
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too many members"
|
||||
msgstr "结构\"%s\"的记号成员太多"
|
||||
|
||||
#: type.c:735
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item code %d"
|
||||
msgstr "无法识别的描述符成员代码 %d"
|
||||
@ -632,53 +632,34 @@ msgstr "变量\"%s\"不是一个数组"
|
||||
msgid "variable \"%s\" is not declared"
|
||||
msgstr "没有声明变量\"%s\""
|
||||
|
||||
#: variable.c:492
|
||||
#: variable.c:494
|
||||
#, c-format
|
||||
msgid "indicator variable must have an integer type"
|
||||
msgstr "标记变量必须有一个整数类型"
|
||||
|
||||
#: variable.c:504
|
||||
#: variable.c:506
|
||||
#, c-format
|
||||
msgid "unrecognized data type name \"%s\""
|
||||
msgstr "无法识别的数据类型名称 \"%s\""
|
||||
|
||||
#: variable.c:515 variable.c:523 variable.c:540 variable.c:543
|
||||
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
|
||||
#, c-format
|
||||
msgid "multidimensional arrays are not supported"
|
||||
msgstr "不支持多维数组"
|
||||
|
||||
#: variable.c:532
|
||||
#: variable.c:534
|
||||
#, c-format
|
||||
msgid ""
|
||||
"multilevel pointers (more than 2 levels) are not supported; found %d level"
|
||||
msgid_plural ""
|
||||
"multilevel pointers (more than 2 levels) are not supported; found %d levels"
|
||||
msgid "multilevel pointers (more than 2 levels) are not supported; found %d level"
|
||||
msgid_plural "multilevel pointers (more than 2 levels) are not supported; found %d levels"
|
||||
msgstr[0] "不支持多级指针(超过2级);找到了%d级指针."
|
||||
|
||||
#: variable.c:537
|
||||
#: variable.c:539
|
||||
#, c-format
|
||||
msgid "pointer to pointer is not supported for this data type"
|
||||
msgstr "对于这种数据类型不支持指向指针的指针"
|
||||
|
||||
#: variable.c:557
|
||||
#: variable.c:559
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
msgstr "不支持结构类型的多维数组"
|
||||
|
||||
#~ msgid "AT option not allowed in DEALLOCATE statement"
|
||||
#~ msgstr "在DEALLOCATE语句中不允许使用AT选项"
|
||||
|
||||
#~ msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE"
|
||||
#~ msgstr "约束声明 INITIALLY DEFERRED 必须为 DEFERRABLE"
|
||||
|
||||
#~ msgid "OLD used in query that is not in a rule"
|
||||
#~ msgstr "查询中使用的 OLD 不在一个规则中"
|
||||
|
||||
#~ msgid "NEW used in query that is not in a rule"
|
||||
#~ msgstr "查询中使用的 NEW 不在一个规则中"
|
||||
|
||||
#~ msgid "COPY FROM STDOUT is not possible"
|
||||
#~ msgstr "不能进行COPY FROM STDOUT的操作"
|
||||
|
||||
#~ msgid "COPY TO STDIN is not possible"
|
||||
#~ msgstr "不能进行COPY TO STDIN的操作"
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user