diff options
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index 2b944a14..457d414b 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 5.0.64\n" "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n" -"POT-Creation-Date: 2021-09-19 11:16+0300\n" +"POT-Creation-Date: 2021-10-27 07:58+0300\n" "PO-Revision-Date: 2020-05-06 17:44-0400\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" @@ -42,7 +42,7 @@ msgid "attempt to use scalar `%s' as an array" msgstr "试图把标量“%s”当数组使用" #: array.c:402 array.c:569 builtin.c:89 builtin.c:1677 builtin.c:1723 -#: builtin.c:1736 builtin.c:2231 builtin.c:2258 eval.c:1155 eval.c:1159 +#: builtin.c:1736 builtin.c:2233 builtin.c:2260 eval.c:1155 eval.c:1159 #: eval.c:1541 #, c-format msgid "attempt to use array `%s' in a scalar context" @@ -245,11 +245,11 @@ msgstr "试图把非函数“%s”当函数来调用" msgid "invalid subscript expression" msgstr "无效的下标表达式" -#: awkgram.y:2488 awkgram.y:2508 gawkapi.c:265 gawkapi.c:282 msg.c:132 +#: awkgram.y:2488 awkgram.y:2508 gawkapi.c:265 gawkapi.c:282 msg.c:133 msgid "warning: " msgstr "警告:" -#: awkgram.y:2506 gawkapi.c:237 gawkapi.c:280 msg.c:164 +#: awkgram.y:2506 gawkapi.c:237 gawkapi.c:280 msg.c:165 msgid "fatal: " msgstr "致命错误:" @@ -603,8 +603,8 @@ msgstr "标准输出" msgid "standard error" msgstr "标准错误输出" -#: builtin.c:163 builtin.c:493 builtin.c:583 builtin.c:1786 builtin.c:2508 -#: builtin.c:2524 builtin.c:2638 builtin.c:3625 mpfr.c:761 +#: builtin.c:163 builtin.c:493 builtin.c:583 builtin.c:1786 builtin.c:2510 +#: builtin.c:2526 builtin.c:2640 builtin.c:3627 mpfr.c:761 #, c-format msgid "%s: received non-numeric argument" msgstr "%s:收到非数字参数" @@ -657,7 +657,7 @@ msgstr "length:收到数组参数" msgid "`length(array)' is a gawk extension" msgstr "“length(array)”是 gawk 扩展" -#: builtin.c:554 builtin.c:2113 builtin.c:2171 builtin.c:2423 builtin.c:2454 +#: builtin.c:554 builtin.c:2113 builtin.c:2173 builtin.c:2425 builtin.c:2456 #, c-format msgid "%s: received non-string argument" msgstr "%s:收到非字符串参数" @@ -830,7 +830,7 @@ msgstr "substr:在开始坐标 %2$g 下长度 %1$g 超出第一个参数的长 msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type" msgstr "strftime:PROCINFO[\"strftime\"] 中的格式值含有数值类型" -#: builtin.c:1997 builtin.c:2489 builtin.c:3457 builtin.c:3496 builtin.c:4056 +#: builtin.c:1997 builtin.c:2491 builtin.c:3459 builtin.c:3498 builtin.c:4058 #, c-format msgid "%s: received non-numeric second argument" msgstr "%s:第二个参数不是数字" @@ -847,127 +847,127 @@ msgstr "strftime:第二个参数对于 time_t 来说太大" msgid "strftime: received empty format string" msgstr "strftime:收到空格式字符串" -#: builtin.c:2130 +#: builtin.c:2132 msgid "mktime: at least one of the values is out of the default range" msgstr "mktime:至少有一个值超出默认范围" -#: builtin.c:2166 +#: builtin.c:2168 msgid "'system' function not allowed in sandbox mode" msgstr "沙箱模式中不允许使用\"system\"函数" -#: builtin.c:2240 builtin.c:2315 +#: builtin.c:2242 builtin.c:2317 msgid "print: attempt to write to closed write end of two-way pipe" msgstr "print:试图向写入端已被关闭的双向管道中写入数据" -#: builtin.c:2338 +#: builtin.c:2340 #, c-format msgid "reference to uninitialized field `$%d'" msgstr "引用未初始化的字段“$%d”" -#: builtin.c:2487 builtin.c:3455 builtin.c:3494 builtin.c:4054 +#: builtin.c:2489 builtin.c:3457 builtin.c:3496 builtin.c:4056 #, c-format msgid "%s: received non-numeric first argument" msgstr "%s:第一个参数不是数字" -#: builtin.c:2669 +#: builtin.c:2671 msgid "match: third argument is not an array" msgstr "match:第三个参数不是数组" -#: builtin.c:2671 +#: builtin.c:2673 #, fuzzy, c-format #| msgid "fnmatch: could not get third argument" msgid "%s: cannot use %s as third argument" msgstr "fnmatch:无法获取第三个参数" -#: builtin.c:2914 +#: builtin.c:2916 #, c-format msgid "gensub: third argument `%.*s' treated as 1" msgstr "gensub:第三个参数“%.*s”被当作 1" -#: builtin.c:3265 +#: builtin.c:3267 #, c-format msgid "%s: can be called indirectly only with two arguments" msgstr "%s:间接调用时只能传递两个参数" -#: builtin.c:3388 +#: builtin.c:3390 #, c-format msgid "indirect call to %s requires at least two arguments" msgstr "间接调用 %s 需要传递至少两个参数" -#: builtin.c:3463 +#: builtin.c:3465 #, c-format msgid "lshift(%f, %f): negative values are not allowed" msgstr "lshift(%f, %f):不允许传入负值" -#: builtin.c:3467 +#: builtin.c:3469 #, c-format msgid "lshift(%f, %f): fractional values will be truncated" msgstr "lshift(%f, %f):小数部分会被截断" -#: builtin.c:3469 +#: builtin.c:3471 #, c-format msgid "lshift(%f, %f): too large shift value will give strange results" msgstr "lshift(%f, %f):过大的移位会得到奇怪的结果" -#: builtin.c:3502 +#: builtin.c:3504 #, c-format msgid "rshift(%f, %f): negative values are not allowed" msgstr "rshift(%f, %f):不允许传入负值" -#: builtin.c:3506 +#: builtin.c:3508 #, c-format msgid "rshift(%f, %f): fractional values will be truncated" msgstr "rshift(%f, %f):小数部分会被截断" -#: builtin.c:3508 +#: builtin.c:3510 #, c-format msgid "rshift(%f, %f): too large shift value will give strange results" msgstr "rshift(%f, %f):过大的移位会得到奇怪的结果" -#: builtin.c:3532 builtin.c:3563 builtin.c:3593 +#: builtin.c:3534 builtin.c:3565 builtin.c:3595 #, c-format msgid "%s: called with less than two arguments" msgstr "%s:调用时传递的参数不足2个" -#: builtin.c:3537 builtin.c:3568 builtin.c:3599 +#: builtin.c:3539 builtin.c:3570 builtin.c:3601 #, c-format msgid "%s: argument %d is non-numeric" msgstr "%s:参数 %d 不是数值" -#: builtin.c:3541 builtin.c:3572 builtin.c:3603 +#: builtin.c:3543 builtin.c:3574 builtin.c:3605 #, fuzzy, c-format #| msgid "%s: argument #%d negative value %Rg is not allowed" msgid "%s: argument %d negative value %g is not allowed" msgstr "%s:第 %d 个参数 %Rg 不能为负值" -#: builtin.c:3630 +#: builtin.c:3632 #, c-format msgid "compl(%f): negative value is not allowed" msgstr "compl(%f):不允许使用负值" -#: builtin.c:3633 +#: builtin.c:3635 #, c-format msgid "compl(%f): fractional value will be truncated" msgstr "compl(%f):小数部分会被截断" -#: builtin.c:3819 +#: builtin.c:3821 #, c-format msgid "dcgettext: `%s' is not a valid locale category" msgstr "dcgettext:“%s”不是一个有效的区域目录" -#: builtin.c:4046 mpfr.c:1261 +#: builtin.c:4048 mpfr.c:1261 msgid "intdiv: third argument is not an array" msgstr "intdiv:第三个参数不是数组" -#: builtin.c:4065 mpfr.c:1310 +#: builtin.c:4067 mpfr.c:1310 msgid "intdiv: division by zero attempted" msgstr "intdiv:试图除0" -#: builtin.c:4104 +#: builtin.c:4106 msgid "typeof: second argument is not an array" msgstr "typeof:第二个参数不是数组" -#: builtin.c:4176 +#: builtin.c:4178 #, fuzzy, c-format #| msgid "" #| "typeof detected invalid flags combination `%s'; please file a bug report." @@ -975,12 +975,12 @@ msgid "" "typeof detected invalid flags combination `%s'; please file a bug report" msgstr "typeof 函数发现一个无效的选项组合“%s”;请向开发者汇报此错误。" -#: builtin.c:4196 +#: builtin.c:4198 #, c-format msgid "typeof: invalid argument type `%s'" msgstr "typeof:参数类型“%s”无效" -#: builtin.c:4200 +#: builtin.c:4202 #, c-format msgid "typeof: unknown argument type `%s'" msgstr "typeof:参数类型“%s”未知" @@ -1385,7 +1385,7 @@ msgstr "" "where [N] - (与backtrace相同) 显示所有或最近 N 层 (若 N < 0,则显示最远 N " "层) 调用。" -#: command.y:1017 debug.c:423 gawkapi.c:251 msg.c:141 +#: command.y:1017 debug.c:423 gawkapi.c:251 msg.c:142 #, c-format msgid "error: " msgstr "错误:" @@ -2367,7 +2367,7 @@ msgstr "ord:第一个参数不是字符串" msgid "chr: first argument is not a number" msgstr "chr:第一个参数不是数字" -#: extension/readdir.c:276 +#: extension/readdir.c:277 #, c-format msgid "dir_take_control_of: opendir/fdopendir failed: %s" msgstr "dir_take_control_of:opendir/fdopendir 失败:%s" @@ -3486,7 +3486,7 @@ msgstr "intdiv:第一个参数不是数字" msgid "intdiv: received non-numeric second argument" msgstr "intdiv:第二个参数不是数字" -#: msg.c:75 +#: msg.c:76 #, c-format msgid "cmd. line:" msgstr "命令行:" @@ -3803,12 +3803,12 @@ msgstr "未匹配的 ) 或 \\)" msgid "No previous regular expression" msgstr "前面没有正则表达式" -#: symbol.c:703 +#: symbol.c:698 #, c-format msgid "function `%s': cannot use function `%s' as a parameter name" msgstr "函数“%s”:无法将函数名“%s”作为参数名" -#: symbol.c:833 +#: symbol.c:828 msgid "cannot pop main context" msgstr "无法弹出 main 的上下文" |