Improve comment on top of pgstat_count_io_op_time()
[pgsql.git] / src / pl / tcl / po / ja.po
blob997c675ad76b98567b7f804e8e2fb8e29c8ac71d
1 # Japanese message translation file for pltcl
2 # Copyright (C) 2022-2024 PostgreSQL Global Development Group
3 # This file is distributed under the same license as the pg_archivecleanup (PostgreSQL) package.
4 # KOIZUMI Satoru <koizumistr@minos.ocn.ne.jp>, 2015.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: pltcl (PostgreSQL 17)\n"
9 "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
10 "POT-Creation-Date: 2024-06-06 10:49+0900\n"
11 "PO-Revision-Date: 2024-06-06 16:12+0900\n"
12 "Last-Translator: Kyotaro Horiguchi <horikyota.ntt@gmail.com>\n"
13 "Language-Team: Japan PostgreSQL Users Group <jpug-doc@ml.postgresql.jp>\n"
14 "Language: ja\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=1; plural=0;\n"
19 "X-Generator: Poedit 1.8.13\n"
21 #: pltcl.c:462
22 msgid "PL/Tcl function to call once when pltcl is first used."
23 msgstr "pltcl が最初に使用される際に一度だけ呼び出される PL/Tcl 関数。"
25 #: pltcl.c:469
26 msgid "PL/TclU function to call once when pltclu is first used."
27 msgstr "pltclu が最初に使用される際に一度だけ呼び出される PL/TclU 関数。"
29 #: pltcl.c:636
30 #, c-format
31 msgid "function \"%s\" is in the wrong language"
32 msgstr "関数\"%s\"は言語が異なります"
34 #: pltcl.c:647
35 #, c-format
36 msgid "function \"%s\" must not be SECURITY DEFINER"
37 msgstr "関数\"%s\"はSECURITY DEFINERであってはなりません"
39 #. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
40 #: pltcl.c:681
41 #, c-format
42 msgid "processing %s parameter"
43 msgstr "%sパラメーターを処理しています"
45 #: pltcl.c:834
46 #, c-format
47 msgid "set-valued function called in context that cannot accept a set"
48 msgstr "このコンテキストでは、集合値の関数は集合を受け付けられません"
50 #: pltcl.c:839
51 #, c-format
52 msgid "materialize mode required, but it is not allowed in this context"
53 msgstr "マテリアライズモードが必要ですが、現在のコンテクストで禁止されています"
55 #: pltcl.c:1012
56 #, c-format
57 msgid "function returning record called in context that cannot accept type record"
58 msgstr "レコード型を受け付けられないコンテキストでレコードを返す関数が呼び出されました"
60 #: pltcl.c:1031
61 #, c-format
62 msgid "could not parse function return value: %s"
63 msgstr "関数の戻り値をパースできませんでした: %s"
65 #: pltcl.c:1298
66 #, c-format
67 msgid "could not parse trigger return value: %s"
68 msgstr "トリガの戻り値をパースできませんでした: %s"
70 #: pltcl.c:1383 pltcl.c:1810
71 #, c-format
72 msgid "%s"
73 msgstr "%s"
75 #: pltcl.c:1384
76 #, c-format
77 msgid ""
78 "%s\n"
79 "in PL/Tcl function \"%s\""
80 msgstr ""
81 "%s\n"
82 "PL/Tcl 関数 \"%s\""
84 #: pltcl.c:1547
85 #, c-format
86 msgid "trigger functions can only be called as triggers"
87 msgstr "トリガー関数はトリガーとしてのみコールできます"
89 #: pltcl.c:1551
90 #, c-format
91 msgid "PL/Tcl functions cannot return type %s"
92 msgstr "PL/Tcl 関数は%s型の戻り値を返せません"
94 #: pltcl.c:1590
95 #, c-format
96 msgid "PL/Tcl functions cannot accept type %s"
97 msgstr "PL/Tcl 関数は%s型を受け付けません"
99 #: pltcl.c:1702
100 #, c-format
101 msgid "could not create internal procedure \"%s\": %s"
102 msgstr "内部プロシージャ\"%s\"を作成できませんでした: %s"
104 #: pltcl.c:3207
105 #, c-format
106 msgid "column name/value list must have even number of elements"
107 msgstr "列名/値のリストの要素は偶数個でなければなりません"
109 #: pltcl.c:3225
110 #, c-format
111 msgid "column name/value list contains nonexistent column name \"%s\""
112 msgstr "列名/値のリストの中に、存在しない列名\"%s\"が含まれています"
114 #: pltcl.c:3232
115 #, c-format
116 msgid "cannot set system attribute \"%s\""
117 msgstr "システム属性\"%s\"は設定できません"
119 #: pltcl.c:3238
120 #, c-format
121 msgid "cannot set generated column \"%s\""
122 msgstr "生成列\"%s\"を変更できません"
124 #~ msgid "could not split return value from trigger: %s"
125 #~ msgstr "トリガーからの戻り値を分割できませんでした: %s"