summaryrefslogtreecommitdiffstats
path: root/src/pl/tcl/po/zh_CN.po
blob: d9e49a74ce8d6ff227934e3d505afcdd6ab9384d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# LANGUAGE message translation file for pltcl
# Copyright (C) 2019 PostgreSQL Global Development Group
# This file is distributed under the same license as the pltcl (PostgreSQL) package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: pltcl (PostgreSQL) 14\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2021-08-14 05:38+0000\n"
"PO-Revision-Date: 2021-08-16 18:00+0800\n"
"Last-Translator: Jie Zhang <zhangjie2@fujitsu.com>\n"
"Language-Team: Chinese (Simplified) <zhangjie2@fujitsu.com>\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"

#: pltcl.c:463
msgid "PL/Tcl function to call once when pltcl is first used."
msgstr "PL/Tcl函数在首次使用pltcl时调用一次."

#: pltcl.c:470
msgid "PL/TclU function to call once when pltclu is first used."
msgstr "PL/TclU函数在首次使用pltcl时调用一次."

#: pltcl.c:634
#, c-format
msgid "function \"%s\" is in the wrong language"
msgstr "函数\"%s\"的语言错误"

#: pltcl.c:645
#, c-format
msgid "function \"%s\" must not be SECURITY DEFINER"
msgstr "函数\"%s\"不能是安全定义者"

#. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
#: pltcl.c:679
#, c-format
msgid "processing %s parameter"
msgstr "正在处理%s参数"

#: pltcl.c:833
#, c-format
msgid "set-valued function called in context that cannot accept a set"
msgstr "在不能接受使用集合的环境中调用set-valued函数"

#: pltcl.c:1006
#, c-format
msgid "function returning record called in context that cannot accept type record"
msgstr "返回值类型是记录的函数在不接受使用记录类型的环境中调用"

#: pltcl.c:1290
#, c-format
msgid "could not split return value from trigger: %s"
msgstr "无法分离来自触发器的返回值:%s"

#: pltcl.c:1371 pltcl.c:1801
#, c-format
msgid "%s"
msgstr "%s"

#: pltcl.c:1372
#, c-format
msgid ""
"%s\n"
"in PL/Tcl function \"%s\""
msgstr ""
"%s\n"
"在PL/Tcl函数\"%s\"中"

#: pltcl.c:1536
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "触发器函数只能以触发器的形式调用"

#: pltcl.c:1540
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "PL/Tcl函数不能返回类型%s"

#: pltcl.c:1579
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "PL/Tcl函数不能使用类型 %s"

#: pltcl.c:1693
#, c-format
msgid "could not create internal procedure \"%s\": %s"
msgstr "无法创建内部过程\"%s\":%s"

#: pltcl.c:3197
#, c-format
msgid "column name/value list must have even number of elements"
msgstr "列名/值列表必须具有偶数个元素"

#: pltcl.c:3215
#, c-format
msgid "column name/value list contains nonexistent column name \"%s\""
msgstr "列名/值列表包含不存在的列名\"%s\""

#: pltcl.c:3222
#, c-format
msgid "cannot set system attribute \"%s\""
msgstr "不能设置系统属性\"%s\""

#: pltcl.c:3228
#, c-format
msgid "cannot set generated column \"%s\""
msgstr "无法设置生成的列 \"%s\""