# LANGUAGE message translation file for pg_walsummary
# Copyright (C) 2024 PostgreSQL Global Development Group
# This file is distributed under the same license as the pg_walsummary (PostgreSQL) package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
msgid ""
msgstr ""
"Project-Id-Version: pg_walsummary (PostgreSQL) 17\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2024-06-21 09:58+0900\n"
"PO-Revision-Date: 2024-06-21 10:19+0900\n"
"Last-Translator: Kyotaro Horiguchi <horikyota.ntt@gmail.com>\n"
"Language-Team: \n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.13\n"

#: ../../../src/common/logging.c:276
#, c-format
msgid "error: "
msgstr "エラー: "

#: ../../../src/common/logging.c:283
#, c-format
msgid "warning: "
msgstr "警告: "

#: ../../../src/common/logging.c:294
#, c-format
msgid "detail: "
msgstr "詳細: "

#: ../../../src/common/logging.c:301
#, c-format
msgid "hint: "
msgstr "ヒント: "

#: ../../common/fe_memutils.c:35 ../../common/fe_memutils.c:75
#: ../../common/fe_memutils.c:98 ../../common/fe_memutils.c:161
#, 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:70 ../../common/file_utils.c:347
#: ../../common/file_utils.c:406 ../../common/file_utils.c:480
#: pg_walsummary.c:109
#, c-format
msgid "could not open file \"%s\": %m"
msgstr "ファイル\"%s\"をオープンできませんでした: %m"

#: ../../common/file_utils.c:76
#, c-format
msgid "could not synchronize file system for file \"%s\": %m"
msgstr "ファイル\"%s\"に対してファイルシステムを同期できませんでした: %m"

#: ../../common/file_utils.c:120 ../../common/file_utils.c:566
#, c-format
msgid "could not stat file \"%s\": %m"
msgstr "ファイル\"%s\"のstatに失敗しました: %m"

#: ../../common/file_utils.c:130 ../../common/file_utils.c:227
#: ../../fe_utils/option_utils.c:99
#, c-format
msgid "this build does not support sync method \"%s\""
msgstr "このビルドでは同期方式\"%s\"をサポートしていません"

#: ../../common/file_utils.c:151 ../../common/file_utils.c:281
#, c-format
msgid "could not open directory \"%s\": %m"
msgstr "ディレクトリ\"%s\"をオープンできませんでした: %m"

#: ../../common/file_utils.c:169 ../../common/file_utils.c:315
#, c-format
msgid "could not read directory \"%s\": %m"
msgstr "ディレクトリ\"%s\"を読み取れませんでした: %m"

#: ../../common/file_utils.c:418 ../../common/file_utils.c:488
#, c-format
msgid "could not fsync file \"%s\": %m"
msgstr "ファイル\"%s\"をfsyncできませんでした: %m"

#: ../../common/file_utils.c:498
#, c-format
msgid "could not rename file \"%s\" to \"%s\": %m"
msgstr "ファイル\"%s\"の名前を\"%s\"に変更できませんでした: %m"

#: ../../fe_utils/option_utils.c:69
#, c-format
msgid "invalid value \"%s\" for option %s"
msgstr "オプション%2$sに対する不正な値\"%1$s\""

#: ../../fe_utils/option_utils.c:76
#, c-format
msgid "%s must be in range %d..%d"
msgstr "%sは%d..%dの範囲になければなりません"

#: ../../fe_utils/option_utils.c:106
#, c-format
msgid "unrecognized sync method: %s"
msgstr "認識できない同期方式: %s"

#: pg_walsummary.c:87 pg_walsummary.c:95
#, c-format
msgid "Try \"%s --help\" for more information."
msgstr "詳細は\"%s --help\"を実行してください。"

#: pg_walsummary.c:94
#, c-format
msgid "no input files specified"
msgstr "入力ファイルが指定されていません"

#: pg_walsummary.c:252
#, c-format
msgid "could not read file \"%s\": %m"
msgstr "ファイル\"%s\"の読み込みに失敗しました: %m"

#: pg_walsummary.c:267
#, c-format
msgid ""
"%s prints the contents of a WAL summary file.\n"
"\n"
msgstr ""
"%sはWAL概要ファイルの内容を表示します。\n"
"\n"

#: pg_walsummary.c:268
#, c-format
msgid "Usage:\n"
msgstr "使用方法:\n"

#: pg_walsummary.c:269
#, c-format
msgid "  %s [OPTION]... FILE...\n"
msgstr "  %s [オプション]... ファイル...\n"

#: pg_walsummary.c:270
#, c-format
msgid ""
"\n"
"Options:\n"
msgstr ""
"\n"
"オプション:\n"

#: pg_walsummary.c:271
#, c-format
msgid "  -i, --individual          list block numbers individually, not as ranges\n"
msgstr "  -i, --individual          ブロック番号を領域としてではなく、個別に表示する\n"

#: pg_walsummary.c:272
#, c-format
msgid "  -q, --quiet               don't print anything, just parse the files\n"
msgstr "  -q, --quiet               何も表示せずに、ただファイルをパースする\n"

#: pg_walsummary.c:273
#, c-format
msgid "  -V, --version             output version information, then exit\n"
msgstr "  -V, --version             バージョン情報を表示して終了\n"

#: pg_walsummary.c:274
#, c-format
msgid "  -?, --help                show this help, then exit\n"
msgstr "  -?, --help                このヘルプを表示して終了\n"

#: pg_walsummary.c:276
#, c-format
msgid ""
"\n"
"Report bugs to <%s>.\n"
msgstr ""
"\n"
"バグは<%s>に報告してください。\n"

#: pg_walsummary.c:277
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s ホームページ: <%s>\n"
