From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- src/pl/plperl/po/zh_CN.po | 221 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 src/pl/plperl/po/zh_CN.po (limited to 'src/pl/plperl/po/zh_CN.po') diff --git a/src/pl/plperl/po/zh_CN.po b/src/pl/plperl/po/zh_CN.po new file mode 100644 index 0000000..14e2324 --- /dev/null +++ b/src/pl/plperl/po/zh_CN.po @@ -0,0 +1,221 @@ +# LANGUAGE message translation file for plperl +# Copyright (C) 2010 PostgreSQL Global Development Group +# This file is distributed under the same license as the PostgreSQL package. +# FIRST AUTHOR , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: plperl (PostgreSQL) 14\n" +"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" +"POT-Creation-Date: 2021-08-14 05:39+0000\n" +"PO-Revision-Date: 2021-08-15 17:30+0800\n" +"Last-Translator: Jie Zhang \n" +"Language-Team: Chinese (Simplified) \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.7\n" + +#: plperl.c:405 +msgid "If true, trusted and untrusted Perl code will be compiled in strict mode." +msgstr "如果为真的话,那么信任和非信任的Perl代码将以限制模式编译." + +#: plperl.c:419 +msgid "Perl initialization code to execute when a Perl interpreter is initialized." +msgstr "当初始化一个Perl解释器时候执行Perl初始化代码" + +#: plperl.c:441 +msgid "Perl initialization code to execute once when plperl is first used." +msgstr "在第一次使用plperl的时候执行一次Perl初始化代码" + +#: plperl.c:449 +msgid "Perl initialization code to execute once when plperlu is first used." +msgstr "在plperlu第一次使用的时候执行一次Perl初始化代码" + +#: plperl.c:643 +#, c-format +msgid "cannot allocate multiple Perl interpreters on this platform" +msgstr "在这个平台上无法分配多个Perl解释器" + +#: plperl.c:666 plperl.c:850 plperl.c:856 plperl.c:973 plperl.c:985 +#: plperl.c:1028 plperl.c:1051 plperl.c:2133 plperl.c:2241 plperl.c:2309 +#: plperl.c:2372 +#, c-format +msgid "%s" +msgstr "%s" + +#: plperl.c:667 +#, c-format +msgid "while executing PostgreSQL::InServer::SPI::bootstrap" +msgstr "同时在执行PostgreSQL::InServer::SPI::bootstrap" + +#: plperl.c:851 +#, c-format +msgid "while parsing Perl initialization" +msgstr "同时在解析Perl初始化" + +#: plperl.c:857 +#, c-format +msgid "while running Perl initialization" +msgstr "同时在运行Perl初始化" + +#: plperl.c:974 +#, c-format +msgid "while executing PLC_TRUSTED" +msgstr "同时在执行PLC_TRUSTED" + +#: plperl.c:986 +#, c-format +msgid "while executing utf8fix" +msgstr "同时在执行utf8fix" + +#: plperl.c:1029 +#, c-format +msgid "while executing plperl.on_plperl_init" +msgstr "同时在执行plperl.on_plperl_init" + +#: plperl.c:1052 +#, c-format +msgid "while executing plperl.on_plperlu_init" +msgstr "同时在执行plperl.on_plperlu_init" + +#: plperl.c:1098 plperl.c:1786 +#, c-format +msgid "Perl hash contains nonexistent column \"%s\"" +msgstr "Perl的哈希功能包含不存在的列\"%s\"" + +#: plperl.c:1103 plperl.c:1791 +#, c-format +msgid "cannot set system attribute \"%s\"" +msgstr "不能设置系统属性\"%s\"" + +#: plperl.c:1191 +#, c-format +msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)" +msgstr "数组的维数(%d)超过最大允许值(%d)" + +#: plperl.c:1203 plperl.c:1220 +#, c-format +msgid "multidimensional arrays must have array expressions with matching dimensions" +msgstr "多维数组必须有符合维度的数组表达式" + +#: plperl.c:1256 +#, c-format +msgid "cannot convert Perl array to non-array type %s" +msgstr "无法将Perl数组转换成非数组类型 %s" + +#: plperl.c:1359 +#, c-format +msgid "cannot convert Perl hash to non-composite type %s" +msgstr "无法将Perl哈希类型转换成非组合类型 %s" + +#: plperl.c:1381 plperl.c:3279 +#, c-format +msgid "function returning record called in context that cannot accept type record" +msgstr "返回值类型是记录的函数在不接受使用记录类型的环境中调用" + +#: plperl.c:1440 +#, c-format +msgid "lookup failed for type %s" +msgstr "类型%s查找失败" + +#: plperl.c:1761 +#, c-format +msgid "$_TD->{new} does not exist" +msgstr "$_TD->{new}不存在" + +#: plperl.c:1765 +#, c-format +msgid "$_TD->{new} is not a hash reference" +msgstr "$_TD->{new}不是一个哈希引用" + +#: plperl.c:1796 +#, c-format +msgid "cannot set generated column \"%s\"" +msgstr "无法设置生成的列 \"%s\"" + +#: plperl.c:2008 plperl.c:2846 +#, c-format +msgid "PL/Perl functions cannot return type %s" +msgstr "PL/Perl函数无法返回类型%s" + +#: plperl.c:2021 plperl.c:2885 +#, c-format +msgid "PL/Perl functions cannot accept type %s" +msgstr "PL/Perl 函数无法使用类型%s" + +#: plperl.c:2138 +#, c-format +msgid "didn't get a CODE reference from compiling function \"%s\"" +msgstr "没有从正在编译的函数 \"%s\"得到CODE参考" + +#: plperl.c:2229 +#, c-format +msgid "didn't get a return item from function" +msgstr "没有从函数得到一个返回项" + +#: plperl.c:2273 plperl.c:2340 +#, c-format +msgid "couldn't fetch $_TD" +msgstr "无法取得 $_TD" + +#: plperl.c:2297 plperl.c:2360 +#, c-format +msgid "didn't get a return item from trigger function" +msgstr "没有从触发器函数得到一个返回项" + +#: plperl.c:2419 +#, c-format +msgid "set-valued function called in context that cannot accept a set" +msgstr "在不能接受使用集合的环境中调用set-valued函数" + +#: plperl.c:2464 +#, c-format +msgid "set-returning PL/Perl function must return reference to array or use return_next" +msgstr "返回集合的PL/Perl函数必须返回对数组的引用或者使用return_next" + +#: plperl.c:2585 +#, c-format +msgid "ignoring modified row in DELETE trigger" +msgstr "在DELETE触发器中忽略已修改的记录" + +#: plperl.c:2593 +#, c-format +msgid "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\"" +msgstr "PL/Perl 触发器函数的结果必须是undef, \"SKIP\", 或 \"MODIFY\"" + +#: plperl.c:2841 +#, c-format +msgid "trigger functions can only be called as triggers" +msgstr "触发器函数只能以触发器的形式调用" + +#: plperl.c:3186 +#, c-format +msgid "query result has too many rows to fit in a Perl array" +msgstr "查询结果中的行太多,无法放在一个Perl数组中" + +#: plperl.c:3256 +#, c-format +msgid "cannot use return_next in a non-SETOF function" +msgstr "不能在非SETOF函数中使用return_next" + +#: plperl.c:3330 +#, c-format +msgid "SETOF-composite-returning PL/Perl function must call return_next with reference to hash" +msgstr "返回SETOF-组合类型值的PL/Perl函数必须调用带有对哈希引用的return_next" + +#: plperl.c:4105 +#, c-format +msgid "PL/Perl function \"%s\"" +msgstr "PL/Perl函数\"%s\"" + +#: plperl.c:4117 +#, c-format +msgid "compilation of PL/Perl function \"%s\"" +msgstr "编译PL/Perl函数\"%s\"" + +#: plperl.c:4126 +#, c-format +msgid "PL/Perl anonymous code block" +msgstr "PL/Perl匿名代码块" -- cgit v1.2.3