mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 8ae33814b61e2eabfaac363c777e0cbf346761de
This commit is contained in:
@ -14,8 +14,8 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: connect.c:243
|
||||
msgid "empty message text"
|
||||
|
@ -14,8 +14,8 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#: descriptor.c:64
|
||||
#, c-format
|
||||
|
@ -10,7 +10,7 @@ msgstr ""
|
||||
"Project-Id-Version: libpq (PostgreSQL 14)\n"
|
||||
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
|
||||
"POT-Creation-Date: 2022-07-06 10:32+0900\n"
|
||||
"PO-Revision-Date: 2022-07-06 10:52+0900\n"
|
||||
"PO-Revision-Date: 2022-11-16 16:58+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"
|
||||
@ -578,12 +578,12 @@ msgstr "URI \"%s\"内のIPv6ホストアドレスにおいて対応する\"]\"
|
||||
#: fe-connect.c:6127
|
||||
#, c-format
|
||||
msgid "IPv6 host address may not be empty in URI: \"%s\"\n"
|
||||
msgstr "URI \"%s\"内のIPv6ホストアドレスが空である可能性があります\n"
|
||||
msgstr "URI内ではIPv6ホストアドレスは空であってはなりません: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:6142
|
||||
#, c-format
|
||||
msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n"
|
||||
msgstr "URI(\":\"と\"/\"を除く)内の位置%2$dに想定外の\"%1$c\"文字があります: \"%3$s\"\n"
|
||||
msgstr "URI内の位置%2$dに想定外の文字\"%1$c\"があります(\":\"または\"/\"を期待していました): \"%3$s\"\n"
|
||||
|
||||
#: fe-connect.c:6272
|
||||
#, c-format
|
||||
|
@ -18,8 +18,8 @@ msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: fe-auth-scram.c:213
|
||||
msgid "malformed SCRAM message (empty message)\n"
|
||||
@ -609,8 +609,8 @@ msgstr "синтаксическая ошибка в файле определе
|
||||
msgid ""
|
||||
"nested service specifications not supported in service file \"%s\", line %d\n"
|
||||
msgstr ""
|
||||
"рекурсивные определения служб не поддерживаются (файл определения служб \"%s"
|
||||
"\", строка %d)\n"
|
||||
"рекурсивные определения служб не поддерживаются (файл определения служб "
|
||||
"\"%s\", строка %d)\n"
|
||||
|
||||
#: fe-connect.c:6043
|
||||
#, c-format
|
||||
@ -1408,8 +1408,8 @@ msgstr "нераспознанная ошибка сокета: 0x%08X/%d"
|
||||
#~ "строки (сообщение \"T\")"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "server sent binary data (\"B\" message) without prior row description (\"T"
|
||||
#~ "\" message)"
|
||||
#~ "server sent binary data (\"B\" message) without prior row description "
|
||||
#~ "(\"T\" message)"
|
||||
#~ msgstr ""
|
||||
#~ "сервер отправил двоичные данные (сообщение \"B\") без предварительного "
|
||||
#~ "описания строки (сообщение \"T\")"
|
||||
|
Reference in New Issue
Block a user