mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: e255bc8b15d0f173f9de9048d3d6ad6e40085a48
This commit is contained in:
@ -1,175 +1,208 @@
|
||||
# LANGUAGE message translation file for ecpglib
|
||||
# Copyright (C) 2009 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# honda <honda@postgresql.jp>, 2009.
|
||||
# Japanese message translation file for ecpglib
|
||||
# Copyright (C) 2019 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the pg_archivecleanup (PostgreSQL) package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 9.0 beta 3\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2010-07-20 12:52+0900\n"
|
||||
"PO-Revision-Date: 2013-09-04 20:34-0400\n"
|
||||
"Last-Translator: HOTTA Michihide <hotta@net-newbie.com>\n"
|
||||
"Language-Team: Japanese\n"
|
||||
"Project-Id-Version: ecpglib (PostgreSQL 12 beta 1)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-06-11 09:00+0900\n"
|
||||
"PO-Revision-Date: 2019-06-11 09:04+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"
|
||||
|
||||
#: connect.c:226
|
||||
#: connect.c:237
|
||||
msgid "empty message text"
|
||||
msgstr "メッセージテキストが空です"
|
||||
|
||||
#: connect.c:381 connect.c:407 connect.c:520
|
||||
#: connect.c:403 connect.c:432 connect.c:640
|
||||
msgid "<DEFAULT>"
|
||||
msgstr "<デフォルト>"
|
||||
|
||||
#: error.c:29
|
||||
#: descriptor.c:887 misc.c:120
|
||||
msgid "NULL"
|
||||
msgstr "ヌル"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:33
|
||||
#, c-format
|
||||
msgid "no data found on line %d"
|
||||
msgstr "行番号%dにおいてデータがありませんでした"
|
||||
|
||||
#: error.c:39
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:40
|
||||
#, c-format
|
||||
msgid "out of memory on line %d"
|
||||
msgstr "行番号%dにおいてメモリ不足です"
|
||||
|
||||
#: error.c:49
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:47
|
||||
#, c-format
|
||||
msgid "unsupported type \"%s\" on line %d"
|
||||
msgstr "行番号%2$dにおいて未サポートのデータ型\"%1$s\"があります"
|
||||
msgstr "行番号%2$dにおいて非サポートのデータ型\"%1$s\"があります"
|
||||
|
||||
#: error.c:59
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:54
|
||||
#, c-format
|
||||
msgid "too many arguments on line %d"
|
||||
msgstr "行番号%dにおいて引数が多すぎます"
|
||||
|
||||
#: error.c:69
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:61
|
||||
#, c-format
|
||||
msgid "too few arguments on line %d"
|
||||
msgstr "行番号%dにおいて引数が少なすぎます"
|
||||
|
||||
#: error.c:79
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:68
|
||||
#, c-format
|
||||
msgid "invalid input syntax for type int: \"%s\", on line %d"
|
||||
msgstr "行番号%2$dにおいて、整数型に対して無効な入力構文があります:\"%1$s\""
|
||||
|
||||
#: error.c:89
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:75
|
||||
#, c-format
|
||||
msgid "invalid input syntax for type unsigned int: \"%s\", on line %d"
|
||||
msgstr ""
|
||||
"行番号%2$dにおいて、符号無し整数型に対して無効な入力構文があります:\"%1$s\""
|
||||
|
||||
#: error.c:99
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:82
|
||||
#, c-format
|
||||
msgid "invalid input syntax for floating-point type: \"%s\", on line %d"
|
||||
msgstr ""
|
||||
"行番号%2$dにおいて、浮動小数点型に対して無効な入力構文があります:\"%1$s\""
|
||||
|
||||
#: error.c:110
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:90
|
||||
#, c-format
|
||||
msgid "invalid syntax for type boolean: \"%s\", on line %d"
|
||||
msgstr "行番号%2$dにおいて、論理型に対して無効な入力構文があります:\"%1$s\""
|
||||
|
||||
#: error.c:118
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:95
|
||||
#, c-format
|
||||
msgid "could not convert boolean value: size mismatch, on line %d"
|
||||
msgstr "行番号%dにおいて、論理型に変換できませんでした。サイズが合っていません"
|
||||
|
||||
#: error.c:128
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:102
|
||||
#, c-format
|
||||
msgid "empty query on line %d"
|
||||
msgstr "行番号%dにおいて問い合わせが空です"
|
||||
|
||||
#: error.c:138
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:109
|
||||
#, c-format
|
||||
msgid "null value without indicator on line %d"
|
||||
msgstr "行番号%dにおいて、指示子が無いヌル値です"
|
||||
|
||||
#: error.c:148
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:116
|
||||
#, c-format
|
||||
msgid "variable does not have an array type on line %d"
|
||||
msgstr "行番号%dにおいて、変数は配列型ではありません"
|
||||
|
||||
#: error.c:158
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:123
|
||||
#, c-format
|
||||
msgid "data read from server is not an array on line %d"
|
||||
msgstr "行番号%dにおいて、サーバから読み込んだデータは配列ではありません"
|
||||
|
||||
#: error.c:168
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:130
|
||||
#, c-format
|
||||
msgid "inserting an array of variables is not supported on line %d"
|
||||
msgstr "行番号%dにおいて、変数の配列への挿入はサポートされません"
|
||||
|
||||
#: error.c:178
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:137
|
||||
#, c-format
|
||||
msgid "connection \"%s\" does not exist on line %d"
|
||||
msgstr "行番号%2$dにおいて、接続\"%1$s\"は存在しません"
|
||||
|
||||
#: error.c:188
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:144
|
||||
#, c-format
|
||||
msgid "not connected to connection \"%s\" on line %d"
|
||||
msgstr "行番号%2$dにおいて、接続\"%1$s\"に接続していません"
|
||||
|
||||
#: error.c:198
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:151
|
||||
#, c-format
|
||||
msgid "invalid statement name \"%s\" on line %d"
|
||||
msgstr "行番号%2$dにおいて、文の名前\"%1$s\"が無効です"
|
||||
|
||||
#: error.c:208
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:158
|
||||
#, c-format
|
||||
msgid "descriptor \"%s\" not found on line %d"
|
||||
msgstr "行番号%2$dにおいて、記述子\"%1$s\"がありません"
|
||||
|
||||
#: error.c:218
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:165
|
||||
#, c-format
|
||||
msgid "descriptor index out of range on line %d"
|
||||
msgstr "行番号%dにおいて、記述子のインデックスが範囲外です"
|
||||
|
||||
#: error.c:228
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:172
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item \"%s\" on line %d"
|
||||
msgstr "行番号%2$dにおいて、記述子項目\"%1$s\"が認識できません"
|
||||
|
||||
#: error.c:238
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:179
|
||||
#, c-format
|
||||
msgid "variable does not have a numeric type on line %d"
|
||||
msgstr "行番号%dにおいて、変数は数値型ではありません"
|
||||
|
||||
#: error.c:248
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:186
|
||||
#, c-format
|
||||
msgid "variable does not have a character type on line %d"
|
||||
msgstr "行番号%dにおいて、変数は文字型ではありません"
|
||||
|
||||
#: error.c:258
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:193
|
||||
#, c-format
|
||||
msgid "error in transaction processing on line %d"
|
||||
msgstr "行番号%dにおいて、トランザクション処理がエラーになりました"
|
||||
|
||||
#: error.c:268
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:200
|
||||
#, c-format
|
||||
msgid "could not connect to database \"%s\" on line %d"
|
||||
msgstr "行番号%2$dにおいて、データベース\"%1$s\"に接続できませんでした"
|
||||
|
||||
#: error.c:278
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:207
|
||||
#, c-format
|
||||
#| msgid "SQL error %d on line %d"
|
||||
msgid "The cursor is invalid on line %d"
|
||||
msgstr "行番号%dにおいて、カーソルが不正です"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:214
|
||||
#, c-format
|
||||
msgid "SQL error %d on line %d"
|
||||
msgstr "行番号%2$dにおいて、SQLエラー%1$dがあります"
|
||||
|
||||
#: error.c:318
|
||||
#: error.c:261
|
||||
msgid "the connection to the server was lost"
|
||||
msgstr "サーバへの接続が切れました"
|
||||
|
||||
#: error.c:405
|
||||
#: error.c:354
|
||||
#, c-format
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "SQLエラー: %s\n"
|
||||
|
||||
#: execute.c:1912
|
||||
#: execute.c:2187 execute.c:2194
|
||||
msgid "<empty>"
|
||||
msgstr "<空>"
|
||||
|
||||
#: misc.c:113
|
||||
msgid "NULL"
|
||||
msgstr "ヌル"
|
||||
|
@ -5,16 +5,16 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpglib (PostgreSQL 9.0)\n"
|
||||
"Project-Id-Version: ecpglib (PostgreSQL) 12\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-06-04 12:08+0000\n"
|
||||
"PO-Revision-Date: 2013-09-03 23:28-0400\n"
|
||||
"Last-Translator: Weibin <ssmei_2000@yahoo.com>\n"
|
||||
"Language-Team: Chinese (Simplified)\n"
|
||||
"Language: zh_CN\n"
|
||||
"POT-Creation-Date: 2019-05-22 17:56+0800\n"
|
||||
"PO-Revision-Date: 2019-05-24 18:50+0800\n"
|
||||
"Last-Translator: Jie Zhang <zhangjie2@cn.fujitsu.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <zhangjie2@cn.fujitsu.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: connect.c:237
|
||||
msgid "empty message text"
|
||||
@ -24,7 +24,7 @@ msgstr "消息文本为空"
|
||||
msgid "<DEFAULT>"
|
||||
msgstr "<DEFAULT>"
|
||||
|
||||
#: descriptor.c:887 misc.c:120
|
||||
#: descriptor.c:888 misc.c:120
|
||||
msgid "NULL"
|
||||
msgstr "NULL"
|
||||
|
||||
@ -180,10 +180,9 @@ msgstr "在第%2$d行上无法连接数据库\"%1$s\""
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:207
|
||||
#, fuzzy, c-format
|
||||
#| msgid "SQL error %d on line %d"
|
||||
#, c-format
|
||||
msgid "The cursor is invalid on line %d"
|
||||
msgstr "在第%2$d行上的SQL命令发生错误 代码%1$d"
|
||||
msgstr "游标在第%d行无效"
|
||||
|
||||
#. translator: this string will be truncated at 149 characters expanded.
|
||||
#: error.c:214
|
||||
@ -191,7 +190,6 @@ msgstr "在第%2$d行上的SQL命令发生错误 代码%1$d"
|
||||
msgid "SQL error %d on line %d"
|
||||
msgstr "在第%2$d行上的SQL命令发生错误 代码%1$d"
|
||||
|
||||
# common.c:298
|
||||
#: error.c:261
|
||||
msgid "the connection to the server was lost"
|
||||
msgstr "与服务器的连接丢失"
|
||||
@ -201,6 +199,6 @@ msgstr "与服务器的连接丢失"
|
||||
msgid "SQL error: %s\n"
|
||||
msgstr "SQL语句错误: %s\n"
|
||||
|
||||
#: execute.c:2187 execute.c:2194
|
||||
#: execute.c:2174 execute.c:2181
|
||||
msgid "<empty>"
|
||||
msgstr "<空>"
|
||||
|
@ -1,15 +1,14 @@
|
||||
# LANGUAGE message translation file for ecpg
|
||||
# Copyright (C) 2009 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the PostgreSQL package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
|
||||
# Japanese message translation file for ecpg-preproc
|
||||
# Copyright (C) 2019 PostgreSQL Global Development Group
|
||||
# This file is distributed under the same license as the pg_archivecleanup (PostgreSQL) package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
|
||||
"POT-Creation-Date: 2018-08-31 16:21+0900\n"
|
||||
"PO-Revision-Date: 2018-08-21 20:52+0900\n"
|
||||
"Last-Translator: Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>\n"
|
||||
"Project-Id-Version: ecpg-preproc (PostgreSQL 12 beta 1)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-06-11 09:06+0900\n"
|
||||
"PO-Revision-Date: 2019-06-11 09:10+0900\n"
|
||||
"Last-Translator: Kyotaro Horiguchi <horikyota.ntt@gmail.com>\n"
|
||||
"Language-Team: jpug-doc <jpug-doc@ml.postgresql.jp>\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -53,7 +52,7 @@ msgstr "記述子項目%sは実装されていません"
|
||||
msgid "descriptor item \"%s\" cannot be set"
|
||||
msgstr "記述子項目%sは設定できません"
|
||||
|
||||
#: ecpg.c:35
|
||||
#: ecpg.c:36
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s is the PostgreSQL embedded SQL preprocessor for C programs.\n"
|
||||
@ -62,7 +61,7 @@ msgstr ""
|
||||
"%sはCプログラム用のPostgreSQL埋込みSQLプリプロセッサです。\n"
|
||||
"\n"
|
||||
|
||||
#: ecpg.c:37
|
||||
#: ecpg.c:38
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Usage:\n"
|
||||
@ -73,12 +72,12 @@ msgstr ""
|
||||
" %s [オプション]... ファイル...\n"
|
||||
"\n"
|
||||
|
||||
#: ecpg.c:40
|
||||
#: ecpg.c:41
|
||||
#, c-format
|
||||
msgid "Options:\n"
|
||||
msgstr "オプション:\n"
|
||||
|
||||
#: ecpg.c:41
|
||||
#: ecpg.c:42
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -c automatically generate C code from embedded SQL code;\n"
|
||||
@ -87,7 +86,7 @@ msgstr ""
|
||||
" -c 埋め込まれたSQLコードを元にC言語コードを自動的に生成します\n"
|
||||
" これはEXEC SQL TYPEに影響を与えます\n"
|
||||
|
||||
#: ecpg.c:43
|
||||
#: ecpg.c:44
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -C MODE set compatibility mode; MODE can be one of\n"
|
||||
@ -96,39 +95,41 @@ msgstr ""
|
||||
" -C MODE 互換モードを設定; MODEは\"INFORMIX\"、 \"INFORMIX_SE\"、\n"
|
||||
" \"ORACLE\"のいずれかです\n"
|
||||
|
||||
#: ecpg.c:46
|
||||
#: ecpg.c:47
|
||||
#, c-format
|
||||
msgid " -d generate parser debug output\n"
|
||||
msgstr " -d パーサのデバッグ出力を有効にします\n"
|
||||
|
||||
#: ecpg.c:48
|
||||
#: ecpg.c:49
|
||||
#, c-format
|
||||
msgid " -D SYMBOL define SYMBOL\n"
|
||||
msgstr " -D SYMBOL シンボル SYMBOL を定義します\n"
|
||||
|
||||
#: ecpg.c:49
|
||||
#: ecpg.c:50
|
||||
#, c-format
|
||||
msgid " -h parse a header file, this option includes option \"-c\"\n"
|
||||
msgid ""
|
||||
" -h parse a header file, this option includes option \"-c\"\n"
|
||||
msgstr ""
|
||||
" -h ヘッダファイルをパースします。このオプションには\"-c\"オプション\n"
|
||||
" -h ヘッダファイルをパースします。このオプションには\"-c\"オプ"
|
||||
"ション\n"
|
||||
" が含まれます\n"
|
||||
|
||||
#: ecpg.c:50
|
||||
#: ecpg.c:51
|
||||
#, c-format
|
||||
msgid " -i parse system include files as well\n"
|
||||
msgstr " -i システムインクルードファイルもパースします\n"
|
||||
|
||||
#: ecpg.c:51
|
||||
#: ecpg.c:52
|
||||
#, c-format
|
||||
msgid " -I DIRECTORY search DIRECTORY for include files\n"
|
||||
msgstr " -I DIRECTORY DIRECTORYからインクルードファイルを検索します\n"
|
||||
|
||||
#: ecpg.c:52
|
||||
#: ecpg.c:53
|
||||
#, c-format
|
||||
msgid " -o OUTFILE write result to OUTFILE\n"
|
||||
msgstr " -o OUTFILE 結果をOUTFILEに出力します\n"
|
||||
|
||||
#: ecpg.c:53
|
||||
#: ecpg.c:54
|
||||
#, c-format
|
||||
msgid ""
|
||||
" -r OPTION specify run-time behavior; OPTION can be:\n"
|
||||
@ -137,27 +138,27 @@ msgstr ""
|
||||
" -r OPTION 実行時の動作を指定します。オプションは次のいずれかです\n"
|
||||
" \"no_indicator\"、\"prepare\"、\"questionmarks\"\n"
|
||||
|
||||
#: ecpg.c:55
|
||||
#: ecpg.c:56
|
||||
#, c-format
|
||||
msgid " --regression run in regression testing mode\n"
|
||||
msgstr " --regression リグレッション試験モードで実行します\n"
|
||||
|
||||
#: ecpg.c:56
|
||||
#: ecpg.c:57
|
||||
#, c-format
|
||||
msgid " -t turn on autocommit of transactions\n"
|
||||
msgstr " -t トランザクションの自動コミットを有効にします\n"
|
||||
|
||||
#: ecpg.c:57
|
||||
#: ecpg.c:58
|
||||
#, c-format
|
||||
msgid " -V, --version output version information, then exit\n"
|
||||
msgstr " -V, --version バージョン情報を出力して、終了します\n"
|
||||
|
||||
#: ecpg.c:58
|
||||
#: ecpg.c:59
|
||||
#, c-format
|
||||
msgid " -?, --help show this help, then exit\n"
|
||||
msgstr " -?, --help このヘルプを表示して、終了します\n"
|
||||
|
||||
#: ecpg.c:59
|
||||
#: ecpg.c:60
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -165,376 +166,405 @@ msgid ""
|
||||
"input file name, after stripping off .pgc if present.\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"出力ファイルの指定がない場合は、入力ファイルの名前に.cを付けた名前になります。\n"
|
||||
"出力ファイルの指定がない場合は、入力ファイルの名前に.cを付けた名前になりま"
|
||||
"す。\n"
|
||||
"ただし、もし.pgcがある場合はこれを取り除いてから.cが付けられます。\n"
|
||||
|
||||
#: ecpg.c:61
|
||||
#: ecpg.c:62
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
|
||||
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"不具合は<pgsql-bugs@postgresql.org>に報告してください。\n"
|
||||
"不具合は<pgsql-bugs@lists.postgresql.org>まで報告してください。\n"
|
||||
|
||||
#: ecpg.c:139
|
||||
#: ecpg.c:182
|
||||
#, c-format
|
||||
msgid "%s: could not locate my own executable path\n"
|
||||
msgstr "%s: 自身の実行ファイルの場所がわかりません\n"
|
||||
|
||||
#: ecpg.c:174 ecpg.c:331 ecpg.c:342
|
||||
#: ecpg.c:217 ecpg.c:374 ecpg.c:385
|
||||
#, c-format
|
||||
msgid "%s: could not open file \"%s\": %s\n"
|
||||
msgstr "%s: ファイル\"%s\"をオープンできませんでした: %s\n"
|
||||
|
||||
#: ecpg.c:217 ecpg.c:230 ecpg.c:246 ecpg.c:272
|
||||
#: ecpg.c:260 ecpg.c:273 ecpg.c:289 ecpg.c:315
|
||||
#, c-format
|
||||
msgid "Try \"%s --help\" for more information.\n"
|
||||
msgstr "詳細は\"%s --help\"を実行してください。\n"
|
||||
|
||||
#: ecpg.c:241
|
||||
#: ecpg.c:284
|
||||
#, c-format
|
||||
msgid "%s: parser debug support (-d) not available\n"
|
||||
msgstr "%s: パーサデバッグのサポート(-d)を利用できません\n"
|
||||
|
||||
#: ecpg.c:260
|
||||
#: ecpg.c:303
|
||||
#, c-format
|
||||
msgid "%s, the PostgreSQL embedded C preprocessor, version %s\n"
|
||||
msgstr "%s, PostgreSQL埋込みC言語プリプロセッサ, バージョン%s\n"
|
||||
|
||||
#: ecpg.c:262
|
||||
#: ecpg.c:305
|
||||
#, c-format
|
||||
msgid "EXEC SQL INCLUDE ... search starts here:\n"
|
||||
msgstr "EXEC SQL INCLUDE ... 検索が始まります\n"
|
||||
|
||||
#: ecpg.c:265
|
||||
#: ecpg.c:308
|
||||
#, c-format
|
||||
msgid "end of search list\n"
|
||||
msgstr "検索リストの終端です\n"
|
||||
|
||||
#: ecpg.c:271
|
||||
#: ecpg.c:314
|
||||
#, c-format
|
||||
msgid "%s: no input files specified\n"
|
||||
msgstr "%s: 入力ファイルが指定されていません\n"
|
||||
|
||||
#: ecpg.c:465
|
||||
#: ecpg.c:497
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" has been declared but not opened"
|
||||
msgstr "カーソル%sは宣言されましたが、オープンされていません"
|
||||
|
||||
#: ecpg.c:478 preproc.y:127
|
||||
#: ecpg.c:510 preproc.y:129
|
||||
#, c-format
|
||||
msgid "could not remove output file \"%s\"\n"
|
||||
msgstr "出力ファイル\"%s\"を削除できませんでした\n"
|
||||
|
||||
#: pgc.l:444
|
||||
#: pgc.l:472
|
||||
#, c-format
|
||||
msgid "unterminated /* comment"
|
||||
msgstr "/*コメントが閉じていません"
|
||||
|
||||
#: pgc.l:457
|
||||
#: pgc.l:490
|
||||
#, c-format
|
||||
msgid "invalid bit string literal"
|
||||
msgstr "無効なビット列リテラルです"
|
||||
|
||||
#: pgc.l:466
|
||||
#: pgc.l:502
|
||||
#, c-format
|
||||
msgid "unterminated bit string literal"
|
||||
msgstr "ビット文字列リテラルの終端がありません"
|
||||
|
||||
#: pgc.l:482
|
||||
#: pgc.l:518
|
||||
#, c-format
|
||||
msgid "unterminated hexadecimal string literal"
|
||||
msgstr "16進数文字列リテラルの終端がありません"
|
||||
|
||||
#: pgc.l:560
|
||||
#: pgc.l:614 pgc.l:718
|
||||
#, c-format
|
||||
msgid "unterminated quoted string"
|
||||
msgstr "文字列の引用符が閉じていません"
|
||||
|
||||
#: pgc.l:618 pgc.l:631
|
||||
#: pgc.l:665
|
||||
#, c-format
|
||||
msgid "unterminated dollar-quoted string"
|
||||
msgstr "文字列のドル引用符が閉じていません"
|
||||
|
||||
#: pgc.l:684 pgc.l:697
|
||||
#, c-format
|
||||
msgid "zero-length delimited identifier"
|
||||
msgstr "区切りつき識別子の長さがゼロです"
|
||||
|
||||
#: pgc.l:639
|
||||
#: pgc.l:709
|
||||
#, c-format
|
||||
msgid "unterminated quoted identifier"
|
||||
msgstr "識別子の引用符が閉じていません"
|
||||
|
||||
#: pgc.l:921
|
||||
#: pgc.l:1040
|
||||
#, c-format
|
||||
msgid "nested /* ... */ comments"
|
||||
msgstr "入れ子状の /* ... */ コメント"
|
||||
|
||||
#: pgc.l:1014
|
||||
#: pgc.l:1133
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL UNDEF command"
|
||||
msgstr "EXEC SQL UNDEFコマンドにおいて識別子がありません"
|
||||
|
||||
#: pgc.l:1060 pgc.l:1074
|
||||
#: pgc.l:1179 pgc.l:1193
|
||||
#, c-format
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "対応する\"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\"がありません"
|
||||
|
||||
#: pgc.l:1063 pgc.l:1076 pgc.l:1252
|
||||
#: pgc.l:1182 pgc.l:1195 pgc.l:1373
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "\"EXEC SQL ENDIF;\"がありません"
|
||||
|
||||
#: pgc.l:1092 pgc.l:1111
|
||||
#: pgc.l:1211 pgc.l:1230
|
||||
#, c-format
|
||||
msgid "more than one EXEC SQL ELSE"
|
||||
msgstr "1つ以上のEXEC SQL ELSE\"が存在します"
|
||||
|
||||
#: pgc.l:1133 pgc.l:1147
|
||||
#: pgc.l:1252 pgc.l:1266
|
||||
#, c-format
|
||||
msgid "unmatched EXEC SQL ENDIF"
|
||||
msgstr "EXEC SQL ENDIFに対応するものがありません"
|
||||
|
||||
#: pgc.l:1167
|
||||
#: pgc.l:1286
|
||||
#, c-format
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "入れ子状のEXEC SQL IFDEF条件が多すぎます"
|
||||
|
||||
#: pgc.l:1200
|
||||
#: pgc.l:1321
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "EXEC SQL IFDEFコマンドにおいて識別子がありません"
|
||||
|
||||
#: pgc.l:1209
|
||||
#: pgc.l:1330
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "EXEC SQL DEFINEコマンドにおいて識別子がありません"
|
||||
|
||||
#: pgc.l:1242
|
||||
#: pgc.l:1363
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "EXEC SQL INCLUDEコマンドにおいて構文エラーがあります"
|
||||
|
||||
#: pgc.l:1291
|
||||
#: pgc.l:1413
|
||||
#, c-format
|
||||
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
|
||||
msgstr "内部エラー: 到達しないはずの状態です。<pgsql-bugs@postgresql.org>まで報告してください"
|
||||
#| msgid ""
|
||||
#| "internal error: unreachable state; please report this to <pgsql-"
|
||||
#| "bugs@postgresql.org>"
|
||||
msgid ""
|
||||
"internal error: unreachable state; please report this to <pgsql-bugs@lists."
|
||||
"postgresql.org>"
|
||||
msgstr ""
|
||||
"内部エラー: 到達しないはずの状態です。<pgsql-bugs@lists.postgresql.org>まで報"
|
||||
"告してください"
|
||||
|
||||
#: pgc.l:1420
|
||||
#: pgc.l:1564
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr "エラー:行番号%3$dのインクルードパス\"%1$s/%2$s\"が長すぎます。無視しました。\n"
|
||||
msgstr ""
|
||||
"エラー:行番号%3$dのインクルードパス\"%1$s/%2$s\"が長すぎます。無視しまし"
|
||||
"た。\n"
|
||||
|
||||
#: pgc.l:1443
|
||||
#: pgc.l:1587
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "行番号%2$dのインクルードファイル\"%1$s\"をオープンすることができませんでした"
|
||||
msgstr ""
|
||||
"行番号%2$dのインクルードファイル\"%1$s\"をオープンすることができませんでした"
|
||||
|
||||
#: preproc.y:31
|
||||
msgid "syntax error"
|
||||
msgstr "構文エラー"
|
||||
|
||||
#: preproc.y:81
|
||||
#: preproc.y:83
|
||||
#, c-format
|
||||
msgid "WARNING: "
|
||||
msgstr "警告: "
|
||||
|
||||
#: preproc.y:84
|
||||
#: preproc.y:86
|
||||
#, c-format
|
||||
msgid "ERROR: "
|
||||
msgstr "エラー: "
|
||||
|
||||
#: preproc.y:508
|
||||
#: preproc.y:510
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" does not exist"
|
||||
msgstr "カーソル\"%s\"は存在しません"
|
||||
|
||||
#: preproc.y:537
|
||||
#: preproc.y:539
|
||||
#, c-format
|
||||
msgid "initializer not allowed in type definition"
|
||||
msgstr "型定義では初期化子は許されません"
|
||||
|
||||
#: preproc.y:539
|
||||
#: preproc.y:541
|
||||
#, c-format
|
||||
msgid "type name \"string\" is reserved in Informix mode"
|
||||
msgstr "型名\"string\"はInformixモードですでに予約されています"
|
||||
|
||||
#: preproc.y:546 preproc.y:15744
|
||||
#: preproc.y:548 preproc.y:15877
|
||||
#, c-format
|
||||
msgid "type \"%s\" is already defined"
|
||||
msgstr "\"%s\"型はすでに定義されています"
|
||||
|
||||
#: preproc.y:570 preproc.y:16402 preproc.y:16727 variable.c:620
|
||||
#: preproc.y:573 preproc.y:16548 preproc.y:16873 variable.c:621
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for simple data types are not supported"
|
||||
msgstr "単純なデータ型の多次元配列はサポートされていません"
|
||||
|
||||
#: preproc.y:1694
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "CLOSE DATABASE文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:1903
|
||||
#: preproc.y:1938
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CONNECT statement"
|
||||
msgstr "CONNECT文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:1937
|
||||
#: preproc.y:1976
|
||||
#, c-format
|
||||
msgid "AT option not allowed in DISCONNECT statement"
|
||||
msgstr "DISCONNECT文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:1992
|
||||
#: preproc.y:2038
|
||||
#, c-format
|
||||
msgid "AT option not allowed in SET CONNECTION statement"
|
||||
msgstr "SET CONNECTION文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:2014
|
||||
#: preproc.y:2060
|
||||
#, c-format
|
||||
msgid "AT option not allowed in TYPE statement"
|
||||
msgstr "TYPE文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:2023
|
||||
#: preproc.y:2069
|
||||
#, c-format
|
||||
msgid "AT option not allowed in VAR statement"
|
||||
msgstr "VAR文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:2030
|
||||
#: preproc.y:2076
|
||||
#, c-format
|
||||
msgid "AT option not allowed in WHENEVER statement"
|
||||
msgstr "WHENEVER文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:2107 preproc.y:2279 preproc.y:2284 preproc.y:2400 preproc.y:4045
|
||||
#: preproc.y:5615 preproc.y:5624 preproc.y:5924 preproc.y:7523 preproc.y:9016
|
||||
#: preproc.y:9021 preproc.y:11812
|
||||
#: preproc.y:2153 preproc.y:2325 preproc.y:2330 preproc.y:2453 preproc.y:4046
|
||||
#: preproc.y:5635 preproc.y:5935 preproc.y:7563 preproc.y:9075 preproc.y:9080
|
||||
#: preproc.y:11880
|
||||
#, c-format
|
||||
msgid "unsupported feature will be passed to server"
|
||||
msgstr "サーバに未サポート機能が渡されます"
|
||||
msgstr "非サポートの機能がサーバに渡されます"
|
||||
|
||||
#: preproc.y:2658
|
||||
#: preproc.y:2711
|
||||
#, c-format
|
||||
msgid "SHOW ALL is not implemented"
|
||||
msgstr "SHOW ALLは実装されていません"
|
||||
|
||||
#: preproc.y:3386
|
||||
#: preproc.y:3369
|
||||
#, c-format
|
||||
msgid "AT option not allowed in CLOSE DATABASE statement"
|
||||
msgstr "CLOSE DATABASE文ではATオプションは許されません"
|
||||
|
||||
#: preproc.y:3394
|
||||
#, c-format
|
||||
msgid "COPY FROM STDIN is not implemented"
|
||||
msgstr "COPY FROM STDINは実装されていません"
|
||||
|
||||
#: preproc.y:9969 preproc.y:15333
|
||||
#: preproc.y:10026 preproc.y:15460
|
||||
#, c-format
|
||||
msgid "using variable \"%s\" in different declare statements is not supported"
|
||||
msgstr "異なったdeclareステートメントにおける変数\"%s\"の使用はサポートされていません"
|
||||
msgstr ""
|
||||
"異なったdeclareステートメントにおける変数\"%s\"の使用はサポートされていません"
|
||||
|
||||
#: preproc.y:9971 preproc.y:15335
|
||||
#: preproc.y:10028 preproc.y:15462
|
||||
#, c-format
|
||||
msgid "cursor \"%s\" is already defined"
|
||||
msgstr "カーソル\"%s\"はすでに定義されています"
|
||||
|
||||
#: preproc.y:10401
|
||||
#: preproc.y:10469
|
||||
#, c-format
|
||||
msgid "no longer supported LIMIT #,# syntax passed to server"
|
||||
msgstr "サーバに渡されるLIMIT #,#構文はもはやサポートされていません"
|
||||
|
||||
#: preproc.y:10726 preproc.y:10733
|
||||
#: preproc.y:10794 preproc.y:10801
|
||||
#, c-format
|
||||
msgid "subquery in FROM must have an alias"
|
||||
msgstr "FROM句の副問い合わせは別名を持たなければなりません"
|
||||
|
||||
#: preproc.y:15063
|
||||
#: preproc.y:15151 preproc.y:15158
|
||||
#, c-format
|
||||
msgid "CREATE TABLE AS cannot specify INTO"
|
||||
msgstr "CREATE TABLE ASはINTOを指定できません"
|
||||
|
||||
#: preproc.y:15099
|
||||
#: preproc.y:15194
|
||||
#, c-format
|
||||
msgid "expected \"@\", found \"%s\""
|
||||
msgstr "想定では\"@\"、結果では\"%s\""
|
||||
|
||||
#: preproc.y:15111
|
||||
#: preproc.y:15206
|
||||
#, c-format
|
||||
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
|
||||
msgstr "プロトコルでは\"tcp\"および\"unix\"のみ、データベースの種類では\"postgresql\"のみがサポートされています"
|
||||
msgid ""
|
||||
"only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are "
|
||||
"supported"
|
||||
msgstr ""
|
||||
"プロトコルでは\"tcp\"および\"unix\"のみ、データベースの種類では\"postgresql"
|
||||
"\"のみがサポートされています"
|
||||
|
||||
#: preproc.y:15114
|
||||
#: preproc.y:15209
|
||||
#, c-format
|
||||
msgid "expected \"://\", found \"%s\""
|
||||
msgstr "想定では\"://\"、結果では\"%s\""
|
||||
|
||||
#: preproc.y:15119
|
||||
#: preproc.y:15214
|
||||
#, c-format
|
||||
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
|
||||
msgstr "Unixドメインソケットは\"localhost\"でのみで動作し、\"%s\"では動作しません"
|
||||
msgstr ""
|
||||
"Unixドメインソケットは\"localhost\"でのみで動作し、\"%s\"では動作しません"
|
||||
|
||||
#: preproc.y:15145
|
||||
#: preproc.y:15240
|
||||
#, c-format
|
||||
msgid "expected \"postgresql\", found \"%s\""
|
||||
msgstr "想定では\"postgresql\"、結果では\"%s\""
|
||||
|
||||
#: preproc.y:15148
|
||||
#: preproc.y:15243
|
||||
#, c-format
|
||||
msgid "invalid connection type: %s"
|
||||
msgstr "無効な接続種類: %s"
|
||||
|
||||
#: preproc.y:15157
|
||||
#: preproc.y:15252
|
||||
#, c-format
|
||||
msgid "expected \"@\" or \"://\", found \"%s\""
|
||||
msgstr "想定では\"@または\"\"://\"、結果では\"%s\""
|
||||
|
||||
#: preproc.y:15232 preproc.y:15250
|
||||
#: preproc.y:15327 preproc.y:15345
|
||||
#, c-format
|
||||
msgid "invalid data type"
|
||||
msgstr "無効なデータ型"
|
||||
|
||||
#: preproc.y:15261 preproc.y:15278
|
||||
#: preproc.y:15356 preproc.y:15373
|
||||
#, c-format
|
||||
msgid "incomplete statement"
|
||||
msgstr "不完全な文"
|
||||
|
||||
#: preproc.y:15264 preproc.y:15281
|
||||
#: preproc.y:15359 preproc.y:15376
|
||||
#, c-format
|
||||
msgid "unrecognized token \"%s\""
|
||||
msgstr "認識できないトークン\"%s\""
|
||||
|
||||
#: preproc.y:15555
|
||||
#: preproc.y:15422
|
||||
#, c-format
|
||||
#| msgid "cursor \"%s\" is already defined"
|
||||
msgid "declared name %s is already defined"
|
||||
msgstr "宣言名\"%s\"はすでに定義されています"
|
||||
|
||||
#: preproc.y:15680
|
||||
#, c-format
|
||||
msgid "only data types numeric and decimal have precision/scale argument"
|
||||
msgstr "数値データ型または10進数データ型のみが精度/位取り引数と取ることができます"
|
||||
msgstr ""
|
||||
"数値データ型または10進数データ型のみが精度/位取り引数と取ることができます"
|
||||
|
||||
#: preproc.y:15567
|
||||
#: preproc.y:15692
|
||||
#, c-format
|
||||
msgid "interval specification not allowed here"
|
||||
msgstr "時間間隔の指定はここでは許されません"
|
||||
|
||||
#: preproc.y:15719 preproc.y:15771
|
||||
#: preproc.y:15852 preproc.y:15904
|
||||
#, c-format
|
||||
msgid "too many levels in nested structure/union definition"
|
||||
msgstr "構造体/ユニオンの定義の入れ子レベルが深すぎます"
|
||||
|
||||
#: preproc.y:15910
|
||||
#: preproc.y:16055
|
||||
#, c-format
|
||||
msgid "pointers to varchar are not implemented"
|
||||
msgstr "varcharを指し示すポインタは実装されていません"
|
||||
|
||||
#: preproc.y:16097 preproc.y:16122
|
||||
#: preproc.y:16242 preproc.y:16267
|
||||
#, c-format
|
||||
msgid "using unsupported DESCRIBE statement"
|
||||
msgstr "未サポートのDESCRIBE文の使用"
|
||||
|
||||
#: preproc.y:16369
|
||||
#: preproc.y:16514
|
||||
#, c-format
|
||||
msgid "initializer not allowed in EXEC SQL VAR command"
|
||||
msgstr "EXEC SQL VARコマンドでは初期化子は許されません"
|
||||
|
||||
#: preproc.y:16685
|
||||
#: preproc.y:16831
|
||||
#, c-format
|
||||
msgid "arrays of indicators are not allowed on input"
|
||||
msgstr "指示子配列は入力として許されません"
|
||||
|
||||
#: preproc.y:16906
|
||||
#: preproc.y:17052
|
||||
#, c-format
|
||||
msgid "operator not allowed in variable definition"
|
||||
msgstr "変数定義では演算子は許されません"
|
||||
|
||||
#. translator: %s is typically the translation of "syntax error"
|
||||
#: preproc.y:16947
|
||||
#: preproc.y:17093
|
||||
#, c-format
|
||||
msgid "%s at or near \"%s\""
|
||||
msgstr "\"%2$s\"またはその近辺で%1$s"
|
||||
@ -544,62 +574,63 @@ msgstr "\"%2$s\"またはその近辺で%1$s"
|
||||
msgid "out of memory"
|
||||
msgstr "メモリ不足です"
|
||||
|
||||
#: type.c:212 type.c:676
|
||||
#: type.c:214 type.c:685
|
||||
#, c-format
|
||||
msgid "unrecognized variable type code %d"
|
||||
msgstr "認識できない変数型コード%d"
|
||||
|
||||
#: type.c:261
|
||||
#: type.c:263
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr "変数\"%s\"は、異なった型を持つローカル変数により隠蔽されています"
|
||||
|
||||
#: type.c:263
|
||||
#: type.c:265
|
||||
#, c-format
|
||||
msgid "variable \"%s\" is hidden by a local variable"
|
||||
msgstr "変数\"%s\"はローカル変数により隠蔽されています"
|
||||
|
||||
#: type.c:275
|
||||
#: type.c:277
|
||||
#, c-format
|
||||
msgid "indicator variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgid ""
|
||||
"indicator variable \"%s\" is hidden by a local variable of a different type"
|
||||
msgstr "指示子変数\"%s\"は、異なった型を持つローカル変数により隠蔽されています"
|
||||
|
||||
#: type.c:277
|
||||
#: type.c:279
|
||||
#, c-format
|
||||
msgid "indicator variable \"%s\" is hidden by a local variable"
|
||||
msgstr "指示子変数\"%s\"はローカル変数により隠蔽されています"
|
||||
|
||||
#: type.c:285
|
||||
#: type.c:287
|
||||
#, c-format
|
||||
msgid "indicator for array/pointer has to be array/pointer"
|
||||
msgstr "配列/ポインタ用の指示子は配列/ポインタでなければなりません"
|
||||
|
||||
#: type.c:289
|
||||
#: type.c:291
|
||||
#, c-format
|
||||
msgid "nested arrays are not supported (except strings)"
|
||||
msgstr "入れ子状の配列はサポートされません (文字列は除きます)"
|
||||
|
||||
#: type.c:331
|
||||
#: type.c:333
|
||||
#, c-format
|
||||
msgid "indicator for struct has to be a struct"
|
||||
msgstr "構造体用の指示子は構造体でなければなりません"
|
||||
|
||||
#: type.c:351 type.c:372 type.c:392
|
||||
#: type.c:353 type.c:374 type.c:394
|
||||
#, c-format
|
||||
msgid "indicator for simple data type has to be simple"
|
||||
msgstr "単純なデータ型用の指示子は単純型でなければなりません"
|
||||
|
||||
#: type.c:616
|
||||
#: type.c:625
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too few members"
|
||||
msgstr "指示子構造体\"%s\"のメンバが足りません"
|
||||
|
||||
#: type.c:624
|
||||
#: type.c:633
|
||||
#, c-format
|
||||
msgid "indicator struct \"%s\" has too many members"
|
||||
msgstr "指示子構造体\"%s\"のメンバが多すぎます"
|
||||
|
||||
#: type.c:735
|
||||
#: type.c:744
|
||||
#, c-format
|
||||
msgid "unrecognized descriptor item code %d"
|
||||
msgstr "認識できない記述子項目コード%dです"
|
||||
@ -651,10 +682,14 @@ msgstr "多次元配列はサポートされません"
|
||||
|
||||
#: variable.c:534
|
||||
#, c-format
|
||||
msgid "multilevel pointers (more than 2 levels) are not supported; found %d level"
|
||||
msgid_plural "multilevel pointers (more than 2 levels) are not supported; found %d levels"
|
||||
msgstr[0] "複数レベルのポインタ(2レベル以上)はサポートされません。%dレベルあります"
|
||||
msgstr[1] "複数レベルのポインタ(2レベル以上)はサポートされません。%dレベルあります"
|
||||
msgid ""
|
||||
"multilevel pointers (more than 2 levels) are not supported; found %d level"
|
||||
msgid_plural ""
|
||||
"multilevel pointers (more than 2 levels) are not supported; found %d levels"
|
||||
msgstr[0] ""
|
||||
"複数レベルのポインタ(2レベル以上)はサポートされません。%dレベルあります"
|
||||
msgstr[1] ""
|
||||
"複数レベルのポインタ(2レベル以上)はサポートされません。%dレベルあります"
|
||||
|
||||
#: variable.c:539
|
||||
#, c-format
|
||||
@ -665,3 +700,10 @@ msgstr "このデータ型では、ポインタを指し示すポインタはサ
|
||||
#, c-format
|
||||
msgid "multidimensional arrays for structures are not supported"
|
||||
msgstr "構造体の多次元配列はサポートされていません"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "\n"
|
||||
#~ "Report bugs to <pgsql-bugs@postgresql.org>.\n"
|
||||
#~ msgstr ""
|
||||
#~ "\n"
|
||||
#~ "不具合は<pgsql-bugs@postgresql.org>に報告してください。\n"
|
||||
|
@ -5,16 +5,16 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ecpg (PostgreSQL) 11\n"
|
||||
"Project-Id-Version: ecpg (PostgreSQL) 12\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-06-04 12:08+0000\n"
|
||||
"PO-Revision-Date: 2019-05-16 17:21+0800\n"
|
||||
"POT-Creation-Date: 2019-05-22 17:56+0800\n"
|
||||
"PO-Revision-Date: 2019-05-23 18:42+0800\n"
|
||||
"Last-Translator: Jie Zhang <zhangjie2@cn.fujitsu.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <zhangjie2@cn.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"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 1.5.4\n"
|
||||
|
||||
@ -84,7 +84,7 @@ msgid ""
|
||||
" -c automatically generate C code from embedded SQL code;\n"
|
||||
" this affects EXEC SQL TYPE\n"
|
||||
msgstr ""
|
||||
"-c 从嵌入式SQL代码中自动产生C代码;\n"
|
||||
" -c 从嵌入式SQL代码中自动产生C代码;\n"
|
||||
" 这将影响EXEC SQL TYPE\n"
|
||||
|
||||
#: ecpg.c:44
|
||||
@ -143,7 +143,7 @@ msgstr " --regression 在回归测试模式下运行\n"
|
||||
#: ecpg.c:57
|
||||
#, c-format
|
||||
msgid " -t turn on autocommit of transactions\n"
|
||||
msgstr " -t 打开事务的自动提交功能\n"
|
||||
msgstr " -t 打开事务的自动提交功能\n"
|
||||
|
||||
#: ecpg.c:58
|
||||
#, c-format
|
||||
@ -167,16 +167,13 @@ msgstr ""
|
||||
"加上.c的后缀名组成.\n"
|
||||
|
||||
#: ecpg.c:62
|
||||
#, fuzzy, c-format
|
||||
#| msgid ""
|
||||
#| "\n"
|
||||
#| "Report bugs to <pgsql-bugs@postgresql.org>.\n"
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"错误报告至 <pgsql-bugs@postgresql.org>.\n"
|
||||
"错误报告至 <pgsql-bugs@lists.postgresql.org>.\n"
|
||||
|
||||
#: ecpg.c:182
|
||||
#, c-format
|
||||
@ -283,7 +280,7 @@ msgstr "在EXEC SQL UNDEF命令中丢失标识符"
|
||||
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
msgstr "丢失匹配 \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
|
||||
|
||||
#: pgc.l:1182 pgc.l:1195 pgc.l:1373
|
||||
#: pgc.l:1182 pgc.l:1195 pgc.l:1371
|
||||
#, c-format
|
||||
msgid "missing \"EXEC SQL ENDIF;\""
|
||||
msgstr "\"EXEC SQL ENDIF;\"丢失"
|
||||
@ -303,33 +300,32 @@ msgstr "EXEC SQL ENDIF不匹配"
|
||||
msgid "too many nested EXEC SQL IFDEF conditions"
|
||||
msgstr "嵌套EXEC SQL IFDEF条件太多"
|
||||
|
||||
#: pgc.l:1321
|
||||
#: pgc.l:1319
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL IFDEF command"
|
||||
msgstr "在EXEC SQL IFDEF命令中丢失标识符"
|
||||
|
||||
#: pgc.l:1330
|
||||
#: pgc.l:1328
|
||||
#, c-format
|
||||
msgid "missing identifier in EXEC SQL DEFINE command"
|
||||
msgstr "在EXEC SQL DEFINE命令中丢失标识符"
|
||||
|
||||
#: pgc.l:1363
|
||||
#: pgc.l:1361
|
||||
#, c-format
|
||||
msgid "syntax error in EXEC SQL INCLUDE command"
|
||||
msgstr "在EXEC SQL INCLUDE命令中出现语法错误"
|
||||
|
||||
#: pgc.l:1413
|
||||
#, fuzzy, c-format
|
||||
#| msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
|
||||
#: pgc.l:1411
|
||||
#, c-format
|
||||
msgid "internal error: unreachable state; please report this to <pgsql-bugs@lists.postgresql.org>"
|
||||
msgstr "内部错误:不可到达的状态;请向<pgsql-bugs@postgresql.org>发送报告"
|
||||
msgstr "内部错误:不可到达的状态;请向<pgsql-bugs@lists.postgresql.org>发送报告"
|
||||
|
||||
#: pgc.l:1564
|
||||
#: pgc.l:1562
|
||||
#, c-format
|
||||
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
|
||||
msgstr "错误:在第%3$d行上包含路径\"%1$s/%2$s\"太长,跳过\n"
|
||||
|
||||
#: pgc.l:1587
|
||||
#: pgc.l:1585
|
||||
#, c-format
|
||||
msgid "could not open include file \"%s\" on line %d"
|
||||
msgstr "在第%2$d行无法打开应用文件\"%1$s\""
|
||||
@ -501,10 +497,9 @@ msgid "unrecognized token \"%s\""
|
||||
msgstr "无法识别的符号\"%s\""
|
||||
|
||||
#: preproc.y:15422
|
||||
#, fuzzy, c-format
|
||||
#| msgid "cursor \"%s\" is already defined"
|
||||
#, c-format
|
||||
msgid "declared name %s is already defined"
|
||||
msgstr "已经定义了游标\"%s\""
|
||||
msgstr "已定义声明的名称%s"
|
||||
|
||||
#: preproc.y:15680
|
||||
#, c-format
|
||||
|
@ -633,7 +633,7 @@ msgstr ""
|
||||
#: fe-connect.c:6981
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "mot de passe récupéré dans le fichier fichier « %s »\n"
|
||||
msgstr "mot de passe récupéré dans le fichier « %s »\n"
|
||||
|
||||
#: fe-exec.c:445 fe-exec.c:2822
|
||||
#, c-format
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 10\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-04-29 07:08+0000\n"
|
||||
"PO-Revision-Date: 2019-04-29 13:26+0200\n"
|
||||
"POT-Creation-Date: 2019-07-08 13:08+0000\n"
|
||||
"PO-Revision-Date: 2019-07-08 23:03+0200\n"
|
||||
"Last-Translator: Dennis Björklund <db@zigo.dhs.org>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
"Language: sv\n"
|
||||
@ -49,16 +49,17 @@ msgstr "kunde inte skapa engångsnummer\n"
|
||||
|
||||
#: fe-auth-scram.c:328 fe-auth-scram.c:395 fe-auth-scram.c:517
|
||||
#: fe-auth-scram.c:537 fe-auth-scram.c:563 fe-auth-scram.c:577
|
||||
#: fe-auth-scram.c:619 fe-auth.c:290 fe-auth.c:360 fe-auth.c:395 fe-auth.c:581
|
||||
#: fe-auth.c:740 fe-auth.c:1052 fe-auth.c:1200 fe-connect.c:858
|
||||
#: fe-connect.c:1320 fe-connect.c:1496 fe-connect.c:2085 fe-connect.c:2108
|
||||
#: fe-connect.c:2830 fe-connect.c:4512 fe-connect.c:4764 fe-connect.c:4883
|
||||
#: fe-connect.c:5133 fe-connect.c:5213 fe-connect.c:5312 fe-connect.c:5568
|
||||
#: fe-connect.c:5597 fe-connect.c:5669 fe-connect.c:5693 fe-connect.c:5711
|
||||
#: fe-connect.c:5812 fe-connect.c:5821 fe-connect.c:6177 fe-connect.c:6327
|
||||
#: fe-exec.c:2748 fe-exec.c:3495 fe-exec.c:3660 fe-lobj.c:895
|
||||
#: fe-protocol2.c:1213 fe-protocol3.c:999 fe-protocol3.c:1703
|
||||
#: fe-secure-common.c:110 fe-secure-openssl.c:438 fe-secure-openssl.c:1025
|
||||
#: fe-auth-scram.c:626 fe-auth-scram.c:660 fe-auth.c:290 fe-auth.c:360
|
||||
#: fe-auth.c:395 fe-auth.c:581 fe-auth.c:740 fe-auth.c:1052 fe-auth.c:1200
|
||||
#: fe-connect.c:858 fe-connect.c:1320 fe-connect.c:1496 fe-connect.c:2083
|
||||
#: fe-connect.c:2106 fe-connect.c:2829 fe-connect.c:4511 fe-connect.c:4763
|
||||
#: fe-connect.c:4882 fe-connect.c:5132 fe-connect.c:5212 fe-connect.c:5311
|
||||
#: fe-connect.c:5567 fe-connect.c:5596 fe-connect.c:5668 fe-connect.c:5692
|
||||
#: fe-connect.c:5710 fe-connect.c:5811 fe-connect.c:5820 fe-connect.c:6176
|
||||
#: fe-connect.c:6326 fe-exec.c:2748 fe-exec.c:3495 fe-exec.c:3660
|
||||
#: fe-gssapi-common.c:111 fe-lobj.c:895 fe-protocol2.c:1213 fe-protocol3.c:999
|
||||
#: fe-protocol3.c:1703 fe-secure-common.c:110 fe-secure-openssl.c:438
|
||||
#: fe-secure-openssl.c:1025
|
||||
msgid "out of memory\n"
|
||||
msgstr "slut på minne\n"
|
||||
|
||||
@ -66,24 +67,28 @@ msgstr "slut på minne\n"
|
||||
msgid "invalid SCRAM response (nonce mismatch)\n"
|
||||
msgstr "ogiltigt SCRAM-svar (engångsnummer matchar inte)\n"
|
||||
|
||||
#: fe-auth-scram.c:594
|
||||
msgid "malformed SCRAM message (invalid iteration count)\n"
|
||||
msgstr "felaktigt SCRAM meddelande (ogiltig iterationsräknare)\n"
|
||||
#: fe-auth-scram.c:586
|
||||
msgid "malformed SCRAM message (invalid salt)\n"
|
||||
msgstr "felaktigt SCRAM-meddelande (ogiltigt salt)\n"
|
||||
|
||||
#: fe-auth-scram.c:600
|
||||
msgid "malformed SCRAM message (invalid iteration count)\n"
|
||||
msgstr "felaktigt SCRAM-meddelande (ogiltig iterationsräknare)\n"
|
||||
|
||||
#: fe-auth-scram.c:606
|
||||
msgid "malformed SCRAM message (garbage at end of server-first-message)\n"
|
||||
msgstr "felaktigt SCRAM-meddelande (skräp i slutet på server-first-message)\n"
|
||||
|
||||
#: fe-auth-scram.c:630
|
||||
#: fe-auth-scram.c:637
|
||||
#, c-format
|
||||
msgid "error received from server in SCRAM exchange: %s\n"
|
||||
msgstr "fel mottaget från server i SCRAM-utbyte: %s\n"
|
||||
|
||||
#: fe-auth-scram.c:646
|
||||
#: fe-auth-scram.c:653
|
||||
msgid "malformed SCRAM message (garbage at end of server-final-message)\n"
|
||||
msgstr "felaktigt SCRAM-meddelande (skräp i slutet av server-final-message)\n"
|
||||
|
||||
#: fe-auth-scram.c:654
|
||||
#: fe-auth-scram.c:671
|
||||
msgid "malformed SCRAM message (invalid server signature)\n"
|
||||
msgstr "felaktigt SCRAM-meddelande (ogiltigt serversignatur)\n"
|
||||
|
||||
@ -96,7 +101,7 @@ msgstr "slut på minne vid allokering av buffer till GSSAPI (%d)\n"
|
||||
msgid "GSSAPI continuation error"
|
||||
msgstr "GSSAPI fortsättningsfel"
|
||||
|
||||
#: fe-auth.c:159 fe-auth.c:389 fe-secure-common.c:98
|
||||
#: fe-auth.c:159 fe-auth.c:389 fe-gssapi-common.c:98 fe-secure-common.c:98
|
||||
msgid "host name must be specified\n"
|
||||
msgstr "värdnamn måste anges\n"
|
||||
|
||||
@ -176,12 +181,12 @@ msgstr "autentiseringsmetod %u stöds ej\n"
|
||||
msgid "user name lookup failure: error code %lu\n"
|
||||
msgstr "misslyckad sökning efter användarnamn: felkod %lu\n"
|
||||
|
||||
#: fe-auth.c:1037 fe-connect.c:2717
|
||||
#: fe-auth.c:1037 fe-connect.c:2716
|
||||
#, c-format
|
||||
msgid "could not look up local user ID %d: %s\n"
|
||||
msgstr "kunde inte slå upp lokalt användar-id %d: %s\n"
|
||||
|
||||
#: fe-auth.c:1042 fe-connect.c:2722
|
||||
#: fe-auth.c:1042 fe-connect.c:2721
|
||||
#, c-format
|
||||
msgid "local user with ID %d does not exist\n"
|
||||
msgstr "lokal användare med ID %d existerar inte\n"
|
||||
@ -238,7 +243,7 @@ msgstr "ogiltigt target_session_attrs-värde: \"%s\"\n"
|
||||
msgid "could not set socket to TCP no delay mode: %s\n"
|
||||
msgstr "kunde inte sätta uttag (socket) till läget TCP-ingen-fördröjning: %s\n"
|
||||
|
||||
#: fe-connect.c:1583
|
||||
#: fe-connect.c:1581
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@ -249,7 +254,7 @@ msgstr ""
|
||||
"\tKör servern på lokalt och accepterar den\n"
|
||||
"\tanslutningar på Unix-uttaget \"%s\"?\n"
|
||||
|
||||
#: fe-connect.c:1620
|
||||
#: fe-connect.c:1618
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@ -260,7 +265,7 @@ msgstr ""
|
||||
"\tKör servern på värden \"%s\" (%s) och accepterar\n"
|
||||
"\tden TCP/IP-uppkopplingar på port %s?\n"
|
||||
|
||||
#: fe-connect.c:1628
|
||||
#: fe-connect.c:1626
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@ -271,310 +276,310 @@ msgstr ""
|
||||
"\tKör servern på värden \"%s\" och accepterar\n"
|
||||
"\tden TCP/IP-uppkopplingar på porten %s?\n"
|
||||
|
||||
#: fe-connect.c:1679
|
||||
#: fe-connect.c:1677
|
||||
#, c-format
|
||||
msgid "invalid integer value \"%s\" for keyword \"%s\"\n"
|
||||
msgstr "ogiltigt heltalsvärde \"%s\" för nyckelord \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:1709 fe-connect.c:1743 fe-connect.c:1778 fe-connect.c:1865
|
||||
#: fe-connect.c:2507
|
||||
#: fe-connect.c:1707 fe-connect.c:1741 fe-connect.c:1776 fe-connect.c:1863
|
||||
#: fe-connect.c:2506
|
||||
#, c-format
|
||||
msgid "setsockopt(%s) failed: %s\n"
|
||||
msgstr "setsockopt(%s) misslyckades: %s\n"
|
||||
|
||||
#: fe-connect.c:1831
|
||||
#: fe-connect.c:1829
|
||||
#, c-format
|
||||
msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
|
||||
msgstr "WSAIoctl(SIO_KEEPALIVE_VALS) misslyckades: %ui\n"
|
||||
|
||||
#: fe-connect.c:2199
|
||||
#: fe-connect.c:2197
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr "ogiltigt förbindelsetillstånd, antagligen korrupt minne\n"
|
||||
|
||||
#: fe-connect.c:2267
|
||||
#: fe-connect.c:2265
|
||||
#, c-format
|
||||
msgid "invalid port number: \"%s\"\n"
|
||||
msgstr "ogiltigt portnummer \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:2283
|
||||
#: fe-connect.c:2281
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "kunde inte översätta värdnamn \"%s\" till adress: %s\n"
|
||||
|
||||
#: fe-connect.c:2296
|
||||
#: fe-connect.c:2294
|
||||
#, c-format
|
||||
msgid "could not parse network address \"%s\": %s\n"
|
||||
msgstr "kunde inte parsa nätverksadress \"%s\": %s\n"
|
||||
|
||||
#: fe-connect.c:2309
|
||||
#: fe-connect.c:2307
|
||||
#, c-format
|
||||
msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
|
||||
msgstr "Sökväg till unixdomänuttag \"%s\" är för lång (maximalt %d byte)\n"
|
||||
|
||||
#: fe-connect.c:2324
|
||||
#: fe-connect.c:2322
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "kunde inte översätta sökväg till unix-uttag (socket) \"%s\" till adress: %s\n"
|
||||
|
||||
#: fe-connect.c:2444
|
||||
#: fe-connect.c:2443
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "kan inte skapa uttag: %s\n"
|
||||
|
||||
#: fe-connect.c:2466
|
||||
#: fe-connect.c:2465
|
||||
#, c-format
|
||||
msgid "could not set socket to nonblocking mode: %s\n"
|
||||
msgstr "kunde inte sätta uttag (socket) till ickeblockerande läge: %s\n"
|
||||
|
||||
#: fe-connect.c:2476
|
||||
#: fe-connect.c:2475
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "kunde inte ställa in uttag (socket) i \"close-on-exec\"-läge: %s\n"
|
||||
|
||||
#: fe-connect.c:2494
|
||||
#: fe-connect.c:2493
|
||||
msgid "keepalives parameter must be an integer\n"
|
||||
msgstr "keepalives-parameter måste vara ett heltal\n"
|
||||
|
||||
#: fe-connect.c:2634
|
||||
#: fe-connect.c:2633
|
||||
#, c-format
|
||||
msgid "could not get socket error status: %s\n"
|
||||
msgstr "kunde inte hämta felstatus för uttag (socket): %s\n"
|
||||
|
||||
#: fe-connect.c:2662
|
||||
#: fe-connect.c:2661
|
||||
#, c-format
|
||||
msgid "could not get client address from socket: %s\n"
|
||||
msgstr "kunde inte få tag på klientadressen från uttag (socket): %s\n"
|
||||
|
||||
#: fe-connect.c:2704
|
||||
#: fe-connect.c:2703
|
||||
msgid "requirepeer parameter is not supported on this platform\n"
|
||||
msgstr "requirepeer-parameter stöds inte på denna plattform\n"
|
||||
|
||||
#: fe-connect.c:2707
|
||||
#: fe-connect.c:2706
|
||||
#, c-format
|
||||
msgid "could not get peer credentials: %s\n"
|
||||
msgstr "kunde inte hämta andra sidans referenser: %s\n"
|
||||
|
||||
#: fe-connect.c:2730
|
||||
#: fe-connect.c:2729
|
||||
#, c-format
|
||||
msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n"
|
||||
msgstr "requirepeer anger \"%s\", men andra sidans användarnamn är \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:2765
|
||||
#: fe-connect.c:2764
|
||||
#, c-format
|
||||
msgid "could not send GSSAPI negotiation packet: %s\n"
|
||||
msgstr "kunde inte skicka GSSAPI-paket för uppkopplingsförhandling: %s\n"
|
||||
|
||||
#: fe-connect.c:2777
|
||||
#: fe-connect.c:2776
|
||||
msgid "GSSAPI encryption required, but was impossible (possibly no ccache, no server support, or using a local socket)\n"
|
||||
msgstr "GSSAPI-kryptering krävdes men var omöjligt (kanske ingen ccache, inget serverstöd eller använder ett lokalt uttag)\n"
|
||||
|
||||
#: fe-connect.c:2804
|
||||
#: fe-connect.c:2803
|
||||
#, c-format
|
||||
msgid "could not send SSL negotiation packet: %s\n"
|
||||
msgstr "kunde inte skicka SSL-paket för uppkopplingsförhandling: %s\n"
|
||||
|
||||
#: fe-connect.c:2843
|
||||
#: fe-connect.c:2842
|
||||
#, c-format
|
||||
msgid "could not send startup packet: %s\n"
|
||||
msgstr "kan inte skicka startpaketet: %s\n"
|
||||
|
||||
#: fe-connect.c:2913
|
||||
#: fe-connect.c:2912
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "SSL stöds inte av servern, men SSL krävdes\n"
|
||||
|
||||
#: fe-connect.c:2939
|
||||
#: fe-connect.c:2938
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "tog emot ogiltigt svar till SSL-uppkopplingsförhandling: %c\n"
|
||||
|
||||
#: fe-connect.c:3029
|
||||
#: fe-connect.c:3028
|
||||
msgid "server doesn't support GSSAPI encryption, but it was required\n"
|
||||
msgstr "GSSAPI stöds inte av servern, men det krävdes\n"
|
||||
|
||||
#: fe-connect.c:3040
|
||||
#: fe-connect.c:3039
|
||||
#, c-format
|
||||
msgid "received invalid response to GSSAPI negotiation: %c\n"
|
||||
msgstr "tog emot ogiltigt svar till GSSAPI-uppkopplingsförhandling: %c\n"
|
||||
|
||||
#: fe-connect.c:3108 fe-connect.c:3141
|
||||
#: fe-connect.c:3107 fe-connect.c:3140
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr "förväntade autentiseringsförfrågan från servern, men fick %c\n"
|
||||
|
||||
#: fe-connect.c:3388
|
||||
#: fe-connect.c:3387
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "oväntat meddelande från servern under starten\n"
|
||||
|
||||
#: fe-connect.c:3615
|
||||
#: fe-connect.c:3614
|
||||
#, c-format
|
||||
msgid "could not make a writable connection to server \"%s:%s\"\n"
|
||||
msgstr "kunde inte upprätta en skrivbar anslutning till server \"%s:%s\"\n"
|
||||
|
||||
#: fe-connect.c:3661
|
||||
#: fe-connect.c:3660
|
||||
#, c-format
|
||||
msgid "test \"SHOW transaction_read_only\" failed on server \"%s:%s\"\n"
|
||||
msgstr "test \"SHOW transaction_read_only\" misslyckades på server \"%s:%s\"\n"
|
||||
|
||||
#: fe-connect.c:3676
|
||||
#: fe-connect.c:3675
|
||||
#, c-format
|
||||
msgid "invalid connection state %d, probably indicative of memory corruption\n"
|
||||
msgstr "ogiltigt förbindelsetillstånd %d, antagligen korrupt minne\n"
|
||||
|
||||
#: fe-connect.c:4118 fe-connect.c:4178
|
||||
#: fe-connect.c:4117 fe-connect.c:4177
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
|
||||
msgstr "PGEventProc \"%s\" misslyckades under PGEVT_CONNRESET-händelse\n"
|
||||
|
||||
#: fe-connect.c:4525
|
||||
#: fe-connect.c:4524
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "ogiltig LDAP URL \"%s\": schemat måste vara ldap://\n"
|
||||
|
||||
#: fe-connect.c:4540
|
||||
#: fe-connect.c:4539
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "ogiltig LDAP URL \"%s\": saknar urskiljbart namn\n"
|
||||
|
||||
#: fe-connect.c:4551 fe-connect.c:4604
|
||||
#: fe-connect.c:4550 fe-connect.c:4603
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "ogiltig LDAP URL \"%s\": måste finnas exakt ett attribut\n"
|
||||
|
||||
#: fe-connect.c:4561 fe-connect.c:4618
|
||||
#: fe-connect.c:4560 fe-connect.c:4617
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "ogiltig LDAP URL \"%s\": måste ha sök-scope (base/one/sub)\n"
|
||||
|
||||
#: fe-connect.c:4572
|
||||
#: fe-connect.c:4571
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "ogiltigt LDAP URL \"%s\": inget filter\n"
|
||||
|
||||
#: fe-connect.c:4593
|
||||
#: fe-connect.c:4592
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "ogiltig LDAP URL \"%s\": ogiltigt portnummer\n"
|
||||
|
||||
#: fe-connect.c:4627
|
||||
#: fe-connect.c:4626
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "kunde inte skapa LDAP-struktur\n"
|
||||
|
||||
#: fe-connect.c:4703
|
||||
#: fe-connect.c:4702
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "uppslagning av LDAP-server misslyckades: %s\n"
|
||||
|
||||
#: fe-connect.c:4714
|
||||
#: fe-connect.c:4713
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "mer än en post hittad i LDAP-uppslagning\n"
|
||||
|
||||
#: fe-connect.c:4715 fe-connect.c:4727
|
||||
#: fe-connect.c:4714 fe-connect.c:4726
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "ingen post hittad i LDAP-uppslagning\n"
|
||||
|
||||
#: fe-connect.c:4738 fe-connect.c:4751
|
||||
#: fe-connect.c:4737 fe-connect.c:4750
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "attributet har inga värden i LDAP-uppslagning\n"
|
||||
|
||||
#: fe-connect.c:4803 fe-connect.c:4822 fe-connect.c:5351
|
||||
#: fe-connect.c:4802 fe-connect.c:4821 fe-connect.c:5350
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "\"=\" efter \"%s\" saknas i förbindelseinfosträng\n"
|
||||
|
||||
#: fe-connect.c:4895 fe-connect.c:5536 fe-connect.c:6310
|
||||
#: fe-connect.c:4894 fe-connect.c:5535 fe-connect.c:6309
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "ogiltig förbindelseparameter \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:4911 fe-connect.c:5400
|
||||
#: fe-connect.c:4910 fe-connect.c:5399
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "icke terminerad sträng i uppkopplingsinformationen\n"
|
||||
|
||||
#: fe-connect.c:4994
|
||||
#: fe-connect.c:4993
|
||||
#, c-format
|
||||
msgid "definition of service \"%s\" not found\n"
|
||||
msgstr "definition av service \"%s\" hittades inte\n"
|
||||
|
||||
#: fe-connect.c:5017
|
||||
#: fe-connect.c:5016
|
||||
#, c-format
|
||||
msgid "service file \"%s\" not found\n"
|
||||
msgstr "servicefil \"%s\" hittades inte\n"
|
||||
|
||||
#: fe-connect.c:5030
|
||||
#: fe-connect.c:5029
|
||||
#, c-format
|
||||
msgid "line %d too long in service file \"%s\"\n"
|
||||
msgstr "rad %d för lång i servicefil \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5101 fe-connect.c:5145
|
||||
#: fe-connect.c:5100 fe-connect.c:5144
|
||||
#, c-format
|
||||
msgid "syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "syntaxfel i servicefel \"%s\", rad %d\n"
|
||||
|
||||
#: fe-connect.c:5112
|
||||
#: fe-connect.c:5111
|
||||
#, c-format
|
||||
msgid "nested service specifications not supported in service file \"%s\", line %d\n"
|
||||
msgstr "nästlade servicespecifikationer stöds inte i servicefil \"%s\", rad %d\n"
|
||||
|
||||
#: fe-connect.c:5832
|
||||
#: fe-connect.c:5831
|
||||
#, c-format
|
||||
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
|
||||
msgstr "ogiltig URI propagerad till intern parsningsrutin: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5909
|
||||
#: fe-connect.c:5908
|
||||
#, c-format
|
||||
msgid "end of string reached when looking for matching \"]\" in IPv6 host address in URI: \"%s\"\n"
|
||||
msgstr "nådde slutet på strängen när vi letade efter matchande \"]\" i IPv6-värdadress i URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5916
|
||||
#: fe-connect.c:5915
|
||||
#, c-format
|
||||
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
|
||||
msgstr "IPv6-värdadress får ej vara tom i URI: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5931
|
||||
#: fe-connect.c:5930
|
||||
#, c-format
|
||||
msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n"
|
||||
msgstr "oväntat tecken \"%c\" vid position %d i URI (förväntade \":\" eller \"/\"): \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:6060
|
||||
#: fe-connect.c:6059
|
||||
#, c-format
|
||||
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "extra nyckel/värde-separator \"=\" i URI-frågeparameter: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:6080
|
||||
#: fe-connect.c:6079
|
||||
#, c-format
|
||||
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "saknar nyckel/värde-separator \"=\" i URI-frågeparameter: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:6131
|
||||
#: fe-connect.c:6130
|
||||
#, c-format
|
||||
msgid "invalid URI query parameter: \"%s\"\n"
|
||||
msgstr "ogiltig URI-frågeparameter: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:6205
|
||||
#: fe-connect.c:6204
|
||||
#, c-format
|
||||
msgid "invalid percent-encoded token: \"%s\"\n"
|
||||
msgstr "ogiltigt procent-kodad symbol: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:6215
|
||||
#: fe-connect.c:6214
|
||||
#, c-format
|
||||
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
|
||||
msgstr "förbjudet värde %%00 i procentkodat värde: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:6580
|
||||
#: fe-connect.c:6577
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "anslutningspekare är NULL\n"
|
||||
|
||||
#: fe-connect.c:6878
|
||||
#: fe-connect.c:6875
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "FEL: lösenordsfil \"%s\" är inte en vanlig fil\n"
|
||||
|
||||
#: fe-connect.c:6887
|
||||
#: fe-connect.c:6884
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
|
||||
msgstr "VARNING: lösenordsfilen \"%s\" har läsrättigheter för gruppen eller världen; rättigheten skall vara u=rw (0600) eller mindre\n"
|
||||
|
||||
#: fe-connect.c:6981
|
||||
#: fe-connect.c:6978
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "lösenord hämtat från fil \"%s\"\n"
|
||||
@ -701,6 +706,10 @@ msgstr "kunde inte tolka svaret från servern: %s"
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "ofullständigt multibyte-tecken\n"
|
||||
|
||||
#: fe-gssapi-common.c:124
|
||||
msgid "GSSAPI name import error"
|
||||
msgstr "GSSAPI-fel vid import av namn"
|
||||
|
||||
#: fe-lobj.c:154
|
||||
msgid "cannot determine OID of function lo_truncate\n"
|
||||
msgstr "kan inte ta reda på OID för funktionen lo_truncate\n"
|
||||
@ -1004,6 +1013,36 @@ msgstr "servercertifikat för \"%s\" matchar inte värdnamn \"%s\"\n"
|
||||
msgid "could not get server's host name from server certificate\n"
|
||||
msgstr "kan inte hämta ut serverns värdnamn från servercertifikatet\n"
|
||||
|
||||
#: fe-secure-gssapi.c:160
|
||||
msgid "GSSAPI wrap error"
|
||||
msgstr "GSSAPI-fel vid inpackning"
|
||||
|
||||
#: fe-secure-gssapi.c:166 fe-secure-gssapi.c:290 fe-secure-gssapi.c:332
|
||||
msgid "GSSAPI did not provide confidentiality\n"
|
||||
msgstr "GSSAPI erbjuder inte sekretess\n"
|
||||
|
||||
#: fe-secure-gssapi.c:173
|
||||
#, c-format
|
||||
msgid "client tried to send oversize GSSAPI packet: %zu bytes\n"
|
||||
msgstr "klienten försöke skicka för stort GSSAPI-paket: %zu byte\n"
|
||||
|
||||
#: fe-secure-gssapi.c:324
|
||||
msgid "GSSAPI unwrap error"
|
||||
msgstr "GSSAPI-fel vid uppackning"
|
||||
|
||||
#: fe-secure-gssapi.c:494
|
||||
#, c-format
|
||||
msgid "oversize GSSAPI packet sent by the server: %zu bytes\n"
|
||||
msgstr "för stort GSSAPI-paket skickat av servern: %zu byte\n"
|
||||
|
||||
#: fe-secure-gssapi.c:539 fe-secure-gssapi.c:573
|
||||
msgid "GSSAPI context establishment error"
|
||||
msgstr "GSSAPI-fel vid skapande av kontext"
|
||||
|
||||
#: fe-secure-gssapi.c:564
|
||||
msgid "GSSAPI size check error"
|
||||
msgstr "GSSAPI-fel vid kontroll av storlek"
|
||||
|
||||
#: fe-secure-openssl.c:211 fe-secure-openssl.c:319 fe-secure-openssl.c:1219
|
||||
#, c-format
|
||||
msgid "SSL SYSCALL error: %s\n"
|
||||
@ -1236,6 +1275,3 @@ msgstr "okänt uttagsfel: 0x%08X/%d"
|
||||
|
||||
#~ msgid "could not set socket to blocking mode: %s\n"
|
||||
#~ msgstr "kunde inte ställa in uttag (socket) i blockerande läge: %s\n"
|
||||
|
||||
#~ msgid "GSSAPI name import error"
|
||||
#~ msgstr "GSSAPI-fel vid import av namn"
|
||||
|
@ -3,16 +3,16 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libpq (PostgreSQL) 11\n"
|
||||
"Project-Id-Version: libpq (PostgreSQL) 12\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2019-06-04 12:08+0000\n"
|
||||
"PO-Revision-Date: 2019-05-17 17:10+0800\n"
|
||||
"POT-Creation-Date: 2019-05-22 17:56+0800\n"
|
||||
"PO-Revision-Date: 2019-06-16 16:25+0800\n"
|
||||
"Last-Translator: Jie Zhang <zhangjie2@cn.fujitsu.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <zhangjie2@cn.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"
|
||||
"Language: zh_CN\n"
|
||||
"X-Generator: Poedit 1.5.7\n"
|
||||
|
||||
#: fe-auth-scram.c:183
|
||||
@ -45,17 +45,15 @@ msgstr "错误的SCRAM消息(属性\"%c\"需要字符\"=\")\n"
|
||||
msgid "could not generate nonce\n"
|
||||
msgstr "无法生成nonce\n"
|
||||
|
||||
# fe-connect.c:2427 fe-connect.c:2436 fe-connect.c:2933 fe-exec.c:1284
|
||||
# fe-lobj.c:536
|
||||
#: fe-auth-scram.c:328 fe-auth-scram.c:395 fe-auth-scram.c:517
|
||||
#: fe-auth-scram.c:537 fe-auth-scram.c:563 fe-auth-scram.c:577
|
||||
#: fe-auth-scram.c:619 fe-auth.c:290 fe-auth.c:360 fe-auth.c:395 fe-auth.c:581
|
||||
#: fe-auth.c:740 fe-auth.c:1052 fe-auth.c:1200 fe-connect.c:858
|
||||
#: fe-connect.c:1320 fe-connect.c:1496 fe-connect.c:2085 fe-connect.c:2108
|
||||
#: fe-connect.c:2831 fe-connect.c:4513 fe-connect.c:4765 fe-connect.c:4884
|
||||
#: fe-connect.c:5134 fe-connect.c:5214 fe-connect.c:5313 fe-connect.c:5569
|
||||
#: fe-connect.c:5598 fe-connect.c:5670 fe-connect.c:5694 fe-connect.c:5712
|
||||
#: fe-connect.c:5813 fe-connect.c:5822 fe-connect.c:6178 fe-connect.c:6328
|
||||
#: fe-connect.c:2830 fe-connect.c:4512 fe-connect.c:4764 fe-connect.c:4883
|
||||
#: fe-connect.c:5133 fe-connect.c:5213 fe-connect.c:5312 fe-connect.c:5568
|
||||
#: fe-connect.c:5597 fe-connect.c:5669 fe-connect.c:5693 fe-connect.c:5711
|
||||
#: fe-connect.c:5812 fe-connect.c:5821 fe-connect.c:6177 fe-connect.c:6327
|
||||
#: fe-exec.c:2748 fe-exec.c:3495 fe-exec.c:3660 fe-lobj.c:895
|
||||
#: fe-protocol2.c:1213 fe-protocol3.c:999 fe-protocol3.c:1703
|
||||
#: fe-secure-common.c:110 fe-secure-openssl.c:438 fe-secure-openssl.c:1025
|
||||
@ -74,7 +72,6 @@ msgstr "错误的SCRAM消息(迭代计数无效)\n"
|
||||
msgid "malformed SCRAM message (garbage at end of server-first-message)\n"
|
||||
msgstr "错误的SCRAM消息 (服务器第一条消息结束时为垃圾消息)\n"
|
||||
|
||||
# fe-misc.c:515 fe-misc.c:595
|
||||
#: fe-auth-scram.c:630
|
||||
#, c-format
|
||||
msgid "error received from server in SCRAM exchange: %s\n"
|
||||
@ -130,7 +127,6 @@ msgstr "重复的SASL认证请求\n"
|
||||
msgid "server offered SCRAM-SHA-256-PLUS authentication over a non-SSL connection\n"
|
||||
msgstr "服务器通过非SSL连接提供了SCRAM-SHA-256-PLUS身份验证\n"
|
||||
|
||||
# fe-auth.c:595
|
||||
#: fe-auth.c:499
|
||||
msgid "none of the server's SASL authentication mechanisms are supported\n"
|
||||
msgstr "不支持服务器的SASL身份验证机制\n"
|
||||
@ -144,37 +140,30 @@ msgstr "在分配SASL缓冲区(%d)时内存用尽\n"
|
||||
msgid "AuthenticationSASLFinal received from server, but SASL authentication was not completed\n"
|
||||
msgstr "从服务器接收到AuthenticationSASLFinal,但未完成SASL身份验证\n"
|
||||
|
||||
# fe-auth.c:503
|
||||
#: fe-auth.c:707
|
||||
msgid "SCM_CRED authentication method not supported\n"
|
||||
msgstr "不支持 SCM_CRED 认证方式\n"
|
||||
|
||||
# fe-auth.c:595
|
||||
#: fe-auth.c:798
|
||||
msgid "Kerberos 4 authentication not supported\n"
|
||||
msgstr "不支持 Kerberos 4 认证\n"
|
||||
|
||||
# fe-auth.c:612
|
||||
#: fe-auth.c:803
|
||||
msgid "Kerberos 5 authentication not supported\n"
|
||||
msgstr "不支持 Kerberos 5 认证\n"
|
||||
|
||||
# fe-auth.c:595
|
||||
#: fe-auth.c:874
|
||||
msgid "GSSAPI authentication not supported\n"
|
||||
msgstr "不支持GSSAPI认证\n"
|
||||
|
||||
# fe-auth.c:595
|
||||
#: fe-auth.c:906
|
||||
msgid "SSPI authentication not supported\n"
|
||||
msgstr "不支持SSPI认证\n"
|
||||
|
||||
# fe-auth.c:595
|
||||
#: fe-auth.c:914
|
||||
msgid "Crypt authentication not supported\n"
|
||||
msgstr "不支持Crypt认证\n"
|
||||
|
||||
# fe-auth.c:640
|
||||
#: fe-auth.c:980
|
||||
#, c-format
|
||||
msgid "authentication method %u not supported\n"
|
||||
@ -185,17 +174,16 @@ msgstr "不支持 %u 认证方式\n"
|
||||
msgid "user name lookup failure: error code %lu\n"
|
||||
msgstr "用户名查找失败:错误代码%lu\n"
|
||||
|
||||
#: fe-auth.c:1037 fe-connect.c:2718
|
||||
#: fe-auth.c:1037 fe-connect.c:2717
|
||||
#, c-format
|
||||
msgid "could not look up local user ID %d: %s\n"
|
||||
msgstr "无法查找本地用户ID %d: %s\n"
|
||||
|
||||
#: fe-auth.c:1042 fe-connect.c:2723
|
||||
#: fe-auth.c:1042 fe-connect.c:2722
|
||||
#, c-format
|
||||
msgid "local user with ID %d does not exist\n"
|
||||
msgstr "ID 为 %d 的本地用户不存在\n"
|
||||
|
||||
# fe-exec.c:1371
|
||||
#: fe-auth.c:1144
|
||||
msgid "unexpected shape of result set returned for SHOW\n"
|
||||
msgstr "SHOW出现意外的结果状态\n"
|
||||
@ -209,7 +197,6 @@ msgstr "密码_加密值太长\n"
|
||||
msgid "unrecognized password encryption algorithm \"%s\"\n"
|
||||
msgstr "无法识别的密码加密算法 \"%s\"\n"
|
||||
|
||||
# fe-misc.c:702
|
||||
#: fe-connect.c:1041
|
||||
#, c-format
|
||||
msgid "could not match %d host names to %d hostaddr values\n"
|
||||
@ -231,27 +218,24 @@ msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr "无效的 sslmode 值 \"%s\" 当没有把 SSL 支持编译进来时\n"
|
||||
|
||||
#: fe-connect.c:1258
|
||||
#, fuzzy, c-format
|
||||
#| msgid "invalid sslmode value: \"%s\"\n"
|
||||
#, c-format
|
||||
msgid "invalid gssencmode value: \"%s\"\n"
|
||||
msgstr "无效的 sslmode 值: \"%s\"\n"
|
||||
msgstr "无效的 gssencmode 值: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:1268
|
||||
msgid "no GSSAPI support; cannot require GSSAPI\n"
|
||||
msgstr ""
|
||||
msgstr "没有GSSAPI支持;不能请求GSSAPI\n"
|
||||
|
||||
#: fe-connect.c:1302
|
||||
#, c-format
|
||||
msgid "invalid target_session_attrs value: \"%s\"\n"
|
||||
msgstr "无效的 target_session_attrs 值: \"%s\"\n"
|
||||
|
||||
# fe-connect.c:732
|
||||
#: fe-connect.c:1520
|
||||
#, c-format
|
||||
msgid "could not set socket to TCP no delay mode: %s\n"
|
||||
msgstr "无法将套接字设置为 TCP 无延迟模式: %s\n"
|
||||
|
||||
# fe-connect.c:752
|
||||
#: fe-connect.c:1583
|
||||
#, c-format
|
||||
msgid ""
|
||||
@ -263,7 +247,6 @@ msgstr ""
|
||||
"\t服务器是否在本地运行并且在 Unix 域套接字\n"
|
||||
"\t\"%s\"上准备接受联接?\n"
|
||||
|
||||
# fe-connect.c:761
|
||||
#: fe-connect.c:1620
|
||||
#, c-format
|
||||
msgid ""
|
||||
@ -275,7 +258,6 @@ msgstr ""
|
||||
"\t服务器是否在主机 \"%s\"(%s) 上运行并且准备接受在端口\n"
|
||||
"%s 上的 TCP/IP 联接?\n"
|
||||
|
||||
# fe-connect.c:761
|
||||
#: fe-connect.c:1628
|
||||
#, c-format
|
||||
msgid ""
|
||||
@ -290,10 +272,10 @@ msgstr ""
|
||||
#: fe-connect.c:1679
|
||||
#, c-format
|
||||
msgid "invalid integer value \"%s\" for keyword \"%s\"\n"
|
||||
msgstr ""
|
||||
msgstr "关键字\"%2$s\"的整数值\"%1$s\"无效\n"
|
||||
|
||||
#: fe-connect.c:1709 fe-connect.c:1743 fe-connect.c:1778 fe-connect.c:1865
|
||||
#: fe-connect.c:2508
|
||||
#: fe-connect.c:2507
|
||||
#, c-format
|
||||
msgid "setsockopt(%s) failed: %s\n"
|
||||
msgstr "执行setsockopt(%s) 失败: %s\n"
|
||||
@ -303,7 +285,6 @@ msgstr "执行setsockopt(%s) 失败: %s\n"
|
||||
msgid "WSAIoctl(SIO_KEEPALIVE_VALS) failed: %ui\n"
|
||||
msgstr "执行WSAIoctl(SIO_KEEPALIVE_VALS)失败:%u\n"
|
||||
|
||||
# fe-connect.c:1232
|
||||
#: fe-connect.c:2199
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr "无效的联接状态, 可能是存储器数据被破坏的标志\n"
|
||||
@ -313,7 +294,6 @@ msgstr "无效的联接状态, 可能是存储器数据被破坏的标志\n"
|
||||
msgid "invalid port number: \"%s\"\n"
|
||||
msgstr "无效端口号: \"%s\"\n"
|
||||
|
||||
# fe-misc.c:702
|
||||
#: fe-connect.c:2283
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
@ -329,301 +309,274 @@ msgstr "无法分析网络地址\"%s\": %s\n"
|
||||
msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)\n"
|
||||
msgstr "Unix域的套接字路径\"%s\"超长(最大为%d字节)\n"
|
||||
|
||||
# fe-misc.c:702
|
||||
#: fe-connect.c:2324
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "无法解释 Unix-domian 套接字路径 \"%s\" 到地址: %s\n"
|
||||
|
||||
# fe-connect.c:891
|
||||
#: fe-connect.c:2445
|
||||
#: fe-connect.c:2444
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "无法创建套接字: %s\n"
|
||||
|
||||
# fe-connect.c:708
|
||||
#: fe-connect.c:2467
|
||||
#: fe-connect.c:2466
|
||||
#, c-format
|
||||
msgid "could not set socket to nonblocking mode: %s\n"
|
||||
msgstr "无法设置套接字为非阻塞模式: %s\n"
|
||||
|
||||
# fe-auth.c:395
|
||||
#: fe-connect.c:2477
|
||||
#: fe-connect.c:2476
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "无法将套接字设置为执行时关闭 (close-on-exec) 模式: %s\n"
|
||||
|
||||
#: fe-connect.c:2495
|
||||
#: fe-connect.c:2494
|
||||
msgid "keepalives parameter must be an integer\n"
|
||||
msgstr "参数keepalives必须是一个整数\n"
|
||||
|
||||
# fe-connect.c:1263
|
||||
#: fe-connect.c:2635
|
||||
#: fe-connect.c:2634
|
||||
#, c-format
|
||||
msgid "could not get socket error status: %s\n"
|
||||
msgstr "无法获取套接字错误状态: %s\n"
|
||||
|
||||
# fe-connect.c:1283
|
||||
#: fe-connect.c:2663
|
||||
#: fe-connect.c:2662
|
||||
#, c-format
|
||||
msgid "could not get client address from socket: %s\n"
|
||||
msgstr "无法从套接字获取客户端地址: %s\n"
|
||||
|
||||
#: fe-connect.c:2705
|
||||
#: fe-connect.c:2704
|
||||
msgid "requirepeer parameter is not supported on this platform\n"
|
||||
msgstr "在此平台上不支持requirepeer参数\n"
|
||||
|
||||
#: fe-connect.c:2708
|
||||
#: fe-connect.c:2707
|
||||
#, c-format
|
||||
msgid "could not get peer credentials: %s\n"
|
||||
msgstr "无法获得对等(peer)证书:%s\n"
|
||||
|
||||
#: fe-connect.c:2731
|
||||
#: fe-connect.c:2730
|
||||
#, c-format
|
||||
msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n"
|
||||
msgstr "期望对方用户指定值为 \"%s\", 但实际的对方用户名为 \"%s\"\n"
|
||||
|
||||
# fe-connect.c:959
|
||||
#: fe-connect.c:2766
|
||||
#, fuzzy, c-format
|
||||
#| msgid "could not send SSL negotiation packet: %s\n"
|
||||
#: fe-connect.c:2765
|
||||
#, c-format
|
||||
msgid "could not send GSSAPI negotiation packet: %s\n"
|
||||
msgstr "无法发送 SSL 握手包: %s\n"
|
||||
msgstr "无法发送 GSSAPI 握手包: %s\n"
|
||||
|
||||
#: fe-connect.c:2778
|
||||
#: fe-connect.c:2777
|
||||
msgid "GSSAPI encryption required, but was impossible (possibly no ccache, no server support, or using a local socket)\n"
|
||||
msgstr ""
|
||||
msgstr "需要GSSAPI加密,但不可能(可能没有ccache、服务器不支持或使用本地套接字)\n"
|
||||
|
||||
# fe-connect.c:959
|
||||
#: fe-connect.c:2805
|
||||
#: fe-connect.c:2804
|
||||
#, c-format
|
||||
msgid "could not send SSL negotiation packet: %s\n"
|
||||
msgstr "无法发送 SSL 握手包: %s\n"
|
||||
|
||||
# fe-connect.c:1322
|
||||
#: fe-connect.c:2844
|
||||
#: fe-connect.c:2843
|
||||
#, c-format
|
||||
msgid "could not send startup packet: %s\n"
|
||||
msgstr "无法发送启动包: %s\n"
|
||||
|
||||
# fe-connect.c:1010
|
||||
#: fe-connect.c:2914
|
||||
#: fe-connect.c:2913
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "服务器不支持 SSL, 但是要求使用 SSL\n"
|
||||
|
||||
# fe-connect.c:1001
|
||||
#: fe-connect.c:2940
|
||||
#: fe-connect.c:2939
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "收到对 SSL 握手的无效响应: %c\n"
|
||||
|
||||
# fe-connect.c:1010
|
||||
#: fe-connect.c:3030
|
||||
#, fuzzy
|
||||
#| msgid "server does not support SSL, but SSL was required\n"
|
||||
#: fe-connect.c:3029
|
||||
msgid "server doesn't support GSSAPI encryption, but it was required\n"
|
||||
msgstr "服务器不支持 SSL, 但是要求使用 SSL\n"
|
||||
msgstr "服务器不支持 GSSAPI, 但这是必须的\n"
|
||||
|
||||
# fe-connect.c:1001
|
||||
#: fe-connect.c:3041
|
||||
#, fuzzy, c-format
|
||||
#| msgid "received invalid response to SSL negotiation: %c\n"
|
||||
#: fe-connect.c:3040
|
||||
#, c-format
|
||||
msgid "received invalid response to GSSAPI negotiation: %c\n"
|
||||
msgstr "收到对 SSL 握手的无效响应: %c\n"
|
||||
msgstr "收到对 GSSAPI 握手的无效响应: %c\n"
|
||||
|
||||
# fe-connect.c:1378
|
||||
#: fe-connect.c:3109 fe-connect.c:3142
|
||||
#: fe-connect.c:3108 fe-connect.c:3141
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr "期待来自服务器的认证请求, 却收到 %c\n"
|
||||
|
||||
# fe-connect.c:1490
|
||||
#: fe-connect.c:3389
|
||||
#: fe-connect.c:3388
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "启动过程中收到来自服务器的非预期信息\n"
|
||||
|
||||
#: fe-connect.c:3616
|
||||
#: fe-connect.c:3615
|
||||
#, c-format
|
||||
msgid "could not make a writable connection to server \"%s:%s\"\n"
|
||||
msgstr "无法与服务器建立可写连接\"%s:%s\"\n"
|
||||
|
||||
#: fe-connect.c:3662
|
||||
#: fe-connect.c:3661
|
||||
#, c-format
|
||||
msgid "test \"SHOW transaction_read_only\" failed on server \"%s:%s\"\n"
|
||||
msgstr "在服务器\"%s:%s\"上测试\"SHOW transaction_read_only\"失败\n"
|
||||
|
||||
# fe-connect.c:1549
|
||||
#: fe-connect.c:3677
|
||||
#: fe-connect.c:3676
|
||||
#, c-format
|
||||
msgid "invalid connection state %d, probably indicative of memory corruption\n"
|
||||
msgstr "无效的连接状态 %d, 这可能表示内存出现问题\n"
|
||||
|
||||
#: fe-connect.c:4119 fe-connect.c:4179
|
||||
#: fe-connect.c:4118 fe-connect.c:4178
|
||||
#, c-format
|
||||
msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n"
|
||||
msgstr "在PGEVT_CONNRESET事件触发期间执行PGEventProc \"%s\"错误\n"
|
||||
|
||||
#: fe-connect.c:4526
|
||||
#: fe-connect.c:4525
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "无效LDAP URL\"%s\": 模式必须是ldap://\n"
|
||||
|
||||
#: fe-connect.c:4541
|
||||
#: fe-connect.c:4540
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "无效LDAP URL \"%s\": 丢失可区分的名称\n"
|
||||
|
||||
#: fe-connect.c:4552 fe-connect.c:4605
|
||||
#: fe-connect.c:4551 fe-connect.c:4604
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "无效LDAP URL \"%s\": 只能有一个属性\n"
|
||||
|
||||
#: fe-connect.c:4562 fe-connect.c:4619
|
||||
#: fe-connect.c:4561 fe-connect.c:4618
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "无效LDAP URL \"%s\": 必须有搜索范围(base/one/sub)\n"
|
||||
|
||||
#: fe-connect.c:4573
|
||||
#: fe-connect.c:4572
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "无效的 LDAP URL \"%s\": 没有过滤器\n"
|
||||
|
||||
#: fe-connect.c:4594
|
||||
#: fe-connect.c:4593
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "无效LDAP URL \"%s\": 无效端口号\n"
|
||||
|
||||
#: fe-connect.c:4628
|
||||
#: fe-connect.c:4627
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "无法创建LDAP结构\n"
|
||||
|
||||
#: fe-connect.c:4704
|
||||
#: fe-connect.c:4703
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "在LDAP服务器上的查找失败: %s\n"
|
||||
|
||||
#: fe-connect.c:4715
|
||||
#: fe-connect.c:4714
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "在LDAP搜索上找到多个入口\n"
|
||||
|
||||
#: fe-connect.c:4716 fe-connect.c:4728
|
||||
#: fe-connect.c:4715 fe-connect.c:4727
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "在LDAP查找上没有发现入口\n"
|
||||
|
||||
#: fe-connect.c:4739 fe-connect.c:4752
|
||||
#: fe-connect.c:4738 fe-connect.c:4751
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "在LDAP查找上的属性没有值\n"
|
||||
|
||||
# fe-connect.c:2475
|
||||
#: fe-connect.c:4804 fe-connect.c:4823 fe-connect.c:5352
|
||||
#: fe-connect.c:4803 fe-connect.c:4822 fe-connect.c:5351
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "在联接信息字串里的 \"%s\" 后面缺少 \"=\"\n"
|
||||
|
||||
# fe-connect.c:2558
|
||||
#: fe-connect.c:4896 fe-connect.c:5537 fe-connect.c:6311
|
||||
#: fe-connect.c:4895 fe-connect.c:5536 fe-connect.c:6310
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "非法联接选项 \"%s\"\n"
|
||||
|
||||
# fe-connect.c:2524
|
||||
#: fe-connect.c:4912 fe-connect.c:5401
|
||||
#: fe-connect.c:4911 fe-connect.c:5400
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "联接信息字串中未结束的引号字串\n"
|
||||
|
||||
#: fe-connect.c:4995
|
||||
#: fe-connect.c:4994
|
||||
#, c-format
|
||||
msgid "definition of service \"%s\" not found\n"
|
||||
msgstr "错误:没有找到服务\"%s\"的定义\n"
|
||||
|
||||
#: fe-connect.c:5018
|
||||
#: fe-connect.c:5017
|
||||
#, c-format
|
||||
msgid "service file \"%s\" not found\n"
|
||||
msgstr "错误:没有找到服务文件\"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5031
|
||||
#: fe-connect.c:5030
|
||||
#, c-format
|
||||
msgid "line %d too long in service file \"%s\"\n"
|
||||
msgstr "在服务文件\"%2$s\"中的第%1$d行的长度太长\n"
|
||||
|
||||
#: fe-connect.c:5102 fe-connect.c:5146
|
||||
#: fe-connect.c:5101 fe-connect.c:5145
|
||||
#, c-format
|
||||
msgid "syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "在服务文件\"%s\"的第%d行出现语法错误\n"
|
||||
|
||||
#: fe-connect.c:5113
|
||||
#: fe-connect.c:5112
|
||||
#, c-format
|
||||
msgid "nested service specifications not supported in service file \"%s\", line %d\n"
|
||||
msgstr "在服务文件\"%s\"的第%d行出现不支持的嵌套服务说明\n"
|
||||
|
||||
#: fe-connect.c:5833
|
||||
#: fe-connect.c:5832
|
||||
#, c-format
|
||||
msgid "invalid URI propagated to internal parser routine: \"%s\"\n"
|
||||
msgstr "无效的URI传入内部解析器处理程序: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:5910
|
||||
#: fe-connect.c:5909
|
||||
#, c-format
|
||||
msgid "end of string reached when looking for matching \"]\" in IPv6 host address in URI: \"%s\"\n"
|
||||
msgstr "在 URI: \"%s\"中的IPv6主机地址里查找匹配符\"]\"时遇到了字符串结束符\n"
|
||||
|
||||
#: fe-connect.c:5917
|
||||
#: fe-connect.c:5916
|
||||
#, c-format
|
||||
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
|
||||
msgstr "URI:\"%s\"中的IPv6主机地址可能不为空\n"
|
||||
|
||||
#: fe-connect.c:5932
|
||||
#: fe-connect.c:5931
|
||||
#, c-format
|
||||
msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n"
|
||||
msgstr "非预期的字符\"%c\"出现在在位置%d, URI (expected \":\" or \"/\"):\"%s\"\n"
|
||||
|
||||
#: fe-connect.c:6061
|
||||
#: fe-connect.c:6060
|
||||
#, c-format
|
||||
msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "遇到多余的键/值分隔符\"=\"在URI查询参数里: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:6081
|
||||
#: fe-connect.c:6080
|
||||
#, c-format
|
||||
msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n"
|
||||
msgstr "缺少相应的键/值分隔符\"=\"在URI查询参数里: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:6132
|
||||
#: fe-connect.c:6131
|
||||
#, c-format
|
||||
msgid "invalid URI query parameter: \"%s\"\n"
|
||||
msgstr "无效的URI查询参数: \"%s\"\n"
|
||||
|
||||
# fe-connect.c:2558
|
||||
#: fe-connect.c:6206
|
||||
#: fe-connect.c:6205
|
||||
#, c-format
|
||||
msgid "invalid percent-encoded token: \"%s\"\n"
|
||||
msgstr "无效的百分号编码令牌: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:6216
|
||||
#: fe-connect.c:6215
|
||||
#, c-format
|
||||
msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n"
|
||||
msgstr "在百分值编码的值: \"%s\"里禁止使用 %%00\n"
|
||||
|
||||
# fe-connect.c:2744
|
||||
#: fe-connect.c:6581
|
||||
#: fe-connect.c:6580
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "联接指针是 NULL\n"
|
||||
|
||||
#: fe-connect.c:6879
|
||||
#: fe-connect.c:6878
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "警告: 口令文件\"%s\"不是普通文本文件\n"
|
||||
|
||||
# fe-connect.c:2953
|
||||
#: fe-connect.c:6888
|
||||
#: fe-connect.c:6887
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
|
||||
msgstr "警告: 口令文件\"%s\"的访问权限过大; 权限应设置 为 u=rw (0600)或更少\n"
|
||||
|
||||
#: fe-connect.c:6982
|
||||
#: fe-connect.c:6981
|
||||
#, c-format
|
||||
msgid "password retrieved from file \"%s\"\n"
|
||||
msgstr "从文件\"%s\"中获取口令\n"
|
||||
|
||||
# fe-exec.c:2130
|
||||
#: fe-exec.c:445 fe-exec.c:2822
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
@ -641,10 +594,8 @@ msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: fe-exec.c:816
|
||||
#, fuzzy
|
||||
#| msgid "lookup on LDAP server failed: %s\n"
|
||||
msgid "write to server failed\n"
|
||||
msgstr "在LDAP服务器上的查找失败: %s\n"
|
||||
msgstr "写入服务器失败\n"
|
||||
|
||||
#: fe-exec.c:897
|
||||
msgid "NOTICE"
|
||||
@ -658,7 +609,6 @@ msgstr "PGresult不能支持超过INT_MAX元组"
|
||||
msgid "size_t overflow"
|
||||
msgstr "size_t溢出"
|
||||
|
||||
# fe-exec.c:737
|
||||
#: fe-exec.c:1244 fe-exec.c:1302 fe-exec.c:1348
|
||||
msgid "command string is a null pointer\n"
|
||||
msgstr "命令字串是一个空指针\n"
|
||||
@ -667,7 +617,6 @@ msgstr "命令字串是一个空指针\n"
|
||||
msgid "number of parameters must be between 0 and 65535\n"
|
||||
msgstr "参数的个数必须介于0到65535之间\n"
|
||||
|
||||
# fe-exec.c:737
|
||||
#: fe-exec.c:1342 fe-exec.c:1443
|
||||
msgid "statement name is a null pointer\n"
|
||||
msgstr "声明名字是一个空指针\n"
|
||||
@ -676,12 +625,10 @@ msgstr "声明名字是一个空指针\n"
|
||||
msgid "function requires at least protocol version 3.0\n"
|
||||
msgstr "函数至少需要 3.0 版本的协议\n"
|
||||
|
||||
# fe-exec.c:745
|
||||
#: fe-exec.c:1480
|
||||
msgid "no connection to the server\n"
|
||||
msgstr "没有到服务器的联接\n"
|
||||
|
||||
# fe-exec.c:752
|
||||
#: fe-exec.c:1487
|
||||
msgid "another command is already in progress\n"
|
||||
msgstr "已经有另外一条命令在处理\n"
|
||||
@ -690,7 +637,6 @@ msgstr "已经有另外一条命令在处理\n"
|
||||
msgid "length must be given for binary parameter\n"
|
||||
msgstr "对于2进制参数必须指定长度\n"
|
||||
|
||||
# fe-exec.c:1371
|
||||
#: fe-exec.c:1864
|
||||
#, c-format
|
||||
msgid "unexpected asyncStatus: %d\n"
|
||||
@ -705,12 +651,10 @@ msgstr "在PGEVT_CONNRESET事件触发期间执行PGEventProc \"%s\"错误\n"
|
||||
msgid "COPY terminated by new PQexec"
|
||||
msgstr "COPY 被一个新的 PQexec 终止"
|
||||
|
||||
# fe-exec.c:1421
|
||||
#: fe-exec.c:2052
|
||||
msgid "COPY IN state must be terminated first\n"
|
||||
msgstr "COPY IN 状态必须先结束\n"
|
||||
|
||||
# fe-exec.c:1421
|
||||
#: fe-exec.c:2072
|
||||
msgid "COPY OUT state must be terminated first\n"
|
||||
msgstr "COPY OUT 状态必须先结束\n"
|
||||
@ -719,18 +663,15 @@ msgstr "COPY OUT 状态必须先结束\n"
|
||||
msgid "PQexec not allowed during COPY BOTH\n"
|
||||
msgstr "在 COPY BOTH时不允许调用PQexec\n"
|
||||
|
||||
# fe-exec.c:1780
|
||||
#: fe-exec.c:2326 fe-exec.c:2393 fe-exec.c:2483 fe-protocol2.c:1359
|
||||
#: fe-protocol3.c:1842
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "没有正在处理的 COPY\n"
|
||||
|
||||
# fe-exec.c:1884
|
||||
#: fe-exec.c:2673
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "联接处于错误状态\n"
|
||||
|
||||
# fe-exec.c:2055
|
||||
#: fe-exec.c:2704
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "非法 ExecStatusType 代码"
|
||||
@ -739,19 +680,16 @@ msgstr "非法 ExecStatusType 代码"
|
||||
msgid "PGresult is not an error result\n"
|
||||
msgstr "PGresult不是错误的结果\n"
|
||||
|
||||
# fe-exec.c:2108 fe-exec.c:2141
|
||||
#: fe-exec.c:2806 fe-exec.c:2829
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "列号码 %d 超出了范围 0..%d"
|
||||
|
||||
# fe-exec.c:2130
|
||||
#: fe-exec.c:2844
|
||||
#, c-format
|
||||
msgid "parameter number %d is out of range 0..%d"
|
||||
msgstr "参数号%d超出了范围 0..%d"
|
||||
|
||||
# fe-exec.c:2325
|
||||
#: fe-exec.c:3154
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
@ -761,7 +699,6 @@ msgstr "无法解释来自服务器的结果: %s"
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "无效的多字节字符\n"
|
||||
|
||||
# fe-lobj.c:616
|
||||
#: fe-lobj.c:154
|
||||
msgid "cannot determine OID of function lo_truncate\n"
|
||||
msgstr "无法确定函数 lo_creat 的 OID\n"
|
||||
@ -770,7 +707,6 @@ msgstr "无法确定函数 lo_creat 的 OID\n"
|
||||
msgid "argument of lo_truncate exceeds integer range\n"
|
||||
msgstr "lo_truncate的参数超出整数范围\n"
|
||||
|
||||
# fe-lobj.c:616
|
||||
#: fe-lobj.c:221
|
||||
msgid "cannot determine OID of function lo_truncate64\n"
|
||||
msgstr "无法确定函数lo_truncate64的OID值\n"
|
||||
@ -783,22 +719,18 @@ msgstr "lo_read的参数值已超出整数范围\n"
|
||||
msgid "argument of lo_write exceeds integer range\n"
|
||||
msgstr "lo_write的参数值已超出整数范围\n"
|
||||
|
||||
# fe-lobj.c:630
|
||||
#: fe-lobj.c:425
|
||||
msgid "cannot determine OID of function lo_lseek64\n"
|
||||
msgstr "无法确定函数lo_lseek64的OID值\n"
|
||||
|
||||
# fe-lobj.c:616
|
||||
#: fe-lobj.c:521
|
||||
msgid "cannot determine OID of function lo_create\n"
|
||||
msgstr "无法确定函数 lo_creat 的 OID\n"
|
||||
|
||||
# fe-lobj.c:637
|
||||
#: fe-lobj.c:600
|
||||
msgid "cannot determine OID of function lo_tell64\n"
|
||||
msgstr "无法确定函数lo_tell64的OID值\n"
|
||||
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
#: fe-lobj.c:706 fe-lobj.c:815
|
||||
#, c-format
|
||||
msgid "could not open file \"%s\": %s\n"
|
||||
@ -814,69 +746,56 @@ msgstr "无法读取文件 \"%s\": %s\n"
|
||||
msgid "could not write to file \"%s\": %s\n"
|
||||
msgstr "无法写入文件 \"%s\": %s\n"
|
||||
|
||||
# fe-lobj.c:564
|
||||
#: fe-lobj.c:946
|
||||
msgid "query to initialize large object functions did not return data\n"
|
||||
msgstr "初始化大对象函数的查询没有返回数据\n"
|
||||
|
||||
# fe-lobj.c:602
|
||||
#: fe-lobj.c:995
|
||||
msgid "cannot determine OID of function lo_open\n"
|
||||
msgstr "无法判断函数 lo_open 的 OID\n"
|
||||
|
||||
# fe-lobj.c:609
|
||||
#: fe-lobj.c:1002
|
||||
msgid "cannot determine OID of function lo_close\n"
|
||||
msgstr "无法判断函数 lo_close 的 OID\n"
|
||||
|
||||
# fe-lobj.c:616
|
||||
#: fe-lobj.c:1009
|
||||
msgid "cannot determine OID of function lo_creat\n"
|
||||
msgstr "无法判断函数 lo_creat 的 OID\n"
|
||||
|
||||
# fe-lobj.c:623
|
||||
#: fe-lobj.c:1016
|
||||
msgid "cannot determine OID of function lo_unlink\n"
|
||||
msgstr "无法判断函数 lo_unlink 的 OID\n"
|
||||
|
||||
# fe-lobj.c:630
|
||||
#: fe-lobj.c:1023
|
||||
msgid "cannot determine OID of function lo_lseek\n"
|
||||
msgstr "无法判断函数 lo_lseek 的 OID\n"
|
||||
|
||||
# fe-lobj.c:637
|
||||
#: fe-lobj.c:1030
|
||||
msgid "cannot determine OID of function lo_tell\n"
|
||||
msgstr "无法判断函数 lo_tell 的 OID\n"
|
||||
|
||||
# fe-lobj.c:644
|
||||
#: fe-lobj.c:1037
|
||||
msgid "cannot determine OID of function loread\n"
|
||||
msgstr "无法判断函数 loread 的 OID\n"
|
||||
|
||||
# fe-lobj.c:651
|
||||
#: fe-lobj.c:1044
|
||||
msgid "cannot determine OID of function lowrite\n"
|
||||
msgstr "无法判断函数 lowrite 的 OID\n"
|
||||
|
||||
# fe-misc.c:303
|
||||
#: fe-misc.c:290
|
||||
#, c-format
|
||||
msgid "integer of size %lu not supported by pqGetInt"
|
||||
msgstr "pqGetInt 不支持大小为 %lu 的整数"
|
||||
|
||||
# fe-misc.c:341
|
||||
#: fe-misc.c:326
|
||||
#, c-format
|
||||
msgid "integer of size %lu not supported by pqPutInt"
|
||||
msgstr "pqPutInt 不支持大小为 %lu 的整数"
|
||||
|
||||
# fe-misc.c:450 fe-misc.c:642 fe-misc.c:798
|
||||
#: fe-misc.c:637 fe-misc.c:859
|
||||
msgid "connection not open\n"
|
||||
msgstr "联接未打开\n"
|
||||
|
||||
# fe-misc.c:612 fe-misc.c:686
|
||||
#: fe-misc.c:807 fe-secure-openssl.c:206 fe-secure-openssl.c:314
|
||||
#: fe-secure.c:268 fe-secure.c:385
|
||||
msgid ""
|
||||
@ -896,19 +815,16 @@ msgstr "超时满\n"
|
||||
msgid "invalid socket\n"
|
||||
msgstr "无效套接字\n"
|
||||
|
||||
# fe-misc.c:389 fe-misc.c:423 fe-misc.c:838
|
||||
#: fe-misc.c:1114
|
||||
#, c-format
|
||||
msgid "select() failed: %s\n"
|
||||
msgstr "select() 失败: %s\n"
|
||||
|
||||
# fe-connect.c:1549
|
||||
#: fe-protocol2.c:90
|
||||
#, c-format
|
||||
msgid "invalid setenv state %c, probably indicative of memory corruption\n"
|
||||
msgstr "无效的 setenv 状态 %c, 可能是内存被破坏\n"
|
||||
|
||||
# fe-connect.c:1549
|
||||
#: fe-protocol2.c:389
|
||||
#, c-format
|
||||
msgid "invalid state %c, probably indicative of memory corruption\n"
|
||||
@ -934,14 +850,11 @@ msgstr "server sent data (\"D\" message) without prior row description (\"T\" me
|
||||
msgid "server sent binary data (\"B\" message) without prior row description (\"T\" message)"
|
||||
msgstr "server sent binary data (\"B\" message) without prior row description (\"T\" message)"
|
||||
|
||||
# fe-connect.c:1378
|
||||
#: fe-protocol2.c:632 fe-protocol3.c:411
|
||||
#, c-format
|
||||
msgid "unexpected response from server; first received character was \"%c\"\n"
|
||||
msgstr "来自服务器意外的回执, 第一个收到的字符是 \"%c\"\n"
|
||||
|
||||
# fe-connect.c:2427 fe-connect.c:2436 fe-connect.c:2933 fe-exec.c:1284
|
||||
# fe-lobj.c:536
|
||||
#: fe-protocol2.c:761 fe-protocol2.c:936 fe-protocol3.c:626 fe-protocol3.c:853
|
||||
msgid "out of memory for query result"
|
||||
msgstr "查询结果时内存耗尽"
|
||||
@ -994,7 +907,6 @@ msgstr "在 \"D\" 消息中, 意外的字段个数"
|
||||
msgid "extraneous data in \"D\" message"
|
||||
msgstr "\"D\"消息中已经没有数据了"
|
||||
|
||||
# startup.c:502
|
||||
#: fe-protocol3.c:1012
|
||||
msgid "no error message available\n"
|
||||
msgstr "没有可用的错误消息\n"
|
||||
@ -1099,7 +1011,6 @@ msgstr "SSL SYSCALL 错误: %s\n"
|
||||
msgid "SSL SYSCALL error: EOF detected\n"
|
||||
msgstr "SSL SYSCALL 错误: 发现结束符\n"
|
||||
|
||||
# fe-auth.c:232
|
||||
#: fe-secure-openssl.c:229 fe-secure-openssl.c:337 fe-secure-openssl.c:1232
|
||||
#, c-format
|
||||
msgid "SSL error: %s\n"
|
||||
@ -1136,13 +1047,11 @@ msgstr "SSL证书的名称项缺失\n"
|
||||
msgid "could not create SSL context: %s\n"
|
||||
msgstr "无法创建 SSL 环境: %s\n"
|
||||
|
||||
# fe-connect.c:891
|
||||
#: fe-secure-openssl.c:852
|
||||
#, c-format
|
||||
msgid "could not read root certificate file \"%s\": %s\n"
|
||||
msgstr "无法读取根证书文件 \"%s\": %s\n"
|
||||
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
#: fe-secure-openssl.c:880
|
||||
#, c-format
|
||||
msgid "SSL library does not support CRL certificates (file \"%s\")\n"
|
||||
@ -1165,13 +1074,11 @@ msgstr ""
|
||||
"根认证文件\"%s\"不存在\n"
|
||||
"可以提供这个文件或者将sslmode改为禁用服务器认证检验.\n"
|
||||
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
#: fe-secure-openssl.c:943
|
||||
#, c-format
|
||||
msgid "could not open certificate file \"%s\": %s\n"
|
||||
msgstr "无法打开证书文件 \"%s\": %s\n"
|
||||
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
#: fe-secure-openssl.c:962
|
||||
#, c-format
|
||||
msgid "could not read certificate file \"%s\": %s\n"
|
||||
@ -1182,7 +1089,6 @@ msgstr "无法读取证书文件 \"%s\": %s\n"
|
||||
msgid "could not establish SSL connection: %s\n"
|
||||
msgstr "无法建立 SSL 联接: %s\n"
|
||||
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
#: fe-secure-openssl.c:1041
|
||||
#, c-format
|
||||
msgid "could not load SSL engine \"%s\": %s\n"
|
||||
@ -1193,13 +1099,11 @@ msgstr "无法加载SSL引擎 \"%s\": %s\n"
|
||||
msgid "could not initialize SSL engine \"%s\": %s\n"
|
||||
msgstr "无法初始化SSL引擎\"%s\": %s\n"
|
||||
|
||||
# fe-connect.c:891
|
||||
#: fe-secure-openssl.c:1069
|
||||
#, c-format
|
||||
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "无法从引擎\"%2$s\"读取私有SSL钥\"%1$s\": %3$s\n"
|
||||
|
||||
# fe-connect.c:891
|
||||
#: fe-secure-openssl.c:1083
|
||||
#, c-format
|
||||
msgid "could not load private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
@ -1210,7 +1114,6 @@ msgstr "无法从引擎\"%2$s\"读取私有SSL钥\"%1$s\": %3$s\n"
|
||||
msgid "certificate present, but not private key file \"%s\"\n"
|
||||
msgstr "有证书, 但不是私钥文件 \"%s\"\n"
|
||||
|
||||
# fe-connect.c:2953
|
||||
#: fe-secure-openssl.c:1128
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n"
|
||||
@ -1241,13 +1144,11 @@ msgstr "没有报告SSL错误"
|
||||
msgid "SSL error code %lu"
|
||||
msgstr "SSL 错误代码 %lu"
|
||||
|
||||
# fe-misc.c:515 fe-misc.c:595
|
||||
#: fe-secure.c:276
|
||||
#, c-format
|
||||
msgid "could not receive data from server: %s\n"
|
||||
msgstr "无法从服务器接收数据: %s\n"
|
||||
|
||||
# fe-misc.c:702
|
||||
#: fe-secure.c:392
|
||||
#, c-format
|
||||
msgid "could not send data to server: %s\n"
|
||||
@ -1257,3 +1158,4 @@ msgstr "无法向服务器发送数据: %s\n"
|
||||
#, c-format
|
||||
msgid "unrecognized socket error: 0x%08X/%d"
|
||||
msgstr "不可识别的套接字错误: 0x%08X/%d"
|
||||
|
||||
|
Reference in New Issue
Block a user