summaryrefslogtreecommitdiffstats
path: root/src/pl/tcl/po/ja.po
blob: 15bd6116abe6f96813798029242f4744a340bd9d (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
112
113
114
115
116
117
# Japanese message translation file for pltcl
# Copyright (C) 2022 PostgreSQL Global Development Group
# This file is distributed under the same license as the pg_archivecleanup (PostgreSQL) package.
# KOIZUMI Satoru <koizumistr@minos.ocn.ne.jp>, 2015.
#
msgid ""
msgstr ""
"Project-Id-Version: pltcl (PostgreSQL 16)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2022-07-14 10:48+0900\n"
"PO-Revision-Date: 2019-06-11 17:26+0900\n"
"Last-Translator: Kyotaro Horiguchi <horikyota.ntt@gmail.com>\n"
"Language-Team: Japan PostgreSQL Users Group <jpug-doc@ml.postgresql.jp>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 1.5.4\n"

#: pltcl.c:463
msgid "PL/Tcl function to call once when pltcl is first used."
msgstr "pltcl が最初に使用される際に一度だけ呼び出される PL/Tcl 関数。"

#: pltcl.c:470
msgid "PL/TclU function to call once when pltclu is first used."
msgstr "pltclu が最初に使用される際に一度だけ呼び出される PL/TclU 関数。"

#: pltcl.c:637
#, c-format
msgid "function \"%s\" is in the wrong language"
msgstr "関数\"%s\"は言語が異なります"

#: pltcl.c:648
#, c-format
msgid "function \"%s\" must not be SECURITY DEFINER"
msgstr "関数\"%s\"はSECURITY DEFINERであってはなりません"

#. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
#: pltcl.c:682
#, c-format
msgid "processing %s parameter"
msgstr "%sパラメーターを処理しています"

#: pltcl.c:835
#, c-format
msgid "set-valued function called in context that cannot accept a set"
msgstr "このコンテキストでは、集合値の関数は集合を受け付けられません"

#: pltcl.c:840
#, c-format
msgid "materialize mode required, but it is not allowed in this context"
msgstr "マテリアライズモードが必要ですが、現在のコンテクストで禁止されています"

#: pltcl.c:1013
#, c-format
msgid "function returning record called in context that cannot accept type record"
msgstr "レコード型を受け付けられないコンテキストでレコードを返す関数が呼び出されました"

#: pltcl.c:1296
#, c-format
msgid "could not split return value from trigger: %s"
msgstr "トリガーからの戻り値を分割できませんでした: %s"

#: pltcl.c:1377 pltcl.c:1807
#, c-format
msgid "%s"
msgstr "%s"

#: pltcl.c:1378
#, c-format
msgid ""
"%s\n"
"in PL/Tcl function \"%s\""
msgstr ""
"%s\n"
"PL/Tcl 関数 \"%s\""

#: pltcl.c:1542
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "トリガー関数はトリガーとしてのみコールできます"

#: pltcl.c:1546
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "PL/Tcl 関数は%s型の戻り値を返せません"

#: pltcl.c:1585
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "PL/Tcl 関数は%s型を受け付けません"

#: pltcl.c:1699
#, c-format
msgid "could not create internal procedure \"%s\": %s"
msgstr "内部プロシージャ\"%s\"を作成できませんでした: %s"

#: pltcl.c:3201
#, c-format
msgid "column name/value list must have even number of elements"
msgstr "列名/値のリストの要素は偶数個でなければなりません"

#: pltcl.c:3219
#, c-format
msgid "column name/value list contains nonexistent column name \"%s\""
msgstr "列名/値のリストの中に、存在しない列名\"%s\"が含まれています"

#: pltcl.c:3226
#, c-format
msgid "cannot set system attribute \"%s\""
msgstr "システム属性\"%s\"は設定できません"

#: pltcl.c:3232
#, c-format
msgid "cannot set generated column \"%s\""
msgstr "生成列\"%s\"を変更できません"