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.
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"
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 "PL/Tcl function to call once when pltcl is first used."
22 msgstr "PL/Tcl函数在首次使用pltcl时调用一次."
25 msgid "PL/TclU function to call once when pltclu is first used."
26 msgstr "PL/TclU函数在首次使用pltcl时调用一次."
30 msgid "function \"%s\" is in the wrong language"
31 msgstr "函数\"%s\"的语言错误"
35 msgid "function \"%s\" must not be SECURITY DEFINER"
36 msgstr "函数\"%s\"不能是安全定义者"
38 #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
41 msgid "processing %s parameter"
46 msgid "set-valued function called in context that cannot accept a set"
47 msgstr "在不能接受使用集合的环境中调用set-valued函数"
51 msgid "function returning record called in context that cannot accept type record"
52 msgstr "返回值类型是记录的函数在不接受使用记录类型的环境中调用"
56 msgid "could not split return value from trigger: %s"
57 msgstr "无法分离来自触发器的返回值:%s"
59 #: pltcl.c:1371 pltcl.c:1801
68 "in PL/Tcl function \"%s\""
75 msgid "trigger functions can only be called as triggers"
76 msgstr "触发器函数只能以触发器的形式调用"
80 msgid "PL/Tcl functions cannot return type %s"
81 msgstr "PL/Tcl函数不能返回类型%s"
85 msgid "PL/Tcl functions cannot accept type %s"
86 msgstr "PL/Tcl函数不能使用类型 %s"
90 msgid "could not create internal procedure \"%s\": %s"
91 msgstr "无法创建内部过程\"%s\":%s"
95 msgid "column name/value list must have even number of elements"
96 msgstr "列名/值列表必须具有偶数个元素"
100 msgid "column name/value list contains nonexistent column name \"%s\""
101 msgstr "列名/值列表包含不存在的列名\"%s\""
105 msgid "cannot set system attribute \"%s\""
106 msgstr "不能设置系统属性\"%s\""
110 msgid "cannot set generated column \"%s\""
111 msgstr "无法设置生成的列 \"%s\""