diff options
Diffstat (limited to 'src/pl/tcl/po/ja.po')
-rw-r--r-- | src/pl/tcl/po/ja.po | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/src/pl/tcl/po/ja.po b/src/pl/tcl/po/ja.po new file mode 100644 index 0000000..15bd611 --- /dev/null +++ b/src/pl/tcl/po/ja.po @@ -0,0 +1,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\"を変更できません" |