Rewrite maybe_reread_subscription() comment
[pgsql.git] / src / pl / plperl / po / zh_CN.po
blob14e2324227752f7408aa98fa202cfbcb398a00b9
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.
6 msgid ""
7 msgstr ""
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"
14 "Language: zh_CN\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Generator: Poedit 1.5.7\n"
20 #: plperl.c:405
21 msgid "If true, trusted and untrusted Perl code will be compiled in strict mode."
22 msgstr "如果为真的话,那么信任和非信任的Perl代码将以限制模式编译."
24 #: plperl.c:419
25 msgid "Perl initialization code to execute when a Perl interpreter is initialized."
26 msgstr "当初始化一个Perl解释器时候执行Perl初始化代码"
28 #: plperl.c:441
29 msgid "Perl initialization code to execute once when plperl is first used."
30 msgstr "在第一次使用plperl的时候执行一次Perl初始化代码"
32 #: plperl.c:449
33 msgid "Perl initialization code to execute once when plperlu is first used."
34 msgstr "在plperlu第一次使用的时候执行一次Perl初始化代码"
36 #: plperl.c:643
37 #, c-format
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
43 #: plperl.c:2372
44 #, c-format
45 msgid "%s"
46 msgstr "%s"
48 #: plperl.c:667
49 #, c-format
50 msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
51 msgstr "同时在执行PostgreSQL::InServer::SPI::bootstrap"
53 #: plperl.c:851
54 #, c-format
55 msgid "while parsing Perl initialization"
56 msgstr "同时在解析Perl初始化"
58 #: plperl.c:857
59 #, c-format
60 msgid "while running Perl initialization"
61 msgstr "同时在运行Perl初始化"
63 #: plperl.c:974
64 #, c-format
65 msgid "while executing PLC_TRUSTED"
66 msgstr "同时在执行PLC_TRUSTED"
68 #: plperl.c:986
69 #, c-format
70 msgid "while executing utf8fix"
71 msgstr "同时在执行utf8fix"
73 #: plperl.c:1029
74 #, c-format
75 msgid "while executing plperl.on_plperl_init"
76 msgstr "同时在执行plperl.on_plperl_init"
78 #: plperl.c:1052
79 #, c-format
80 msgid "while executing plperl.on_plperlu_init"
81 msgstr "同时在执行plperl.on_plperlu_init"
83 #: plperl.c:1098 plperl.c:1786
84 #, c-format
85 msgid "Perl hash contains nonexistent column \"%s\""
86 msgstr "Perl的哈希功能包含不存在的列\"%s\""
88 #: plperl.c:1103 plperl.c:1791
89 #, c-format
90 msgid "cannot set system attribute \"%s\""
91 msgstr "不能设置系统属性\"%s\""
93 #: plperl.c:1191
94 #, c-format
95 msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
96 msgstr "数组的维数(%d)超过最大允许值(%d)"
98 #: plperl.c:1203 plperl.c:1220
99 #, c-format
100 msgid "multidimensional arrays must have array expressions with matching dimensions"
101 msgstr "多维数组必须有符合维度的数组表达式"
103 #: plperl.c:1256
104 #, c-format
105 msgid "cannot convert Perl array to non-array type %s"
106 msgstr "无法将Perl数组转换成非数组类型 %s"
108 #: plperl.c:1359
109 #, c-format
110 msgid "cannot convert Perl hash to non-composite type %s"
111 msgstr "无法将Perl哈希类型转换成非组合类型 %s"
113 #: plperl.c:1381 plperl.c:3279
114 #, c-format
115 msgid "function returning record called in context that cannot accept type record"
116 msgstr "返回值类型是记录的函数在不接受使用记录类型的环境中调用"
118 #: plperl.c:1440
119 #, c-format
120 msgid "lookup failed for type %s"
121 msgstr "类型%s查找失败"
123 #: plperl.c:1761
124 #, c-format
125 msgid "$_TD->{new} does not exist"
126 msgstr "$_TD->{new}不存在"
128 #: plperl.c:1765
129 #, c-format
130 msgid "$_TD->{new} is not a hash reference"
131 msgstr "$_TD->{new}不是一个哈希引用"
133 #: plperl.c:1796
134 #, c-format
135 msgid "cannot set generated column \"%s\""
136 msgstr "无法设置生成的列 \"%s\""
138 #: plperl.c:2008 plperl.c:2846
139 #, c-format
140 msgid "PL/Perl functions cannot return type %s"
141 msgstr "PL/Perl函数无法返回类型%s"
143 #: plperl.c:2021 plperl.c:2885
144 #, c-format
145 msgid "PL/Perl functions cannot accept type %s"
146 msgstr "PL/Perl 函数无法使用类型%s"
148 #: plperl.c:2138
149 #, c-format
150 msgid "didn't get a CODE reference from compiling function \"%s\""
151 msgstr "没有从正在编译的函数 \"%s\"得到CODE参考"
153 #: plperl.c:2229
154 #, c-format
155 msgid "didn't get a return item from function"
156 msgstr "没有从函数得到一个返回项"
158 #: plperl.c:2273 plperl.c:2340
159 #, c-format
160 msgid "couldn't fetch $_TD"
161 msgstr "无法取得 $_TD"
163 #: plperl.c:2297 plperl.c:2360
164 #, c-format
165 msgid "didn't get a return item from trigger function"
166 msgstr "没有从触发器函数得到一个返回项"
168 #: plperl.c:2419
169 #, c-format
170 msgid "set-valued function called in context that cannot accept a set"
171 msgstr "在不能接受使用集合的环境中调用set-valued函数"
173 #: plperl.c:2464
174 #, c-format
175 msgid "set-returning PL/Perl function must return reference to array or use return_next"
176 msgstr "返回集合的PL/Perl函数必须返回对数组的引用或者使用return_next"
178 #: plperl.c:2585
179 #, c-format
180 msgid "ignoring modified row in DELETE trigger"
181 msgstr "在DELETE触发器中忽略已修改的记录"
183 #: plperl.c:2593
184 #, c-format
185 msgid "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
186 msgstr "PL/Perl 触发器函数的结果必须是undef, \"SKIP\", 或 \"MODIFY\""
188 #: plperl.c:2841
189 #, c-format
190 msgid "trigger functions can only be called as triggers"
191 msgstr "触发器函数只能以触发器的形式调用"
193 #: plperl.c:3186
194 #, c-format
195 msgid "query result has too many rows to fit in a Perl array"
196 msgstr "查询结果中的行太多,无法放在一个Perl数组中"
198 #: plperl.c:3256
199 #, c-format
200 msgid "cannot use return_next in a non-SETOF function"
201 msgstr "不能在非SETOF函数中使用return_next"
203 #: plperl.c:3330
204 #, c-format
205 msgid "SETOF-composite-returning PL/Perl function must call return_next with reference to hash"
206 msgstr "返回SETOF-组合类型值的PL/Perl函数必须调用带有对哈希引用的return_next"
208 #: plperl.c:4105
209 #, c-format
210 msgid "PL/Perl function \"%s\""
211 msgstr "PL/Perl函数\"%s\""
213 #: plperl.c:4117
214 #, c-format
215 msgid "compilation of PL/Perl function \"%s\""
216 msgstr "编译PL/Perl函数\"%s\""
218 #: plperl.c:4126
219 #, c-format
220 msgid "PL/Perl anonymous code block"
221 msgstr "PL/Perl匿名代码块"