Spracherkennung für: .po vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
# postgres.po
# Japanese message translation file for postgres
#
# Copyright (C) 2011-2024 PostgreSQL Global Development Group
#
# HOTTA Michihide <hotta@net-newbie.com>, 2011.
#
# This file is distributed under the same license as the PostgreSQL package.
#
msgid ""
msgstr ""
"Project-Id-Version: postgres (PostgreSQL 18)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2026-02-10 09:27+0900\n"
"PO-Revision-Date: 2026-02-10 09:57+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"
"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"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SearchPath-0: .\n"
#: ../common/binaryheap.c:121 ../common/binaryheap.c:159
#, c-format
msgid "out of binary heap slots"
msgstr "バイナリヒープのスロットがいっぱいです"
#: ../common/compression.c:132 ../common/compression.c:141 ../common/compression.c:150
#, c-format
msgid "this build does not support compression with %s"
msgstr "このビルドでは%sによる圧縮をサポートしていません"
#: ../common/compression.c:205
msgid "found empty string where a compression option was expected"
msgstr "圧縮オプションがあるはずの場所に空文字列が見つかりました"
#: ../common/compression.c:244
#, c-format
msgid "unrecognized compression option: \"%s\""
msgstr "認識できない圧縮オプション: \"%s\""
#: ../common/compression.c:283
#, c-format
msgid "compression option \"%s\" requires a value"
msgstr "圧縮オプション\"%s\"には値が必要です"
#: ../common/compression.c:292
#, c-format
msgid "value for compression option \"%s\" must be an integer"
msgstr "圧縮オプション\"%s\"の値は整数でなければなりません"
#: ../common/compression.c:331
#, c-format
msgid "value for compression option \"%s\" must be a Boolean value"
msgstr "圧縮オプション\"%s\"の値は真偽値でなければなりません"
#: ../common/compression.c:379
#, c-format
msgid "compression algorithm \"%s\" does not accept a compression level"
msgstr "圧縮アルゴリズム\"%s\"は圧縮レベルを受け付けません"
#: ../common/compression.c:386
#, 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:397
#, c-format
msgid "compression algorithm \"%s\" does not accept a worker count"
msgstr "圧縮アルゴリズム\"%s\"はワーカー数を受け付けません"
#: ../common/compression.c:408
#, c-format
msgid "compression algorithm \"%s\" does not support long-distance mode"
msgstr "圧縮アルゴリズム\"%s\"は長距離モードをサポートしません"
#: ../common/config_info.c:134 ../common/config_info.c:142 ../common/config_info.c:150 ../common/config_info.c:158 ../common/config_info.c:166 ../common/config_info.c:174 ../common/config_info.c:182 ../common/config_info.c:190
msgid "not recorded"
msgstr "記録されていません"
#: ../common/controldata_utils.c:93 ../common/controldata_utils.c:97 commands/copyfrom.c:1879 commands/extension.c:3960 utils/adt/genfile.c:123 utils/time/snapmgr.c:1448
#, c-format
msgid "could not open file \"%s\" for reading: %m"
msgstr "ファイル\"%s\"を読み込み用にオープンできませんでした: %m"
#: ../common/controldata_utils.c:108 ../common/controldata_utils.c:110 access/transam/timeline.c:143 access/transam/timeline.c:362 access/transam/twophase.c:1353 access/transam/xlog.c:3478 access/transam/xlog.c:4369 access/transam/xlogrecovery.c:1257 access/transam/xlogrecovery.c:1355 access/transam/xlogrecovery.c:1392 access/transam/xlogrecovery.c:1459 backup/basebackup.c:2128 backup/walsummary.c:283 commands/extension.c:3970 libpq/hba.c:769
#: replication/logical/origin.c:768 replication/logical/origin.c:804 replication/logical/reorderbuffer.c:5366 replication/logical/snapbuild.c:1951 replication/slot.c:2546 replication/slot.c:2587 replication/walsender.c:643 storage/file/buffile.c:470 storage/file/copydir.c:201 utils/adt/genfile.c:197 utils/adt/misc.c:1028 utils/cache/relmapper.c:829
#, c-format
msgid "could not read file \"%s\": %m"
msgstr "ファイル\"%s\"の読み込みに失敗しました: %m"
#: ../common/controldata_utils.c:116 ../common/controldata_utils.c:119 access/transam/xlog.c:3483 access/transam/xlog.c:4374 replication/logical/origin.c:773 replication/logical/origin.c:812 replication/logical/snapbuild.c:1956 replication/slot.c:2550 replication/slot.c:2591 replication/walsender.c:648 utils/cache/relmapper.c:833
#, c-format
msgid "could not read file \"%s\": read %d of %zu"
msgstr "ファイル\"%1$s\"を読み込めませんでした: %3$zuバイトのうち%2$dバイトを読み込みました"
#: ../common/controldata_utils.c:128 ../common/controldata_utils.c:132 ../common/controldata_utils.c:277 ../common/controldata_utils.c:280 access/heap/rewriteheap.c:1141 access/heap/rewriteheap.c:1246 access/transam/timeline.c:392 access/transam/timeline.c:438 access/transam/timeline.c:512 access/transam/twophase.c:1365 access/transam/twophase.c:1783 access/transam/xlog.c:3324 access/transam/xlog.c:3518 access/transam/xlog.c:3523 access/transam/xlog.c:3659
#: access/transam/xlog.c:4339 access/transam/xlog.c:5311 commands/copyfrom.c:1929 commands/copyto.c:598 libpq/be-fsstubs.c:475 libpq/be-fsstubs.c:545 replication/logical/origin.c:706 replication/logical/origin.c:845 replication/logical/reorderbuffer.c:5418 replication/logical/snapbuild.c:1696 replication/logical/snapbuild.c:1822 replication/slot.c:2432 replication/slot.c:2598 replication/walsender.c:658 storage/file/copydir.c:224 storage/file/copydir.c:229
#: storage/file/copydir.c:284 storage/file/copydir.c:289 storage/file/fd.c:828 storage/file/fd.c:3818 storage/file/fd.c:3924 utils/cache/relmapper.c:841 utils/cache/relmapper.c:956
#, c-format
msgid "could not close file \"%s\": %m"
msgstr "ファイル\"%s\"をクローズできませんでした: %m"
#: ../common/controldata_utils.c:168
msgid "byte ordering mismatch"
msgstr "バイトオーダが合っていません"
#: ../common/controldata_utils.c:170
#, 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:225 ../common/controldata_utils.c:230 ../common/file_utils.c:69 ../common/file_utils.c:370 ../common/file_utils.c:428 ../common/file_utils.c:502 access/heap/rewriteheap.c:1229 access/transam/timeline.c:111 access/transam/timeline.c:251 access/transam/timeline.c:348 access/transam/twophase.c:1309 access/transam/xlog.c:3214 access/transam/xlog.c:3394 access/transam/xlog.c:3433 access/transam/xlog.c:3626 access/transam/xlog.c:4359
#: access/transam/xlogrecovery.c:4307 access/transam/xlogrecovery.c:4408 access/transam/xlogutils.c:825 backup/basebackup.c:549 backup/basebackup.c:1600 backup/walsummary.c:220 libpq/hba.c:626 postmaster/syslogger.c:1512 replication/logical/origin.c:758 replication/logical/reorderbuffer.c:4019 replication/logical/reorderbuffer.c:4573 replication/logical/reorderbuffer.c:5346 replication/logical/snapbuild.c:1651 replication/logical/snapbuild.c:1763
#: replication/slot.c:2518 replication/walsender.c:616 replication/walsender.c:3094 storage/file/copydir.c:167 storage/file/copydir.c:255 storage/file/fd.c:803 storage/file/fd.c:3575 storage/file/fd.c:3805 storage/file/fd.c:3895 storage/smgr/md.c:686 utils/cache/relmapper.c:818 utils/cache/relmapper.c:935 utils/error/elog.c:2132 utils/init/miscinit.c:1586 utils/init/miscinit.c:1720 utils/init/miscinit.c:1797 utils/misc/guc.c:4779 utils/misc/guc.c:4829
#, c-format
msgid "could not open file \"%s\": %m"
msgstr "ファイル\"%s\"をオープンできませんでした: %m"
#: ../common/controldata_utils.c:246 ../common/controldata_utils.c:249 access/transam/twophase.c:1756 access/transam/twophase.c:1765 access/transam/xlog.c:9340 access/transam/xlogfuncs.c:699 backup/basebackup_server.c:173 backup/basebackup_server.c:266 backup/walsummary.c:304 postmaster/postmaster.c:4105 postmaster/syslogger.c:1523 postmaster/syslogger.c:1536 postmaster/syslogger.c:1549 utils/cache/relmapper.c:947
#, c-format
msgid "could not write file \"%s\": %m"
msgstr "ファイル\"%s\"を書き出せませんでした: %m"
#: ../common/controldata_utils.c:263 ../common/controldata_utils.c:268 ../common/file_utils.c:440 ../common/file_utils.c:510 access/heap/rewriteheap.c:925 access/heap/rewriteheap.c:1135 access/heap/rewriteheap.c:1240 access/transam/timeline.c:432 access/transam/timeline.c:506 access/transam/twophase.c:1777 access/transam/xlog.c:3314 access/transam/xlog.c:3512 access/transam/xlog.c:4332 access/transam/xlog.c:8726 access/transam/xlog.c:8770
#: backup/basebackup_server.c:207 commands/dbcommands.c:515 replication/logical/snapbuild.c:1689 replication/slot.c:2416 replication/slot.c:2528 storage/file/fd.c:820 storage/file/fd.c:3916 storage/smgr/md.c:1469 storage/smgr/md.c:1529 storage/sync/sync.c:446 utils/misc/guc.c:4527
#, c-format
msgid "could not fsync file \"%s\": %m"
msgstr "ファイル\"%s\"をfsyncできませんでした: %m"
#: ../common/cryptohash.c:261 ../common/cryptohash_openssl.c:158 ../common/cryptohash_openssl.c:356 ../common/exec.c:543 ../common/exec.c:588 ../common/exec.c:680 ../common/hmac.c:309 ../common/hmac.c:325 ../common/hmac_openssl.c:151 ../common/hmac_openssl.c:339 ../common/jsonapi.c:2410 ../common/md5_common.c:156 ../common/parse_manifest.c:157 ../common/parse_manifest.c:852 ../common/psprintf.c:140 ../common/scram-common.c:268 ../port/path.c:829 ../port/path.c:866
#: ../port/path.c:883 access/transam/twophase.c:1418 access/transam/xlogrecovery.c:571 lib/dshash.c:253 libpq/auth.c:1353 libpq/auth.c:1397 libpq/auth.c:1959 libpq/be-secure-gssapi.c:537 libpq/be-secure-gssapi.c:717 postmaster/bgworker.c:355 postmaster/bgworker.c:1023 postmaster/postmaster.c:3575 postmaster/walsummarizer.c:938 replication/libpqwalreceiver/libpqwalreceiver.c:364 replication/logical/logical.c:212 replication/walsender.c:825
#: storage/buffer/localbuf.c:745 storage/file/fd.c:912 storage/file/fd.c:1447 storage/file/fd.c:1608 storage/file/fd.c:2592 storage/ipc/procarray.c:1465 storage/ipc/procarray.c:2217 storage/ipc/procarray.c:2224 storage/ipc/procarray.c:2727 storage/ipc/procarray.c:3436 utils/activity/pgstat_shmem.c:535 utils/adt/pg_locale.c:517 utils/adt/pg_locale.c:591 utils/adt/pg_locale_icu.c:358 utils/adt/pg_locale_libc.c:207 utils/adt/pg_locale_libc.c:302
#: utils/adt/pg_locale_libc.c:390 utils/fmgr/dfmgr.c:234 utils/hash/dynahash.c:517 utils/hash/dynahash.c:617 utils/hash/dynahash.c:1100 utils/mb/mbutils.c:410 utils/mb/mbutils.c:438 utils/mb/mbutils.c:823 utils/mb/mbutils.c:850 utils/misc/guc.c:647 utils/misc/guc.c:672 utils/misc/guc.c:1060 utils/misc/guc.c:4505 utils/misc/tzparser.c:479 utils/mmgr/aset.c:451 utils/mmgr/bump.c:183 utils/mmgr/dsa.c:707 utils/mmgr/dsa.c:729 utils/mmgr/dsa.c:810
#: utils/mmgr/generation.c:215 utils/mmgr/mcxt.c:1162 utils/mmgr/slab.c:370
#, c-format
msgid "out of memory"
msgstr "メモリ不足です"
#: ../common/cryptohash.c:266 ../common/cryptohash.c:272 ../common/cryptohash_openssl.c:368 ../common/cryptohash_openssl.c:376 ../common/hmac.c:321 ../common/hmac.c:329 ../common/hmac_openssl.c:351 ../common/hmac_openssl.c:359
msgid "success"
msgstr "成功"
#: ../common/cryptohash.c:268 ../common/cryptohash_openssl.c:370 ../common/hmac_openssl.c:353
msgid "destination buffer too small"
msgstr "出力先バッファが小さすぎます"
#: ../common/cryptohash_openssl.c:372 ../common/hmac_openssl.c:355
msgid "OpenSSL failure"
msgstr "OpenSSLのエラー"
#: ../common/exec.c:174
#, c-format
msgid "invalid binary \"%s\": %m"
msgstr "不正なバイナリ\"%s\": %m"
#: ../common/exec.c:217
#, c-format
msgid "could not read binary \"%s\": %m"
msgstr "バイナリ\"%s\"を読み取れませんでした: %m"
#: ../common/exec.c:225
#, c-format
msgid "could not find a \"%s\" to execute"
msgstr "実行すべき\"%s\"がありませんでした"
#: ../common/exec.c:252
#, c-format
msgid "could not resolve path \"%s\" to absolute form: %m"
msgstr "パス\"%s\"を絶対パス形式に変換できませんでした: %m"
#: ../common/exec.c:363 commands/collationcmds.c:872 commands/copyfrom.c:1863 commands/copyto.c:933 libpq/be-secure-common.c:59
#, c-format
msgid "could not execute command \"%s\": %m"
msgstr "コマンド\"%s\"を実行できませんでした: %m"
#: ../common/exec.c:375 libpq/be-secure-common.c:71
#, c-format
msgid "could not read from command \"%s\": %m"
msgstr "コマンド\"%s\"から読み取れませんでした: %m"
#: ../common/exec.c:378
#, c-format
msgid "no data was returned by command \"%s\""
msgstr "コマンド\"%s\"からデータが返却されませんでした"
#: ../common/exec.c:405 libpq/pqcomm.c:193 storage/ipc/waiteventset.c:783 storage/ipc/waiteventset.c:963 storage/ipc/waiteventset.c:1203 storage/ipc/waiteventset.c:1365 storage/ipc/waiteventset.c:1491
#, c-format
msgid "%s() failed: %m"
msgstr "%s() が失敗しました: %m"
#: ../common/fe_memutils.c:35 ../common/fe_memutils.c:75 ../common/fe_memutils.c:98 ../common/fe_memutils.c:161 ../common/psprintf.c:142 ../port/path.c:831 ../port/path.c:868 ../port/path.c:885 utils/misc/ps_status.c:195 utils/misc/ps_status.c:203 utils/misc/ps_status.c:230 utils/misc/ps_status.c:238
#, c-format
msgid "out of memory\n"
msgstr "メモリ不足です\n"
#: ../common/fe_memutils.c:92 ../common/fe_memutils.c:153
#, c-format
msgid "cannot duplicate null pointer (internal error)\n"
msgstr "nullポインタは複製できません(内部エラー)\n"
#: ../common/file_utils.c:75 storage/file/fd.c:3581
#, 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 ../common/file_utils.c:592 access/transam/twophase.c:1321 access/transam/xlogarchive.c:111 access/transam/xlogarchive.c:235 backup/basebackup.c:357 backup/basebackup.c:555 backup/basebackup.c:626 backup/walsummary.c:247 commands/copyfrom.c:1889 commands/copyto.c:979 commands/extension.c:3949 commands/tablespace.c:804 commands/tablespace.c:893 postmaster/pgarch.c:682 replication/logical/snapbuild.c:1546
#: replication/logical/snapbuild.c:2073 storage/file/fd.c:1972 storage/file/fd.c:2060 storage/file/fd.c:3629 utils/adt/dbsize.c:105 utils/adt/dbsize.c:266 utils/adt/dbsize.c:355 utils/adt/genfile.c:437 utils/adt/genfile.c:612 utils/adt/misc.c:340
#, c-format
msgid "could not stat file \"%s\": %m"
msgstr "ファイル\"%s\"のstatに失敗しました: %m"
#: ../common/file_utils.c:133 ../common/file_utils.c:243
#, c-format
msgid "this build does not support sync method \"%s\""
msgstr "このビルドでは同期方式\"%s\"をサポートしていません"
#: ../common/file_utils.c:156 ../common/file_utils.c:304 ../common/pgfnames.c:48 ../common/rmtree.c:63 commands/tablespace.c:728 commands/tablespace.c:738 postmaster/postmaster.c:1496 storage/file/fd.c:2997 storage/file/reinit.c:126 utils/adt/misc.c:256 utils/misc/tzparser.c:340
#, c-format
msgid "could not open directory \"%s\": %m"
msgstr "ディレクトリ\"%s\"をオープンできませんでした: %m"
#: ../common/file_utils.c:174 ../common/file_utils.c:338 ../common/pgfnames.c:69 ../common/rmtree.c:106 storage/file/fd.c:3009
#, c-format
msgid "could not read directory \"%s\": %m"
msgstr "ディレクトリ\"%s\"を読み取れませんでした: %m"
#: ../common/file_utils.c:520 access/transam/xlogarchive.c:389 postmaster/pgarch.c:836 postmaster/syslogger.c:1560 replication/logical/snapbuild.c:1708 replication/slot.c:1027 replication/slot.c:2299 replication/slot.c:2448 storage/file/fd.c:838 utils/time/snapmgr.c:1273
#, c-format
msgid "could not rename file \"%s\" to \"%s\": %m"
msgstr "ファイル\"%s\"の名前を\"%s\"に変更できませんでした: %m"
#: ../common/hmac.c:323
msgid "internal error"
msgstr "内部エラー"
#: ../common/jsonapi.c:2435
msgid "Recursive descent parser cannot use incremental lexer."
msgstr "再帰降下パーサーは差分字句解析器を使用できません。"
#: ../common/jsonapi.c:2437
msgid "Incremental parser requires incremental lexer."
msgstr "差分パーサーは差分字句解析器を必要とします。"
#: ../common/jsonapi.c:2439
msgid "JSON nested too deep, maximum permitted depth is 6400."
msgstr "JSONのネストが深すぎます、可能な最大の深さは6400です。"
#: ../common/jsonapi.c:2441
#, c-format
msgid "Escape sequence \"\\%.*s\" is invalid."
msgstr "エスケープシーケンス\"\\%.*s\"は不正です。"
#: ../common/jsonapi.c:2445
#, c-format
msgid "Character with value 0x%02x must be escaped."
msgstr "0x%02x値を持つ文字はエスケープしなければなりません"
#: ../common/jsonapi.c:2449
#, c-format
msgid "Expected end of input, but found \"%.*s\"."
msgstr "入力の終端を想定していましたが、\"%.*s\"でした。"
#: ../common/jsonapi.c:2452
#, c-format
msgid "Expected array element or \"]\", but found \"%.*s\"."
msgstr "配列要素または\"]\"を想定していましたが、\"%.*s\"でした。"
#: ../common/jsonapi.c:2455
#, c-format
msgid "Expected \",\" or \"]\", but found \"%.*s\"."
msgstr "\",\"または\"]\"を想定していましたが、\"%.*s\"でした。"
#: ../common/jsonapi.c:2458
#, c-format
msgid "Expected \":\", but found \"%.*s\"."
msgstr "\":\"を想定していましたが、\"%.*s\"でした。"
#: ../common/jsonapi.c:2461
#, c-format
msgid "Expected JSON value, but found \"%.*s\"."
msgstr "JSON値を想定していましたが、\"%.*s\"でした。"
#: ../common/jsonapi.c:2464
msgid "The input string ended unexpectedly."
msgstr "入力文字列が予期せず終了しました。"
#: ../common/jsonapi.c:2466
#, c-format
msgid "Expected string or \"}\", but found \"%.*s\"."
msgstr "文字列または\"}\"を想定していましたが、\"%.*s\"でした。"
#: ../common/jsonapi.c:2469
#, c-format
msgid "Expected \",\" or \"}\", but found \"%.*s\"."
msgstr "\",\"または\"}\"を想定していましたが、\"%.*s\"でした。"
#: ../common/jsonapi.c:2472
#, c-format
msgid "Expected string, but found \"%.*s\"."
msgstr "文字列を想定していましたが、\"%.*s\"でした。"
#: ../common/jsonapi.c:2475
#, c-format
msgid "Token \"%.*s\" is invalid."
msgstr "トークン\"%.*s\"は不正です。"
#: ../common/jsonapi.c:2481 jsonpath_scan.l:585
#, c-format
msgid "\\u0000 cannot be converted to text."
msgstr "\\u0000 はテキストに変換できません。"
#: ../common/jsonapi.c:2483
msgid "\"\\u\" must be followed by four hexadecimal digits."
msgstr "\"\\u\"の後には16進数の4桁が続かなければなりません。"
#: ../common/jsonapi.c:2486
msgid "Unicode escape values cannot be used for code point values above 007F when the encoding is not UTF8."
msgstr "エンコーディングがUTF-8ではない場合、コードポイントの値が 007F 以上についてはUnicodeエスケープの値は使用できません。"
#: ../common/jsonapi.c:2495
#, c-format
msgid "Unicode escape value could not be translated to the server's encoding %s."
msgstr "Unicodeエスケープの値がサーバーエンコーディング%sに変換できませんでした。"
#: ../common/jsonapi.c:2502 jsonpath_scan.l:618
#, c-format
msgid "Unicode high surrogate must not follow a high surrogate."
msgstr "Unicodeのハイサロゲートはハイサロゲートに続いてはいけません。"
#: ../common/jsonapi.c:2504 jsonpath_scan.l:629 jsonpath_scan.l:639 jsonpath_scan.l:691
#, c-format
msgid "Unicode low surrogate must follow a high surrogate."
msgstr "Unicodeのローサロゲートはハイサロゲートに続かなければなりません。"
#: ../common/jsonapi.c:2526
msgid "out of memory while constructing error description"
msgstr "エラー記述の構築中のメモリ不足"
#: ../common/logging.c:279
#, c-format
msgid "error: "
msgstr "エラー: "
#: ../common/logging.c:286
#, c-format
msgid "warning: "
msgstr "警告: "
#: ../common/logging.c:297
#, c-format
msgid "detail: "
msgstr "詳細: "
#: ../common/logging.c:304
#, c-format
msgid "hint: "
msgstr "ヒント: "
#: ../common/parse_manifest.c:159 ../common/parse_manifest.c:854
#, c-format
msgid "could not initialize checksum of manifest"
msgstr "目録のチェックサムの初期化ができませんでした"
#: ../common/parse_manifest.c:203 ../common/parse_manifest.c:260
msgid "manifest ended unexpectedly"
msgstr "目録が予期せず終了しました。"
#: ../common/parse_manifest.c:209 ../common/parse_manifest.c:861
#, c-format
msgid "could not update checksum of manifest"
msgstr "目録のチェックサムの更新ができませんでした"
#: ../common/parse_manifest.c:301
msgid "unexpected object start"
msgstr "予期しないオブジェクトの開始"
#: ../common/parse_manifest.c:336
msgid "unexpected object end"
msgstr "予期しないオブジェクトの終わり"
#: ../common/parse_manifest.c:365
msgid "unexpected array start"
msgstr "予期しない配列の開始"
#: ../common/parse_manifest.c:390
msgid "unexpected array end"
msgstr "予期しない配列の終わり"
#: ../common/parse_manifest.c:417
msgid "expected version indicator"
msgstr "バージョン指示子を想定していました"
#: ../common/parse_manifest.c:453
msgid "unrecognized top-level field"
msgstr "認識できないトップレベルフィールド"
#: ../common/parse_manifest.c:472
msgid "unexpected file field"
msgstr "予期しないファイルフィールド"
#: ../common/parse_manifest.c:486
msgid "unexpected WAL range field"
msgstr "予期しないWAL範囲フィールド"
#: ../common/parse_manifest.c:492
msgid "unexpected object field"
msgstr "予期しないオブジェクトフィールド"
#: ../common/parse_manifest.c:582
msgid "unexpected scalar"
msgstr "予期しないスカラー"
#: ../common/parse_manifest.c:608
msgid "manifest version not an integer"
msgstr "目録バージョンが整数ではありません"
#: ../common/parse_manifest.c:612
msgid "unexpected manifest version"
msgstr "予期しない目録バージョン"
#: ../common/parse_manifest.c:636
msgid "system identifier in manifest not an integer"
msgstr "目録中のシステム識別子が整数ではありません"
#: ../common/parse_manifest.c:661
msgid "missing path name"
msgstr "パス名がありません"
#: ../common/parse_manifest.c:664
msgid "both path name and encoded path name"
msgstr "パス名とエンコードされたパス名の両方"
#: ../common/parse_manifest.c:666
msgid "missing size"
msgstr "サイズがありません"
#: ../common/parse_manifest.c:669
msgid "checksum without algorithm"
msgstr "アルゴリズムなしのチェックサム"
#: ../common/parse_manifest.c:683
msgid "could not decode file name"
msgstr "ファイル名をデコードできませんでした"
#: ../common/parse_manifest.c:693
msgid "file size is not an integer"
msgstr "ファイルサイズが整数ではありません"
#: ../common/parse_manifest.c:699 backup/basebackup.c:872
#, c-format
msgid "unrecognized checksum algorithm: \"%s\""
msgstr "認識できないチェックサムアルゴリズム: \"%s\""
#: ../common/parse_manifest.c:718
#, c-format
msgid "invalid checksum for file \"%s\": \"%s\""
msgstr "\"%s\" ファイルのチェックサムが無効: \"%s\""
#: ../common/parse_manifest.c:761
msgid "missing timeline"
msgstr "タイムラインがありません"
#: ../common/parse_manifest.c:763
msgid "missing start LSN"
msgstr "開始LSNがありません"
#: ../common/parse_manifest.c:765
msgid "missing end LSN"
msgstr "終了LSNがありません"
#: ../common/parse_manifest.c:771
msgid "timeline is not an integer"
msgstr "タイムラインが整数ではありません"
#: ../common/parse_manifest.c:774
msgid "could not parse start LSN"
msgstr "開始LSNをパースできませんでした"
#: ../common/parse_manifest.c:777
msgid "could not parse end LSN"
msgstr "終了LSNをパースできませんでした"
#: ../common/parse_manifest.c:842
msgid "expected at least 2 lines"
msgstr "少なくとも2行が必要です"
#: ../common/parse_manifest.c:845
msgid "last line not newline-terminated"
msgstr "最後の行が改行で終わっていません"
#: ../common/parse_manifest.c:864
#, c-format
msgid "could not finalize checksum of manifest"
msgstr "目録のチェックサムの完了ができませんでした"
#: ../common/parse_manifest.c:868
#, c-format
msgid "manifest has no checksum"
msgstr "目録にチェックサムがありません"
#: ../common/parse_manifest.c:872
#, c-format
msgid "invalid manifest checksum: \"%s\""
msgstr "無効な目録チェックサム: \"%s\""
#: ../common/parse_manifest.c:876
#, c-format
msgid "manifest checksum mismatch"
msgstr "目録チェックサムの不一致"
#: ../common/parse_manifest.c:891
#, c-format
msgid "could not parse backup manifest: %s"
msgstr "バックアップ目録をパースできませんでした: %s"
#: ../common/percentrepl.c:79 ../common/percentrepl.c:85 ../common/percentrepl.c:118 ../common/percentrepl.c:124 tcop/backend_startup.c:769 utils/misc/guc.c:3164 utils/misc/guc.c:3205 utils/misc/guc.c:3280 utils/misc/guc.c:4709 utils/misc/guc.c:6940 utils/misc/guc.c:6981
#, c-format
msgid "invalid value for parameter \"%s\": \"%s\""
msgstr "パラメータ\"%s\"の値が不正です: \"%s\""
#: ../common/percentrepl.c:80 ../common/percentrepl.c:86
#, c-format
msgid "String ends unexpectedly after escape character \"%%\"."
msgstr "文字列が予期せずエスケープ文字\"%%\"の後に終了しています 。"
#: ../common/percentrepl.c:119 ../common/percentrepl.c:125
#, c-format
msgid "String contains unexpected placeholder \"%%%c\"."
msgstr "文字列が想定外の置換文字列\"%%%c\"を含んでいます。"
#: ../common/pgfnames.c:74
#, c-format
msgid "could not close directory \"%s\": %m"
msgstr "ディレクトリ\"%s\"をクローズできませんでした: %m"
#: ../common/relpath.c:61
#, c-format
msgid "invalid fork name"
msgstr "不正なフォーク名です"
#: ../common/relpath.c:62
#, c-format
msgid "Valid fork names are \"main\", \"fsm\", \"vm\", and \"init\"."
msgstr "有効なフォーク名は\"main\"、\"fsm\"、\"vm\"および\"init\"です。"
#: ../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"
#: ../common/rmtree.c:97 access/heap/rewriteheap.c:1214 access/transam/twophase.c:1716 access/transam/xlogarchive.c:119 access/transam/xlogarchive.c:399 backup/walsummary.c:254 postmaster/postmaster.c:1069 postmaster/syslogger.c:1489 replication/logical/origin.c:614 replication/logical/reorderbuffer.c:4841 replication/logical/snapbuild.c:1589 replication/logical/snapbuild.c:2045 replication/slot.c:2502 storage/file/fd.c:878 storage/file/fd.c:3443
#: storage/file/fd.c:3505 storage/file/reinit.c:261 storage/ipc/dsm.c:343 storage/smgr/md.c:401 storage/smgr/md.c:460 storage/sync/sync.c:243 utils/time/snapmgr.c:1609
#, c-format
msgid "could not remove file \"%s\": %m"
msgstr "ファイル\"%s\"を削除できませんでした: %m"
#: ../common/rmtree.c:124 commands/tablespace.c:767 commands/tablespace.c:780 commands/tablespace.c:815 commands/tablespace.c:905 storage/file/fd.c:3435 storage/file/fd.c:3844
#, c-format
msgid "could not remove directory \"%s\": %m"
msgstr "ディレクトリ\"%s\"を削除できませんでした: %m"
#: ../common/scram-common.c:281
msgid "could not encode salt"
msgstr "saltのエンコードに失敗しました"
#: ../common/scram-common.c:297
msgid "could not encode stored key"
msgstr "nonceのエンコードに失敗しました"
#: ../common/scram-common.c:314
msgid "could not encode server key"
msgstr "サーバーキーのエンコードに失敗しました"
#: ../common/stringinfo.c:362
#, c-format
msgid "string buffer exceeds maximum allowed length (%zu bytes)"
msgstr "文字列バッファの長さが上限値を超えています(%zuバイト)"
#: ../common/stringinfo.c:363
#, c-format
msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes."
msgstr "%dバイトを持つ文字列バッファを%dバイト多く、大きくすることができません。"
#: ../common/stringinfo.c:367
#, c-format
msgid ""
"string buffer exceeds maximum allowed length (%zu bytes)\n"
"\n"
"Cannot enlarge string buffer containing %d bytes by %d more bytes.\n"
msgstr ""
"文字列バッファの長さが上限値を超えています(%zuバイト)\n"
"\n"
"%dバイトを格納する文字列バッファを%dバイト拡げることができません。\n"
#: ../common/username.c:43
#, c-format
msgid "could not look up effective user ID %ld: %s"
msgstr "実効ユーザーID %ld が見つかりませんでした: %s"
#: ../common/username.c:45
msgid "user does not exist"
msgstr "ユーザーが存在しません"
#: ../common/username.c:60
#, c-format
msgid "user name lookup failure: error code %lu"
msgstr "ユーザー名の参照に失敗: エラーコード %lu"
#: ../common/wait_error.c:55
#, c-format
msgid "command not executable"
msgstr "コマンドは実行可能形式ではありません"
#: ../common/wait_error.c:59
#, c-format
msgid "command not found"
msgstr "コマンドが見つかりません"
#: ../common/wait_error.c:64
#, c-format
msgid "child process exited with exit code %d"
msgstr "子プロセスが終了コード%dで終了しました"
#: ../common/wait_error.c:72
#, c-format
msgid "child process was terminated by exception 0x%X"
msgstr "子プロセスが例外0x%Xで終了しました"
#: ../common/wait_error.c:76
#, c-format
msgid "child process was terminated by signal %d: %s"
msgstr "子プロセスはシグナル%dにより終了しました: %s"
#: ../common/wait_error.c:82
#, c-format
msgid "child process exited with unrecognized status %d"
msgstr "子プロセスは認識できないステータス%dで終了しました"
#: ../port/chklocale.c:280
#, c-format
msgid "could not determine encoding for codeset \"%s\""
msgstr "コードセット\"%s\"用の符号化方式を特定できませんでした"
#: ../port/chklocale.c:370 ../port/chklocale.c:376
#, c-format
msgid "could not determine encoding for locale \"%s\": codeset is \"%s\""
msgstr "ロケール\"%s\"用の符号化方式を特定できませんでした: コードセットは\"%s\"です"
#: ../port/dirmod.c:284
#, c-format
msgid "could not set junction for \"%s\": %s"
msgstr "\"%s\"のジャンクションを設定できませんでした: %s"
#: ../port/dirmod.c:287
#, c-format
msgid "could not set junction for \"%s\": %s\n"
msgstr "\"%s\"のジャンクションを設定できませんでした: %s\n"
#: ../port/dirmod.c:364
#, c-format
msgid "could not get junction for \"%s\": %s"
msgstr "\"%s\"のジャンクションを取得できませんでした: %s"
#: ../port/dirmod.c:367
#, c-format
msgid "could not get junction for \"%s\": %s\n"
msgstr "\"%s\"のジャンクションを取得できませんでした: %s\n"
#: ../port/open.c:125
#, c-format
msgid "could not open file \"%s\": %s"
msgstr "ファイル\"%s\"をオープンできませんでした: %s"
#: ../port/open.c:126
msgid "lock violation"
msgstr "ロック違反"
#: ../port/open.c:126
msgid "sharing violation"
msgstr "共有違反"
#: ../port/open.c:127
#, c-format
msgid "Continuing to retry for 30 seconds."
msgstr "再試行を30秒間続けます。"
#: ../port/open.c:128
#, c-format
msgid "You might have antivirus, backup, or similar software interfering with the database system."
msgstr "データベースシステムに干渉するアンチウィルス、バックアップといったソフトウェアが存在する可能性があります。"
#: ../port/path.c:853
#, c-format
msgid "could not get current working directory: %m\n"
msgstr "現在の作業ディレクトリを取得できませんでした: %m\n"
#: ../port/strerror.c:72
#, c-format
msgid "operating system error %d"
msgstr "オペレーティングシステムエラー %d"
#: ../port/win32security.c:62
#, c-format
msgid "could not get SID for Administrators group: error code %lu\n"
msgstr "管理者グループのSIDを入手できませんでした: エラーコード %lu\n"
#: ../port/win32security.c:72
#, c-format
msgid "could not get SID for PowerUsers group: error code %lu\n"
msgstr "PowerUsersグループのSIDを取得できませんでした: エラーコード %lu\n"
#: ../port/win32security.c:80
#, c-format
msgid "could not check access token membership: error code %lu\n"
msgstr "アクセストークンのメンバーシップを確認できませんでした: エラーコード %lu\n"
#: access/brin/brin.c:414
#, c-format
msgid "request for BRIN range summarization for index \"%s\" page %u was not recorded"
msgstr "インデックス\"%s\" ページ%uのBRIN範囲要約のリクエストは登録されていません"
#: access/brin/brin.c:1397 access/brin/brin.c:1504 access/gin/ginfast.c:1040 access/transam/xlogfuncs.c:184 access/transam/xlogfuncs.c:209 access/transam/xlogfuncs.c:242 access/transam/xlogfuncs.c:281 access/transam/xlogfuncs.c:302 access/transam/xlogfuncs.c:323 access/transam/xlogfuncs.c:389 access/transam/xlogfuncs.c:447 statistics/attribute_stats.c:191 statistics/attribute_stats.c:936 statistics/relation_stats.c:97
#, c-format
msgid "recovery is in progress"
msgstr "リカバリは現在進行中です"
#: access/brin/brin.c:1398 access/brin/brin.c:1505
#, c-format
msgid "BRIN control functions cannot be executed during recovery."
msgstr "BRIN制御関数はリカバリ中は実行できません。"
#: access/brin/brin.c:1403 access/brin/brin.c:1510
#, c-format
msgid "block number out of range: %<PRId64>"
msgstr "ブロック番号が範囲外です: %<PRId64>"
#: access/brin/brin.c:1447 access/brin/brin.c:1536
#, c-format
msgid "\"%s\" is not a BRIN index"
msgstr "\"%s\"はBRINインデックスではありません"
#: access/brin/brin.c:1463 access/brin/brin.c:1552
#, c-format
msgid "could not open parent table of index \"%s\""
msgstr "インデックス\"%s\"の親テーブルをオープンできませんでした"
#: access/brin/brin.c:1472 access/brin/brin.c:1568 access/gin/ginfast.c:1085 parser/parse_utilcmd.c:2454
#, c-format
msgid "index \"%s\" is not valid"
msgstr "インデックス\"%s\"は有効ではありません"
#: access/brin/brin_bloom.c:784 access/brin/brin_bloom.c:826 access/brin/brin_minmax_multi.c:2984 access/brin/brin_minmax_multi.c:3121 statistics/dependencies.c:661 statistics/dependencies.c:714 statistics/mcv.c:1480 statistics/mcv.c:1511 statistics/mvdistinct.c:343 statistics/mvdistinct.c:396 utils/adt/pseudotypes.c:40 utils/adt/pseudotypes.c:74 utils/adt/tsgistidx.c:94
#, c-format
msgid "cannot accept a value of type %s"
msgstr "%s型の値は受け付けられません"
#: access/brin/brin_pageops.c:75 access/brin/brin_pageops.c:361 access/brin/brin_pageops.c:851 access/gin/ginentrypage.c:109 access/gist/gist.c:1475 access/spgist/spgdoinsert.c:2001 access/spgist/spgdoinsert.c:2278
#, c-format
msgid "index row size %zu exceeds maximum %zu for index \"%s\""
msgstr "インデックス行サイズ%1$zuはインデックス\"%3$s\"での最大値%2$zuを超えています"
#: access/brin/brin_revmap.c:383 access/brin/brin_revmap.c:389
#, c-format
msgid "corrupted BRIN index: inconsistent range map"
msgstr "BRINインデックスが壊れています: 範囲マップの不整合"
#: access/brin/brin_revmap.c:583
#, c-format
msgid "unexpected page type 0x%04X in BRIN index \"%s\" block %u"
msgstr "BRINインデックス\"%2$s\"のブロック %3$u のページタイプが予期しない値 0x%1$04X です"
#: access/brin/brin_validate.c:111 access/gin/ginvalidate.c:142 access/gist/gistvalidate.c:150 access/hash/hashvalidate.c:112 access/nbtree/nbtvalidate.c:116 access/spgist/spgvalidate.c:181
#, c-format
msgid "operator family \"%s\" of access method %s contains function %s with invalid support number %d"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"は不正なサポート番号%4$dを持つ関数%3$sを含んでいます"
#: access/brin/brin_validate.c:127 access/gin/ginvalidate.c:154 access/gist/gistvalidate.c:162 access/hash/hashvalidate.c:124 access/nbtree/nbtvalidate.c:128 access/spgist/spgvalidate.c:193
#, c-format
msgid "operator family \"%s\" of access method %s contains function %s with wrong signature for support number %d"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"はサポート番号%4$dに対して間違ったシグネチャを持つ関数%3$sを含んでいます"
#: access/brin/brin_validate.c:149 access/gin/ginvalidate.c:173 access/gist/gistvalidate.c:182 access/hash/hashvalidate.c:150 access/nbtree/nbtvalidate.c:148 access/spgist/spgvalidate.c:213
#, c-format
msgid "operator family \"%s\" of access method %s contains operator %s with invalid strategy number %d"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"は不正なストラテジ番号%4$dを持つ演算子\"%3$s\"を含んでいます"
#: access/brin/brin_validate.c:178 access/gin/ginvalidate.c:186 access/hash/hashvalidate.c:163 access/nbtree/nbtvalidate.c:161 access/spgist/spgvalidate.c:229
#, c-format
msgid "operator family \"%s\" of access method %s contains invalid ORDER BY specification for operator %s"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"は演算子%3$sに対する不正なORDER BY指定を含んでいます"
#: access/brin/brin_validate.c:191 access/gin/ginvalidate.c:199 access/gist/gistvalidate.c:230 access/hash/hashvalidate.c:176 access/nbtree/nbtvalidate.c:174 access/spgist/spgvalidate.c:245
#, c-format
msgid "operator family \"%s\" of access method %s contains operator %s with wrong signature"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"は間違ったシグネチャを持つ演算子%3$sを含んでいます"
#: access/brin/brin_validate.c:229 access/hash/hashvalidate.c:216 access/nbtree/nbtvalidate.c:232 access/spgist/spgvalidate.c:272
#, c-format
msgid "operator family \"%s\" of access method %s is missing operator(s) for types %s and %s"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"は%3$sと%4$sの型に対する演算子が含まれていません"
#: access/brin/brin_validate.c:239
#, c-format
msgid "operator family \"%s\" of access method %s is missing support function(s) for types %s and %s"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"は型%3$sと%4$sに対するサポート関数を含んでいません"
#: access/brin/brin_validate.c:252 access/hash/hashvalidate.c:230 access/nbtree/nbtvalidate.c:256 access/spgist/spgvalidate.c:307
#, c-format
msgid "operator class \"%s\" of access method %s is missing operator(s)"
msgstr "アクセスメソッド\"%2$s\"の演算子クラス\"%1$s\"は演算子を含んでいません"
#: access/brin/brin_validate.c:263 access/gin/ginvalidate.c:241 access/gist/gistvalidate.c:272
#, c-format
msgid "operator class \"%s\" of access method %s is missing support function %d"
msgstr "アクセスメソッド\"%2$s\"の演算子クラス\"%1$s\"はサポート関数%3$dを含んでいません"
#: access/common/attmap.c:118
#, c-format
msgid "Returned type %s does not match expected type %s in column \"%s\" (position %d)."
msgstr "返却型 %1$s が、列”%3$s\" (位置%4$d)で期待される型 %2$s と一致しません。"
#: access/common/attmap.c:147
#, c-format
msgid "Number of returned columns (%d) does not match expected column count (%d)."
msgstr "返された列数(%d)が、期待する列数(%d)と一致しません。"
#: access/common/attmap.c:231 access/common/attmap.c:243
#, c-format
msgid "could not convert row type"
msgstr "行型に変換できませんでした"
#: access/common/attmap.c:232
#, c-format
msgid "Attribute \"%s\" of type %s does not match corresponding attribute of type %s."
msgstr "%2$s型の属性\"%1$s\"が%3$s型の対応する属性と合致しません。"
#: access/common/attmap.c:244
#, c-format
msgid "Attribute \"%s\" of type %s does not exist in type %s."
msgstr "%2$s型の属性\"%1$s\"が%3$s型の中に存在しません。"
#: access/common/heaptuple.c:1133 access/common/heaptuple.c:1472
#, c-format
msgid "number of columns (%d) exceeds limit (%d)"
msgstr "列数(%d)が上限(%d)を超えています"
#: access/common/indextuple.c:89
#, c-format
msgid "number of index columns (%d) exceeds limit (%d)"
msgstr "インデックス列数(%d)が上限(%d)を超えています"
#: access/common/indextuple.c:209 access/spgist/spgutils.c:978
#, c-format
msgid "index row requires %zu bytes, maximum size is %zu"
msgstr "インデックス行が%zuバイトを必要としますが最大値は%zuです"
#: access/common/printtup.c:292 commands/explain_dr.c:94 tcop/fastpath.c:106 tcop/fastpath.c:453 tcop/postgres.c:1950
#, c-format
msgid "unsupported format code: %d"
msgstr "非サポートの書式コード: %d"
#: access/common/reloptions.c:530 access/common/reloptions.c:541
msgid "Valid values are \"on\", \"off\", and \"auto\"."
msgstr "有効な値の範囲は\"on\"、\"off\"、\"auto\"です。"
#: access/common/reloptions.c:552
msgid "Valid values are \"local\" and \"cascaded\"."
msgstr "有効な値は\"local\"と\"cascaded\"です。"
#: access/common/reloptions.c:700
#, c-format
msgid "user-defined relation parameter types limit exceeded"
msgstr "ユーザー定義リレーションのパラメータ型の制限を超えました"
#: access/common/reloptions.c:1242
#, c-format
msgid "RESET must not include values for parameters"
msgstr "RESETにはパラメータの値を含めてはいけません"
#: access/common/reloptions.c:1275
#, c-format
msgid "unrecognized parameter namespace \"%s\""
msgstr "認識できないパラメータ namaspace \"%s\""
#: access/common/reloptions.c:1305 commands/foreigncmds.c:86
#, c-format
msgid "invalid option name \"%s\": must not contain \"=\""
msgstr "不正なオプション名\"%s\": \"=\"が含まれていてはなりません"
#: access/common/reloptions.c:1320 commands/variable.c:1240
#, c-format
msgid "tables declared WITH OIDS are not supported"
msgstr "WITH OIDSと定義されたテーブルはサポートされません"
#: access/common/reloptions.c:1488
#, c-format
msgid "unrecognized parameter \"%s\""
msgstr "認識できないラメータ \"%s\""
#: access/common/reloptions.c:1600
#, c-format
msgid "parameter \"%s\" specified more than once"
msgstr "パラメータ\"%s\"が複数回指定されました"
#: access/common/reloptions.c:1616
#, c-format
msgid "invalid value for boolean option \"%s\": %s"
msgstr "不正なブール型オプションの値 \"%s\": %s"
#: access/common/reloptions.c:1628
#, c-format
msgid "invalid value for integer option \"%s\": %s"
msgstr "不正な整数型オプションの値 \"%s\": %s"
#: access/common/reloptions.c:1634 access/common/reloptions.c:1654
#, c-format
msgid "value %s out of bounds for option \"%s\""
msgstr "値%sはオプション\"%s\"の範囲外です"
#: access/common/reloptions.c:1636
#, c-format
msgid "Valid values are between \"%d\" and \"%d\"."
msgstr "有効な値の範囲は\"%d\"~\"%d\"です。"
#: access/common/reloptions.c:1648
#, c-format
msgid "invalid value for floating point option \"%s\": %s"
msgstr "不正な浮動小数点型オプションの値 \"%s\": %s"
#: access/common/reloptions.c:1656
#, c-format
msgid "Valid values are between \"%f\" and \"%f\"."
msgstr "有効な値の範囲は\"%f\"~\"%f\"です。"
#: access/common/reloptions.c:1678
#, c-format
msgid "invalid value for enum option \"%s\": %s"
msgstr "不正な列挙型オプションの値 \"%s\": %s"
#: access/common/reloptions.c:2025
#, c-format
msgid "cannot specify storage parameters for a partitioned table"
msgstr "パーティション親テーブルに対してストレージパラメータは指定できません"
#: access/common/reloptions.c:2026
#, c-format
msgid "Specify storage parameters for its leaf partitions instead."
msgstr "代わりにリーフパーティションに対してストレージパラメータを指定してください。"
#: access/common/toast_compression.c:31
#, c-format
msgid "compression method lz4 not supported"
msgstr "圧縮方式 lz4 はサポートされていません"
#: access/common/toast_compression.c:32
#, c-format
msgid "This functionality requires the server to be built with lz4 support."
msgstr "この機能はlz4lサポート付きでビルドしたサーバーを必要とします。"
#: access/gin/ginbulk.c:44
#, c-format
msgid "posting list is too long"
msgstr "記録リストが長すぎます"
#: access/gin/ginbulk.c:45
#, c-format
msgid "Reduce \"maintenance_work_mem\"."
msgstr "\"maintenance_work_mem\" を小さくしてください。"
#: access/gin/ginfast.c:1041
#, c-format
msgid "GIN pending list cannot be cleaned up during recovery."
msgstr "GIN保留リストはリカバリ中には処理できません。"
#: access/gin/ginfast.c:1048
#, c-format
msgid "\"%s\" is not a GIN index"
msgstr "\"%s\"はGINインデックスではありません"
#: access/gin/ginfast.c:1059
#, c-format
msgid "cannot access temporary indexes of other sessions"
msgstr "他のセッションの一時インデックスにはアクセスできません"
#: access/gin/ginget.c:271 access/nbtree/nbtinsert.c:762
#, c-format
msgid "failed to re-find tuple within index \"%s\""
msgstr "インデックス\"%s\"内で行の再検索に失敗しました"
#: access/gin/gininsert.c:1310 access/gin/ginutil.c:152 executor/execExpr.c:2244 utils/adt/array_userfuncs.c:1963 utils/adt/arrayfuncs.c:4034 utils/adt/arrayfuncs.c:6732 utils/adt/rowtypes.c:974 utils/sort/tuplesortvariants.c:646
#, c-format
msgid "could not identify a comparison function for type %s"
msgstr "%s型の比較関数が見つかりません"
#: access/gin/ginscan.c:480
#, c-format
msgid "old GIN indexes do not support whole-index scans nor searches for nulls"
msgstr "古いGINインデックスはインデックス全体のスキャンやnullの検索をサポートしていません"
#: access/gin/ginscan.c:481
#, c-format
msgid "To fix this, do REINDEX INDEX \"%s\"."
msgstr "これを修復するには REINDEX INDEX \"%s\" をおこなってください。"
#: access/gin/ginvalidate.c:83 access/gist/gistvalidate.c:84 access/hash/hashvalidate.c:89 access/spgist/spgvalidate.c:94
#, c-format
msgid "operator family \"%s\" of access method %s contains support function %s with different left and right input types"
msgstr "アクセスメソッド %2$s の演算子族\"%1$s\"が左右辺の入力型が異なるサポート関数 %3$s を含んでいます"
#: access/gin/ginvalidate.c:251
#, c-format
msgid "operator class \"%s\" of access method %s is missing support function %d or %d"
msgstr "アクセスメソッド\"%2$s\"の演算子クラス\"%1$s\"はサポート関数%3$dまたは%4$dを含んでいません"
#: access/gin/ginvalidate.c:323 access/gist/gistvalidate.c:348 access/spgist/spgvalidate.c:378
#, c-format
msgid "support function number %d is invalid for access method %s"
msgstr "サポート関数番号%dはアクセスメソッド%sに対して不正です"
#: access/gist/gist.c:765 access/gist/gistvacuum.c:463
#, c-format
msgid "index \"%s\" contains an inner tuple marked as invalid"
msgstr "インデックス\"%s\"内に無効と判断されている内部タプルがあります"
#: access/gist/gist.c:767 access/gist/gistvacuum.c:465
#, c-format
msgid "This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1."
msgstr "これは、PostgreSQL 9.1へアップグレードする前のクラッシュリカバリにおける不完全なページ分割が原因で発生します。"
#: access/gist/gist.c:768 access/gist/gistutil.c:801 access/gist/gistutil.c:812 access/gist/gistvacuum.c:466 access/hash/hashutil.c:226 access/hash/hashutil.c:237 access/hash/hashutil.c:249 access/hash/hashutil.c:270 access/nbtree/nbtpage.c:813 access/nbtree/nbtpage.c:824
#, c-format
msgid "Please REINDEX it."
msgstr "REINDEXを行ってください。"
#: access/gist/gist.c:1208
#, c-format
msgid "fixing incomplete split in index \"%s\", block %u"
msgstr "インデックス\"%s\"内の不完全な分割を修正します、ブロック%u"
#: access/gist/gistsplit.c:446
#, c-format
msgid "picksplit method for column %d of index \"%s\" failed"
msgstr "インデックス\"%2$s\"の列%1$dに対するピックスプリットメソッドが失敗しました"
#: access/gist/gistsplit.c:448
#, c-format
msgid "The index is not optimal. To optimize it, contact a developer, or try to use the column as the second one in the CREATE INDEX command."
msgstr "インデックスは最適ではありません。最適化するためには開発者に連絡するか、この列をCREATE INDEXコマンドの2番目の列としてみてください。"
#: access/gist/gistutil.c:798 access/hash/hashutil.c:223 access/nbtree/nbtpage.c:810
#, c-format
msgid "index \"%s\" contains unexpected zero page at block %u"
msgstr "インデックス\"%s\"のブロック%uに予期していないゼロで埋められたページがあります"
#: access/gist/gistutil.c:809 access/hash/hashutil.c:234 access/hash/hashutil.c:246 access/nbtree/nbtpage.c:821
#, c-format
msgid "index \"%s\" contains corrupted page at block %u"
msgstr "インデックス\"%s\"のブロック%uに破損したページがあります"
#: access/gist/gistvalidate.c:200
#, c-format
msgid "operator family \"%s\" of access method %s contains unsupported ORDER BY specification for operator %s"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"は演算子%3$sに対する非サポートのORDER BY指定を含んでいます"
#: access/gist/gistvalidate.c:211
#, c-format
msgid "operator family \"%s\" of access method %s contains incorrect ORDER BY opfamily specification for operator %s"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"は演算子%3$sに対する正しくないORDER BY演算子族を含んでいます"
#: access/hash/hashfunc.c:280 access/hash/hashfunc.c:335 utils/adt/varchar.c:1000 utils/adt/varchar.c:1056
#, c-format
msgid "could not determine which collation to use for string hashing"
msgstr "文字列のハッシュ値計算で使用する照合順序を特定できませんでした"
#: access/hash/hashfunc.c:281 access/hash/hashfunc.c:336 catalog/heap.c:688 catalog/heap.c:694 commands/createas.c:203 commands/createas.c:515 commands/indexcmds.c:2090 commands/tablecmds.c:19987 commands/view.c:80 regex/regc_pg_locale.c:242 utils/adt/formatting.c:1655 utils/adt/formatting.c:1719 utils/adt/formatting.c:1783 utils/adt/formatting.c:1847 utils/adt/like.c:163 utils/adt/like.c:194 utils/adt/like_support.c:1020 utils/adt/varchar.c:738
#: utils/adt/varchar.c:1001 utils/adt/varchar.c:1057 utils/adt/varlena.c:1610
#, c-format
msgid "Use the COLLATE clause to set the collation explicitly."
msgstr "照合順序を明示するには COLLATE 句を使います。"
#: access/hash/hashinsert.c:84
#, c-format
msgid "index row size %zu exceeds hash maximum %zu"
msgstr "インデックス行のサイズ%zuがハッシュでの最大値%zuを超えています"
#: access/hash/hashinsert.c:86 access/spgist/spgdoinsert.c:2005 access/spgist/spgdoinsert.c:2282 access/spgist/spgutils.c:1039
#, c-format
msgid "Values larger than a buffer page cannot be indexed."
msgstr "バッファページよりも大きな値をインデックスすることはできません。"
#: access/hash/hashovfl.c:88
#, c-format
msgid "invalid overflow block number %u"
msgstr "不正なオーバーフローブロック番号%u"
#: access/hash/hashovfl.c:284 access/hash/hashpage.c:454
#, c-format
msgid "out of overflow pages in hash index \"%s\""
msgstr "ハッシュインデックス\"%s\"の中のオーバーフローページが足りません"
#: access/hash/hashsearch.c:313
#, c-format
msgid "hash indexes do not support whole-index scans"
msgstr "ハッシュインデックスはインデックス全体のスキャンをサポートしていません"
#: access/hash/hashutil.c:262
#, c-format
msgid "index \"%s\" is not a hash index"
msgstr "インデックス\"%s\"はハッシュインデックスではありません"
#: access/hash/hashutil.c:268
#, c-format
msgid "index \"%s\" has wrong hash version"
msgstr "インデックス\"%s\"のハッシュバージョンが不正です"
#: access/hash/hashvalidate.c:188
#, c-format
msgid "operator family \"%s\" of access method %s lacks support function for operator %s"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"は演算子%3$sに対するサポート関数を含んでいません"
#: access/hash/hashvalidate.c:246 access/nbtree/nbtvalidate.c:272
#, c-format
msgid "operator family \"%s\" of access method %s is missing cross-type operator(s)"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"は異なる型間に対応する演算子を含んでいません"
#: access/heap/heapam.c:2283
#, c-format
msgid "cannot insert tuples in a parallel worker"
msgstr "並列ワーカーではタプルの挿入はできません"
#: access/heap/heapam.c:2806
#, c-format
msgid "cannot delete tuples during a parallel operation"
msgstr "並列処理中はタプルの削除はできません"
#: access/heap/heapam.c:2853
#, c-format
msgid "attempted to delete invisible tuple"
msgstr "不可視のタプルを削除しようとしました"
#: access/heap/heapam.c:3303 access/index/genam.c:829
#, c-format
msgid "cannot update tuples during a parallel operation"
msgstr "並列処理中はタプルの更新はできません"
#: access/heap/heapam.c:3480
#, c-format
msgid "attempted to update invisible tuple"
msgstr "不可視のタプルを更新しようとしました"
#: access/heap/heapam.c:4993 access/heap/heapam.c:5031 access/heap/heapam.c:5298 access/heap/heapam_handler.c:470
#, c-format
msgid "could not obtain lock on row in relation \"%s\""
msgstr "リレーション\"%s\"の行ロックを取得できませんでした"
#: access/heap/heapam.c:6425 commands/trigger.c:3401 executor/nodeModifyTable.c:2568 executor/nodeModifyTable.c:2658
#, c-format
msgid "tuple to be updated was already modified by an operation triggered by the current command"
msgstr "更新対象のタプルはすでに現在のコマンドによって起動された操作によって変更されています"
#: access/heap/heapam_handler.c:415
#, c-format
msgid "tuple to be locked was already moved to another partition due to concurrent update"
msgstr "ロック対象のタプルは同時に行われた更新によってすでに他の子テーブルに移動されています"
#: access/heap/hio.c:535 access/heap/rewriteheap.c:640
#, c-format
msgid "row is too big: size %zu, maximum size %zu"
msgstr "行が大きすぎます: サイズは%zu、上限は%zu"
#: access/heap/rewriteheap.c:885
#, c-format
msgid "could not write to file \"%s\", wrote %d of %d: %m"
msgstr "ファイル\"%1$s\"に書き込めませんでした、%3$dバイト中%2$dバイト書き込みました: %m"
#: access/heap/rewriteheap.c:977 access/heap/rewriteheap.c:1094 access/transam/timeline.c:329 access/transam/timeline.c:481 access/transam/xlog.c:3239 access/transam/xlog.c:3447 access/transam/xlog.c:4311 access/transam/xlog.c:9329 access/transam/xlogfuncs.c:693 backup/basebackup_server.c:149 backup/basebackup_server.c:242 commands/dbcommands.c:495 postmaster/launch_backend.c:354 postmaster/postmaster.c:4092 postmaster/walsummarizer.c:1215
#: replication/logical/origin.c:626 replication/slot.c:2360 storage/file/copydir.c:173 storage/file/copydir.c:261 storage/smgr/md.c:252 utils/time/snapmgr.c:1252
#, c-format
msgid "could not create file \"%s\": %m"
msgstr "ファイル\"%s\"を作成できませんでした: %m"
#: access/heap/rewriteheap.c:1104
#, c-format
msgid "could not truncate file \"%s\" to %u: %m"
msgstr "ファイル\"%s\"を%uバイトに切り詰められませんでした: %m"
#: access/heap/rewriteheap.c:1122 access/transam/timeline.c:384 access/transam/timeline.c:424 access/transam/timeline.c:498 access/transam/xlog.c:3300 access/transam/xlog.c:3503 access/transam/xlog.c:4323 commands/dbcommands.c:507 postmaster/launch_backend.c:365 postmaster/launch_backend.c:377 replication/logical/origin.c:638 replication/logical/origin.c:680 replication/logical/origin.c:699 replication/logical/snapbuild.c:1665 replication/slot.c:2396
#: storage/file/buffile.c:545 storage/file/copydir.c:213 utils/init/miscinit.c:1661 utils/init/miscinit.c:1672 utils/init/miscinit.c:1680 utils/misc/guc.c:4488 utils/misc/guc.c:4519 utils/misc/guc.c:5678 utils/misc/guc.c:5696 utils/time/snapmgr.c:1257 utils/time/snapmgr.c:1264
#, c-format
msgid "could not write to file \"%s\": %m"
msgstr "ファイル\"%s\"を書き出せませんでした: %m"
#: access/heap/vacuumlazy.c:815
#, c-format
msgid "aggressively vacuuming \"%s.%s.%s\""
msgstr "\"%s.%s.%s\"に対して積極的VACUUMを実行しています"
#: access/heap/vacuumlazy.c:820
#, c-format
msgid "vacuuming \"%s.%s.%s\""
msgstr "\"%s.%s.%s\"に対してVACUUMを実行しています"
#: access/heap/vacuumlazy.c:988
#, c-format
msgid "finished vacuuming \"%s.%s.%s\": index scans: %d\n"
msgstr "テーブル\"%s.%s.%s\"のVACUUM完了: インデックススキャン: %d\n"
#: access/heap/vacuumlazy.c:999
#, c-format
msgid "automatic aggressive vacuum to prevent wraparound of table \"%s.%s.%s\": index scans: %d\n"
msgstr "テーブル\"%s.%s.%s\"の周回防止のための積極的自動VACUUM: インデックススキャン: %d\n"
#: access/heap/vacuumlazy.c:1001
#, c-format
msgid "automatic vacuum to prevent wraparound of table \"%s.%s.%s\": index scans: %d\n"
msgstr "テーブル\"%s.%s.%s\"の周回防止のための自動VACUUM: インデックススキャン: %d\n"
#: access/heap/vacuumlazy.c:1006
#, c-format
msgid "automatic aggressive vacuum of table \"%s.%s.%s\": index scans: %d\n"
msgstr "テーブル\"%s.%s.%s\"の積極的自動VACUUM: インデックススキャン: %d\n"
#: access/heap/vacuumlazy.c:1008
#, c-format
msgid "automatic vacuum of table \"%s.%s.%s\": index scans: %d\n"
msgstr "テーブル\"%s.%s.%s\"の自動VACUUM: インデックススキャン: %d\n"
#: access/heap/vacuumlazy.c:1015
#, c-format
msgid "pages: %u removed, %u remain, %u scanned (%.2f%% of total), %u eagerly scanned\n"
msgstr "ページ: %u削除、%u残存、%uスキャン (全体の%.2f%%)、%u貪欲スキャン\n"
#: access/heap/vacuumlazy.c:1024
#, c-format
msgid "tuples: %<PRId64> removed, %<PRId64> remain, %<PRId64> are dead but not yet removable\n"
msgstr "タプル:%<PRId64>削除、%<PRId64>残存、%<PRId64>が削除されているがまだ除去できません\n"
#: access/heap/vacuumlazy.c:1030
#, c-format
msgid "tuples missed: %<PRId64> dead from %u pages not removed due to cleanup lock contention\n"
msgstr "未処理のタプル: クリーンナップロックの競合により、%2$uページ中の%1$<PRId64>行の削除済みタプルは除去されません\n"
#: access/heap/vacuumlazy.c:1036
#, c-format
msgid "removable cutoff: %u, which was %d XIDs old when operation ended\n"
msgstr "削除可能限界: %u、これは処理完了時には%d XID分過去になります\n"
#: access/heap/vacuumlazy.c:1043
#, c-format
msgid "new relfrozenxid: %u, which is %d XIDs ahead of previous value\n"
msgstr "新しいrelfrozenxid: %u、これは前回の値よりも%d XID分進んでいます\n"
#: access/heap/vacuumlazy.c:1051
#, c-format
msgid "new relminmxid: %u, which is %d MXIDs ahead of previous value\n"
msgstr ""
"新しいrelminmxid: %u、これは前回の値よりも%d MXID分進んでいます\n"
"\n"
#: access/heap/vacuumlazy.c:1054
#, c-format
msgid "frozen: %u pages from table (%.2f%% of total) had %<PRId64> tuples frozen\n"
msgstr "凍結: テーブルから%uページ(全体の%.2f%%)で%<PRId64>タプルが凍結されました\n"
#: access/heap/vacuumlazy.c:1062
#, c-format
msgid "visibility map: %u pages set all-visible, %u pages set all-frozen (%u were all-visible)\n"
msgstr "可視性マップ: %uページが全可視 (all-visible)、%uページが全凍結 (all-frozen) (前回は%uページが全可視でした)\n"
#: access/heap/vacuumlazy.c:1070
msgid "index scan not needed: "
msgstr "インデックススキャンは不要です: "
#: access/heap/vacuumlazy.c:1072
msgid "index scan needed: "
msgstr "インデックススキャンが必要です: "
#: access/heap/vacuumlazy.c:1074
#, c-format
msgid "%u pages from table (%.2f%% of total) had %<PRId64> dead item identifiers removed\n"
msgstr "テーブル内の%uページ(全体の%.2f%%)にあった%<PRId64>行の削除行識別子が削除されました\n"
#: access/heap/vacuumlazy.c:1079
msgid "index scan bypassed: "
msgstr "インデックススキャンはスキップされました: "
#: access/heap/vacuumlazy.c:1081
msgid "index scan bypassed by failsafe: "
msgstr "フェイルセーフによりインデックススキャンがスキップされました: "
#: access/heap/vacuumlazy.c:1083
#, c-format
msgid "%u pages from table (%.2f%% of total) have %<PRId64> dead item identifiers\n"
msgstr "テーブル内の%uページ(全体の%.2f%%)には%<PRId64>行の削除行識別子があります\n"
#: access/heap/vacuumlazy.c:1098
#, c-format
msgid "index \"%s\": pages: %u in total, %u newly deleted, %u currently deleted, %u reusable\n"
msgstr "インデックス\"%s\": ページ数: 合計%u、新規削除%u、削除済%u、再利用可%u\n"
#: access/heap/vacuumlazy.c:1113 commands/analyze.c:817
#, c-format
msgid "delay time: %.3f ms\n"
msgstr "遅延時間: %.3f ミリ秒\n"
#: access/heap/vacuumlazy.c:1121 commands/analyze.c:825
#, c-format
msgid "I/O timings: read: %.3f ms, write: %.3f ms\n"
msgstr "I/O時間: 読み込み: %.3fミリ秒, 書き込み: %.3fミリ秒\n"
#: access/heap/vacuumlazy.c:1131 commands/analyze.c:828
#, c-format
msgid "avg read rate: %.3f MB/s, avg write rate: %.3f MB/s\n"
msgstr "平均読み込み速度: %.3f MB/s, 平均書き込み速度: %.3f MB/s\n"
#: access/heap/vacuumlazy.c:1134 commands/analyze.c:830
#, c-format
msgid "buffer usage: %<PRId64> hits, %<PRId64> reads, %<PRId64> dirtied\n"
msgstr "バッファ使用: ヒット %<PRId64>, 読み込み %<PRId64>, ダーティ化 %<PRId64>\n"
#: access/heap/vacuumlazy.c:1139 commands/analyze.c:835
#, c-format
msgid "WAL usage: %<PRId64> records, %<PRId64> full page images, %<PRIu64> bytes, %<PRId64> buffers full\n"
msgstr "WAL使用量: %<PRId64>のレコード, %<PRId64>の全ページイメージ, %<PRIu64>バイト, %<PRId64>のバッファフル\n"
#: access/heap/vacuumlazy.c:1144 commands/analyze.c:840
#, c-format
msgid "system usage: %s"
msgstr "システム使用状況: %s"
#: access/heap/vacuumlazy.c:1432
#, c-format
msgid "disabling eager scanning after freezing %u eagerly scanned blocks of relation \"%s.%s.%s\""
msgstr "リレーション\"%2$s.%3$s.%4$s\"を貪欲スキャンにより%1$uブロックを凍結したため、貪欲スキャンを無効にしました"
#: access/heap/vacuumlazy.c:2821
#, c-format
msgid "table \"%s\": removed %<PRId64> dead item identifiers in %u pages"
msgstr "テーブル\"%1$s\": %3$uページ内の%2$<PRId64>の削除済み行識別子を除去"
#: access/heap/vacuumlazy.c:2982
#, c-format
msgid "bypassing nonessential maintenance of table \"%s.%s.%s\" as a failsafe after %d index scans"
msgstr "%4$d回のインデックススキャンののち、フェイルセーフとしてテーブル\"%1$s.%2$s.%3$s\"の必須ではないメンテナンスをスキップします"
#: access/heap/vacuumlazy.c:2985
#, c-format
msgid "The table's relfrozenxid or relminmxid is too far in the past."
msgstr "このテーブルのrelfrozenxidまたはrelminmxidは古すぎます。"
#: access/heap/vacuumlazy.c:2986
#, c-format
msgid ""
"Consider increasing configuration parameter \"maintenance_work_mem\" or \"autovacuum_work_mem\".\n"
"You might also need to consider other ways for VACUUM to keep up with the allocation of transaction IDs."
msgstr ""
"設定パラメータ\"maintenance_work_mem\"または\"autovacuum_work_mem\"を増やすことを検討してください。\n"
"VACUUMがトランザクションIDの割り当てに追従できるようにする他の方法を検討する必要があるかもしれません。"
#: access/heap/vacuumlazy.c:3248
#, c-format
msgid "\"%s\": stopping truncate due to conflicting lock request"
msgstr "\"%s\":競合するロックが存在するため切り詰めを中断します"
#: access/heap/vacuumlazy.c:3318
#, c-format
msgid "table \"%s\": truncated %u to %u pages"
msgstr "テーブル\"%s\": %uページから%uページに切り詰め"
#: access/heap/vacuumlazy.c:3380
#, c-format
msgid "table \"%s\": suspending truncate due to conflicting lock request"
msgstr "テーブル\"%s\": 競合するロック要求が存在するため、切り詰めを保留します"
#: access/heap/vacuumlazy.c:3499
#, c-format
msgid "disabling parallel option of vacuum on \"%s\" --- cannot vacuum temporary tables in parallel"
msgstr "\"%s\"のVACUUMに対するパラレルオプションを無効化します --- 一時テーブルは並列にVACUUMできません"
#: access/heap/vacuumlazy.c:3768
#, c-format
msgid "while scanning block %u offset %u of relation \"%s.%s\""
msgstr "リレーション\"%3$s.%4$s\"のブロック%1$u、オフセット%2$uのスキャン中"
#: access/heap/vacuumlazy.c:3771
#, c-format
msgid "while scanning block %u of relation \"%s.%s\""
msgstr "リレーション\\\"%2$s.%3$s\\\"のブロック%1$uのスキャン中"
#: access/heap/vacuumlazy.c:3775
#, c-format
msgid "while scanning relation \"%s.%s\""
msgstr "リレーション\"%s.%s\"のスキャン中"
#: access/heap/vacuumlazy.c:3783
#, c-format
msgid "while vacuuming block %u offset %u of relation \"%s.%s\""
msgstr "リレーション\"%3$s.%4$s\"のブロック%1$u、オフセット%2$uのVACUUM処理中"
#: access/heap/vacuumlazy.c:3786
#, c-format
msgid "while vacuuming block %u of relation \"%s.%s\""
msgstr "リレーション\\\"%2$s.%3$s\\\"のブロック%1$uのVACUUM処理中"
#: access/heap/vacuumlazy.c:3790
#, c-format
msgid "while vacuuming relation \"%s.%s\""
msgstr "リレーション\"%s.%s\"のVACUUM処理中"
#: access/heap/vacuumlazy.c:3795 commands/vacuumparallel.c:1126
#, c-format
msgid "while vacuuming index \"%s\" of relation \"%s.%s\""
msgstr "リレーション\\\"%2$s.%3$s\\\"のインデックス%1$sのVACUUM処理中"
#: access/heap/vacuumlazy.c:3800 commands/vacuumparallel.c:1132
#, c-format
msgid "while cleaning up index \"%s\" of relation \"%s.%s\""
msgstr "リレーション\\\"%2$s.%3$s\\\"のインデックス%1$sのクリーンアップ処理中"
#: access/heap/vacuumlazy.c:3806
#, c-format
msgid "while truncating relation \"%s.%s\" to %u blocks"
msgstr "リレーション \"%s.%s\"を%uブロックに切り詰め中"
#: access/index/amapi.c:83 commands/amcmds.c:143
#, c-format
msgid "access method \"%s\" is not of type %s"
msgstr "アクセスメソッド\"%s\"のタイプが%sではありません"
#: access/index/amapi.c:99
#, c-format
msgid "index access method \"%s\" does not have a handler"
msgstr "インデックスアクセスメソッド\"%s\"はハンドラを持っていません"
#: access/index/genam.c:498
#, c-format
msgid "transaction aborted during system catalog scan"
msgstr "システムカタログのスキャン中にトランザクションがアボートしました"
#: access/index/genam.c:663 access/index/indexam.c:82
#, c-format
msgid "cannot access index \"%s\" while it is being reindexed"
msgstr "再作成中であるためインデックス\"%s\"にアクセスできません"
#: access/index/indexam.c:203 catalog/objectaddress.c:1361 commands/indexcmds.c:3016 commands/tablecmds.c:284 commands/tablecmds.c:308 commands/tablecmds.c:19666 commands/tablecmds.c:21608
#, c-format
msgid "\"%s\" is not an index"
msgstr "\"%s\"はインデックスではありません"
#: access/index/indexam.c:1075
#, c-format
msgid "operator class %s has no options"
msgstr "演算子クラス%sにはオプションはありません"
#: access/nbtree/nbtinsert.c:668
#, c-format
msgid "duplicate key value violates unique constraint \"%s\""
msgstr "重複したキー値は一意性制約\"%s\"違反となります"
#: access/nbtree/nbtinsert.c:670
#, c-format
msgid "Key %s already exists."
msgstr "キー %s はすでに存在します。"
#: access/nbtree/nbtinsert.c:764
#, c-format
msgid "This may be because of a non-immutable index expression."
msgstr "これは不変でないインデックス式が原因である可能性があります"
#: access/nbtree/nbtpage.c:157 access/nbtree/nbtpage.c:611 parser/parse_utilcmd.c:2504
#, c-format
msgid "index \"%s\" is not a btree"
msgstr "インデックス\"%s\"はbtreeではありません"
#: access/nbtree/nbtpage.c:164 access/nbtree/nbtpage.c:618
#, c-format
msgid "version mismatch in index \"%s\": file version %d, current version %d, minimal supported version %d"
msgstr "インデックス\"%s\"におけるバージョンの不整合: ファイルバージョン %d、現在のバージョン %d、サポートされる最小のバージョン %d"
#: access/nbtree/nbtpage.c:1861
#, c-format
msgid "index \"%s\" contains a half-dead internal page"
msgstr "インデックス\"%s\"に削除処理中の内部ページがあります"
#: access/nbtree/nbtpage.c:1863
#, c-format
msgid "This can be caused by an interrupted VACUUM in version 9.3 or older, before upgrade. Please REINDEX it."
msgstr "これは9.3かそれ以前のバージョンで、アップグレード前にVACUUMが中断された際に起きた可能性があります。REINDEXしてください。"
#: access/nbtree/nbtutils.c:4233
#, c-format
msgid "index row size %zu exceeds btree version %u maximum %zu for index \"%s\""
msgstr "インデックス行サイズ%1$zuはインデックス\"%4$s\"でのbtreeバージョン %2$u の最大値%3$zuを超えています"
#: access/nbtree/nbtutils.c:4238
#, c-format
msgid "Index row references tuple (%u,%u) in relation \"%s\"."
msgstr "インデックス行はリレーション\"%3$s\"のタプル(%1$u,%2$u)を参照しています。"
#: access/nbtree/nbtutils.c:4242
#, c-format
msgid ""
"Values larger than 1/3 of a buffer page cannot be indexed.\n"
"Consider a function index of an MD5 hash of the value, or use full text indexing."
msgstr ""
"バッファページの1/3を超える値はインデックス化できません。\n"
"MD5ハッシュによる関数インデックスを検討するか、もしくは全文テキストインデックスを使用してください。"
#: access/nbtree/nbtvalidate.c:242
#, c-format
msgid "operator family \"%s\" of access method %s is missing support function for types %s and %s"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"は型%3$sと%4$sに対応するサポート関数を含んでいません"
#: access/sequence/sequence.c:75 access/table/table.c:145 optimizer/util/plancat.c:145
#, c-format
msgid "cannot open relation \"%s\""
msgstr "リレーション\"%s\"はopenできません"
#: access/spgist/spgutils.c:251
#, c-format
msgid "compress method must be defined when leaf type is different from input type"
msgstr "リーフ型が入力型と異なる場合は圧縮メソッドの定義が必要です"
#: access/spgist/spgutils.c:1036
#, c-format
msgid "SP-GiST inner tuple size %zu exceeds maximum %zu"
msgstr "SP-GiST内部タプルのサイズ%zuが最大値%zuを超えています"
#: access/spgist/spgvalidate.c:128
#, c-format
msgid "SP-GiST leaf data type %s does not match declared type %s"
msgstr "SP-GiSTのリーフデータ型%sは宣言された型%sと一致しません"
#: access/spgist/spgvalidate.c:294
#, c-format
msgid "operator family \"%s\" of access method %s is missing support function %d for type %s"
msgstr "アクセスメソッド\"%2$s\"の演算子族\"%1$s\"は%4$s型に対するサポート関数%3$dを含んでいません"
#: access/table/tableam.c:256
#, c-format
msgid "tid (%u, %u) is not valid for relation \"%s\""
msgstr "tid (%u, %u) はリレーション\"%s\"に対して妥当ではありません"
#: access/table/tableamapi.c:106
#, c-format
msgid "\"%s\" cannot be empty."
msgstr "\"%s\"は空にはできません。"
#: access/table/tableamapi.c:113 access/transam/xlogrecovery.c:4912
#, c-format
msgid "\"%s\" is too long (maximum %d characters)."
msgstr "\"%s\"が長過ぎます(最大%d文字)。"
#: access/table/tableamapi.c:136
#, c-format
msgid "table access method \"%s\" does not exist"
msgstr "テーブルアクセスメソッド\"%s\"は存在しません"
#: access/table/tableamapi.c:141
#, c-format
msgid "Table access method \"%s\" does not exist."
msgstr "テーブルアクセスメソッド\"%s\"は存在しません。"
#: access/tablesample/bernoulli.c:148 access/tablesample/system.c:151
#, c-format
msgid "sample percentage must be between 0 and 100"
msgstr "サンプリングの割合は0と100の間です"
#: access/transam/commit_ts.c:287
#, c-format
msgid "cannot retrieve commit timestamp for transaction %u"
msgstr "トランザクション%uのコミットタイムスタンプは取得できません"
#: access/transam/commit_ts.c:385
#, c-format
msgid "could not get commit timestamp data"
msgstr "コミットタイムスタンプ情報を取得できません"
#: access/transam/commit_ts.c:387
#, c-format
msgid "Make sure the configuration parameter \"%s\" is set on the primary server."
msgstr "プライマリサーバーで設定パラメータ\"%s\"がonに設定されていることを確認してください。"
#: access/transam/commit_ts.c:389
#, c-format
msgid "Make sure the configuration parameter \"%s\" is set."
msgstr "設定パラメータ\"%s\"が設定されていることを確認してください。"
#: access/transam/multixact.c:1179
#, c-format
msgid "database is not accepting commands that assign new MultiXactIds to avoid wraparound data loss in database \"%s\""
msgstr "データベース\"%s\"はMultiXactIds周回によるデータ損失を防ぐために、新規のMultiXactIdsを割り当てるコマンドを受け付けていません"
#: access/transam/multixact.c:1181 access/transam/multixact.c:1188 access/transam/multixact.c:1212 access/transam/multixact.c:1221 access/transam/varsup.c:158 access/transam/varsup.c:165
#, c-format
msgid ""
"Execute a database-wide VACUUM in that database.\n"
"You might also need to commit or roll back old prepared transactions, or drop stale replication slots."
msgstr ""
"そのデータベース全体の VACUUM を実行してください。\n"
"古い準備済みトランザクションのコミットまたはロールバック、もしくは古いレプリケーションスロットの削除も必要かもしれません。"
#: access/transam/multixact.c:1186
#, c-format
msgid "database is not accepting commands that assign new MultiXactIds to avoid wraparound data loss in database with OID %u"
msgstr "OID %u のデータベースは周回によるデータ損失を防ぐために、新規のMultiXactIdsを割り当てるコマンドを受け付けていません"
#: access/transam/multixact.c:1207 access/transam/multixact.c:2552
#, c-format
msgid "database \"%s\" must be vacuumed before %u more MultiXactId is used"
msgid_plural "database \"%s\" must be vacuumed before %u more MultiXactIds are used"
msgstr[0] "データベース\"%s\"はあと%u個のMultiXactIdが使われる前にVACUUMする必要があります"
#: access/transam/multixact.c:1216 access/transam/multixact.c:2561
#, c-format
msgid "database with OID %u must be vacuumed before %u more MultiXactId is used"
msgid_plural "database with OID %u must be vacuumed before %u more MultiXactIds are used"
msgstr[0] "OID %u のデータベースはあと%u個のMultiXactIdが使われる前にVACUUMする必要があります"
#: access/transam/multixact.c:1280
#, c-format
msgid "multixact \"members\" limit exceeded"
msgstr "マルチトランザクションの\"メンバ\"が制限を超えました"
#: access/transam/multixact.c:1281
#, c-format
msgid "This command would create a multixact with %u members, but the remaining space is only enough for %u member."
msgid_plural "This command would create a multixact with %u members, but the remaining space is only enough for %u members."
msgstr[0] "このコマンドで%u個のメンバを持つマルチトランザクションが生成されますが、残りのスペースは %u 個のメンバ分しかありません。"
#: access/transam/multixact.c:1286
#, c-format
msgid "Execute a database-wide VACUUM in database with OID %u with reduced \"vacuum_multixact_freeze_min_age\" and \"vacuum_multixact_freeze_table_age\" settings."
msgstr "\"vacuum_multixact_freeze_min_age\"と\"vacuum_multixact_freeze_table_age\"をより小さな値に設定してOID %u のデータベースでデータベース全体にVACUUMを実行してください。"
#: access/transam/multixact.c:1317
#, c-format
msgid "database with OID %u must be vacuumed before %d more multixact member is used"
msgid_plural "database with OID %u must be vacuumed before %d more multixact members are used"
msgstr[0] "OID %u のデータベースは更に%d個のマルチトランザクションメンバが使用される前にVACUUMを実行する必要があります"
#: access/transam/multixact.c:1322
#, c-format
msgid "Execute a database-wide VACUUM in that database with reduced \"vacuum_multixact_freeze_min_age\" and \"vacuum_multixact_freeze_table_age\" settings."
msgstr "\"vacuum_multixact_freeze_min_age\"'と\"vacuum_multixact_freeze_table_age\"をより小さな値に設定した上で、そのデータベースでVACUUMを実行してください。"
#: access/transam/multixact.c:1461
#, c-format
msgid "MultiXactId %u does no longer exist -- apparent wraparound"
msgstr "MultiXactId %uはもう存在しません: 周回しているようです"
#: access/transam/multixact.c:1467
#, c-format
msgid "MultiXactId %u has not been created yet -- apparent wraparound"
msgstr "MultiXactId %uを作成できませんでした: 周回している様子"
#: access/transam/multixact.c:1560
#, c-format
msgid "MultiXact %u has invalid next offset"
msgstr "MultiXact %u の次のオフセットが不正です"
#: access/transam/multixact.c:2557 access/transam/multixact.c:2566
#, c-format
msgid ""
"To avoid MultiXactId assignment failures, execute a database-wide VACUUM in that database.\n"
"You might also need to commit or roll back old prepared transactions, or drop stale replication slots."
msgstr ""
"MultiXactIdの割り当て失敗を防ぐために、このデータベースでデータベース全体に対するVACUUMを実行してください。\n"
"古い準備済みトランザクションのコミットまたはロールバック、もしくは古いレプリケーションスロットの削除も必要かもしれません。"
#: access/transam/multixact.c:2845
#, c-format
msgid "MultiXact member wraparound protections are disabled because oldest checkpointed MultiXact %u does not exist on disk"
msgstr "最古のチェックポイント済みのマルチトランザクション%uがディスク上に存在しないため、マルチトランザクションメンバーの周回防止機能を無効にしました"
#: access/transam/multixact.c:2867
#, c-format
msgid "MultiXact member wraparound protections are now enabled"
msgstr "マルチトランザクションメンバーの周回防止機能が有効になりました"
#: access/transam/multixact.c:3258
#, c-format
msgid "oldest MultiXact %u not found, earliest MultiXact %u, skipping truncation"
msgstr "最古のマルチトランザクション%uが見つかりません、アクセス可能な最古のものは%u、切り詰めをスキップします"
#: access/transam/multixact.c:3276
#, c-format
msgid "cannot truncate up to MultiXact %u because it does not exist on disk, skipping truncation"
msgstr "マルチトランザクション%uがディスク上に存在しないため、そこまでの切り詰めができません、切り詰めをスキップします"
#: access/transam/multixact.c:3293
#, c-format
msgid "cannot truncate up to MultiXact %u because it has invalid offset, skipping truncation"
msgstr "マルチトランザクション%uのオフセットが不正なため、そこまでの切り詰めができません、切り詰めをスキップします"
#: access/transam/multixact.c:3638
#, c-format
msgid "invalid MultiXactId: %u"
msgstr "不正なMultiXactId: %u"
#: access/transam/parallel.c:759 access/transam/parallel.c:878
#, c-format
msgid "parallel worker failed to initialize"
msgstr "パラレルワーカーの初期化に失敗しました"
#: access/transam/parallel.c:760 access/transam/parallel.c:879
#, c-format
msgid "More details may be available in the server log."
msgstr "詳細な情報がサーバーログにあるかもしれません。"
#: access/transam/parallel.c:940
#, c-format
msgid "postmaster exited during a parallel transaction"
msgstr "並列処理中にpostmasterが終了しました"
#: access/transam/parallel.c:1127
#, c-format
msgid "lost connection to parallel worker"
msgstr "パラレルワーカーへの接続を失いました"
#: access/transam/parallel.c:1183 access/transam/parallel.c:1185
msgid "parallel worker"
msgstr "パラレルワーカー"
#: access/transam/parallel.c:1355 replication/logical/applyparallelworker.c:897
#, c-format
msgid "could not map dynamic shared memory segment"
msgstr "動的共有メモリセグメントをマップできませんでした"
#: access/transam/parallel.c:1360 replication/logical/applyparallelworker.c:903
#, c-format
msgid "invalid magic number in dynamic shared memory segment"
msgstr "動的共有メモリセグメントのマジックナンバーが不正です"
#: access/transam/rmgr.c:93
#, c-format
msgid "resource manager with ID %d not registered"
msgstr "ID %dのリソースマネージャーは登録されていません"
#: access/transam/rmgr.c:94
#, c-format
msgid "Include the extension module that implements this resource manager in \"shared_preload_libraries\"."
msgstr "このリソースマネージャを実装する拡張モジュールを\"shared_preload_libraries\"に加えてください。"
#: access/transam/rmgr.c:110
#, c-format
msgid "custom resource manager name is invalid"
msgstr "独自リソースマネージャの名前が不正です"
#: access/transam/rmgr.c:111
#, c-format
msgid "Provide a non-empty name for the custom resource manager."
msgstr "独自リソースマネージャ名には空ではない文字列を設定してください。"
#: access/transam/rmgr.c:114
#, c-format
msgid "custom resource manager ID %d is out of range"
msgstr "独自リソースマネージャのID %dは範囲外です"
#: access/transam/rmgr.c:115
#, c-format
msgid "Provide a custom resource manager ID between %d and %d."
msgstr "独自リソースマネージャIDは%dから%dの間の値で指定してください。"
#: access/transam/rmgr.c:120 access/transam/rmgr.c:125 access/transam/rmgr.c:137
#, c-format
msgid "failed to register custom resource manager \"%s\" with ID %d"
msgstr "独自リソースマネージャ\"%s\"のID %dでの登録に失敗しました"
#: access/transam/rmgr.c:121
#, c-format
msgid "Custom resource manager must be registered while initializing modules in \"shared_preload_libraries\"."
msgstr "独自リソースマネージャは\"shared_preload_libraries\"にあるモジュールの初期化中に登録する必要があります。"
#: access/transam/rmgr.c:126
#, c-format
msgid "Custom resource manager \"%s\" already registered with the same ID."
msgstr "独自リソースマネージャ\"%s\"はすでに同一のIDで登録されています。"
#: access/transam/rmgr.c:138
#, c-format
msgid "Existing resource manager with ID %d has the same name."
msgstr "ID %d の既存の独自リソースマネージャが同じ名前です。"
#: access/transam/rmgr.c:144
#, c-format
msgid "registered custom resource manager \"%s\" with ID %d"
msgstr "独自リソースマネージャ\"%s\"をID %dで登録しました"
#: access/transam/slru.c:361
#, c-format
msgid "\"%s\" must be a multiple of %d."
msgstr "\"%s\"は%dの倍数でなければなりません。"
#: access/transam/slru.c:833
#, c-format
msgid "file \"%s\" doesn't exist, reading as zeroes"
msgstr "ファイル\"%s\"が存在しません。ゼロとして読み込みます"
#: access/transam/slru.c:1062 access/transam/slru.c:1068 access/transam/slru.c:1076 access/transam/slru.c:1081 access/transam/slru.c:1088 access/transam/slru.c:1093 access/transam/slru.c:1100 access/transam/slru.c:1107
#, c-format
msgid "could not access status of transaction %u"
msgstr "トランザクション%uのステータスにアクセスできませんでした"
#: access/transam/slru.c:1063
#, c-format
msgid "Could not open file \"%s\": %m."
msgstr "ファイル\"%s\"をオープンできませんでした: %m。"
#: access/transam/slru.c:1069
#, c-format
msgid "Could not seek in file \"%s\" to offset %d: %m."
msgstr "ファイル\"%s\"のオフセット%dにシークできませんでした: %m。"
#: access/transam/slru.c:1077
#, c-format
msgid "Could not read from file \"%s\" at offset %d: %m."
msgstr "ファイル\"%s\"のオフセット%dを読み取れませんでした: %m。"
#: access/transam/slru.c:1082
#, c-format
msgid "Could not read from file \"%s\" at offset %d: read too few bytes."
msgstr "ファイル\"%s\"のオフセット%dを読み取れませんでした: 読み込んだバイト数が足りません。"
#: access/transam/slru.c:1089
#, c-format
msgid "Could not write to file \"%s\" at offset %d: %m."
msgstr "ファイル\"%s\"のオフセット%dに書き出せませんでした: %m。"
#: access/transam/slru.c:1094
#, c-format
msgid "Could not write to file \"%s\" at offset %d: wrote too few bytes."
msgstr "ファイル\"%s\"のオフセット%dに書き出せませんでした: 書き込んだバイト数が足りません。"
#: access/transam/slru.c:1101
#, c-format
msgid "Could not fsync file \"%s\": %m."
msgstr "ファイル\"%s\"をfsyncできませんでした: %m。"
#: access/transam/slru.c:1108
#, c-format
msgid "Could not close file \"%s\": %m."
msgstr "ファイル\"%s\"をクローズできませんでした: %m。"
#: access/transam/slru.c:1434
#, c-format
msgid "could not truncate directory \"%s\": apparent wraparound"
msgstr "ディレクトリ\"%s\"を切り詰めできませんでした: 明らかに周回しています"
#: access/transam/timeline.c:163 access/transam/timeline.c:168
#, c-format
msgid "syntax error in history file: %s"
msgstr "履歴ファイル内の構文エラー: %s"
#: access/transam/timeline.c:164
#, c-format
msgid "Expected a numeric timeline ID."
msgstr "数字のタイムラインIDを想定しました。"
#: access/transam/timeline.c:169
#, c-format
msgid "Expected a write-ahead log switchpoint location."
msgstr "先行書き込みログの切り替え点の場所があるはずでした。"
#: access/transam/timeline.c:173
#, c-format
msgid "invalid data in history file: %s"
msgstr "履歴ファイル内の不正なデータ: %s"
#: access/transam/timeline.c:174
#, c-format
msgid "Timeline IDs must be in increasing sequence."
msgstr "タイムラインIDは昇順でなければなりません"
#: access/transam/timeline.c:194
#, c-format
msgid "invalid data in history file \"%s\""
msgstr "履歴ファイル\"%s\"内に不正なデータがありました"
#: access/transam/timeline.c:195
#, c-format
msgid "Timeline IDs must be less than child timeline's ID."
msgstr "タイムラインIDは子のタイムラインIDより小さくなければなりません。"
#: access/transam/timeline.c:589
#, c-format
msgid "requested timeline %u is not in this server's history"
msgstr "要求されたタイムライン%uがサーバーの履歴上に存在しません"
#: access/transam/twophase.c:368
#, c-format
msgid "transaction identifier \"%s\" is too long"
msgstr "トランザクション識別子\"%s\"は長すぎます"
#: access/transam/twophase.c:375
#, c-format
msgid "prepared transactions are disabled"
msgstr "トランザクションの準備は無効にされているためできません。"
#: access/transam/twophase.c:376
#, c-format
msgid "Set \"max_prepared_transactions\" to a nonzero value."
msgstr "\"max_prepared_transactions\"を0以外の値に設定してください。"
#: access/transam/twophase.c:395
#, c-format
msgid "transaction identifier \"%s\" is already in use"
msgstr "トランザクション識別子\"%s\"はすでに存在します"
#: access/transam/twophase.c:404 access/transam/twophase.c:2530
#, c-format
msgid "maximum number of prepared transactions reached"
msgstr "準備済みのトランザクションの最大数に達しました"
#: access/transam/twophase.c:405 access/transam/twophase.c:2531
#, c-format
msgid "Increase \"max_prepared_transactions\" (currently %d)."
msgstr "\"max_prepared_transactions\"を大きくしてください(現在は%d)。"
#: access/transam/twophase.c:580
#, c-format
msgid "prepared transaction with identifier \"%s\" is busy"
msgstr "識別子\"%s\"の準備されたトランザクションのロックが取得できません"
#: access/transam/twophase.c:586
#, c-format
msgid "permission denied to finish prepared transaction"
msgstr "準備されたトランザクションの終了が拒否されました"
#: access/transam/twophase.c:587
#, c-format
msgid "Must be superuser or the user that prepared the transaction."
msgstr "スーパーユーザーまたはこのトランザクションを準備したユーザーである必要があります。"
#: access/transam/twophase.c:598
#, c-format
msgid "prepared transaction belongs to another database"
msgstr "準備されたトランザクションは別のデータベースに属しています"
#: access/transam/twophase.c:599
#, c-format
msgid "Connect to the database where the transaction was prepared to finish it."
msgstr "終了させるためにはこのトランザクションを準備したデータベースに接続してください。"
#: access/transam/twophase.c:614
#, c-format
msgid "prepared transaction with identifier \"%s\" does not exist"
msgstr "識別子\"%s\"の準備されたトランザクションはありません"
#: access/transam/twophase.c:1174
#, c-format
msgid "two-phase state file maximum length exceeded"
msgstr "2相状態ファイルの最大長が制限を超えました"
#: access/transam/twophase.c:1329
#, c-format
msgid "incorrect size of file \"%s\": %lld byte"
msgid_plural "incorrect size of file \"%s\": %lld bytes"
msgstr[0] "ファイル\"%s\"のサイズが不正: %lld バイト"
#: access/transam/twophase.c:1338
#, c-format
msgid "incorrect alignment of CRC offset for file \"%s\""
msgstr "ファイル\"%s\"のCRCオフセットのアライメントが不正です"
#: access/transam/twophase.c:1356
#, c-format
msgid "could not read file \"%s\": read %d of %lld"
msgstr "ファイル\"%1$s\"を読み込めませんでした: %3$lldバイトのうち%2$dバイトを読み込みました"
#: access/transam/twophase.c:1371
#, c-format
msgid "invalid magic number stored in file \"%s\""
msgstr "ファイル\"%s\"に格納されているマジックナンバーが不正です"
#: access/transam/twophase.c:1377
#, c-format
msgid "invalid size stored in file \"%s\""
msgstr "ファイル\"%s\"内に格納されているサイズが不正です"
#: access/transam/twophase.c:1389
#, c-format
msgid "calculated CRC checksum does not match value stored in file \"%s\""
msgstr "算出されたCRCチェックサムがファイル\"%s\"に格納されている値と一致しません"
#: access/transam/twophase.c:1419 access/transam/xlogrecovery.c:572 postmaster/walsummarizer.c:939 replication/logical/logical.c:213 replication/walsender.c:826
#, c-format
msgid "Failed while allocating a WAL reading processor."
msgstr "WALリーダの割り当てに中に失敗しました。"
#: access/transam/twophase.c:1429
#, c-format
msgid "could not read two-phase state from WAL at %X/%X: %s"
msgstr "WALの%X/%Xから2相状態を読み取れませんでした: %s"
#: access/transam/twophase.c:1434
#, c-format
msgid "could not read two-phase state from WAL at %X/%X"
msgstr "WALの%X/%Xから2相状態を読み取れませんでした"
#: access/transam/twophase.c:1442
#, c-format
msgid "expected two-phase state data is not present in WAL at %X/%X"
msgstr "WALの%X/%Xにあるはずの2相状態のデータがありません"
#: access/transam/twophase.c:1744
#, c-format
msgid "could not recreate file \"%s\": %m"
msgstr "ファイル\"%s\"を再作成できませんでした: %m"
#: access/transam/twophase.c:1871
#, c-format
msgid "%u two-phase state file was written for a long-running prepared transaction"
msgid_plural "%u two-phase state files were written for long-running prepared transactions"
msgstr[0] "長時間実行中の準備済みトランザクションのために%u個の2相状態ファイルが書き込まれました"
#: access/transam/twophase.c:2106
#, c-format
msgid "recovering prepared transaction %u from shared memory"
msgstr "共有メモリから準備済みトランザクション%uを復元します"
#: access/transam/twophase.c:2199
#, c-format
msgid "removing stale two-phase state file for transaction %u"
msgstr "不要になったトランザクション%uの2相状態ファイルを削除します"
#: access/transam/twophase.c:2206
#, c-format
msgid "removing stale two-phase state from memory for transaction %u"
msgstr "不要になったトランザクション%uの2相状態をメモリから削除します"
#: access/transam/twophase.c:2219
#, c-format
msgid "removing future two-phase state file for transaction %u"
msgstr "トランザクション%uの未来の2相状態ファイルを削除します"
#: access/transam/twophase.c:2226
#, c-format
msgid "removing future two-phase state from memory for transaction %u"
msgstr "未来のトランザクション%uの2相状態をメモリから削除します"
#: access/transam/twophase.c:2251
#, c-format
msgid "corrupted two-phase state file for transaction %u"
msgstr "トランザクション%uの2相状態ファイルが破損しています"
#: access/transam/twophase.c:2256
#, c-format
msgid "corrupted two-phase state in memory for transaction %u"
msgstr "メモリ上にあるトランザクション%uの2相状態が破損しています"
#: access/transam/twophase.c:2513
#, c-format
msgid "could not recover two-phase state file for transaction %u"
msgstr "トランザクション%uの2相状態ファイルを復元できませんでした"
#: access/transam/twophase.c:2515
#, c-format
msgid "Two-phase state file has been found in WAL record %X/%X, but this transaction has already been restored from disk."
msgstr "2相状態ファイルがWALレコード%X/%Xで見つかりましたが、このトランザクションはすでにディスクから復元済みです。"
#: access/transam/twophase.c:2523 storage/file/fd.c:514 utils/fmgr/dfmgr.c:214
#, c-format
msgid "could not access file \"%s\": %m"
msgstr "ファイル\"%s\"にアクセスできませんでした: %m"
#: access/transam/varsup.c:156
#, c-format
msgid "database is not accepting commands that assign new transaction IDs to avoid wraparound data loss in database \"%s\""
msgstr "データベース\"%s\"はXID周回によるデータ損失を防ぐために、新規のトランザクションIDを割り当てるコマンドを受け付けていません"
#: access/transam/varsup.c:163
#, c-format
msgid "database is not accepting commands that assign new transaction IDs to avoid wraparound data loss in database with OID %u"
msgstr "OID %u を持つデータベースは周回によるデータ損失を防ぐために、新規のトランザクションIDを割り当てるマンドを受け付けていません"
#: access/transam/varsup.c:175 access/transam/varsup.c:490
#, c-format
msgid "database \"%s\" must be vacuumed within %u transactions"
msgstr "データベース\"%s\"は%uトランザクション以内にVACUUMする必要があります"
#: access/transam/varsup.c:178
#, c-format
msgid ""
"To avoid transaction ID assignment failures, execute a database-wide VACUUM in that database.\n"
"You might also need to commit or roll back old prepared transactions, or drop stale replication slots."
msgstr ""
"トランザクションIDの割り当て失敗を防ぐために、このデータベースでデータベース全体の VACUUM を実行してください。\n"
"古い準備済みトランザクションのコミットまたはロールバック、もしくは古いレプリケーションスロットの削除も必要かもしれません。"
#: access/transam/varsup.c:182 access/transam/varsup.c:497
#, c-format
msgid "database with OID %u must be vacuumed within %u transactions"
msgstr "OID %uのデータベースは%uトランザクション以内にVACUUMを実行する必要があります"
#: access/transam/varsup.c:185 access/transam/varsup.c:493 access/transam/varsup.c:500
#, c-format
msgid ""
"To avoid XID assignment failures, execute a database-wide VACUUM in that database.\n"
"You might also need to commit or roll back old prepared transactions, or drop stale replication slots."
msgstr ""
"XIDの割り当て失敗を防ぐために、このデータベースでデータベース全体の VACUUM を実行してください。\n"
"古い準備済みトランザクションのコミットまたはロールバック、もしくは古いレプリケーションスロットの削除も必要かもしれません。"
#: access/transam/xact.c:652
#, c-format
msgid "cannot assign transaction IDs during a parallel operation"
msgstr "並列処理中にトランザクションIDの割り当てはできません"
#: access/transam/xact.c:843
#, c-format
msgid "cannot modify data in a parallel worker"
msgstr "並列ワーカーではデータの更新はできません"
#: access/transam/xact.c:1118
#, c-format
msgid "cannot start commands during a parallel operation"
msgstr "並列処理中にはコマンドは起動できません"
#: access/transam/xact.c:1126
#, c-format
msgid "cannot have more than 2^32-2 commands in a transaction"
msgstr "1トランザクション内では 2^32-2 個より多くのコマンドを実行できません"
#: access/transam/xact.c:1695
#, c-format
msgid "maximum number of committed subtransactions (%d) exceeded"
msgstr "コミットされたサブトランザクション数の最大値(%d)が制限を越えました"
#: access/transam/xact.c:2616
#, c-format
msgid "cannot PREPARE a transaction that has operated on temporary objects"
msgstr "一時オブジェクトに対する操作を行ったトランザクションをPREPAREすることはできません"
#: access/transam/xact.c:2626
#, c-format
msgid "cannot PREPARE a transaction that has exported snapshots"
msgstr "エクスポートされたスナップショットを持つトランザクションをPREPAREすることはできません"
#. translator: %s represents an SQL statement name
#: access/transam/xact.c:3657
#, c-format
msgid "%s cannot run inside a transaction block"
msgstr "%sはトランザクションブロックの内側では実行できません"
#. translator: %s represents an SQL statement name
#: access/transam/xact.c:3667
#, c-format
msgid "%s cannot run inside a subtransaction"
msgstr "%sはサブトランザクションブロックの内側では実行できません"
#. translator: %s represents an SQL statement name
#: access/transam/xact.c:3677
#, c-format
msgid "%s cannot be executed from a function"
msgstr "%s は関数内での実行はできません"
#. translator: %s represents an SQL statement name
#: access/transam/xact.c:3748 access/transam/xact.c:4070 access/transam/xact.c:4149 access/transam/xact.c:4272 access/transam/xact.c:4423 access/transam/xact.c:4492 access/transam/xact.c:4603
#, c-format
msgid "%s can only be used in transaction blocks"
msgstr "%sはトランザクションブロック内でのみ使用できます"
#: access/transam/xact.c:3956
#, c-format
msgid "there is already a transaction in progress"
msgstr "すでにトランザクションが実行中です"
#: access/transam/xact.c:4075 access/transam/xact.c:4154 access/transam/xact.c:4277
#, c-format
msgid "there is no transaction in progress"
msgstr "実行中のトランザクションがありません"
#: access/transam/xact.c:4165
#, c-format
msgid "cannot commit during a parallel operation"
msgstr "並列処理中にはコミットはできません"
#: access/transam/xact.c:4288
#, c-format
msgid "cannot abort during a parallel operation"
msgstr "パラレル処理中にロールバックはできません"
#: access/transam/xact.c:4387
#, c-format
msgid "cannot define savepoints during a parallel operation"
msgstr "パラレル処理中にセーブポイントは定義できません"
#: access/transam/xact.c:4474
#, c-format
msgid "cannot release savepoints during a parallel operation"
msgstr "並列処理中はセーブポイントの解放はできません"
#: access/transam/xact.c:4484 access/transam/xact.c:4535 access/transam/xact.c:4595 access/transam/xact.c:4644
#, c-format
msgid "savepoint \"%s\" does not exist"
msgstr "セーブポイント\"%s\"は存在しません"
#: access/transam/xact.c:4541 access/transam/xact.c:4650
#, c-format
msgid "savepoint \"%s\" does not exist within current savepoint level"
msgstr "セーブポイント\"%s\"は現在のセーブポイントレベルには存在しません"
#: access/transam/xact.c:4583
#, c-format
msgid "cannot rollback to savepoints during a parallel operation"
msgstr "パラレル処理中にセーブポイントのロールバックはできません"
#: access/transam/xact.c:5438
#, c-format
msgid "cannot have more than 2^32-1 subtransactions in a transaction"
msgstr "1トランザクション内には 2^32-1 個より多くのサブトランザクションを作成できません"
#: access/transam/xlog.c:1544
#, c-format
msgid "request to flush past end of generated WAL; request %X/%X, current position %X/%X"
msgstr "生成されたWALより先の位置までのフラッシュ要求; 要求 %X/%X, 現在位置 %X/%X"
#: access/transam/xlog.c:1771
#, c-format
msgid "cannot read past end of generated WAL: requested %X/%X, current position %X/%X"
msgstr "生成されたWALより先の位置までの読み込み要求; 要求 %X/%X, 現在位置 %X/%X"
#: access/transam/xlog.c:2218 access/transam/xlog.c:4547
#, c-format
msgid "The WAL segment size must be a power of two between 1 MB and 1 GB."
msgstr "WALセグメントサイズは1MBから1GBまでの間の2の累乗でなければなりません。"
#: access/transam/xlog.c:2454
#, c-format
msgid "could not write to log file \"%s\" at offset %u, length %zu: %m"
msgstr "ログファイル \"%s\" のオフセット%uに長さ%zuの書き込みができませんでした: %m"
#: access/transam/xlog.c:3740 access/transam/xlogutils.c:820 replication/walsender.c:3088
#, c-format
msgid "requested WAL segment %s has already been removed"
msgstr "要求された WAL セグメント %s はすでに削除されています"
#: access/transam/xlog.c:4062
#, c-format
msgid "could not rename file \"%s\": %m"
msgstr "ファイル\"%s\"の名前を変更できませんでした: %m"
#: access/transam/xlog.c:4105 access/transam/xlog.c:4116 access/transam/xlog.c:4137
#, c-format
msgid "required WAL directory \"%s\" does not exist"
msgstr "WALディレクトリ\"%s\"は存在しません"
#: access/transam/xlog.c:4122 access/transam/xlog.c:4143
#, c-format
msgid "creating missing WAL directory \"%s\""
msgstr "なかったWALディレクトリ\"%s\"を作成しています"
#: access/transam/xlog.c:4126 access/transam/xlog.c:4146 commands/dbcommands.c:3302
#, c-format
msgid "could not create missing directory \"%s\": %m"
msgstr "なかったディレクトリ\"%s\"の作成に失敗しました: %m"
#: access/transam/xlog.c:4213
#, c-format
msgid "could not generate secret authorization token"
msgstr "秘密の認証トークンを生成できませんでした"
#: access/transam/xlog.c:4391 access/transam/xlog.c:4401 access/transam/xlog.c:4427 access/transam/xlog.c:4437 access/transam/xlog.c:4447 access/transam/xlog.c:4453 access/transam/xlog.c:4463 access/transam/xlog.c:4473 access/transam/xlog.c:4483 access/transam/xlog.c:4493 access/transam/xlog.c:4503 access/transam/xlog.c:4513 access/transam/xlog.c:4525 access/transam/xlog.c:4533 utils/init/miscinit.c:1818
#, c-format
msgid "database files are incompatible with server"
msgstr "データベースファイルがサーバーと互換性がありません"
#: access/transam/xlog.c:4392
#, c-format
msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)."
msgstr "データベースクラスタはPG_CONTROL_VERSION %d (0x%08x)で初期化されましたが、サーバーはPG_CONTROL_VERSION %d (0x%08x)でコンパイルされています。"
#: access/transam/xlog.c:4396
#, c-format
msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb."
msgstr "これはバイトオーダの不整合の可能性があります。initdbを実行する必要がありそうです。"
#: access/transam/xlog.c:4402
#, c-format
msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d."
msgstr "データベースクラスタはPG_CONTROL_VERSION %d で初期化されましたが、サーバーは PG_CONTROL_VERSION %d でコンパイルされています。"
#: access/transam/xlog.c:4405 access/transam/xlog.c:4433 access/transam/xlog.c:4443 access/transam/xlog.c:4449
#, c-format
msgid "It looks like you need to initdb."
msgstr "initdbが必要のようです。"
#: access/transam/xlog.c:4417
#, c-format
msgid "incorrect checksum in control file"
msgstr "制御ファイル内のチェックサムが不正です"
#. translator: %s is a variable name and %d is its value
#: access/transam/xlog.c:4429 access/transam/xlog.c:4439 access/transam/xlog.c:4455 access/transam/xlog.c:4465 access/transam/xlog.c:4475 access/transam/xlog.c:4485 access/transam/xlog.c:4495 access/transam/xlog.c:4505 access/transam/xlog.c:4515
#, c-format
msgid "The database cluster was initialized with %s %d, but the server was compiled with %s %d."
msgstr "データベースクラスタは %s %d で初期化されましたが、サーバーは %s %d でコンパイルされています。"
#: access/transam/xlog.c:4448
#, c-format
msgid "The database cluster appears to use a different floating-point number format than the server executable."
msgstr "データベースクラスタはサーバー実行ファイルと異なる浮動小数点書式を使用しているようです。"
#: access/transam/xlog.c:4459 access/transam/xlog.c:4469 access/transam/xlog.c:4479 access/transam/xlog.c:4489 access/transam/xlog.c:4499 access/transam/xlog.c:4509 access/transam/xlog.c:4519 access/transam/xlog.c:4528 access/transam/xlog.c:4536
#, c-format
msgid "It looks like you need to recompile or initdb."
msgstr "再コンパイルもしくは initdb が必要そうです。"
#: access/transam/xlog.c:4526
#, c-format
msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL."
msgstr "データベースクラスタは USE_FLOAT8_BYVAL なしで初期化されましたが、サーバー側は USE_FLOAT8_BYVAL 付きでコンパイルされています。"
#: access/transam/xlog.c:4534
#, c-format
msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL."
msgstr "データベースクラスタは USE_FLOAT8_BYVAL 付きで初期化されましたが、サーバー側は USE_FLOAT8_BYVAL なしでコンパイルされています。"
#: access/transam/xlog.c:4543
#, c-format
msgid "invalid WAL segment size in control file (%d byte)"
msgid_plural "invalid WAL segment size in control file (%d bytes)"
msgstr[0] "制御ファイル中の不正なWALセグメントサイズ (%dバイト)"
#. translator: both %s are GUC names
#: access/transam/xlog.c:4557 access/transam/xlog.c:4563
#, c-format
msgid "\"%s\" must be at least twice \"%s\""
msgstr "\"%s\"は\"%s\"の2倍以上でなければなりません"
#: access/transam/xlog.c:4725 catalog/namespace.c:4699 commands/tablespace.c:1210 commands/user.c:2531 commands/variable.c:72 replication/slot.c:2768 tcop/postgres.c:3626 utils/error/elog.c:2257
#, c-format
msgid "List syntax is invalid."
msgstr "リスト文法が無効です"
#: access/transam/xlog.c:4771 commands/user.c:2547 commands/variable.c:173 tcop/postgres.c:3642 utils/error/elog.c:2283
#, c-format
msgid "Unrecognized key word: \"%s\"."
msgstr "不明なキーワードです: \"%s\""
#: access/transam/xlog.c:5194
#, c-format
msgid "could not write bootstrap write-ahead log file: %m"
msgstr "ブートストラップの先行書き込みログファイルに書き込めませんでした: %m"
#: access/transam/xlog.c:5202
#, c-format
msgid "could not fsync bootstrap write-ahead log file: %m"
msgstr "ブートストラップの先行書き込みログファイルをfsyncできませんでした: %m"
#: access/transam/xlog.c:5208
#, c-format
msgid "could not close bootstrap write-ahead log file: %m"
msgstr "ブートストラップの先行書き込みログファイルをクローズできませんでした: %m"
#: access/transam/xlog.c:5433
#, c-format
msgid "WAL was generated with \"wal_level=minimal\", cannot continue recovering"
msgstr "\"wal_level=minimal\"でWALが生成されました、リカバリは続行不可です"
#: access/transam/xlog.c:5434
#, c-format
msgid "This happens if you temporarily set \"wal_level=minimal\" on the server."
msgstr "これはこのサーバーで一時的に\"wal_level=minimal\"にした場合に起こります。"
#: access/transam/xlog.c:5435
#, c-format
msgid "Use a backup taken after setting \"wal_level\" to higher than \"minimal\"."
msgstr "\"wal_level\"を\"minimal\"より上位に設定したあとに取得したバックアップを使用してください。"
#: access/transam/xlog.c:5500
#, c-format
msgid "control file contains invalid checkpoint location"
msgstr "制御ファイル内のチェックポイント位置が不正です"
#: access/transam/xlog.c:5511
#, c-format
msgid "database system was shut down at %s"
msgstr "データベースシステムは %s にシャットダウンしました"
#: access/transam/xlog.c:5517
#, c-format
msgid "database system was shut down in recovery at %s"
msgstr "データベースシステムはリカバリ中 %s にシャットダウンしました"
#: access/transam/xlog.c:5523
#, c-format
msgid "database system shutdown was interrupted; last known up at %s"
msgstr "データベースシステムはシャットダウン中に中断されました; %s まで動作していたことは確認できます"
#: access/transam/xlog.c:5529
#, c-format
msgid "database system was interrupted while in recovery at %s"
msgstr "データベースシステムはリカバリ中 %s に中断されました"
#: access/transam/xlog.c:5531
#, c-format
msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery."
msgstr "これはおそらくデータ破損があり、リカバリのために直前のバックアップを使用しなければならないことを意味します。"
#: access/transam/xlog.c:5537
#, c-format
msgid "database system was interrupted while in recovery at log time %s"
msgstr "データベースシステムはリカバリ中ログ時刻 %s に中断されました"
#: access/transam/xlog.c:5539
#, c-format
msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target."
msgstr "これが1回以上起きた場合はデータが破損している可能性があるため、より以前のリカバリ目標を選ぶ必要があるかもしれません。"
#: access/transam/xlog.c:5545
#, c-format
msgid "database system was interrupted; last known up at %s"
msgstr "データベースシステムは中断されました: %s まで動作していたことは確認できます"
#: access/transam/xlog.c:5552
#, c-format
msgid "control file contains invalid database cluster state"
msgstr "制御ファイル内のデータベース・クラスタ状態が不正です"
#: access/transam/xlog.c:5940
#, c-format
msgid "WAL ends before end of online backup"
msgstr "オンラインバックアップの終了より前にWALが終了しました"
#: access/transam/xlog.c:5941
#, c-format
msgid "All WAL generated while online backup was taken must be available at recovery."
msgstr "オンラインバックアップ中に生成されたすべてのWALがリカバリで利用可能である必要があります。"
#: access/transam/xlog.c:5945
#, c-format
msgid "WAL ends before consistent recovery point"
msgstr "WALが一貫性があるリカバリポイントより前で終了しました"
#: access/transam/xlog.c:5991
#, c-format
msgid "selected new timeline ID: %u"
msgstr "新しいタイムラインIDを選択: %u"
#: access/transam/xlog.c:6024
#, c-format
msgid "archive recovery complete"
msgstr "アーカイブリカバリが完了しました"
#: access/transam/xlog.c:6653
#, c-format
msgid "shutting down"
msgstr "シャットダウンしています"
#. translator: the placeholders show checkpoint options
#: access/transam/xlog.c:6692
#, c-format
msgid "restartpoint starting:%s%s%s%s%s%s%s%s"
msgstr "リスタートポイント開始:%s%s%s%s%s%s%s%s"
#. translator: the placeholders show checkpoint options
#: access/transam/xlog.c:6704
#, c-format
msgid "checkpoint starting:%s%s%s%s%s%s%s%s"
msgstr "チェックポイント開始:%s%s%s%s%s%s%s%s"
#: access/transam/xlog.c:6769
#, c-format
msgid "restartpoint complete: wrote %d buffers (%.1f%%), wrote %d SLRU buffers; %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB; lsn=%X/%X, redo lsn=%X/%X"
msgstr "リスタートポイント完了: %d個のバッファを出力 (%.1f%%), %d個のSLRUバッファを出力; %d個のWALファイルを追加、%d個を削除、%d個を再利用; 書き出し=%ld.%03d秒, 同期=%ld.%03d秒, 全体=%ld.%03d秒; 同期したファイル=%d, 最長=%ld.%03d秒, 平均=%ld.%03d秒; 距離=%d kB, 予測=%d kB; lsn=%X/%X, 再生lsn=%X/%X"
#: access/transam/xlog.c:6793
#, c-format
msgid "checkpoint complete: wrote %d buffers (%.1f%%), wrote %d SLRU buffers; %d WAL file(s) added, %d removed, %d recycled; write=%ld.%03d s, sync=%ld.%03d s, total=%ld.%03d s; sync files=%d, longest=%ld.%03d s, average=%ld.%03d s; distance=%d kB, estimate=%d kB; lsn=%X/%X, redo lsn=%X/%X"
msgstr "チェックポイント完了: %d個のバッファを出力 (%.1f%%), %d個のSLRUバッファを出力; %d個のWALファイルを追加、%d個を削除、%d個を再利用; 書き出し=%ld.%03d秒, 同期=%ld.%03d秒, 全体=%ld.%03d秒; 同期したファイル=%d, 最長=%ld.%03d秒, 平均=%ld.%03d秒; 距離=%d kB, 予測=%d kB; lsn=%X/%X, 再生lsn=%X/%X"
#: access/transam/xlog.c:7279
#, c-format
msgid "concurrent write-ahead log activity while database system is shutting down"
msgstr "データベースのシャットダウンに並行して、先行書き込みログが発生しました"
#: access/transam/xlog.c:7871
#, c-format
msgid "recovery restart point at %X/%X"
msgstr "リカバリ再開ポイントは%X/%Xです"
#: access/transam/xlog.c:7873
#, c-format
msgid "Last completed transaction was at log time %s."
msgstr "最後に完了したトランザクションはログ時刻 %s のものです"
#: access/transam/xlog.c:8137
#, c-format
msgid "restore point \"%s\" created at %X/%X"
msgstr "復帰ポイント\"%s\"が%X/%Xに作成されました"
#: access/transam/xlog.c:8344
#, c-format
msgid "online backup was canceled, recovery cannot continue"
msgstr "オンラインバックアップはキャンセルされ、リカバリを継続できません"
#: access/transam/xlog.c:8402
#, c-format
msgid "unexpected timeline ID %u (should be %u) in shutdown checkpoint record"
msgstr "シャットダウンチェックポイントレコードにおいて想定外のタイムラインID %u(%uのはず)がありました"
#: access/transam/xlog.c:8468
#, c-format
msgid "unexpected timeline ID %u (should be %u) in online checkpoint record"
msgstr "オンラインチェックポイントレコードにおいて想定外のタイムラインID %u(%uのはず)がありました"
#: access/transam/xlog.c:8505
#, c-format
msgid "unexpected timeline ID %u (should be %u) in end-of-recovery record"
msgstr "リカバリ終了チェックポイントレコードにおいて想定外のタイムラインID %u(%uのはず)がありました"
#: access/transam/xlog.c:8775
#, c-format
msgid "could not fsync write-through file \"%s\": %m"
msgstr "ライトスルーファイル\"%s\"をfsyncできませんでした: %m"
#: access/transam/xlog.c:8780
#, c-format
msgid "could not fdatasync file \"%s\": %m"
msgstr "ファイル\"%s\"をfdatasyncできませんでした: %m"
#: access/transam/xlog.c:8857 access/transam/xlog.c:9193
#, c-format
msgid "WAL level not sufficient for making an online backup"
msgstr "オンラインバックアップを行うにはWALレベルが不十分です"
#: access/transam/xlog.c:8858 access/transam/xlog.c:9194 access/transam/xlogfuncs.c:249
#, c-format
msgid "\"wal_level\" must be set to \"replica\" or \"logical\" at server start."
msgstr "サーバーの開始時に\"wal_level\"を\"replica\"または \"logical\"にセットする必要があります。"
#: access/transam/xlog.c:8863
#, c-format
msgid "backup label too long (max %d bytes)"
msgstr "バックアップラベルが長すぎます (最大%dバイト)"
#: access/transam/xlog.c:8984
#, c-format
msgid "WAL generated with \"full_page_writes=off\" was replayed since last restartpoint"
msgstr "\"full_page_writes=off\"で生成されたWALが最終リスタートポイント以降に再生されました"
#: access/transam/xlog.c:8986 access/transam/xlog.c:9282
#, c-format
msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable \"full_page_writes\" and run CHECKPOINT on the primary, and then try an online backup again."
msgstr "つまりこのスタンバイで取得されたバックアップは破損しており、使用すべきではありません。プライマリで\"full_page_writes\"を有効にしCHECKPOINTを実行したのち、再度オンラインバックアップを試行してください。"
#: access/transam/xlog.c:9066 backup/basebackup.c:1419 utils/adt/misc.c:354
#, c-format
msgid "could not read symbolic link \"%s\": %m"
msgstr "シンボリックリンク\"%s\"を読めませんでした: %m"
#: access/transam/xlog.c:9073 backup/basebackup.c:1424 utils/adt/misc.c:359
#, c-format
msgid "symbolic link \"%s\" target is too long"
msgstr "シンボリックリンク\"%s\"の参照先が長すぎます"
#: access/transam/xlog.c:9232 backup/basebackup.c:1283
#, c-format
msgid "the standby was promoted during online backup"
msgstr "オンラインバックアップ中にスタンバイが昇格しました"
#: access/transam/xlog.c:9233 backup/basebackup.c:1284
#, c-format
msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup."
msgstr "つまり取得中のバックアップは破損しているため使用してはいけません。再度オンラインバックアップを取得してください。"
#: access/transam/xlog.c:9280
#, c-format
msgid "WAL generated with \"full_page_writes=off\" was replayed during online backup"
msgstr "\"full_page_writes=off\"で生成されたWALがオンラインバックアップ中に再生されました"
#: access/transam/xlog.c:9396
#, c-format
msgid "base backup done, waiting for required WAL segments to be archived"
msgstr "ベースバックアップ完了、必要な WAL セグメントがアーカイブされるのを待っています"
#: access/transam/xlog.c:9410
#, c-format
msgid "still waiting for all required WAL segments to be archived (%d seconds elapsed)"
msgstr "まだ必要なすべての WAL セグメントがアーカイブされるのを待っています(%d 秒経過)"
#: access/transam/xlog.c:9412
#, c-format
msgid "Check that your \"archive_command\" is executing properly. You can safely cancel this backup, but the database backup will not be usable without all the WAL segments."
msgstr "\"archive_command\"が正しく実行されていることを確認してください。バックアップ処理は安全に取り消すことができますが、全てのWALセグメントがそろわなければこのバックアップは利用できません。"
#: access/transam/xlog.c:9419
#, c-format
msgid "all required WAL segments have been archived"
msgstr "必要なすべての WAL セグメントがアーカイブされました"
#: access/transam/xlog.c:9423
#, c-format
msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup"
msgstr "WAL アーカイブが有効になっていません。バックアップを完了させるには、すべての必要なWALセグメントが他の方法でコピーされたことを確認してください。"
#: access/transam/xlog.c:9462
#, c-format
msgid "aborting backup due to backend exiting before pg_backup_stop was called"
msgstr "バックエンドがpg_backup_stopの呼び出し前に終了したため、バックアップは異常終了しました"
#: access/transam/xlogarchive.c:213
#, c-format
msgid "archive file \"%s\" has wrong size: %lld instead of %lld"
msgstr "アーカイブファイル\"%s\"のサイズが不正です: %lld、正しくは%lld"
#: access/transam/xlogarchive.c:222
#, c-format
msgid "restored log file \"%s\" from archive"
msgstr "ログファイル\"%s\"をアーカイブからリストアしました"
#: access/transam/xlogarchive.c:236
#, c-format
msgid "\"restore_command\" returned a zero exit status, but stat() failed."
msgstr "\"restore_command\"が終了ステータス0を返却しましたが、stat()が失敗しました。"
#: access/transam/xlogarchive.c:268
#, c-format
msgid "could not restore file \"%s\" from archive: %s"
msgstr "ファイル\"%s\"をアーカイブから復元できませんでした: %s"
#. translator: First %s represents a postgresql.conf parameter name like
#. "recovery_end_command", the 2nd is the value of that parameter, the
#. third an already translated error message.
#: access/transam/xlogarchive.c:346
#, c-format
msgid "%s \"%s\": %s"
msgstr "%s \"%s\": %s"
#: access/transam/xlogarchive.c:456 access/transam/xlogarchive.c:536
#, c-format
msgid "could not create archive status file \"%s\": %m"
msgstr "アーカイブステータスファイル\"%s\"を作成できませんでした: %m"
#: access/transam/xlogarchive.c:464 access/transam/xlogarchive.c:544
#, c-format
msgid "could not write archive status file \"%s\": %m"
msgstr "アーカイブステータスファイル\"%s\"に書き込めませんでした: %m"
#: access/transam/xlogfuncs.c:70 backup/basebackup.c:999
#, c-format
msgid "a backup is already in progress in this session"
msgstr "このセッションではすでにバックアップが進行中です"
#: access/transam/xlogfuncs.c:141
#, c-format
msgid "backup is not in progress"
msgstr "バックアップが進行中ではありません"
#: access/transam/xlogfuncs.c:142
#, c-format
msgid "Did you call pg_backup_start()?"
msgstr "pg_backup_start()を呼び出しましたか?"
#: access/transam/xlogfuncs.c:185 access/transam/xlogfuncs.c:243 access/transam/xlogfuncs.c:282 access/transam/xlogfuncs.c:303 access/transam/xlogfuncs.c:324
#, c-format
msgid "WAL control functions cannot be executed during recovery."
msgstr "リカバリ中はWAL制御関数は実行できません。"
#: access/transam/xlogfuncs.c:210 access/transam/xlogfuncs.c:390 access/transam/xlogfuncs.c:448
#, c-format
msgid "%s cannot be executed during recovery."
msgstr "リカバリ中は %s を実行できません。"
#: access/transam/xlogfuncs.c:216
#, c-format
msgid "pg_log_standby_snapshot() can only be used if \"wal_level\" >= \"replica\""
msgstr "pg_log_standby_snapshot()は\"wal_level >= replica\"のときだけ使用できます"
#: access/transam/xlogfuncs.c:248
#, c-format
msgid "WAL level not sufficient for creating a restore point"
msgstr "リストアポイントを作るにはWALレベルが不足しています"
#: access/transam/xlogfuncs.c:256
#, c-format
msgid "value too long for restore point (maximum %d characters)"
msgstr "リストアポイントとしては値が長すぎます(最大%d文字)"
#: access/transam/xlogfuncs.c:487
#, c-format
msgid "invalid WAL file name \"%s\""
msgstr "WALファイル名\"%s\"は不正です"
#: access/transam/xlogfuncs.c:523 access/transam/xlogfuncs.c:553 access/transam/xlogfuncs.c:577 access/transam/xlogfuncs.c:600 access/transam/xlogfuncs.c:680
#, c-format
msgid "recovery is not in progress"
msgstr "リカバリが進行中ではありません"
#: access/transam/xlogfuncs.c:524 access/transam/xlogfuncs.c:554 access/transam/xlogfuncs.c:578 access/transam/xlogfuncs.c:601 access/transam/xlogfuncs.c:681
#, c-format
msgid "Recovery control functions can only be executed during recovery."
msgstr "リカバリ制御関数はリカバリ中にのみ実行可能です。"
#: access/transam/xlogfuncs.c:529 access/transam/xlogfuncs.c:559
#, c-format
msgid "standby promotion is ongoing"
msgstr "スタンバイの昇格を実行中です"
#: access/transam/xlogfuncs.c:530 access/transam/xlogfuncs.c:560
#, c-format
msgid "%s cannot be executed after promotion is triggered."
msgstr "%sは昇格を開始した後には実行できません。"
#: access/transam/xlogfuncs.c:686
#, c-format
msgid "\"wait_seconds\" must not be negative or zero"
msgstr "\"wait_seconds\"は負の値もしくはゼロにはできません"
#: access/transam/xlogfuncs.c:708 storage/ipc/signalfuncs.c:293
#, c-format
msgid "failed to send signal to postmaster: %m"
msgstr "postmasterにシグナルを送信できませんでした: %m"
#: access/transam/xlogfuncs.c:740 libpq/be-secure.c:241 libpq/be-secure.c:350
#, c-format
msgid "terminating connection due to unexpected postmaster exit"
msgstr "予期しないpostmasterの終了のため、コネクションを終了します"
#: access/transam/xlogfuncs.c:741
#, c-format
msgid "while waiting on promotion"
msgstr "昇格の待機中"
#: access/transam/xlogfuncs.c:745
#, c-format
msgid "server did not promote within %d second"
msgid_plural "server did not promote within %d seconds"
msgstr[0] "サーバーは%d秒以内に昇格しませんでした"
#: access/transam/xlogprefetcher.c:1086
#, c-format
msgid "\"recovery_prefetch\" is not supported on platforms that lack support for issuing read-ahead advice."
msgstr "\"recovery_prefetch\"は先読み指示の発行をサポートしないプラットフォームではサポートされません。"
#: access/transam/xlogreader.c:620
#, c-format
msgid "invalid record offset at %X/%X: expected at least %u, got %u"
msgstr "%X/%Xのレコードオフセットが不正です:最低でも%uを期待していましたが、実際は%uでした"
#: access/transam/xlogreader.c:629
#, c-format
msgid "contrecord is requested by %X/%X"
msgstr "%X/%Xでは継続レコードが必要です"
#: access/transam/xlogreader.c:670 access/transam/xlogreader.c:1145
#, c-format
msgid "invalid record length at %X/%X: expected at least %u, got %u"
msgstr "%X/%Xのレコード長が不正です:長さは最低でも%uを期待していましたが、実際は%uでした"
#: access/transam/xlogreader.c:760
#, c-format
msgid "there is no contrecord flag at %X/%X"
msgstr "%X/%Xでcontrecordフラグがありません"
#: access/transam/xlogreader.c:773
#, c-format
msgid "invalid contrecord length %u (expected %lld) at %X/%X"
msgstr "%3$X/%4$Xの継続レコードの長さ%1$u(正しくは%2$lld)は不正です"
#: access/transam/xlogreader.c:1153
#, c-format
msgid "invalid resource manager ID %u at %X/%X"
msgstr "%2$X/%3$XのリソースマネージャID %1$uは不正です"
#: access/transam/xlogreader.c:1166 access/transam/xlogreader.c:1182
#, c-format
msgid "record with incorrect prev-link %X/%X at %X/%X"
msgstr "%3$X/%4$Xのレコードの後方リンク%1$X/%2$Xが不正です"
#: access/transam/xlogreader.c:1220
#, c-format
msgid "incorrect resource manager data checksum in record at %X/%X"
msgstr "%X/%Xのレコード内のリソースマネージャデータのチェックサムが不正です"
#: access/transam/xlogreader.c:1254
#, c-format
msgid "invalid magic number %04X in WAL segment %s, LSN %X/%X, offset %u"
msgstr "WALセグメント%2$s、LSN %3$X/%4$X、オフセット%5$uで不正なマジックナンバー%1$04X"
#: access/transam/xlogreader.c:1269 access/transam/xlogreader.c:1311
#, c-format
msgid "invalid info bits %04X in WAL segment %s, LSN %X/%X, offset %u"
msgstr "WALセグメント %2$s、LSN %3$X/%4$X、オフセット%5$uで不正な情報ビット列%1$04X"
#: access/transam/xlogreader.c:1285
#, c-format
msgid "WAL file is from different database system: WAL file database system identifier is %<PRIu64>, pg_control database system identifier is %<PRIu64>"
msgstr "WALファイルは異なるデータベースシステム由来のものです: WALファイルのデータベースシステム識別子は %<PRIu64>で、pg_control におけるデータベースシステム識別子は %<PRIu64>です"
#: access/transam/xlogreader.c:1293
#, c-format
msgid "WAL file is from different database system: incorrect segment size in page header"
msgstr "WAL ファイルは異なるデータベースシステム由来のものです: ページヘッダーのセグメントサイズが正しくありません"
#: access/transam/xlogreader.c:1299
#, c-format
msgid "WAL file is from different database system: incorrect XLOG_BLCKSZ in page header"
msgstr "WAL ファイルは異なるデータベースシステム由来のものです: ページヘッダーのXLOG_BLCKSZが正しくありません"
#: access/transam/xlogreader.c:1331
#, c-format
msgid "unexpected pageaddr %X/%X in WAL segment %s, LSN %X/%X, offset %u"
msgstr "WALセグメント%3$s、LSN %4$X/%5$X、オフセット%6$uで想定外のページアドレス%1$X/%2$X"
#: access/transam/xlogreader.c:1357
#, c-format
msgid "out-of-sequence timeline ID %u (after %u) in WAL segment %s, LSN %X/%X, offset %u"
msgstr "WALセグメント%3$s、LSN %4$X/%5$X、オフセット%6$uで異常な順序のタイムラインID %1$u(%2$uの後)"
#: access/transam/xlogreader.c:1769
#, c-format
msgid "out-of-order block_id %u at %X/%X"
msgstr "block_id %uが%X/%Xで不正です"
#: access/transam/xlogreader.c:1793
#, c-format
msgid "BKPBLOCK_HAS_DATA set, but no data included at %X/%X"
msgstr "BKPBLOCK_HAS_DATAが設定されていますが、%X/%Xにデータがありません"
#: access/transam/xlogreader.c:1800
#, c-format
msgid "BKPBLOCK_HAS_DATA not set, but data length is %u at %X/%X"
msgstr "BKPBLOCK_HAS_DATAが設定されていませんが、%2$X/%3$Xのデータ長は%1$uです"
#: access/transam/xlogreader.c:1836
#, c-format
msgid "BKPIMAGE_HAS_HOLE set, but hole offset %u length %u block image length %u at %X/%X"
msgstr "BKPIMAGE_HAS_HOLEが設定されていますが、%4$X/%5$Xでホールオフセット%1$u、長さ%2$u、ブロックイメージ長%3$uです"
#: access/transam/xlogreader.c:1852
#, c-format
msgid "BKPIMAGE_HAS_HOLE not set, but hole offset %u length %u at %X/%X"
msgstr "BKPIMAGE_HAS_HOLEが設定されていませんが、%3$X/%4$Xにおけるホールオフセット%1$uの長さが%2$uです"
#: access/transam/xlogreader.c:1866
#, c-format
msgid "BKPIMAGE_COMPRESSED set, but block image length %u at %X/%X"
msgstr "BKPIMAGE_COMPRESSEDが設定されていますが、%2$X/%3$Xにおいてブロックイメージ長が%1$uです"
#: access/transam/xlogreader.c:1881
#, c-format
msgid "neither BKPIMAGE_HAS_HOLE nor BKPIMAGE_COMPRESSED set, but block image length is %u at %X/%X"
msgstr "BKPIMAGE_HAS_HOLEもBKPIMAGE_COMPRESSEDも設定されていませんが、%2$X/%3$Xにおいてブロックイメージ長が%1$uです"
#: access/transam/xlogreader.c:1897
#, c-format
msgid "BKPBLOCK_SAME_REL set but no previous rel at %X/%X"
msgstr "BKPBLOCK_SAME_RELが設定されていますが、%X/%Xにおいて以前のリレーションがありません"
#: access/transam/xlogreader.c:1909
#, c-format
msgid "invalid block_id %u at %X/%X"
msgstr "%2$X/%3$Xにおけるblock_id %1$uが不正です"
#: access/transam/xlogreader.c:1976
#, c-format
msgid "record with invalid length at %X/%X"
msgstr "%X/%Xのレコードのサイズが不正です"
#: access/transam/xlogreader.c:2002
#, c-format
msgid "could not locate backup block with ID %d in WAL record"
msgstr "WALレコード中ID %dのバックアップブロックを特定できませんでした"
#: access/transam/xlogreader.c:2086
#, c-format
msgid "could not restore image at %X/%X with invalid block %d specified"
msgstr "%X/%Xで不正なブロック%dが指定されているためイメージが復元できませんでした"
#: access/transam/xlogreader.c:2093
#, c-format
msgid "could not restore image at %X/%X with invalid state, block %d"
msgstr "%X/%Xでブロック%dのイメージが不正な状態であるため復元できませんでした"
#: access/transam/xlogreader.c:2120 access/transam/xlogreader.c:2137
#, c-format
msgid "could not restore image at %X/%X compressed with %s not supported by build, block %d"
msgstr "%1$X/%2$Xで、ブロック%4$dがこのビルドでサポートされない圧縮方式%3$sで圧縮されているため復元できませんでした"
#: access/transam/xlogreader.c:2146
#, c-format
msgid "could not restore image at %X/%X compressed with unknown method, block %d"
msgstr "%X/%Xでブロック%dのイメージが不明な方式で圧縮されているため復元できませんでした"
#: access/transam/xlogreader.c:2154
#, c-format
msgid "could not decompress image at %X/%X, block %d"
msgstr "%X/%Xのブロック%dが伸張できませんでした"
#: access/transam/xlogrecovery.c:624
#, c-format
msgid "starting backup recovery with redo LSN %X/%X, checkpoint LSN %X/%X, on timeline ID %u"
msgstr "タイムラインID %5$u上でREDO LSN %1$X/%2$X、チェックポイントLSN %3$X/%4$Xからのバックアップ・リカバリを開始しました"
#: access/transam/xlogrecovery.c:656
#, c-format
msgid "could not find redo location %X/%X referenced by checkpoint record at %X/%X"
msgstr "%3$X/%4$Xのチェックポイントレコードが参照しているredo位置%1$X/%2$Xを見つけられませんでした"
#: access/transam/xlogrecovery.c:658 access/transam/xlogrecovery.c:669
#, c-format
msgid ""
"If you are restoring from a backup, touch \"%s/recovery.signal\" or \"%s/standby.signal\" and add required recovery options.\n"
"If you are not restoring from a backup, try removing the file \"%s/backup_label\".\n"
"Be careful: removing \"%s/backup_label\" will result in a corrupt cluster if restoring from a backup."