From 772bea5610a387d07de0df14f29c7777de472194 Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Thu, 8 Sep 2022 17:16:38 +0900 Subject: [PATCH] ja: Translation fixes --- ja/postgres.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ja/postgres.po b/ja/postgres.po index 21f67918..885aba7e 100644 --- a/ja/postgres.po +++ b/ja/postgres.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: postgres (PostgreSQL 13)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" "POT-Creation-Date: 2022-08-22 14:49+0900\n" -"PO-Revision-Date: 2022-08-26 15:17+0900\n" +"PO-Revision-Date: 2022-09-08 17:10+0900\n" "Last-Translator: Kyotaro Horiguchi \n" "Language-Team: jpug-doc \n" "Language: ja\n" @@ -1359,7 +1359,7 @@ msgstr "マルチトランザクションメンバーの周回防止機能が有 #: access/transam/multixact.c:2638 #, c-format msgid "MultiXact member stop limit is now %u based on MultiXact %u" -msgstr "マルチトランザクションの停止上限がマルチトランザクション%2$uを起点にして%1$uになりました" +msgstr "マルチトランザクションの停止上限がマルチトランザクション%2$uを基点にして%1$uになりました" #: access/transam/multixact.c:3026 #, c-format @@ -18184,7 +18184,7 @@ msgstr "スーパユーザのみがレプリケーション基点の問い合わ #: replication/logical/origin.c:193 #, c-format msgid "cannot query or manipulate replication origin when max_replication_slots = 0" -msgstr "max_replication_slots = 0 の時はレプリケーション起点の問い合わせは操作はできません" +msgstr "max_replication_slots = 0 の時はレプリケーション基点の問い合わせは操作はできません" #: replication/logical/origin.c:198 #, c-format @@ -18199,12 +18199,12 @@ msgstr "レプリケーション基点\"%s\"は存在しません" #: replication/logical/origin.c:324 #, c-format msgid "could not find free replication origin OID" -msgstr "複製基点OIDの空きがありません" +msgstr "レプリケーション基点OIDの空きがありません" #: replication/logical/origin.c:372 #, c-format msgid "could not drop replication origin with OID %d, in use by PID %d" -msgstr "OID%dのレプリケーション起点を削除できません, PID%dで使用中です" +msgstr "OID%dのレプリケーション基点を削除できません, PID%dで使用中です" #: replication/logical/origin.c:464 #, c-format @@ -18229,7 +18229,7 @@ msgstr "レプリケーションスロットチェックポイントのチェッ #: replication/logical/origin.c:916 replication/logical/origin.c:1102 #, c-format msgid "replication origin with OID %d is already active for PID %d" -msgstr "OID%dのレプリケーション起点は既にPID%dで使用中です" +msgstr "OID%dのレプリケーション基点は既にPID%dで使用中です" #: replication/logical/origin.c:927 replication/logical/origin.c:1114 #, c-format @@ -18244,22 +18244,22 @@ msgstr "max_replication_slotsを増やして再度試してください" #: replication/logical/origin.c:1073 #, c-format msgid "cannot setup replication origin when one is already setup" -msgstr "既に初期化されている場合はレプリケーション起点の初期化はできません" +msgstr "既に初期化されている場合はレプリケーション基点の初期化はできません" #: replication/logical/origin.c:1153 replication/logical/origin.c:1369 replication/logical/origin.c:1389 #, c-format msgid "no replication origin is configured" -msgstr "レプリケーション起点が構成されていません" +msgstr "レプリケーション基点が構成されていません" #: replication/logical/origin.c:1236 #, c-format msgid "replication origin name \"%s\" is reserved" -msgstr "レプリケーション起点名\"%s\"は予約されています" +msgstr "レプリケーション基点名\"%s\"は予約されています" #: replication/logical/origin.c:1238 #, c-format msgid "Origin names starting with \"pg_\" are reserved." -msgstr "\"pg_\"で始まる起点名は予約されています。" +msgstr "\"pg_\"で始まる基点名は予約されています。" #: replication/logical/relation.c:262 #, c-format -- 2.39.5