/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/bin/pg_basebackup/po/ja.po
2 844 строки
104 KB
Peter Eisentraut
Translation updates
01 июн 2026, 13:13
01 июн 2026, 13:13
ef6a95c
Код
Авторство
О чём код?
# pg_basebackup.po # Japanese message translation file for pg_basebackup # # Copyright (C) 2013-2024 PostgreSQL Global Development Group # # This file is distributed under the same license as the PostgreSQL package. # # <iwata.aya@jp.fujitsu.com>, 2013. # msgid "" msgstr "" "Project-Id-Version: pg_basebackup (PostgreSQL 19)\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" "POT-Creation-Date: 2026-05-15 13:37+0900\n" "PO-Revision-Date: 2026-05-15 15:15+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.8.13\n" #: ../../../src/common/logging.c:293 ../../../src/common/logging.c:295 #, c-format msgid "error: " msgstr "エラー: " #: ../../../src/common/logging.c:302 ../../../src/common/logging.c:304 #, c-format msgid "warning: " msgstr "警告: " #: ../../../src/common/logging.c:315 ../../../src/common/logging.c:317 #, c-format msgid "detail: " msgstr "詳細: " #: ../../../src/common/logging.c:324 ../../../src/common/logging.c:326 #, c-format msgid "hint: " msgstr "ヒント: " #: ../../common/compression.c:162 ../../common/compression.c:171 #: ../../common/compression.c:180 ../../fe_utils/astreamer_gzip.c:140 #: ../../fe_utils/astreamer_gzip.c:275 ../../fe_utils/astreamer_lz4.c:102 #: ../../fe_utils/astreamer_lz4.c:302 ../../fe_utils/astreamer_zstd.c:130 #: ../../fe_utils/astreamer_zstd.c:285 #, c-format msgid "this build does not support compression with %s" msgstr "このビルドでは%sによる圧縮をサポートしていません" #: ../../common/compression.c:235 msgid "found empty string where a compression option was expected" msgstr "圧縮オプションがあるはずの場所に空文字列が見つかりました" #: ../../common/compression.c:274 #, c-format msgid "unrecognized compression option: \"%s\"" msgstr "認識できない圧縮オプション: \"%s\"" #: ../../common/compression.c:313 #, c-format msgid "compression option \"%s\" requires a value" msgstr "圧縮オプション\"%s\"には値が必要です" #: ../../common/compression.c:322 #, c-format msgid "value for compression option \"%s\" must be an integer" msgstr "圧縮オプション\"%s\"の値は整数でなければなりません" #: ../../common/compression.c:361 #, c-format msgid "value for compression option \"%s\" must be a Boolean value" msgstr "圧縮オプション\"%s\"の値は真偽値でなければなりません" #: ../../common/compression.c:409 #, c-format msgid "compression algorithm \"%s\" does not accept a compression level" msgstr "圧縮アルゴリズム\"%s\"は圧縮レベルを受け付けません" #: ../../common/compression.c:416 #, c-format msgid "compression algorithm \"%s\" expects a compression level between %d and %d (default at %d)" msgstr "圧縮アルゴリズム\"%s\"では%dから%dまでの圧縮レベルが指定可能です(デフォルトは%d)" #: ../../common/compression.c:427 #, c-format msgid "compression algorithm \"%s\" does not accept a worker count" msgstr "圧縮アルゴリズム\"%s\"はワーカー数を受け付けません" #: ../../common/compression.c:438 #, c-format msgid "compression algorithm \"%s\" does not support long-distance mode" msgstr "圧縮アルゴリズム\"%s\"は長距離モードをサポートしません" #: ../../common/controldata_utils.c:98 #, c-format msgid "could not open file \"%s\" for reading: %m" msgstr "ファイル\"%s\"を読み込み用にオープンできませんでした: %m" #: ../../common/controldata_utils.c:111 pg_basebackup.c:1861 #: pg_receivewal.c:402 #, c-format msgid "could not read file \"%s\": %m" msgstr "ファイル\"%s\"の読み取りに失敗しました: %m" #: ../../common/controldata_utils.c:120 #, c-format msgid "could not read file \"%s\": read %d of %zu" msgstr "ファイル\"%1$s\"を読み込めませんでした: %3$zuバイトのうち%2$dバイトを読み込みました" #: ../../common/controldata_utils.c:133 ../../common/controldata_utils.c:281 #: ../../fe_utils/astreamer_file.c:141 ../../fe_utils/astreamer_file.c:282 #: pg_recvlogical.c:651 #, c-format msgid "could not close file \"%s\": %m" msgstr "ファイル\"%s\"をクローズできませんでした: %m" #: ../../common/controldata_utils.c:169 msgid "byte ordering mismatch" msgstr "バイトオーダが合っていません" #: ../../common/controldata_utils.c:171 #, c-format msgid "" "possible byte ordering mismatch\n" "The byte ordering used to store the pg_control file might not match the one\n" "used by this program. In that case the results below would be incorrect, and\n" "the PostgreSQL installation would be incompatible with this data directory." msgstr "" "バイトオーダが異なる可能性があります。\n" "pg_controlファイルを格納するために使用するバイトオーダが本プログラムで使用\n" "されるものと一致しないようです。この場合以下の結果は不正確になります。また、\n" "PostgreSQLインストレーションはこのデータディレクトリと互換性がなくなります。" #: ../../common/controldata_utils.c:231 ../../common/file_utils.c:69 #: ../../common/file_utils.c:370 ../../common/file_utils.c:428 #: ../../common/file_utils.c:502 ../../fe_utils/recovery_gen.c:141 #: pg_basebackup.c:1834 pg_createsubscriber.c:1449 pg_receivewal.c:386 #, c-format msgid "could not open file \"%s\": %m" msgstr "ファイル\"%s\"をオープンできませんでした: %m" #: ../../common/controldata_utils.c:250 #, c-format msgid "could not write file \"%s\": %m" msgstr "ファイル\"%s\"を書き出せませんでした: %m" #: ../../common/controldata_utils.c:269 ../../common/file_utils.c:440 #: ../../common/file_utils.c:510 pg_recvlogical.c:214 #, c-format msgid "could not fsync file \"%s\": %m" msgstr "ファイル\"%s\"をfsyncできませんでした: %m" #: ../../common/fe_memutils.c:41 ../../common/fe_memutils.c:81 #: ../../common/fe_memutils.c:104 ../../common/fe_memutils.c:167 #, c-format msgid "out of memory\n" msgstr "メモリ不足です\n" #: ../../common/fe_memutils.c:98 ../../common/fe_memutils.c:159 #, c-format msgid "cannot duplicate null pointer (internal error)\n" msgstr "null ポインタを複製できません (内部エラー)\n" #: ../../common/fe_memutils.c:209 #, c-format msgid "invalid memory allocation request size %zu + %zu\n" msgstr "メモリ割り当て要求サイズ %zu + %zu が不正です\n" #: ../../common/fe_memutils.c:228 #, c-format msgid "invalid memory allocation request size %zu * %zu\n" msgstr "メモリ割り当て要求サイズ %zu * %zu が不正です\n" #: ../../common/file_utils.c:75 #, c-format msgid "could not synchronize file system for file \"%s\": %m" msgstr "ファイル\"%s\"に対してファイルシステムを同期できませんでした: %m" #: ../../common/file_utils.c:123 ../../common/file_utils.c:588 #: ../../fe_utils/version.c:60 pg_receivewal.c:319 pg_recvlogical.c:354 #, c-format msgid "could not stat file \"%s\": %m" msgstr "ファイル\"%s\"のstatに失敗しました: %m" #: ../../common/file_utils.c:133 ../../common/file_utils.c:243 #: ../../fe_utils/option_utils.c:99 #, c-format msgid "this build does not support sync method \"%s\"" msgstr "このビルドでは同期方式\"%s\"をサポートしていません" #: ../../common/file_utils.c:156 ../../common/file_utils.c:304 #: pg_receivewal.c:242 #, c-format msgid "could not open directory \"%s\": %m" msgstr "ディレクトリ\"%s\"をオープンできませんでした: %m" #: ../../common/file_utils.c:174 ../../common/file_utils.c:338 #: pg_receivewal.c:471 #, c-format msgid "could not read directory \"%s\": %m" msgstr "ディレクトリ\"%s\"を読み取れませんでした: %m" #: ../../common/file_utils.c:520 pg_basebackup.c:2332 walmethods.c:462 #, c-format msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "ファイル\"%s\"の名前を\"%s\"に変更できませんでした: %m" #: ../../common/restricted_token.c:60 #, c-format msgid "could not open process token: error code %lu" msgstr "プロセストークンをオープンできませんでした: エラーコード %lu" #: ../../common/restricted_token.c:74 #, c-format msgid "could not allocate SIDs: error code %lu" msgstr "SIDを割り当てられませんでした: エラーコード %lu" #: ../../common/restricted_token.c:94 #, c-format msgid "could not create restricted token: error code %lu" msgstr "制限付きトークンを生成できませんでした: エラーコード %lu" #: ../../common/restricted_token.c:115 #, c-format msgid "could not start process for command \"%s\": error code %lu" msgstr "コマンド\"%s\"のためのプロセスを起動できませんでした: エラーコード %lu" #: ../../common/restricted_token.c:153 #, c-format msgid "could not re-execute with restricted token: error code %lu" msgstr "制限付きトークンで再実行できませんでした: %lu" #: ../../common/restricted_token.c:168 #, c-format msgid "could not get exit code from subprocess: error code %lu" msgstr "サブプロセスの終了コードを取得できませんでした: エラーコード %lu" #: ../../fe_utils/astreamer_file.c:96 ../../fe_utils/astreamer_file.c:378 #: ../../fe_utils/recovery_gen.c:153 pg_basebackup.c:1485 pg_basebackup.c:1694 #, c-format msgid "could not create file \"%s\": %m" msgstr "ファイル\"%s\"を作成できませんでした: %m" #: ../../fe_utils/astreamer_file.c:124 ../../fe_utils/astreamer_file.c:273 #: ../../fe_utils/recovery_gen.c:144 pg_basebackup.c:1421 pg_basebackup.c:1715 #: pg_createsubscriber.c:1452 #, c-format msgid "could not write to file \"%s\": %m" msgstr "ファイル\"%s\"を書き込めませんでした: %m" #: ../../fe_utils/astreamer_file.c:222 ../../fe_utils/astreamer_tar.c:309 #, c-format msgid "tar member has unsafe path name: \"%s\"" msgstr "tarメンバーのパス名が安全ではありません: \"%s\"" #: ../../fe_utils/astreamer_file.c:251 #, c-format msgid "link target has unsafe path name: \"%s\"" msgstr "リンク先のパス名が安全ではありません: \"%s\"" #: ../../fe_utils/astreamer_file.c:292 #, c-format msgid "unexpected state while extracting archive" msgstr "アーカイブの抽出中に想定外の状態" #: ../../fe_utils/astreamer_file.c:338 pg_basebackup.c:700 pg_basebackup.c:714 #: pg_basebackup.c:759 pg_createsubscriber.c:1003 pg_createsubscriber.c:1007 #, c-format msgid "could not create directory \"%s\": %m" msgstr "ディレクトリ\"%s\"を作成できませんでした: %m" #: ../../fe_utils/astreamer_file.c:343 #, c-format msgid "could not set permissions on directory \"%s\": %m" msgstr "ディレクトリ\"%s\"に権限を設定できませんでした: %m" #: ../../fe_utils/astreamer_file.c:362 #, c-format msgid "could not create symbolic link from \"%s\" to \"%s\": %m" msgstr "\"%s\"から\"%s\"へのシンボリックリンクを作成できませんでした: %m" #: ../../fe_utils/astreamer_file.c:382 #, c-format msgid "could not set permissions on file \"%s\": %m" msgstr "ファイル\"%s\"の権限を設定できませんでした: %m" #: ../../fe_utils/astreamer_gzip.c:115 #, c-format msgid "could not create compressed file \"%s\": %m" msgstr "圧縮ファイル\"%s\"を作成できませんでした: %m" #: ../../fe_utils/astreamer_gzip.c:127 #, c-format msgid "could not duplicate stdout: %m" msgstr "標準出力の複製に失敗しました: %m" #: ../../fe_utils/astreamer_gzip.c:131 #, c-format msgid "could not open output file: %m" msgstr "出力ファイルをオープンできませんでした: %m" #: ../../fe_utils/astreamer_gzip.c:135 #, c-format msgid "could not set compression level %d: %s" msgstr "圧縮レベルを%dに設定できませんでした: %s" #: ../../fe_utils/astreamer_gzip.c:167 #, c-format msgid "could not write to compressed file \"%s\": %s" msgstr "圧縮ファイル\"%s\"に書き込めませんでした: %s" #: ../../fe_utils/astreamer_gzip.c:191 #, c-format msgid "could not close compressed file \"%s\": %m" msgstr "圧縮ファイル\"%s\"をクローズすることができませんでした: %m" #: ../../fe_utils/astreamer_gzip.c:271 walmethods.c:880 #, c-format msgid "could not initialize compression library" msgstr "圧縮ライブラリを初期化できませんでした" #: ../../fe_utils/astreamer_gzip.c:322 ../../fe_utils/astreamer_lz4.c:358 #: ../../fe_utils/astreamer_zstd.c:330 #, c-format msgid "could not decompress data: %s" msgstr "データを伸張できませんでした: %s" #: ../../fe_utils/astreamer_lz4.c:97 #, c-format msgid "could not create lz4 compression context: %s" msgstr "lz4圧縮コンテクストを生成できませんでした: %s" #: ../../fe_utils/astreamer_lz4.c:142 #, c-format msgid "could not write lz4 header: %s" msgstr "lz4ヘッダを出力できませんでした: %s" #: ../../fe_utils/astreamer_lz4.c:191 ../../fe_utils/astreamer_zstd.c:182 #: ../../fe_utils/astreamer_zstd.c:224 #, c-format msgid "could not compress data: %s" msgstr "データを圧縮できませんでした: %s" #: ../../fe_utils/astreamer_lz4.c:243 #, c-format msgid "could not end lz4 compression: %s" msgstr "lz4圧縮を終了できませんでした: %s" #: ../../fe_utils/astreamer_lz4.c:297 #, c-format msgid "could not initialize compression library: %s" msgstr "圧縮ライブラリを初期化できませんでした: %s" #: ../../fe_utils/astreamer_tar.c:254 #, c-format msgid "unexpected state while parsing tar archive" msgstr "tarアーカイブのパース中に想定外の状態" #: ../../fe_utils/astreamer_tar.c:300 #, c-format msgid "input file does not appear to be a valid tar archive" msgstr "入力ファイルが有効なtarアーカイブではないようです" #: ../../fe_utils/astreamer_tar.c:307 #, c-format msgid "tar member has empty name" msgstr "tarメンバーの名前が空です" #: ../../fe_utils/astreamer_tar.c:332 #, c-format msgid "pax extensions to tar format are not supported" msgstr "tar形式に対するpax拡張はサポートされていません" #: ../../fe_utils/astreamer_tar.c:361 #, c-format msgid "COPY stream ended before last file was finished" msgstr "最後のファイルが終わる前にCOPYストリームが終了しました" #: ../../fe_utils/astreamer_zstd.c:89 #, c-format msgid "could not create zstd compression context" msgstr "zstd圧縮コンテクストを生成できませんでした" #: ../../fe_utils/astreamer_zstd.c:95 #, c-format msgid "could not set zstd compression level to %d: %s" msgstr "zstd圧縮レベルを%dに設定できませんでした: %s" #: ../../fe_utils/astreamer_zstd.c:109 #, c-format msgid "could not set compression worker count to %d: %s" msgstr "圧縮ワーカー数を%dに設定できませんでした: %s" #: ../../fe_utils/astreamer_zstd.c:119 #, c-format msgid "could not enable long-distance mode: %s" msgstr "長距離モードを有効化できませんでした: %s" #: ../../fe_utils/astreamer_zstd.c:276 #, c-format msgid "could not create zstd decompression context" msgstr "zstd伸張コンテクストを生成できませんでした" #: ../../fe_utils/option_utils.c:69 #, c-format msgid "invalid value \"%s\" for option %s" msgstr "オプション\"%2$s\"に対する不正な値\"%1$s\"" #: ../../fe_utils/option_utils.c:76 #, c-format msgid "%s must be in range %d..%d" msgstr "%sは%d..%dの範囲でなければなりません" #: ../../fe_utils/option_utils.c:106 #, c-format msgid "unrecognized sync method: %s" msgstr "認識できない同期方式: %s" #: ../../fe_utils/option_utils.c:139 pg_createsubscriber.c:2445 #, c-format msgid "options %s and %s cannot be used together" msgstr "オプション %s と %s は同時には使用できません" #: ../../fe_utils/recovery_gen.c:40 ../../fe_utils/recovery_gen.c:51 #: ../../fe_utils/recovery_gen.c:90 ../../fe_utils/recovery_gen.c:110 #: ../../fe_utils/recovery_gen.c:169 ../../fe_utils/recovery_gen.c:230 #: pg_basebackup.c:1624 #, c-format msgid "out of memory" msgstr "メモリ不足です" #: ../../fe_utils/recovery_gen.c:215 pg_basebackup.c:2236 streamutil.c:89 #: streamutil.c:204 #, c-format msgid "%s" msgstr "%s" #: ../../fe_utils/string_utils.c:581 #, c-format msgid "shell command argument contains a newline or carriage return: \"%s\"\n" msgstr "シェルコマンドの引数に改行(LF)または復帰(CR)が含まれています: \"%s\"\n" #: ../../fe_utils/string_utils.c:754 #, c-format msgid "database name contains a newline or carriage return: \"%s\"\n" msgstr "データベース名に改行(LF)または復帰(CR)が含まれています: \"%s\"\n" #: ../../fe_utils/version.c:57 #, c-format msgid "could not open version file \"%s\": %m" msgstr "バージョンファイル\"%s\"をオープンできませんでした: %m" #: ../../fe_utils/version.c:62 #, c-format msgid "file \"%s\" is too large" msgstr "ファイル\"%s\"は大きすぎます" #: ../../fe_utils/version.c:66 #, c-format msgid "could not parse version file \"%s\"" msgstr "バージョンファイル\"%s\"をパースできませんでした" #: astreamer_inject.c:189 #, c-format msgid "unexpected state while injecting recovery settings" msgstr "リカバリ設定の出力中に想定外の状態" #: pg_basebackup.c:246 #, c-format msgid "removing data directory \"%s\"" msgstr "データディレクトリ\"%s\"を削除しています" #: pg_basebackup.c:248 #, c-format msgid "failed to remove data directory" msgstr "データディレクトリの削除に失敗しました" #: pg_basebackup.c:252 #, c-format msgid "removing contents of data directory \"%s\"" msgstr "データディレクトリ\"%s\"の内容を削除しています" #: pg_basebackup.c:254 #, c-format msgid "failed to remove contents of data directory" msgstr "データディレクトリの中身の削除に失敗しました" #: pg_basebackup.c:259 #, c-format msgid "removing WAL directory \"%s\"" msgstr "WAL ディレクトリ\"%s\"を削除しています" #: pg_basebackup.c:261 #, c-format msgid "failed to remove WAL directory" msgstr "WAL ディレクトリの削除に失敗しました" #: pg_basebackup.c:265 #, c-format msgid "removing contents of WAL directory \"%s\"" msgstr "WAL ディレクトリ\"%s\"の中身を削除しています" #: pg_basebackup.c:267 #, c-format msgid "failed to remove contents of WAL directory" msgstr "WAL ディレクトリの中身の削除に失敗しました" #: pg_basebackup.c:273 #, c-format msgid "data directory \"%s\" not removed at user's request" msgstr "ユーザーの要求により、データディレクトリ\"%s\"を削除しませんでした" #: pg_basebackup.c:276 #, c-format msgid "WAL directory \"%s\" not removed at user's request" msgstr "ユーザーの要求により、WAL ディレクトリ\"%s\"を削除しませんでした" #: pg_basebackup.c:280 #, c-format msgid "changes to tablespace directories will not be undone" msgstr "テーブル空間用ディレクトリへの変更は取り消されません" #: pg_basebackup.c:332 #, c-format msgid "directory name too long" msgstr "ディレクトリ名が長すぎます" #: pg_basebackup.c:339 #, c-format msgid "multiple \"=\" signs in tablespace mapping" msgstr "テーブル空間のマッピングに複数の\"=\"記号があります" #: pg_basebackup.c:348 #, c-format msgid "invalid tablespace mapping format \"%s\", must be \"OLDDIR=NEWDIR\"" msgstr "テーブル空間のマッピング形式\"%s\"が不正です。\"旧DIR=新DIR\"でなければなりません" #: pg_basebackup.c:367 #, c-format msgid "old directory is not an absolute path in tablespace mapping: %s" msgstr "テーブル空間のマッピングにおいて、旧ディレクトリが絶対パスではありません: %s" #: pg_basebackup.c:371 #, c-format msgid "new directory is not an absolute path in tablespace mapping: %s" msgstr "テーブル空間のマッピングにおいて、新ディレクトリが絶対パスではありません: %s" #: pg_basebackup.c:393 #, c-format msgid "" "%s takes a base backup of a running PostgreSQL server.\n" "\n" msgstr "" "%sは実行中のPostgreSQLサーバーのベースバックアップを取得します。\n" "\n" #: pg_basebackup.c:395 pg_createsubscriber.c:288 pg_receivewal.c:79 #: pg_recvlogical.c:86 #, c-format msgid "Usage:\n" msgstr "使用方法:\n" #: pg_basebackup.c:396 pg_createsubscriber.c:289 pg_receivewal.c:80 #: pg_recvlogical.c:87 #, c-format msgid " %s [OPTION]...\n" msgstr " %s [オプション]...\n" #: pg_basebackup.c:397 #, c-format msgid "" "\n" "Options controlling the output:\n" msgstr "" "\n" "出力を制御するオプション:\n" #: pg_basebackup.c:398 #, c-format msgid " -D, --pgdata=DIRECTORY receive base backup into directory\n" msgstr " -D, --pgdata=DIRECTORY ベースバックアップをディレクトリ内に格納\n" #: pg_basebackup.c:399 #, c-format msgid " -F, --format=p|t output format (plain (default), tar)\n" msgstr " -F, --format=p|t 出力フォーマット(プレイン(デフォルト)またはtar)\n" #: pg_basebackup.c:400 #, c-format msgid "" " -i, --incremental=OLDMANIFEST\n" " take incremental backup\n" msgstr "" " -i, --incremental=OLDMANIFEST\n" " 差分バックアップを取得する\n" #: pg_basebackup.c:402 #, c-format msgid "" " -r, --max-rate=RATE maximum transfer rate to transfer data directory\n" " (in kB/s, or use suffix \"k\" or \"M\")\n" msgstr "" " -r, --max-rate=RATE データディレクトリ転送の際の最大転送速度\n" " (kB/s 単位、または 接尾辞 \"k\" か\"M\" を使用)\n" #: pg_basebackup.c:404 #, c-format msgid "" " -R, --write-recovery-conf\n" " write configuration for replication\n" msgstr "" " -R, --write-recovery-conf\n" " レプリケーションのための設定を書き込む\n" #: pg_basebackup.c:406 #, c-format msgid "" " -t, --target=TARGET[:DETAIL]\n" " backup target (if other than client)\n" msgstr "" " -t, --target=ターゲット[:詳細]\n" " バックアップターゲット(クライアント以外の場合)\n" #: pg_basebackup.c:408 #, c-format msgid "" " -T, --tablespace-mapping=OLDDIR=NEWDIR\n" " relocate tablespace in OLDDIR to NEWDIR\n" msgstr "" " -T, --tablespace-mapping=旧DIR=新DIR\n" " テーブル空間を旧DIRから新DIRに移動する\n" #: pg_basebackup.c:410 #, c-format msgid " --waldir=WALDIR location for the write-ahead log directory\n" msgstr " --waldir=WALDIR 先行書き込みログ用ディレクトリの位置\n" #: pg_basebackup.c:411 #, c-format msgid "" " -X, --wal-method=none|fetch|stream\n" " include required WAL files with specified method\n" msgstr "" " -X, --wal-method=none|fetch|stream\n" " 要求されたWALファイルを指定の方式でバックアップ\n" " に含める\n" #: pg_basebackup.c:413 #, c-format msgid " -z, --gzip compress tar output\n" msgstr " -z, --gzip tar の出力を圧縮する\n" #: pg_basebackup.c:414 #, c-format msgid "" " -Z, --compress=[{client|server}-]METHOD[:DETAIL]\n" " compress on client or server as specified\n" msgstr "" " -Z, --compress=[{client|server}-]方式[:詳細]\n" " 指定に従ってクライアント側またはサーバー側で圧縮\n" #: pg_basebackup.c:416 #, c-format msgid " -Z, --compress=none do not compress tar output\n" msgstr " -Z, --compress=none tar出力を圧縮しない\n" #: pg_basebackup.c:417 #, c-format msgid "" "\n" "General options:\n" msgstr "" "\n" "汎用オプション:\n" #: pg_basebackup.c:418 #, c-format msgid "" " -c, --checkpoint=fast|spread\n" " set fast or spread (default) checkpointing\n" msgstr "" " -c, --checkpoint=fast|spread\n" " 高速または分散(デフォルト)チェックポイント処理を指定\n" #: pg_basebackup.c:420 #, c-format msgid " -C, --create-slot create replication slot\n" msgstr " -C, --create-slot 新しいレプリケーションスロットを作成する\n" #: pg_basebackup.c:421 #, c-format msgid " -l, --label=LABEL set backup label\n" msgstr " -l, --label=LABEL バックアップラベルの設定\n" #: pg_basebackup.c:422 #, c-format msgid " -n, --no-clean do not clean up after errors\n" msgstr " -n, --noclean エラー発生後作成したファイルの削除を行わない\n" #: pg_basebackup.c:423 #, c-format msgid " -N, --no-sync do not wait for changes to be written safely to disk\n" msgstr " -N, --nosync ディスクへの安全な書き込みを待機しない\n" #: pg_basebackup.c:424 #, c-format msgid " -P, --progress show progress information\n" msgstr " -P, --progress 進行状況の表示\n" #: pg_basebackup.c:425 pg_receivewal.c:89 #, c-format msgid " -S, --slot=SLOTNAME replication slot to use\n" msgstr " -S, --slot=スロット名 使用するレプリケーションスロット\n" #: pg_basebackup.c:426 pg_receivewal.c:91 pg_recvlogical.c:111 #, c-format msgid " -v, --verbose output verbose messages\n" msgstr " -v, --verbose 冗長メッセージの出力\n" #: pg_basebackup.c:427 pg_receivewal.c:92 pg_recvlogical.c:112 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version バージョン情報を表示して終了\n" #: pg_basebackup.c:428 #, c-format msgid "" " --manifest-checksums=SHA{224,256,384,512}|CRC32C|NONE\n" " use algorithm for manifest checksums\n" msgstr "" " --manifest-checksums=SHA{224,256,384,512}|CRC32C|NONE\n" " 目録チェックサムに使用するアルゴリズム\n" #: pg_basebackup.c:430 #, c-format msgid "" " --manifest-force-encode\n" " hex encode all file names in manifest\n" msgstr "" " --manifest-force-encode\n" " 目録中の全てのファイル名を16進エンコードする\n" #: pg_basebackup.c:432 #, c-format msgid " --no-estimate-size do not estimate backup size in server side\n" msgstr " --no-estimate-size サーバー側でバックアップサイズを見積もらない\n" #: pg_basebackup.c:433 #, c-format msgid " --no-manifest suppress generation of backup manifest\n" msgstr " --no-manifest バックアップ目録の作成を省略する\n" #: pg_basebackup.c:434 #, c-format msgid " --no-slot prevent creation of temporary replication slot\n" msgstr " --no-slot 一時レプリケーションスロットの作成を行わない\n" #: pg_basebackup.c:435 #, c-format msgid "" " --no-verify-checksums\n" " do not verify checksums\n" msgstr "" " --no-verify-checksums\n" " チェックサムを検証しない\n" #: pg_basebackup.c:437 #, c-format msgid "" " --sync-method=METHOD\n" " set method for syncing files to disk\n" msgstr "" " --sync-method=METHOD\n" " ファイルをディスクに同期させる方法を指定\n" #: pg_basebackup.c:439 pg_receivewal.c:95 pg_recvlogical.c:113 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help このヘルプを表示して終了\n" #: pg_basebackup.c:440 pg_receivewal.c:96 pg_recvlogical.c:114 #, c-format msgid "" "\n" "Connection options:\n" msgstr "" "\n" "接続オプション:\n" #: pg_basebackup.c:441 pg_receivewal.c:97 #, c-format msgid " -d, --dbname=CONNSTR connection string\n" msgstr " -d, --dbname=CONNSTR 接続文字列\n" #: pg_basebackup.c:442 pg_receivewal.c:98 pg_recvlogical.c:116 #, c-format msgid " -h, --host=HOSTNAME database server host or socket directory\n" msgstr " -h, --host=HOSTNAME データベースサーバーホストまたはソケットディレクトリ\n" #: pg_basebackup.c:443 pg_receivewal.c:99 pg_recvlogical.c:117 #, c-format msgid " -p, --port=PORT database server port number\n" msgstr " -p, --port=PORT データベースサーバーのポート番号\n" #: pg_basebackup.c:444 #, c-format msgid "" " -s, --status-interval=INTERVAL\n" " time between status packets sent to server (in seconds)\n" msgstr "" " -s, --status-interval=INTERVAL\n" " サーバーへ送出するステータスパケットの間隔(秒単位)\n" #: pg_basebackup.c:446 pg_receivewal.c:100 pg_recvlogical.c:118 #, c-format msgid " -U, --username=NAME connect as specified database user\n" msgstr " -U, --username=NAME 指定したデータベースユーザーで接続\n" #: pg_basebackup.c:447 pg_receivewal.c:101 pg_recvlogical.c:119 #, c-format msgid " -w, --no-password never prompt for password\n" msgstr " -w, --no-password パスワードの入力を要求しない\n" #: pg_basebackup.c:448 pg_receivewal.c:102 pg_recvlogical.c:120 #, c-format msgid " -W, --password force password prompt (should happen automatically)\n" msgstr " -W, --password パスワード入力要求を強制(自動的に行われるはず)\n" #: pg_basebackup.c:449 pg_createsubscriber.c:313 pg_receivewal.c:106 #: pg_recvlogical.c:121 #, c-format msgid "" "\n" "Report bugs to <%s>.\n" msgstr "" "\n" "バグは<%s>に報告してください。\n" #: pg_basebackup.c:450 pg_createsubscriber.c:314 pg_receivewal.c:107 #: pg_recvlogical.c:122 #, c-format msgid "%s home page: <%s>\n" msgstr "%s ホームページ: <%s>\n" #: pg_basebackup.c:489 #, c-format msgid "could not read from ready pipe: %m" msgstr "準備ができたパイプからの読み込みが失敗しました: %m" #: pg_basebackup.c:492 pg_basebackup.c:634 pg_basebackup.c:2246 #: streamutil.c:450 #, c-format msgid "could not parse write-ahead log location \"%s\"" msgstr "先行書き込みログの位置\"%s\"をパースできませんでした" #: pg_basebackup.c:597 pg_receivewal.c:600 #, c-format msgid "could not finish writing WAL files: %m" msgstr "WALファイルの書き込みを終了できませんでした: %m" #: pg_basebackup.c:643 #, c-format msgid "could not create pipe for background process: %m" msgstr "バックグランドプロセス用のパイプを作成できませんでした: \"%m" #: pg_basebackup.c:678 #, c-format msgid "created temporary replication slot \"%s\"" msgstr "一時レプリケーションスロット\"%s\"を作成しました" #: pg_basebackup.c:681 #, c-format msgid "created replication slot \"%s\"" msgstr "レプリケーションスロット\"%s\"を作成していました" #: pg_basebackup.c:730 #, c-format msgid "could not create background process: %m" msgstr "バックグラウンドプロセスを生成できませんでした: %m" #: pg_basebackup.c:739 #, c-format msgid "could not create background thread: %m" msgstr "バックグラウンドスレッドを生成できませんでした: %m" #: pg_basebackup.c:778 #, c-format msgid "directory \"%s\" exists but is not empty" msgstr "ディレクトリ\"%s\"は存在しますが空ではありません" #: pg_basebackup.c:784 pg_createsubscriber.c:464 #, c-format msgid "could not access directory \"%s\": %m" msgstr "ディレクトリ\"%s\"にアクセスできませんでした: %m" #: pg_basebackup.c:860 #, c-format msgid "%*s/%s kB (100%%), %d/%d tablespace %*s" msgid_plural "%*s/%s kB (100%%), %d/%d tablespaces %*s" msgstr[0] "%*s/%s kB (100%%), %d/%d テーブル空間 %*s" #: pg_basebackup.c:872 #, c-format msgid "%*s/%s kB (%d%%), %d/%d tablespace (%s%-*.*s)" msgid_plural "%*s/%s kB (%d%%), %d/%d tablespaces (%s%-*.*s)" msgstr[0] "%*s/%s kB (%d%%), %d/%d テーブル空間 (%s%-*.*s)" #: pg_basebackup.c:888 #, c-format msgid "%*s/%s kB (%d%%), %d/%d tablespace" msgid_plural "%*s/%s kB (%d%%), %d/%d tablespaces" msgstr[0] "%*s/%s kB (%d%%), %d/%d テーブル空間" #: pg_basebackup.c:912 #, c-format msgid "transfer rate \"%s\" is not a valid value" msgstr "転送速度\"%s\"は無効な値です" #: pg_basebackup.c:914 #, c-format msgid "invalid transfer rate \"%s\": %m" msgstr "転送速度\"%s\"は無効です: %m" #: pg_basebackup.c:921 #, c-format msgid "transfer rate must be greater than zero" msgstr "転送速度は0より大きな値でなければなりません" #: pg_basebackup.c:951 #, c-format msgid "invalid --max-rate unit: \"%s\"" msgstr "--max-rate の単位が不正です: \"%s\"" #: pg_basebackup.c:955 #, c-format msgid "transfer rate \"%s\" exceeds integer range" msgstr "転送速度\"%s\"がintegerの範囲を超えています" #: pg_basebackup.c:962 #, c-format msgid "transfer rate \"%s\" is out of range" msgstr "転送速度\"%s\"が範囲外です" #: pg_basebackup.c:1024 #, c-format msgid "could not get COPY data stream: %s" msgstr "COPYデータストリームを取得できませんでした: %s" #: pg_basebackup.c:1041 pg_recvlogical.c:451 pg_recvlogical.c:627 #: receivelog.c:981 #, c-format msgid "could not read COPY data: %s" msgstr "COPYデータを読み取ることができませんでした: %s" #: pg_basebackup.c:1045 #, c-format msgid "background process terminated unexpectedly" msgstr "バックグラウンドプロセスが突然終了しました" #: pg_basebackup.c:1102 #, c-format msgid "cannot inject manifest into a compressed tar file" msgstr "圧縮tarファイルには目録は出力できません" #: pg_basebackup.c:1103 #, c-format msgid "Use client-side compression, send the output to a directory rather than standard output, or use %s." msgstr "クライアントサイド圧縮を使用して標準出力ではなくディレクトリに出力する、または %s を使用してください。" #: pg_basebackup.c:1119 #, c-format msgid "cannot parse archive \"%s\"" msgstr "アーカイブ\"%s\"のパースができませんでした" #: pg_basebackup.c:1120 #, c-format msgid "Only tar archives can be parsed." msgstr "tarアーカイブのみパース可能です。" #: pg_basebackup.c:1122 #, c-format msgid "Plain format requires pg_basebackup to parse the archive." msgstr "Plainフォーマットではpg_basebackupがアーカイブをパースする必要があります。" #: pg_basebackup.c:1124 #, c-format msgid "Using - as the output directory requires pg_basebackup to parse the archive." msgstr "出力ディレクトリに - を指定する際にはpg_basebackupがアーカイブをパースする必要があります。" #: pg_basebackup.c:1126 #, c-format msgid "The -R option requires pg_basebackup to parse the archive." msgstr "-Rオプションを指定する場合はpg_basebackupがアーカイブをパースする必要があります。" #: pg_basebackup.c:1345 #, c-format msgid "archives must precede manifest" msgstr "アーカイブは目録より先にあるはずです" #: pg_basebackup.c:1360 #, c-format msgid "invalid archive name: \"%s\"" msgstr "不正なアーカイブ名: \"%s\"" #: pg_basebackup.c:1432 #, c-format msgid "unexpected payload data" msgstr "予期しないペイロードのデータ" #: pg_basebackup.c:1575 #, c-format msgid "empty COPY message" msgstr "空のCOPYメッセージ" #: pg_basebackup.c:1577 #, c-format msgid "malformed COPY message of type %d, length %zu" msgstr "タイプ%d、長さ%zuのCOPYメッセージのフォーマット異常" #: pg_basebackup.c:1777 #, c-format msgid "incompatible server version %s" msgstr "非互換のサーバーバージョン \"%s\"" #: pg_basebackup.c:1793 #, c-format msgid "Use -X none or -X fetch to disable log streaming." msgstr "-X none または -X fetch でログストリーミングを無効にできます。" #: pg_basebackup.c:1829 #, c-format msgid "server does not support incremental backup" msgstr "サーバーは差分バックアップをサポートしていません" #: pg_basebackup.c:1838 pg_basebackup.c:1996 pg_recvlogical.c:278 #: receivelog.c:543 receivelog.c:582 streamutil.c:296 streamutil.c:370 #: streamutil.c:422 streamutil.c:510 streamutil.c:667 streamutil.c:712 #, c-format msgid "could not send replication command \"%s\": %s" msgstr "レプリケーションコマンド\"%s\"を送信できませんでした: %s" #: pg_basebackup.c:1844 pg_basebackup.c:1871 #, c-format msgid "could not upload manifest: %s" msgstr "バックアップ目録をアップロードできませんでした: %s" #: pg_basebackup.c:1847 pg_basebackup.c:1874 #, c-format msgid "could not upload manifest: unexpected status %s" msgstr "バックアップ目録をアップロードできませんでした: 予期しないステータス %s" #: pg_basebackup.c:1855 #, c-format msgid "could not send COPY data: %s" msgstr "COPYデータを創出することができませんでした: %s" #: pg_basebackup.c:1865 #, c-format msgid "could not send end-of-COPY: %s" msgstr "COPY終端マーカーを送信できませんでした: %s" #: pg_basebackup.c:1880 #, c-format msgid "unexpected extra result while sending manifest" msgstr "バックアップ目録送出中の想定外の余分な結果" #: pg_basebackup.c:1938 #, c-format msgid "backup targets are not supported by this server version" msgstr "バックアップターゲットはこのサーバーバージョンではサポートされません" #: pg_basebackup.c:1941 #, c-format msgid "recovery configuration cannot be written when a backup target is used" msgstr "バックアップターゲットが使用されている場合にはリカバリ設定は出力できません" #: pg_basebackup.c:1968 #, c-format msgid "server does not support server-side compression" msgstr "サーバーはサーバーサイド圧縮をサポートしていません" #: pg_basebackup.c:1978 #, c-format msgid "initiating base backup, waiting for checkpoint to complete" msgstr "ベースバックアップを開始しています - チェックポイントの完了を待機中" #: pg_basebackup.c:1982 #, c-format msgid "waiting for checkpoint" msgstr "チェックポイントを待っています" #: pg_basebackup.c:2004 #, c-format msgid "could not initiate base backup: %s" msgstr "ベースバックアップを開始できませんでした: %s" #: pg_basebackup.c:2007 #, c-format msgid "server returned unexpected response to BASE_BACKUP command; got %d rows and %d fields, expected %d rows and %d fields" msgstr "サーバーが BASE_BACKUP コマンドに期待していない応答を返しました; %d行 %d列を受信しましたが期待は %d列 %d行でした" #: pg_basebackup.c:2013 #, c-format msgid "checkpoint completed" msgstr "チェックポイントが完了しました" #: pg_basebackup.c:2027 #, c-format msgid "write-ahead log start point: %s on timeline %u" msgstr "先行書き込みログの開始ポイント: タイムライン %2$u 上の %1$s" #: pg_basebackup.c:2035 #, c-format msgid "could not get backup header: %s" msgstr "バックアップヘッダを取得できませんでした: %s" #: pg_basebackup.c:2038 #, c-format msgid "no data returned from server" msgstr "サーバーからデータが返されませんでした" #: pg_basebackup.c:2081 #, c-format msgid "can only write single tablespace to stdout, database has %d" msgstr "標準出力に書き出せるテーブル空間は1つだけですが、データベースには%d個あります" #: pg_basebackup.c:2094 #, c-format msgid "starting background WAL receiver" msgstr "バックグランドWAL受信処理を起動します" #: pg_basebackup.c:2177 #, c-format msgid "backup failed: %s" msgstr "バックアップが失敗しました: %s" #: pg_basebackup.c:2180 #, c-format msgid "no write-ahead log end position returned from server" msgstr "サーバーから先行書き込みログの終了位置が返されませんでした" #: pg_basebackup.c:2183 #, c-format msgid "write-ahead log end point: %s" msgstr "先行書き込みログの終了ポイント: %s" #: pg_basebackup.c:2194 #, c-format msgid "checksum error occurred" msgstr "チェックサムエラーが発生しました" #: pg_basebackup.c:2199 #, c-format msgid "final receive failed: %s" msgstr "終端の受信に失敗しました: %s" #: pg_basebackup.c:2223 #, c-format msgid "waiting for background process to finish streaming ..." msgstr "バックグランドプロセスがストリーミング処理が終わるまで待機します ..." #: pg_basebackup.c:2227 #, c-format msgid "could not send command to background pipe: %m" msgstr "バックグランドへのパイプにコマンドを送信できませんでした: %m" #: pg_basebackup.c:2232 #, c-format msgid "could not wait for child process: %m" msgstr "子プロセスの待機ができませんでした: %m" #: pg_basebackup.c:2234 #, c-format msgid "child %d died, expected %d" msgstr "子プロセス %d が終了しましたが、期待していたのは %d でした" #: pg_basebackup.c:2256 #, c-format msgid "could not wait for child thread: %m" msgstr "子スレッドの待機ができませんでした: %m" #: pg_basebackup.c:2261 #, c-format msgid "could not get child thread exit status: %m" msgstr "子スレッドの終了ステータスを取得できませんでした: %m" #: pg_basebackup.c:2264 #, c-format msgid "child thread exited with error %u" msgstr "子スレッドがエラー%uで終了しました" #: pg_basebackup.c:2293 #, c-format msgid "syncing data to disk ..." msgstr "データをディスクに同期しています..." #: pg_basebackup.c:2318 #, c-format msgid "renaming backup_manifest.tmp to backup_manifest" msgstr "backup_manifest.tmp の名前を backup_manifest に変更しています" #: pg_basebackup.c:2338 #, c-format msgid "base backup completed" msgstr "ベースバックアップが完了しました" #: pg_basebackup.c:2424 #, c-format msgid "invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"" msgstr "不正な checkpoint の引数\"%s\"、\"fast\" または \"spreadでなければなりません" #: pg_basebackup.c:2442 #, c-format msgid "invalid output format \"%s\", must be \"plain\" or \"tar\"" msgstr "不正な出力フォーマット\"%s\"、\"plain\"か\"tar\"でなければなりません" #: pg_basebackup.c:2523 #, c-format msgid "invalid wal-method option \"%s\", must be \"fetch\", \"stream\", or \"none\"" msgstr "不正な wal-method オプション\"%s\"、\"fetch\"、\"stream\" または \"none\" のいずれかでなければなりません" #: pg_basebackup.c:2562 pg_basebackup.c:2574 pg_basebackup.c:2596 #: pg_basebackup.c:2608 pg_basebackup.c:2614 pg_basebackup.c:2666 #: pg_basebackup.c:2677 pg_basebackup.c:2687 pg_basebackup.c:2693 #: pg_basebackup.c:2700 pg_basebackup.c:2712 pg_basebackup.c:2724 #: pg_basebackup.c:2732 pg_basebackup.c:2745 pg_basebackup.c:2751 #: pg_basebackup.c:2760 pg_basebackup.c:2772 pg_basebackup.c:2783 #: pg_basebackup.c:2791 pg_createsubscriber.c:2424 pg_createsubscriber.c:2447 #: pg_createsubscriber.c:2457 pg_createsubscriber.c:2465 #: pg_createsubscriber.c:2493 pg_createsubscriber.c:2571 pg_receivewal.c:748 #: pg_receivewal.c:760 pg_receivewal.c:767 pg_receivewal.c:776 #: pg_receivewal.c:783 pg_receivewal.c:793 pg_recvlogical.c:859 #: pg_recvlogical.c:871 pg_recvlogical.c:881 pg_recvlogical.c:888 #: pg_recvlogical.c:895 pg_recvlogical.c:902 pg_recvlogical.c:909 #: pg_recvlogical.c:916 pg_recvlogical.c:923 pg_recvlogical.c:932 #: pg_recvlogical.c:939 #, c-format msgid "Try \"%s --help\" for more information." msgstr "詳細は\"%s --help\"を実行してください。" #: pg_basebackup.c:2572 pg_createsubscriber.c:2455 pg_receivewal.c:758 #: pg_recvlogical.c:869 #, c-format msgid "too many command-line arguments (first is \"%s\")" msgstr "コマンドライン引数が多過ぎます(先頭は\"%s\"です)" #: pg_basebackup.c:2595 #, c-format msgid "cannot specify both format and backup target" msgstr "フォーマットとバックアップターゲットの両方を同時には指定できません" #: pg_basebackup.c:2607 #, c-format msgid "must specify output directory or backup target" msgstr "出力ディレクトリかバックアップターゲットを指定する必要があります" #: pg_basebackup.c:2613 #, c-format msgid "cannot specify both output directory and backup target" msgstr "出力先ディレクトリとバックアップターゲットの両方を同時には指定できません" #: pg_basebackup.c:2643 pg_receivewal.c:802 #, c-format msgid "unrecognized compression algorithm: \"%s\"" msgstr "認識できない圧縮アルゴリズム\"%s\"" #: pg_basebackup.c:2649 pg_receivewal.c:809 #, c-format msgid "invalid compression specification: %s" msgstr "不正な圧縮指定: %s" #: pg_basebackup.c:2665 #, c-format msgid "client-side compression is not possible when a backup target is specified" msgstr "バックアップターゲットが指定されているとクライアントサイド圧縮はできません" #: pg_basebackup.c:2676 #, c-format msgid "only tar mode backups can be compressed" msgstr "tarモードでのバックアップのみが圧縮可能です" #: pg_basebackup.c:2686 #, c-format msgid "WAL cannot be streamed when a backup target is specified" msgstr "バックアップターゲット指定されているとWALはストリーム出力できません" #: pg_basebackup.c:2692 #, c-format msgid "cannot stream write-ahead logs in tar mode to stdout" msgstr "標準出力への tar モードでは書き込み先行ログをストリーム出力できません" #: pg_basebackup.c:2699 #, c-format msgid "replication slots can only be used with WAL streaming" msgstr "レプリケーションスロットはWALストリーミングでのみ使用可能です" #: pg_basebackup.c:2711 #, c-format msgid "--no-slot cannot be used with slot name" msgstr "--no-slot はスロット名と同時には指定できません" #. translator: %s is an option name #: pg_basebackup.c:2722 pg_receivewal.c:774 #, c-format msgid "%s needs a slot to be specified using --slot" msgstr "%s は --slot でスロットを指定する必要があります" #: pg_basebackup.c:2730 pg_basebackup.c:2770 pg_basebackup.c:2781 #: pg_basebackup.c:2789 #, c-format msgid "%s and %s are incompatible options" msgstr "%s と %s は非互換なオプションです" #: pg_basebackup.c:2744 #, c-format msgid "WAL directory location cannot be specified along with a backup target" msgstr "WALディレクトリの位置はバックアップターゲットと同時には指定できません" #: pg_basebackup.c:2750 #, c-format msgid "WAL directory location can only be specified in plain mode" msgstr "WALディレクトリの位置は plainモードでのみ指定可能です" #: pg_basebackup.c:2759 #, c-format msgid "WAL directory location must be an absolute path" msgstr "WALディレクトリの位置は、絶対パスでなければなりません" #: pg_basebackup.c:2859 #, c-format msgid "could not create symbolic link \"%s\": %m" msgstr "シンボリックリンク\"%s\"を作成できませんでした: %m" #: pg_createsubscriber.c:217 #, c-format msgid "A manual removal of the recovery parameters might be required." msgstr "リカバリパラメータの手動削除が必要になるかもしれません。" #: pg_createsubscriber.c:231 #, c-format msgid "failed after the end of recovery" msgstr "リカバリ完了後に失敗しました" #: pg_createsubscriber.c:232 #, c-format msgid "The target server cannot be used as a physical replica anymore. You must recreate the physical replica before continuing." msgstr "以降この対象サーバーは物理複製としては使用できません。作業を継続する前に物理複製を再作成する必要があります。" #: pg_createsubscriber.c:263 #, c-format msgid "publication \"%s\" created in database \"%s\" on primary was left behind" msgstr "プライマリ上のデータベース\"%2$s\"で作成されたパブリケーション\"%1$s\"が残されています" #: pg_createsubscriber.c:266 #, c-format msgid "Drop this publication before trying again." msgstr "再試行の前にこのパブリケーションを削除してください。" #: pg_createsubscriber.c:270 #, c-format msgid "replication slot \"%s\" created in database \"%s\" on primary was left behind" msgstr "プライマリ上のデータベース\"%2$s\"で作成されたレプリケーションスロット\"%1$s\"が残されています" #: pg_createsubscriber.c:273 pg_createsubscriber.c:1493 #, c-format msgid "Drop this replication slot soon to avoid retention of WAL files." msgstr "WALファイルの増加を避けるためにこのレプリケーションスロットを直ちに削除してください。" #: pg_createsubscriber.c:286 #, c-format msgid "" "%s creates a new logical replica from a standby server.\n" "\n" msgstr "" "%s スタンバイサーバーから新たな論理複製を作成します。\n" "\n" #: pg_createsubscriber.c:290 pg_receivewal.c:81 pg_recvlogical.c:92 #, c-format msgid "" "\n" "Options:\n" msgstr "" "\n" "オプション:\n" #: pg_createsubscriber.c:291 #, c-format msgid "" " -a, --all create subscriptions for all databases except template\n" " databases and databases that don't allow connections\n" msgstr "" " -a, --all テンプレートデータベースと接続を許可しない\n" " データベースを除くすべてのデータベースに\n" " サブスクリプションを作成する\n" #: pg_createsubscriber.c:293 #, c-format msgid " -d, --database=DBNAME database in which to create a subscription\n" msgstr " -d, --database=DBNAME サブスクリプションを作成するデータベース名\n" #: pg_createsubscriber.c:294 #, c-format msgid " -D, --pgdata=DATADIR location for the subscriber data directory\n" msgstr " -D, --pgdata=DATADIR サブスクライバのデータディレクトリの場所\n" #: pg_createsubscriber.c:295 #, c-format msgid " -l, --logdir=LOGDIR location for the log directory\n" msgstr " -l, --logdir=LOGDIR ログ用ディレクトリの位置\n" #: pg_createsubscriber.c:296 #, c-format msgid " -n, --dry-run dry run, just show what would be done\n" msgstr " -n, --dry-run 更新をせず、単に何が行なわれるかを表示\n" #: pg_createsubscriber.c:297 #, c-format msgid " -p, --subscriber-port=PORT subscriber port number (default %s)\n" msgstr " -p, --subscriber-port=PORT サブスクライバのポート番号 (デフォルト %s)\n" #: pg_createsubscriber.c:298 #, c-format msgid " -P, --publisher-server=CONNSTR publisher connection string\n" msgstr " -P, --publisher-server=CONNSTR パブリッシャの接続文字列\n" #: pg_createsubscriber.c:299 #, c-format msgid " -s, --socketdir=DIR socket directory to use (default current dir.)\n" msgstr "" " -s, --socketdir=DIR 使用するソケットディレクトリ(デフォルトは\n" " カレントディレクトリ)\n" #: pg_createsubscriber.c:300 #, c-format msgid " -t, --recovery-timeout=SECS seconds to wait for recovery to end\n" msgstr " -t, --recovery-timeout=SECS リカバリ完了を待機する秒数\n" #: pg_createsubscriber.c:301 #, c-format msgid " -T, --enable-two-phase enable two-phase commit for all subscriptions\n" msgstr "" " -T, --enable-two-phase 2相コミットをすべてのサブスクリプションに\n" " 対して有効化\n" #: pg_createsubscriber.c:302 #, c-format msgid " -U, --subscriber-username=NAME user name for subscriber connection\n" msgstr " -U, --subscriber-username=NAME サブスクライバ接続のユーザー名\n" #: pg_createsubscriber.c:303 #, c-format msgid " -v, --verbose output verbose messages\n" msgstr " -v, --verbose 冗長メッセージを出力\n" #: pg_createsubscriber.c:304 #, c-format msgid "" " --clean=OBJECTTYPE drop all objects of the specified type from specified\n" " databases on the subscriber; accepts: \"%s\"\n" msgstr "" " --clean=OBJECTTYPE サブスクライバ側の指定したデータベースから、\n" " 指定された種類のオブジェクトをすべて削除する;\n" " 指定可能なオブジェクト種別: \"%s\"\n" #: pg_createsubscriber.c:306 #, c-format msgid "" " --config-file=FILENAME use specified main server configuration\n" " file when running target cluster\n" msgstr "" " --config-file=FILENAME ターゲットクラスタの実行時に、指定した\n" " メインのサーバー設定ファイルを使用する\n" #: pg_createsubscriber.c:308 #, c-format msgid " --publication=NAME publication name\n" msgstr " --publication=NAME パブリケーション名\n" #: pg_createsubscriber.c:309 #, c-format msgid " --replication-slot=NAME replication slot name\n" msgstr " --replication-slot=NAME レプリケーションスロット名\n" #: pg_createsubscriber.c:310 #, c-format msgid " --subscription=NAME subscription name\n" msgstr " --subscription=NAME サブスクリプション名\n" #: pg_createsubscriber.c:311 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version バージョン情報を表示して終了\n" #: pg_createsubscriber.c:312 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help このヘルプを表示して終了\n" #: pg_createsubscriber.c:355 #, c-format msgid "could not parse connection string: %s" msgstr "接続文字列をパースできませんでした: %s" #: pg_createsubscriber.c:432 #, c-format msgid "program \"%s\" is needed by %s but was not found in the same directory as \"%s\"" msgstr "%2$sにはプログラム\"%1$s\"が必要ですが、\"%3$s\"と同じディレクトリにはありませんでした。" #: pg_createsubscriber.c:435 #, c-format msgid "program \"%s\" was found by \"%s\" but was not the same version as %s" msgstr "\"%2$s\"がプログラム\"%1$s\"を見つけましたが、これは%3$sと同じバージョンではありませんでした。" #: pg_createsubscriber.c:456 #, c-format msgid "checking if directory \"%s\" is a cluster data directory" msgstr "ディレクトリ\"%s\"がクラスタデータディレクトリであることを確認中" #: pg_createsubscriber.c:462 #, c-format msgid "data directory \"%s\" does not exist" msgstr "データディレクトリ\"%s\"は存在しません" #: pg_createsubscriber.c:475 #, c-format msgid "data directory is of wrong version" msgstr "データディレクトリのバージョンが違います" #: pg_createsubscriber.c:476 #, c-format msgid "File \"%s\" contains \"%s\", which is not compatible with this program's version \"%s\"." msgstr "ファイル\"%s\"では\"%s\"となっています、これはこのプログラムのバージョン\"%s\"と互換性がありません" #: pg_createsubscriber.c:595 #, c-format msgid "connection to database failed: %s" msgstr "データベース接続に失敗しました: %s" #: pg_createsubscriber.c:608 streamutil.c:230 #, c-format msgid "could not clear \"search_path\": %s" msgstr "\"search_path\"を消去できませんでした: %s" #: pg_createsubscriber.c:648 #, c-format msgid "getting system identifier from publisher" msgstr "パブリッシャからシステム識別子を取得しています" #: pg_createsubscriber.c:655 #, c-format msgid "could not get system identifier: %s" msgstr "システム識別子を取得できませんでした: %s" #: pg_createsubscriber.c:661 #, c-format msgid "could not get system identifier: got %d rows, expected %d row" msgstr "システム識別子を取得できませんでした: 受信したのは%d行、想定は%d行" #: pg_createsubscriber.c:668 #, c-format msgid "system identifier is %<PRIu64> on publisher" msgstr "パブリッシャのシステム識別子は%<PRIu64>です" #: pg_createsubscriber.c:688 #, c-format msgid "getting system identifier from subscriber" msgstr "サブスクライバからシステム識別子を取得しています" #: pg_createsubscriber.c:692 pg_createsubscriber.c:722 #, c-format msgid "control file appears to be corrupt" msgstr "制御ファイルが破損しているようです" #: pg_createsubscriber.c:696 pg_createsubscriber.c:740 #, c-format msgid "system identifier is %<PRIu64> on subscriber" msgstr "サブスクライバのシステム識別子は%<PRIu64>です" #: pg_createsubscriber.c:718 #, c-format msgid "modifying system identifier of subscriber" msgstr "サブスクライバのシステム識別子を変更しています" #: pg_createsubscriber.c:735 #, c-format msgid "dry-run: would set system identifier to %<PRIu64> on subscriber" msgstr "ドライラン: サブスクライバ上のシステム識別子は %<PRIu64>に設定されます" #: pg_createsubscriber.c:745 #, c-format msgid "dry-run: would run pg_resetwal on the subscriber" msgstr "ドライラン: サブスクライバ上でpg_resetwalが実行されます" #: pg_createsubscriber.c:747 #, c-format msgid "running pg_resetwal on the subscriber" msgstr "サブスクライバ上でpg_resetwalを実行します" #: pg_createsubscriber.c:771 #, c-format msgid "successfully reset WAL on the subscriber" msgstr "サブスクライバ上でWALのリセットに成功しました" #: pg_createsubscriber.c:773 #, c-format msgid "could not reset WAL on subscriber: %s" msgstr "サブスクライバ上でWALのリセットができませんでした: %s" #: pg_createsubscriber.c:798 #, c-format msgid "could not obtain database OID: %s" msgstr "データベースOIDを取得できませんでした: %s" #: pg_createsubscriber.c:805 #, c-format msgid "could not obtain database OID: got %d rows, expected %d row" msgstr "データベースOIDを取得できませんでした: 受信したのは%d行、想定は%d行" #: pg_createsubscriber.c:846 #, c-format msgid "could not find publication \"%s\" in database \"%s\": %s" msgstr "データベース\"%2$s\"のパブリケーション\"%1$s\"が見つかりませんでした: %3$s" #: pg_createsubscriber.c:900 #, c-format msgid "using existing publication \"%s\" in database \"%s\"" msgstr "データベース\"%2$s\"で既存のパブリケーション\"%1$s\"を使用します" #: pg_createsubscriber.c:939 #, c-format msgid "could not write an additional WAL record: %s" msgstr "追加のWALレコードを書き込めませんでした: %s" #: pg_createsubscriber.c:965 #, c-format msgid "could not obtain recovery progress: %s" msgstr "リカバリ進捗を取得できませんでした: %s" #: pg_createsubscriber.c:1030 #, c-format msgid "checking settings on publisher" msgstr "パブリッシャ上の設定を確認しています" #: pg_createsubscriber.c:1040 #, c-format msgid "primary server cannot be in recovery" msgstr "プライマリサーバーがリカバリ中であってはなりません" #: pg_createsubscriber.c:1066 #, c-format msgid "could not obtain publisher settings: %s" msgstr "パブリッシャの設定が取得できませんでした: %s" #: pg_createsubscriber.c:1095 #, c-format msgid "publisher requires \"wal_level\" >= \"replica\"" msgstr "パブリッシャでは \"wal_level\" >= \"replica\" である必要があります" #: pg_createsubscriber.c:1101 #, c-format msgid "publisher requires %d replication slots, but only %d remain" msgstr "パブリッシャは%d個のレプリケーションスロットを必要としますが、%d個しか残っていません" #: pg_createsubscriber.c:1103 pg_createsubscriber.c:1112 #: pg_createsubscriber.c:1222 pg_createsubscriber.c:1231 #: pg_createsubscriber.c:1240 #, c-format msgid "Increase the configuration parameter \"%s\" to at least %d." msgstr "設定パラメータ\"%s\"を少なくとも%dに増やしてください。" #: pg_createsubscriber.c:1110 #, c-format msgid "publisher requires %d WAL sender processes, but only %d remain" msgstr "パブリッシャは%d個のWAL senderプロセスを必要としますが、%d個しか残っていません" #: pg_createsubscriber.c:1119 #, c-format msgid "two_phase option will not be enabled for replication slots" msgstr "レプリケーションスロットに対してtwo_phaseオプションは有効化されません" #: pg_createsubscriber.c:1120 #, c-format msgid "Subscriptions will be created with the two_phase option disabled. Prepared transactions will be replicated at COMMIT PREPARED." msgstr "サブスクリプションはtwo_phaseオプションが無効な状態で作成されます。準備済みトランザクションはCOMMIT PREPAREDでレプリケートされます。" #: pg_createsubscriber.c:1122 #, c-format msgid "You can use the command-line option --enable-two-phase to enable two_phase." msgstr "コマンドラインオプション --enable-two-phase で two_phase を有効にできます。" #: pg_createsubscriber.c:1132 #, c-format msgid "required WAL could be removed from the publisher" msgstr "必要なWALがパブリッシャから削除される可能性があります" #: pg_createsubscriber.c:1133 #, c-format msgid "Set the configuration parameter \"%s\" to -1 to ensure that required WAL files are not prematurely removed." msgstr "設定パラメータ\"%s\"を -1 に設定して、必要となるWALファイルが使用される前に削除されないようにしてください。" #: pg_createsubscriber.c:1165 #, c-format msgid "checking settings on subscriber" msgstr "サブスクライバ上で設定を確認します" #: pg_createsubscriber.c:1172 #, c-format msgid "target server must be a standby" msgstr "ターゲットサーバーはスタンバイである必要があります" #: pg_createsubscriber.c:1196 #, c-format msgid "could not obtain subscriber settings: %s" msgstr "サブスクライバの設定を取得できませんでした: %s" #: pg_createsubscriber.c:1220 #, c-format msgid "subscriber requires %d active replication origins, but only %d remain" msgstr "サブスクライバは%d個の有効なレプリケーション起源を必要としますが、%d個しか残ってません" #: pg_createsubscriber.c:1229 #, c-format msgid "subscriber requires %d logical replication workers, but only %d remain" msgstr "サブスクライバは%d個の論理レプリケーションワーカーを必要としますが、%d個しか残っていません" #: pg_createsubscriber.c:1238 #, c-format msgid "subscriber requires %d worker processes, but only %d remain" msgstr "サブスクライバは%d個のワーカープロセスを必要としますが、%d個しか残っていません" #: pg_createsubscriber.c:1279 #, c-format msgid "dry-run: would drop subscription \"%s\" in database \"%s\"" msgstr "ドライラン: データベース\"%2$s\"のサブスクリプション\"%1$s\"は削除されます" #: pg_createsubscriber.c:1283 #, c-format msgid "dropping subscription \"%s\" in database \"%s\"" msgstr "データベース\"%2$s\"のサブスクリプション\"%1$s\"の削除中" #: pg_createsubscriber.c:1290 #, c-format msgid "could not drop subscription \"%s\": %s" msgstr "サブスクリプション\"%s\"を削除できませんでした: %s" #: pg_createsubscriber.c:1325 #, c-format msgid "could not obtain pre-existing subscriptions: %s" msgstr "既存のサブスクリプションを取得できませんでした: %s" #: pg_createsubscriber.c:1491 #, c-format msgid "could not drop replication slot \"%s\" on primary" msgstr "プライマリ上のレプリケーションスロット\"%s\"を削除できませんでした" #: pg_createsubscriber.c:1525 #, c-format msgid "could not obtain failover replication slot information: %s" msgstr "フェイルオーバーレプリケーションスロットの情報を取得できませんでした: %s" #: pg_createsubscriber.c:1527 pg_createsubscriber.c:1536 #, c-format msgid "Drop the failover replication slots on subscriber soon to avoid retention of WAL files." msgstr "WALファイルの増加を避けるためにこのフェイルオーバーレプリケーションスロットを直ちに削除してください。" #: pg_createsubscriber.c:1535 #, c-format msgid "could not drop failover replication slot" msgstr "フェイルオーバーレプリケーションスロットを削除できませんでした" #: pg_createsubscriber.c:1558 #, c-format msgid "dry-run: would create the replication slot \"%s\" in database \"%s\" on publisher" msgstr "ドライラン: パブリッシャ上で、データベース\"%2$s\"のレプリケーションスロット\"%1$s\"が作成されます" #: pg_createsubscriber.c:1561 #, c-format msgid "creating the replication slot \"%s\" in database \"%s\" on publisher" msgstr "パブリッシャ上で、データベース\"%2$s\"のレプリケーションスロット\"%1$s\"を作成します" #: pg_createsubscriber.c:1580 #, c-format msgid "could not create replication slot \"%s\" in database \"%s\": %s" msgstr "データベース\"%2$s\"でレプリケーションスロット\"%1$s\"を作成できませんでした: %3$s" #: pg_createsubscriber.c:1611 #, c-format msgid "dry-run: would drop the replication slot \"%s\" in database \"%s\"" msgstr "ドライラン: データベース\"%2$s\"のレプリケーションスロット\"%1$s\"が削除されます" #: pg_createsubscriber.c:1614 #, c-format msgid "dropping the replication slot \"%s\" in database \"%s\"" msgstr "データベース\"%2$s\"のレプリケーションスロット\"%1$s:を削除します" #: pg_createsubscriber.c:1630 #, c-format msgid "could not drop replication slot \"%s\" in database \"%s\": %s" msgstr "データベース\"%2$s\"のレプリケーションスロット\"%1$s\"を削除できませんでした: %3$s" #: pg_createsubscriber.c:1651 #, c-format msgid "pg_ctl failed with exit code %d" msgstr "pg_ctlが終了コード%dで失敗しました" #: pg_createsubscriber.c:1656 #, c-format msgid "pg_ctl was terminated by exception 0x%X" msgstr "pg_ctlが例外0x%Xによって終了させられました" #: pg_createsubscriber.c:1658 #, c-format msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value." msgstr "16進値の説明についてはC インクルードファイル\"ntstatus.h\"を参照してください。" #: pg_createsubscriber.c:1660 #, c-format msgid "pg_ctl was terminated by signal %d: %s" msgstr "pg_ctlがシグナル%dによって終了させられました %s" #: pg_createsubscriber.c:1666 #, c-format msgid "pg_ctl exited with unrecognized status %d" msgstr "pg_ctlが認識できない状態%dで終了しました" #: pg_createsubscriber.c:1669 #, c-format msgid "The failed command was: %s" msgstr "失敗したコマンドは以下のとおりです: %s" #: pg_createsubscriber.c:1722 #, c-format msgid "server was started" msgstr "サーバー起動完了" #: pg_createsubscriber.c:1737 #, c-format msgid "server was stopped" msgstr "サーバーは停止しました" #: pg_createsubscriber.c:1756 #, c-format msgid "waiting for the target server to reach the consistent state" msgstr "対象サーバーが一貫性のある状態に到達するのを待っています" #: pg_createsubscriber.c:1774 #, c-format msgid "recovery timed out" msgstr "リカバリーがタイムアウトしました" #: pg_createsubscriber.c:1786 #, c-format msgid "server did not end recovery" msgstr "サーバーはリカバリを完了しませんでした" #: pg_createsubscriber.c:1788 #, c-format msgid "target server reached the consistent state" msgstr "対象サーバーが一貫性のある状態に到達しました" #: pg_createsubscriber.c:1789 #, c-format msgid "If pg_createsubscriber fails after this point, you must recreate the physical replica before continuing." msgstr "もしpg_createsubscriberが今時点より後で失敗した場合は、作業を継続する前に物理レプリカを再作成する必要があります。" #: pg_createsubscriber.c:1816 pg_createsubscriber.c:1946 #, c-format msgid "could not obtain publication information: %s" msgstr "パブリケーション情報を取得できませんでした: %s" #: pg_createsubscriber.c:1830 #, c-format msgid "publication \"%s\" already exists" msgstr "パブリケーション\"%s\"はすでに存在します" #: pg_createsubscriber.c:1831 #, c-format msgid "Consider renaming this publication before continuing." msgstr "作業を継続する前にこのパブリケーションの名前を変更することを検討してください。" #: pg_createsubscriber.c:1839 #, c-format msgid "dry-run: would create publication \"%s\" in database \"%s\"" msgstr "ドライラン: データベース\"%2$s\"でパブリケーション\"%1$s\"が作成されます" #: pg_createsubscriber.c:1842 #, c-format msgid "creating publication \"%s\" in database \"%s\"" msgstr "データベース\"%2$s\"でパブリケーション\"%1$s\"を作成します" #: pg_createsubscriber.c:1855 #, c-format msgid "could not create publication \"%s\" in database \"%s\": %s" msgstr "データベース\"%2$s\"でパブリケーション\"%1$s\"を作成できませんでした: %3$s" #: pg_createsubscriber.c:1886 #, c-format msgid "dry-run: would drop publication \"%s\" in database \"%s\"" msgstr "ドライラン: データベース\"%2$s\"のパブリケーション\"%1$s\"が削除されます" #: pg_createsubscriber.c:1889 #, c-format msgid "dropping publication \"%s\" in database \"%s\"" msgstr "データベース\"%2$s\"のパブリケーション\"%1$s\"を削除します" #: pg_createsubscriber.c:1903 #, c-format msgid "could not drop publication \"%s\" in database \"%s\": %s" msgstr "データベース\"%2$s\"のパブリケーション\"%1$s\"が削除できませんでした: %3$s" #: pg_createsubscriber.c:1939 #, c-format msgid "dropping all existing publications in database \"%s\"" msgstr "データベース\"%s\"のすべてのパブリケーションを削除します" #: pg_createsubscriber.c:1970 #, c-format msgid "dry-run: would preserve existing publication \"%s\" in database \"%s\"" msgstr "ドライラン: データベース\"%2$s\"の既存のパブリケーション\"%1$s\"が維持されます" #: pg_createsubscriber.c:1973 #, c-format msgid "preserving existing publication \"%s\" in database \"%s\"" msgstr "データベース\"%2$s\"で既存のパブリケーション\"%1$s\"を維持します" #: pg_createsubscriber.c:2008 #, c-format msgid "dry-run: would create subscription \"%s\" in database \"%s\"" msgstr "ドライラン: データベース\"%2$s\"でサブスクリプション\"%1$s\"が作成されます" #: pg_createsubscriber.c:2011 #, c-format msgid "creating subscription \"%s\" in database \"%s\"" msgstr "データベース\"%2$s\"でサブスクリプション\"%1$s\"を作成します" #: pg_createsubscriber.c:2033 #, c-format msgid "could not create subscription \"%s\" in database \"%s\": %s" msgstr "データベース\"%2$s\"でサブスクリプション\"%1$s\"を作成できませんでした: %3$s" #: pg_createsubscriber.c:2078 #, c-format msgid "could not obtain subscription OID: %s" msgstr "サブスクリプションOIDが取得できませんでした: %s" #: pg_createsubscriber.c:2085 #, c-format msgid "could not obtain subscription OID: got %d rows, expected %d row" msgstr "サブスクリプションOIDが取得できませんでした: 受信したのは%d行、想定は%d行" #: pg_createsubscriber.c:2110 #, c-format msgid "dry-run: would set the replication progress (node name \"%s\", LSN %s) in database \"%s\"" msgstr "ドライラン: データベース\"%3$s\"でのレプリケーション進捗(ノード名 \"%1$s\", LSN %2$s)が設定されます" #: pg_createsubscriber.c:2113 #, c-format msgid "setting the replication progress (node name \"%s\", LSN %s) in database \"%s\"" msgstr "データベース\"%3$s\"でのレプリケーションの進捗を設定しています(ノード名\"%1$s\", LSN %2$s)" #: pg_createsubscriber.c:2128 #, c-format msgid "could not set replication progress for subscription \"%s\": %s" msgstr "サブスクリプション\"%s\"にレプリケーション進捗を設定できませんでした: %s" #: pg_createsubscriber.c:2160 #, c-format msgid "dry-run: would enable subscription \"%s\" in database \"%s\"" msgstr "ドライラン: データベース\"%2$s\"のサブスクリプション\"%1$s\"が有効化されます" #: pg_createsubscriber.c:2163 #, c-format msgid "enabling subscription \"%s\" in database \"%s\"" msgstr "データベース\"%2$s\"のサブスクリプション\"%1$s\"を有効にします" #: pg_createsubscriber.c:2175 #, c-format msgid "could not enable subscription \"%s\": %s" msgstr "サブスクリプション\"%s\"を有効化できませんでした: %s" #: pg_createsubscriber.c:2221 #, c-format msgid "could not obtain a list of databases: %s" msgstr "データベースの一覧を取得できませんでした: %s" #: pg_createsubscriber.c:2327 #, c-format msgid "cannot be executed by \"root\"" msgstr "\"root\"では実行できません" #: pg_createsubscriber.c:2328 #, c-format msgid "You must run %s as the PostgreSQL superuser." msgstr "PostgreSQLのスーパーユーザーで%sを実行しなければなりません" #: pg_createsubscriber.c:2351 #, c-format msgid "database \"%s\" specified more than once for -d/--database" msgstr "-d/--database に対してデータベース\"%s\"が複数回指定されました" #: pg_createsubscriber.c:2396 #, c-format msgid "publication \"%s\" specified more than once for --publication" msgstr "--publication に対してパブリケーション\"%s\"が複数回指定されました" #: pg_createsubscriber.c:2405 #, c-format msgid "replication slot \"%s\" specified more than once for --replication-slot" msgstr "--replication-slot に対してレプリケーションスロット\"%s\"が複数回指定されました" #: pg_createsubscriber.c:2414 #, c-format msgid "subscription \"%s\" specified more than once for --subscription" msgstr "--subscription に対してブスクリプション\"%s\"が複数回指定されました" #: pg_createsubscriber.c:2420 #, c-format msgid "object type \"%s\" specified more than once for --clean" msgstr "--clean に対してオブジェクト種別\"%s\"が複数回指定されました" #: pg_createsubscriber.c:2464 #, c-format msgid "no subscriber data directory specified" msgstr "サブスクライバのデータディレクトリが指定されていません" #: pg_createsubscriber.c:2475 #, c-format msgid "could not determine current directory" msgstr "カレントディレクトリを特定できませんでした" #: pg_createsubscriber.c:2492 #, c-format msgid "no publisher connection string specified" msgstr "パブリッシャの接続文字列が指定されていません" #: pg_createsubscriber.c:2520 pg_recvlogical.c:348 #, c-format msgid "could not open log file \"%s\": %m" msgstr "ロックファイル\"%s\"をオープンできませんでした: %m" #: pg_createsubscriber.c:2528 #, c-format msgid "" "Executing in dry-run mode.\n" "The target directory will not be modified." msgstr "" "ドライランモードで実行します。\n" "ターゲットディレクトリは更新されません。" #: pg_createsubscriber.c:2531 #, c-format msgid "validating publisher connection string" msgstr "パブリッシャの接続文字列の検証中" #: pg_createsubscriber.c:2537 #, c-format msgid "validating subscriber connection string" msgstr "サブスクライバの接続文字列の検証中" #: pg_createsubscriber.c:2554 #, c-format msgid "no database was specified" msgstr "データベースが指定されていません" #: pg_createsubscriber.c:2565 #, c-format msgid "database name \"%s\" was extracted from the publisher connection string" msgstr "データベース名\"%s\"がパブリッシャの接続文字列から抽出されました" #: pg_createsubscriber.c:2570 #, c-format msgid "no database name specified" msgstr "データベース名が指定されていません" #: pg_createsubscriber.c:2580 #, c-format msgid "wrong number of publication names specified" msgstr "指定されたパブリケーション名の数が間違っています" #: pg_createsubscriber.c:2581 #, c-format msgid "The number of specified publication names (%d) must match the number of specified database names (%d)." msgstr "パブリケーション名の数(%d)はデータベース名の数(%d)と一致している必要があります。" #: pg_createsubscriber.c:2587 #, c-format msgid "wrong number of subscription names specified" msgstr "指定されたサブスクリプション名の数が間違っています" #: pg_createsubscriber.c:2588 #, c-format msgid "The number of specified subscription names (%d) must match the number of specified database names (%d)." msgstr "サブスクリプション名の数(%d)はデータベース名の数(%d)と一致している必要があります。" #: pg_createsubscriber.c:2594 #, c-format msgid "wrong number of replication slot names specified" msgstr "指定されたレプリケーションスロット名の数が間違っています" #: pg_createsubscriber.c:2595 #, c-format msgid "The number of specified replication slot names (%d) must match the number of specified database names (%d)." msgstr "レプリケーションスロット名の数(%d)はデータベース名の数(%d)と一致している必要があります。" #: pg_createsubscriber.c:2607 #, c-format msgid "invalid object type \"%s\" specified for option %s" msgstr "オプション %2$s に対して不正なオブジェクト種別\"%1$s\"が指定されました" #: pg_createsubscriber.c:2609 #, c-format msgid "The valid value is: \"%s\"" msgstr "指定可能な値は: \"%s\"" #: pg_createsubscriber.c:2640 #, c-format msgid "subscriber data directory is not a copy of the source database cluster" msgstr "サブスクライバのデータディレクトリは元データベースクラスタのコピーではありません" #: pg_createsubscriber.c:2653 #, c-format msgid "standby server is running" msgstr "スタンバイサーバーが稼働中です" #: pg_createsubscriber.c:2654 #, c-format msgid "Stop the standby server and try again." msgstr "このスタンバイサーバーを停止してから再試行してください。" #: pg_createsubscriber.c:2663 #, c-format msgid "starting the standby server with command-line options" msgstr "コマンドラインオプションを指定してスタンバイサーバーを起動しています" #: pg_createsubscriber.c:2679 pg_createsubscriber.c:2714 #, c-format msgid "stopping the subscriber" msgstr "サブスクライバを起動しています" #: pg_createsubscriber.c:2693 #, c-format msgid "starting the subscriber" msgstr "サブスクライバを起動しています" #: pg_createsubscriber.c:2722 #, c-format msgid "Done!" msgstr "完了!" #: pg_receivewal.c:77 #, c-format msgid "" "%s receives PostgreSQL streaming write-ahead logs.\n" "\n" msgstr "" "%sはPostgreSQLの先行書き込みログストリームを受信します。\n" "\n" #: pg_receivewal.c:82 #, c-format msgid " -D, --directory=DIR receive write-ahead log files into this directory\n" msgstr " -D, --directory=DIR 受信した先行書き込みログの格納ディレクトリ\n" #: pg_receivewal.c:83 pg_recvlogical.c:95 #, c-format msgid " -E, --endpos=LSN exit after receiving the specified LSN\n" msgstr " -E, --endpos=LSN 指定したLSNの受信後に終了\n" #: pg_receivewal.c:84 pg_recvlogical.c:99 #, c-format msgid " --if-not-exists do not error if slot already exists when creating a slot\n" msgstr " --if-not-exists スロットの作成時に既に存在していてもエラーとしない\n" #: pg_receivewal.c:85 pg_recvlogical.c:101 #, c-format msgid " -n, --no-loop do not loop on connection lost\n" msgstr " -n, --no-loop 接続断の際にループしない\n" #: pg_receivewal.c:86 #, c-format msgid " --no-sync do not wait for changes to be written safely to disk\n" msgstr " --no-sync ディスクへの安全な書き込みの待機を行わない\n" #: pg_receivewal.c:87 pg_recvlogical.c:106 #, c-format msgid "" " -s, --status-interval=SECS\n" " time between status packets sent to server (default: %d)\n" msgstr "" " -s, --status-interval=SECS\n" " サーバーへ送出するステータスパケットの間隔\n" " (デフォルト: %d)\n" #: pg_receivewal.c:90 #, c-format msgid " --synchronous flush write-ahead log immediately after writing\n" msgstr " --synchronous 先行書き込みログを書き込み後直ちにフラッシュ\n" #: pg_receivewal.c:93 #, c-format msgid "" " -Z, --compress=METHOD[:DETAIL]\n" " compress as specified\n" msgstr "" " -Z, --compress=方式[:詳細]\n" " 指定のとおり圧縮\n" #: pg_receivewal.c:103 #, c-format msgid "" "\n" "Optional actions:\n" msgstr "" "\n" "追加の動作:\n" #: pg_receivewal.c:104 pg_recvlogical.c:89 #, c-format msgid " --create-slot create a new replication slot (for the slot's name see --slot)\n" msgstr "" " --create-slot 新しいレプリケーションスロットを作成する\n" " (スロット名については --slot を参照)\n" #: pg_receivewal.c:105 pg_recvlogical.c:90 #, c-format msgid " --drop-slot drop the replication slot (for the slot's name see --slot)\n" msgstr "" " --drop-slot レプリケーションスロットを削除する\n" " (スロット名については --slot を参照)\n" #: pg_receivewal.c:191 #, c-format msgid "finished segment at %X/%08X (timeline %u)" msgstr "%X/%08X (タイムライン %u)でセグメントが完了" #: pg_receivewal.c:198 #, c-format msgid "stopped log streaming at %X/%08X (timeline %u)" msgstr "%X/%08X (タイムライン %u)でログのストリーミングを停止しました" #: pg_receivewal.c:214 #, c-format msgid "switched to timeline %u at %X/%08X" msgstr "%3$X/%2$08Xで タイムライン%1$uに切り替えました" #: pg_receivewal.c:224 pg_recvlogical.c:1082 #, c-format msgid "received interrupt signal, exiting" msgstr "割り込みシグナルを受信、終了します" #: pg_receivewal.c:256 #, c-format msgid "could not close directory \"%s\": %m" msgstr "ディレクトリ\"%s\"をクローズできませんでした: %m" #: pg_receivewal.c:323 #, c-format msgid "segment file \"%s\" has incorrect size %lld, skipping" msgstr "セグメントファイル\"%s\"のサイズ%lldが間違っています、スキップします" #: pg_receivewal.c:340 #, c-format msgid "could not open compressed file \"%s\": %m" msgstr "圧縮ファイル\"%s\"を開けませんでした: %m" #: pg_receivewal.c:343 #, c-format msgid "could not seek in compressed file \"%s\": %m" msgstr "圧縮ファイル\"%s\"でseekできませんでした: %m" #: pg_receivewal.c:349 #, c-format msgid "could not read compressed file \"%s\": %m" msgstr "圧縮ファイル\"%s\"を読めませんでした: %m" #: pg_receivewal.c:352 #, c-format msgid "could not read compressed file \"%s\": read %d of %zu" msgstr "圧縮ファイル\"%1$s\"を読めませんでした: %3$zuバイトのうち%2$dバイトを読み込み済み" #: pg_receivewal.c:362 #, c-format msgid "compressed segment file \"%s\" has incorrect uncompressed size %d, skipping" msgstr "圧縮セグメントファイル\"%s\"の展開後サイズ%dが不正です、スキップします" #: pg_receivewal.c:390 #, c-format msgid "could not create LZ4 decompression context: %s" msgstr "LZ4伸張コンテキストを作成できませんでした: %s" #: pg_receivewal.c:420 #, c-format msgid "could not decompress file \"%s\": %s" msgstr "ファイル\"%s\"を伸張できませんでした: %s" #: pg_receivewal.c:443 #, c-format msgid "could not free LZ4 decompression context: %s" msgstr "LZ4伸張コンテクストを解放きませんでした: %s" #: pg_receivewal.c:448 #, c-format msgid "compressed segment file \"%s\" has incorrect uncompressed size %zu, skipping" msgstr "圧縮セグメントファイル\"%s\"の伸張後のサイズ%zuが不正です、スキップします" #: pg_receivewal.c:453 #, c-format msgid "cannot check file \"%s\": compression with %s not supported by this build" msgstr "ファイル\"%s\"の確認ができません: %sによる圧縮はこのビルドではサポートされません" #: pg_receivewal.c:578 #, c-format msgid "starting log streaming at %X/%08X (timeline %u)" msgstr "%X/%08X (タイムライン %u)からログのストリーミングを開始" #: pg_receivewal.c:693 pg_recvlogical.c:807 #, c-format msgid "could not parse end position \"%s\"" msgstr "終了位置\"%s\"をパースできませんでした" #: pg_receivewal.c:766 #, c-format msgid "cannot use --create-slot together with --drop-slot" msgstr "--create-slot は --drop-slot と同時には指定できません" #: pg_receivewal.c:782 #, c-format msgid "cannot use --synchronous together with --no-sync" msgstr "--synchronous は --no-sync と同時には指定できません" #: pg_receivewal.c:792 #, c-format msgid "no target directory specified" msgstr "格納先ディレクトリが指定されていません" #: pg_receivewal.c:816 #, c-format msgid "compression with %s is not yet supported" msgstr "%sによる圧縮`まだサポートされていません" #: pg_receivewal.c:859 #, c-format msgid "replication connection using slot \"%s\" is unexpectedly database specific" msgstr "スロット\"%s\"を使用するレプリケーション接続で、想定に反してデータベースが指定されています" #: pg_receivewal.c:878 pg_recvlogical.c:991 #, c-format msgid "dropping replication slot \"%s\"" msgstr "レプリケーションスロット\"%s\"を削除しています" #: pg_receivewal.c:889 pg_recvlogical.c:1001 #, c-format msgid "creating replication slot \"%s\"" msgstr "レプリケーションスロット\"%s\"を作成しています" #: pg_receivewal.c:918 pg_recvlogical.c:1035 #, c-format msgid "disconnected" msgstr "切断しました" #. translator: check source for value for %d #: pg_receivewal.c:922 pg_recvlogical.c:1040 #, c-format msgid "disconnected; waiting %d seconds to try again" msgstr "切断しました; %d秒待機して再試行します" #: pg_recvlogical.c:84 #, c-format msgid "" "%s controls PostgreSQL logical decoding streams.\n" "\n" msgstr "" "%s はPostgreSQLの論理デコードストリームを制御します。\n" "\n" #: pg_recvlogical.c:88 #, c-format msgid "" "\n" "Action to be performed:\n" msgstr "" "\n" "実行する動作:\n" #: pg_recvlogical.c:91 #, c-format msgid " --start start streaming in a replication slot (for the slot's name see --slot)\n" msgstr "" " --start レプリケーションスロットでストリーミングを開始する\n" " (スロット名については --slot を参照)\n" #: pg_recvlogical.c:93 #, c-format msgid "" " --enable-failover enable replication slot synchronization to standby servers when\n" " creating a replication slot\n" msgstr "" " --enable-failover レプリケーションスロット作成時にスタンバイサーバーへの\n" " レプリケーションスロット同期を有効にする\n" #: pg_recvlogical.c:96 #, c-format msgid " -f, --file=FILE receive log into this file, - for stdout\n" msgstr " -f, --file=FILE このファイルにログを受け取る、 - で標準出力\n" #: pg_recvlogical.c:97 #, c-format msgid "" " -F --fsync-interval=SECS\n" " time between fsyncs to the output file (default: %d)\n" msgstr "" " -F --fsync-interval=SECS\n" " 出力ファイルへのfsync時間間隔(デフォルト: %d)\n" #: pg_recvlogical.c:100 #, c-format msgid " -I, --startpos=LSN where in an existing slot should the streaming start\n" msgstr " -I, --startpos=LSN 既存スロット内のストリーミング開始位置\n" #: pg_recvlogical.c:102 #, c-format msgid "" " -o, --option=NAME[=VALUE]\n" " pass option NAME with optional value VALUE to the\n" " output plugin\n" msgstr "" " -o, --option=NAME[=VALUE]\n" " 出力プラグインにオプションNAMEをオプション値VALUEと\n" " ともに渡す\n" #: pg_recvlogical.c:105 #, c-format msgid " -P, --plugin=PLUGIN use output plugin PLUGIN (default: %s)\n" msgstr " -P, --plugin=PLUGIN 出力プラグインPLUGINを使う(デフォルト: %s)\n" #: pg_recvlogical.c:108 #, c-format msgid " -S, --slot=SLOTNAME name of the logical replication slot\n" msgstr " -S, --slot=SLOTNAME 論理レプリケーションスロットの名前\n" #: pg_recvlogical.c:109 #, c-format msgid " -t, --enable-two-phase enable decoding of prepared transactions when creating a slot\n" msgstr "" " -t, --enable-two-phase スロット作成時にプリペアドトランザクションの\n" " デコードを有効にする\n" #: pg_recvlogical.c:110 #, c-format msgid " --two-phase (same as --enable-two-phase, deprecated)\n" msgstr " --two-phase (--enable-two-phase に同じ、非推奨)\n" #: pg_recvlogical.c:115 #, c-format msgid " -d, --dbname=DBNAME database to connect to\n" msgstr " -d, --dbname=DBNAME 接続先データベース\n" #: pg_recvlogical.c:148 #, c-format msgid "confirming write up to %X/%08X, flush to %X/%08X (slot %s)" msgstr "%X/%08Xまでの書き込みと、%X/%08X までのフラッシュを確認しています (スロット %s)" #: pg_recvlogical.c:172 receivelog.c:360 #, c-format msgid "could not send feedback packet: %s" msgstr "フィードバックパケットを送信できませんでした: %s" #: pg_recvlogical.c:245 #, c-format msgid "starting log streaming at %X/%08X (slot %s)" msgstr "%X/%08X からログのストリーミングを開始します (スロット %s)" #: pg_recvlogical.c:287 #, c-format msgid "streaming initiated" msgstr "ストリーミングを開始しました" #: pg_recvlogical.c:377 receivelog.c:890 #, c-format msgid "invalid socket: %s" msgstr "無効なソケット: %s" #: pg_recvlogical.c:430 receivelog.c:918 #, c-format msgid "%s() failed: %m" msgstr "%s() が失敗しました: %m" #: pg_recvlogical.c:437 receivelog.c:967 #, c-format msgid "could not receive data from WAL stream: %s" msgstr "WAL ストリームからデータを受信できませんでした: %s" #: pg_recvlogical.c:479 pg_recvlogical.c:530 receivelog.c:1011 #: receivelog.c:1074 #, c-format msgid "streaming header too small: %d" msgstr "ストリーミングヘッダが小さ過ぎます: %d" #: pg_recvlogical.c:514 receivelog.c:847 #, c-format msgid "unrecognized streaming header: \"%c\"" msgstr "ストリーミングヘッダを認識できませんでした: \"%c\"" #: pg_recvlogical.c:568 pg_recvlogical.c:580 #, c-format msgid "could not write %d bytes to log file \"%s\": %m" msgstr "%dバイトをログファイル\"%s\"に書き込めませんでした: %m" #: pg_recvlogical.c:638 receivelog.c:642 receivelog.c:679 #, c-format msgid "unexpected termination of replication stream: %s" msgstr "レプリケーションストリームが突然終了しました: %s" #: pg_recvlogical.c:802 #, c-format msgid "could not parse start position \"%s\"" msgstr "開始位置\"%s\"をパースできませんでした" #: pg_recvlogical.c:880 #, c-format msgid "no slot specified" msgstr "スロットが指定されていません" #: pg_recvlogical.c:887 #, c-format msgid "no target file specified" msgstr "ターゲットファイルが指定されていません" #: pg_recvlogical.c:894 #, c-format msgid "no database specified" msgstr "データベースが指定されていません" #: pg_recvlogical.c:901 #, c-format msgid "at least one action needs to be specified" msgstr "少なくとも一つのアクションを指定する必要があります" #: pg_recvlogical.c:908 #, c-format msgid "cannot use --create-slot or --start together with --drop-slot" msgstr "--create-slot や --start は --drop-slot と同時には指定できません" #: pg_recvlogical.c:915 #, c-format msgid "cannot use --create-slot or --drop-slot together with --startpos" msgstr "--create-slot や --drop-slot は --startpos と同時には指定できません" #: pg_recvlogical.c:922 #, c-format msgid "--endpos may only be specified with --start" msgstr "--endpos は --start が指定されているときにのみ指定可能です" #: pg_recvlogical.c:931 pg_recvlogical.c:938 #, c-format msgid "%s may only be specified with --create-slot" msgstr "%s は--create-slotが指定されているときにのみ指定可能です" #: pg_recvlogical.c:975 #, c-format msgid "could not establish database-specific replication connection" msgstr "データベース指定のレプリケーション接続が確立できませんでした" #: pg_recvlogical.c:1085 #, c-format msgid "end position %X/%08X reached by keepalive" msgstr "キープアライブで終了位置 %X/%08X に到達しました" #: pg_recvlogical.c:1090 #, c-format msgid "end position %X/%08X reached by WAL record at %X/%08X" msgstr "%X/%08X のWALレコードで終了位置 %X/%08X に到達しました" #: receivelog.c:66 #, c-format msgid "could not create archive status file \"%s\": %s" msgstr "アーカイブステータスファイル\"%s\"を作成できませんでした: %s" #: receivelog.c:73 #, c-format msgid "could not close archive status file \"%s\": %s" msgstr "アーカイブステータスファイル\"%s\"をクローズできませんでした: %s" #: receivelog.c:122 #, c-format msgid "could not get size of write-ahead log file \"%s\": %s" msgstr "先行書き込みログファイル\"%s\"のサイズを取得できませんでした: %s" #: receivelog.c:133 #, c-format msgid "could not open existing write-ahead log file \"%s\": %s" msgstr "既存の先行書き込みログファイル\"%s\"をオープンできませんでした: %s" #: receivelog.c:142 #, c-format msgid "could not fsync existing write-ahead log file \"%s\": %s" msgstr "既存の先行書き込みログファイル\"%s\"をfsyncできませんでした: %s" #: receivelog.c:157 #, c-format msgid "write-ahead log file \"%s\" has %zd byte, should be 0 or %d" msgid_plural "write-ahead log file \"%s\" has %zd bytes, should be 0 or %d" msgstr[0] "先行書き込みログファイル\"%s\"は%zdバイトですが、0または%dであるはずです" #: receivelog.c:175 #, c-format msgid "could not open write-ahead log file \"%s\": %s" msgstr "先行書き込みログファイル\"%s\"をオープンできませんでした: %s" #: receivelog.c:216 #, c-format msgid "not renaming \"%s\", segment is not complete" msgstr "\"%s\"の名前を変更しません、セグメントが完成していません" #: receivelog.c:227 receivelog.c:317 receivelog.c:688 #, c-format msgid "could not close file \"%s\": %s" msgstr "ファイル\"%s\"をクローズできませんでした: %s" #: receivelog.c:288 #, c-format msgid "server reported unexpected history file name for timeline %u: %s" msgstr "サーバーがタイムライン%uに対する想定外の履歴ファイル名を通知してきました: %s" #: receivelog.c:297 #, c-format msgid "could not create timeline history file \"%s\": %s" msgstr "タイムライン履歴ファイル\"%s\"を作成できませんでした: %s" #: receivelog.c:304 #, c-format msgid "could not write timeline history file \"%s\": %s" msgstr "タイムライン履歴ファイル\"%s\"に書き込めませんでした: %s" #: receivelog.c:394 #, c-format msgid "incompatible server version %s; client does not support streaming from server versions older than %s" msgstr "非互換のサーバーバージョン%s、クライアントは%sより古いサーバーバージョンからのストリーミングをサポートしていません" #: receivelog.c:403 #, c-format msgid "incompatible server version %s; client does not support streaming from server versions newer than %s" msgstr "非互換のサーバーバージョン%s、クライアントは%sより新しいサーバーバージョンからのストリーミングをサポートしていません" #: receivelog.c:508 #, c-format msgid "system identifier does not match between base backup and streaming connection" msgstr "システム識別子がベースバックアップとストリーミング接続の間で一致しません" #: receivelog.c:516 #, c-format msgid "starting timeline %u is not present in the server" msgstr "開始タイムライン%uがサーバーに存在しません" #: receivelog.c:555 #, c-format msgid "unexpected response to TIMELINE_HISTORY command: got %d rows and %d fields, expected %d rows and %d fields" msgstr "TIMELINE_HISTORYコマンドへの想定外の応答: 受信したのは%d行%d列、想定は%d行%d列" #: receivelog.c:626 #, c-format msgid "server reported unexpected next timeline %u, following timeline %u" msgstr "サーバーがタイムライン%2$uに続いて想定外のタイムライン%1$uを通知してきました" #: receivelog.c:632 #, c-format msgid "server stopped streaming timeline %u at %X/%08X, but reported next timeline %u to begin at %X/%08X" msgstr "サーバーはタイムライン%uのストリーミングを%X/%08Xで停止しました、しかし次のタイムライン%uが%X/%08Xから開始すると通知してきています" #: receivelog.c:672 #, c-format msgid "replication stream was terminated before stop point" msgstr "レプリケーションストリームが停止ポイントより前で終了しました" #: receivelog.c:718 #, c-format msgid "unexpected result set after end-of-timeline: got %d rows and %d fields, expected %d rows and %d fields" msgstr "タイムライン終了後に想定外の結果セット: 受信したのは%d行%d列、想定は%d行%d列" #: receivelog.c:727 #, c-format msgid "could not parse next timeline's starting point \"%s\"" msgstr "次のタイムラインの開始ポイント\"%s\"をパースできませんでした" #: receivelog.c:775 receivelog.c:1030 walmethods.c:1206 #, c-format msgid "could not fsync file \"%s\": %s" msgstr "ファイル\"%s\"をfsyncできませんでした: %s" #: receivelog.c:1091 #, c-format msgid "received write-ahead log record for offset %u with no file open" msgstr "ファイルがオープンされていない状態で、オフセット%uに対する先行書き込みログレコードを受信しました" #: receivelog.c:1101 #, c-format msgid "got WAL data offset %08x, expected %08x" msgstr "WALデータオフセット%08xを受信、想定は%08x" #: receivelog.c:1136 #, c-format msgid "could not write %d bytes to WAL file \"%s\": %s" msgstr "WALファイル\"%2$s\"に%1$dバイト書き込めませんでした: %3$s" #: receivelog.c:1161 receivelog.c:1201 receivelog.c:1229 #, c-format msgid "could not send copy-end packet: %s" msgstr "コピー終端パケットを送信できませんでした: %s" #: streamutil.c:162 msgid "Password: " msgstr "パスワード: " #: streamutil.c:189 #, c-format msgid "could not connect to server" msgstr "サーバーに接続できませんでした" #: streamutil.c:246 #, c-format msgid "could not determine server setting for \"integer_datetimes\"" msgstr "\"integer_datetimes\"のサーバー設定を取得できませんでした" #: streamutil.c:253 #, c-format msgid "\"integer_datetimes\" compile flag does not match server" msgstr "コンパイル時フラグ\"integer_datetimes\"がサーバーと異なっています" #: streamutil.c:304 #, c-format msgid "could not fetch WAL segment size: got %d rows and %d fields, expected %d rows and %d or more fields" msgstr "WALセグメントサイズを取得できませんでした: 受信したのは%d行で%d列、想定は%d行で%d列以上" #: streamutil.c:314 #, c-format msgid "WAL segment size could not be parsed" msgstr "WALセグメントサイズがパースできませんでした" #: streamutil.c:332 #, c-format msgid "remote server reported invalid WAL segment size (%d byte)" msgid_plural "remote server reported invalid WAL segment size (%d bytes)" msgstr[0] "リモートサーバーが不正なWALセグメントサイズを報告してきました (%dバイト)" #: streamutil.c:336 #, c-format msgid "The WAL segment size must be a power of two between 1 MB and 1 GB." msgstr "WALセグメントサイズは1MBから1GBまでの間の2の累乗でなければなりません。" #: streamutil.c:378 #, c-format msgid "could not fetch group access flag: got %d rows and %d fields, expected %d rows and %d or more fields" msgstr "グループアクセスフラグを取得できませんでした: 受信したのは%d行で%d列、想定は%d行で%d列以上" #: streamutil.c:387 #, c-format msgid "group access flag could not be parsed: %s" msgstr "グループアクセスフラグがパースできませんでした: %s" #: streamutil.c:430 streamutil.c:467 #, c-format msgid "could not identify system: got %d rows and %d fields, expected %d rows and %d or more fields" msgstr "システムを識別できませんでした: 受信したのは%d行%d列、想定は%d行%d列以上" #: streamutil.c:519 #, c-format msgid "could not read replication slot \"%s\": got %d rows and %d fields, expected %d rows and %d fields" msgstr "レプリケーションスロット\"%s\"を読み取れませんでした: 受信したのは%d行%d列、想定は%d行%d列" #: streamutil.c:531 #, c-format msgid "replication slot \"%s\" does not exist" msgstr "レプリケーションスロット\"%s\"は存在しません" #: streamutil.c:542 #, c-format msgid "expected a physical replication slot, got type \"%s\" instead" msgstr "物理レプリケーションスロットが必要ですが、タイプは\"%s\"でした" #: streamutil.c:556 #, c-format msgid "could not parse restart_lsn \"%s\" for replication slot \"%s\"" msgstr "レプリケーションスロット\"%2$s\"のrestart_lsn\"%1$s\"をパースできませんでした" #: streamutil.c:678 #, c-format msgid "could not create replication slot \"%s\": got %d rows and %d fields, expected %d rows and %d fields" msgstr "レプリケーションスロット\"%s\"を作成できませんでした: 受信したのは%d行%d列、想定は%d行%d列" #: streamutil.c:722 #, c-format msgid "could not drop replication slot \"%s\": got %d rows and %d fields, expected %d rows and %d fields" msgstr "レプリケーションスロット\"%s\"を削除できませんでした: 受信したのは%d行%d列、想定は%d行%d列" #: walmethods.c:726 walmethods.c:1269 msgid "could not compress data" msgstr "データを圧縮できませんでした" #: walmethods.c:755 msgid "could not reset compression stream" msgstr "圧縮ストリームをリセットできませんでした" #: walmethods.c:892 msgid "implementation error: tar files can't have more than one open file" msgstr "実装エラー: tarファイルでは2つ以上のファイルをオープンできません" #: walmethods.c:907 msgid "could not create tar header" msgstr "tarヘッダを生成できませんでした" #: walmethods.c:924 walmethods.c:965 walmethods.c:1171 walmethods.c:1184 msgid "could not change compression parameters" msgstr "圧縮パラメータを変更できませんでした" #: walmethods.c:1056 msgid "unlink not supported with compression" msgstr "圧縮時のunlinkはサポートされていません" #: walmethods.c:1293 msgid "could not close compression stream" msgstr "圧縮ストリームをクローズできませんでした" #~ msgid "could not change system identifier of subscriber: %s" #~ msgstr "サブスクライバーのシステム識別子を変更できませんでした: %s" #~ msgid "create replication slot \"%s\" on publisher" #~ msgstr "パブリッシャでレプリケーションスロット\"%s\"を作成します" #~ msgid "directory \"%s\" is not a database cluster directory" #~ msgstr "ディレクトリ\"%s\"はデータベースクラスタディレクトリではありません" #~ msgid "options %s and -a/--all cannot be used together" #~ msgstr "%s と -a/--all は同時には使用できません" #~ msgid "subscriber successfully changed the system identifier" #~ msgstr "サブスクライバはシステム識別子の変更に成功しました" #~ msgid "tar file trailer exceeds 2 blocks" #~ msgstr "tarファイル後続ブロックが2ブロックを超えています"