1 # LANGUAGE message translation file for plperl
2 # Copyright (C) 2010 PostgreSQL Global Development Group
3 # This file is distributed under the same license as the PostgreSQL package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
8 "Project-Id-Version: plperl (PostgreSQL) 14\n"
9 "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
10 "POT-Creation-Date: 2021-08-14 05:39+0000\n"
11 "PO-Revision-Date: 2021-08-15 17:30+0800\n"
12 "Last-Translator: Jie Zhang <zhangjie2@fujitsu.com>\n"
13 "Language-Team: Chinese (Simplified) <zhangjie2@fujitsu.com>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Generator: Poedit 1.5.7\n"
21 msgid "If true, trusted and untrusted Perl code will be compiled in strict mode."
22 msgstr "如果为真的话,那么信任和非信任的Perl代码将以限制模式编译."
25 msgid "Perl initialization code to execute when a Perl interpreter is initialized."
26 msgstr "当初始化一个Perl解释器时候执行Perl初始化代码"
29 msgid "Perl initialization code to execute once when plperl is first used."
30 msgstr "在第一次使用plperl的时候执行一次Perl初始化代码"
33 msgid "Perl initialization code to execute once when plperlu is first used."
34 msgstr "在plperlu第一次使用的时候执行一次Perl初始化代码"
38 msgid "cannot allocate multiple Perl interpreters on this platform"
39 msgstr "在这个平台上无法分配多个Perl解释器"
41 #: plperl.c:666 plperl.c:850 plperl.c:856 plperl.c:973 plperl.c:985
42 #: plperl.c:1028 plperl.c:1051 plperl.c:2133 plperl.c:2241 plperl.c:2309
50 msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
51 msgstr "同时在执行PostgreSQL::InServer::SPI::bootstrap"
55 msgid "while parsing Perl initialization"
60 msgid "while running Perl initialization"
65 msgid "while executing PLC_TRUSTED"
66 msgstr "同时在执行PLC_TRUSTED"
70 msgid "while executing utf8fix"
75 msgid "while executing plperl.on_plperl_init"
76 msgstr "同时在执行plperl.on_plperl_init"
80 msgid "while executing plperl.on_plperlu_init"
81 msgstr "同时在执行plperl.on_plperlu_init"
83 #: plperl.c:1098 plperl.c:1786
85 msgid "Perl hash contains nonexistent column \"%s\""
86 msgstr "Perl的哈希功能包含不存在的列\"%s\""
88 #: plperl.c:1103 plperl.c:1791
90 msgid "cannot set system attribute \"%s\""
91 msgstr "不能设置系统属性\"%s\""
95 msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
96 msgstr "数组的维数(%d)超过最大允许值(%d)"
98 #: plperl.c:1203 plperl.c:1220
100 msgid "multidimensional arrays must have array expressions with matching dimensions"
101 msgstr "多维数组必须有符合维度的数组表达式"
105 msgid "cannot convert Perl array to non-array type %s"
106 msgstr "无法将Perl数组转换成非数组类型 %s"
110 msgid "cannot convert Perl hash to non-composite type %s"
111 msgstr "无法将Perl哈希类型转换成非组合类型 %s"
113 #: plperl.c:1381 plperl.c:3279
115 msgid "function returning record called in context that cannot accept type record"
116 msgstr "返回值类型是记录的函数在不接受使用记录类型的环境中调用"
120 msgid "lookup failed for type %s"
125 msgid "$_TD->{new} does not exist"
126 msgstr "$_TD->{new}不存在"
130 msgid "$_TD->{new} is not a hash reference"
131 msgstr "$_TD->{new}不是一个哈希引用"
135 msgid "cannot set generated column \"%s\""
136 msgstr "无法设置生成的列 \"%s\""
138 #: plperl.c:2008 plperl.c:2846
140 msgid "PL/Perl functions cannot return type %s"
141 msgstr "PL/Perl函数无法返回类型%s"
143 #: plperl.c:2021 plperl.c:2885
145 msgid "PL/Perl functions cannot accept type %s"
146 msgstr "PL/Perl 函数无法使用类型%s"
150 msgid "didn't get a CODE reference from compiling function \"%s\""
151 msgstr "没有从正在编译的函数 \"%s\"得到CODE参考"
155 msgid "didn't get a return item from function"
156 msgstr "没有从函数得到一个返回项"
158 #: plperl.c:2273 plperl.c:2340
160 msgid "couldn't fetch $_TD"
163 #: plperl.c:2297 plperl.c:2360
165 msgid "didn't get a return item from trigger function"
166 msgstr "没有从触发器函数得到一个返回项"
170 msgid "set-valued function called in context that cannot accept a set"
171 msgstr "在不能接受使用集合的环境中调用set-valued函数"
175 msgid "set-returning PL/Perl function must return reference to array or use return_next"
176 msgstr "返回集合的PL/Perl函数必须返回对数组的引用或者使用return_next"
180 msgid "ignoring modified row in DELETE trigger"
181 msgstr "在DELETE触发器中忽略已修改的记录"
185 msgid "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
186 msgstr "PL/Perl 触发器函数的结果必须是undef, \"SKIP\", 或 \"MODIFY\""
190 msgid "trigger functions can only be called as triggers"
191 msgstr "触发器函数只能以触发器的形式调用"
195 msgid "query result has too many rows to fit in a Perl array"
196 msgstr "查询结果中的行太多,无法放在一个Perl数组中"
200 msgid "cannot use return_next in a non-SETOF function"
201 msgstr "不能在非SETOF函数中使用return_next"
205 msgid "SETOF-composite-returning PL/Perl function must call return_next with reference to hash"
206 msgstr "返回SETOF-组合类型值的PL/Perl函数必须调用带有对哈希引用的return_next"
210 msgid "PL/Perl function \"%s\""
211 msgstr "PL/Perl函数\"%s\""
215 msgid "compilation of PL/Perl function \"%s\""
216 msgstr "编译PL/Perl函数\"%s\""
220 msgid "PL/Perl anonymous code block"
221 msgstr "PL/Perl匿名代码块"