Repair ALTER EXTENSION ... SET SCHEMA.
[pgsql.git] / src / pl / tcl / po / zh_CN.po
blobd9e49a74ce8d6ff227934e3d505afcdd6ab9384d
1 # LANGUAGE message translation file for pltcl
2 # Copyright (C) 2019 PostgreSQL Global Development Group
3 # This file is distributed under the same license as the pltcl (PostgreSQL) package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: pltcl (PostgreSQL) 14\n"
9 "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
10 "POT-Creation-Date: 2021-08-14 05:38+0000\n"
11 "PO-Revision-Date: 2021-08-16 18:00+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 #: pltcl.c:463
21 msgid "PL/Tcl function to call once when pltcl is first used."
22 msgstr "PL/Tcl函数在首次使用pltcl时调用一次."
24 #: pltcl.c:470
25 msgid "PL/TclU function to call once when pltclu is first used."
26 msgstr "PL/TclU函数在首次使用pltcl时调用一次."
28 #: pltcl.c:634
29 #, c-format
30 msgid "function \"%s\" is in the wrong language"
31 msgstr "函数\"%s\"的语言错误"
33 #: pltcl.c:645
34 #, c-format
35 msgid "function \"%s\" must not be SECURITY DEFINER"
36 msgstr "函数\"%s\"不能是安全定义者"
38 #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
39 #: pltcl.c:679
40 #, c-format
41 msgid "processing %s parameter"
42 msgstr "正在处理%s参数"
44 #: pltcl.c:833
45 #, c-format
46 msgid "set-valued function called in context that cannot accept a set"
47 msgstr "在不能接受使用集合的环境中调用set-valued函数"
49 #: pltcl.c:1006
50 #, c-format
51 msgid "function returning record called in context that cannot accept type record"
52 msgstr "返回值类型是记录的函数在不接受使用记录类型的环境中调用"
54 #: pltcl.c:1290
55 #, c-format
56 msgid "could not split return value from trigger: %s"
57 msgstr "无法分离来自触发器的返回值:%s"
59 #: pltcl.c:1371 pltcl.c:1801
60 #, c-format
61 msgid "%s"
62 msgstr "%s"
64 #: pltcl.c:1372
65 #, c-format
66 msgid ""
67 "%s\n"
68 "in PL/Tcl function \"%s\""
69 msgstr ""
70 "%s\n"
71 "在PL/Tcl函数\"%s\"中"
73 #: pltcl.c:1536
74 #, c-format
75 msgid "trigger functions can only be called as triggers"
76 msgstr "触发器函数只能以触发器的形式调用"
78 #: pltcl.c:1540
79 #, c-format
80 msgid "PL/Tcl functions cannot return type %s"
81 msgstr "PL/Tcl函数不能返回类型%s"
83 #: pltcl.c:1579
84 #, c-format
85 msgid "PL/Tcl functions cannot accept type %s"
86 msgstr "PL/Tcl函数不能使用类型 %s"
88 #: pltcl.c:1693
89 #, c-format
90 msgid "could not create internal procedure \"%s\": %s"
91 msgstr "无法创建内部过程\"%s\":%s"
93 #: pltcl.c:3197
94 #, c-format
95 msgid "column name/value list must have even number of elements"
96 msgstr "列名/值列表必须具有偶数个元素"
98 #: pltcl.c:3215
99 #, c-format
100 msgid "column name/value list contains nonexistent column name \"%s\""
101 msgstr "列名/值列表包含不存在的列名\"%s\""
103 #: pltcl.c:3222
104 #, c-format
105 msgid "cannot set system attribute \"%s\""
106 msgstr "不能设置系统属性\"%s\""
108 #: pltcl.c:3228
109 #, c-format
110 msgid "cannot set generated column \"%s\""
111 msgstr "无法设置生成的列 \"%s\""