# LANGUAGE message translation file for pg_test_timing
# Copyright (C) 2022-2024 PostgreSQL Global Development Group
# This file is distributed under the same license as the pg_test_timing (PostgreSQL) package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: pg_test_timing (PostgreSQL 17)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2022-07-14 10:48+0900\n"
"PO-Revision-Date: 2022-05-10 15:27+0900\n"
"Last-Translator: Michihide Hotta <hotta@net-newbie.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"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 1.8.13\n"

#: pg_test_timing.c:59
#, c-format
msgid "Usage: %s [-d DURATION]\n"
msgstr "使用方法: %s [-d 期間]\n"

#: pg_test_timing.c:81
#, c-format
msgid "%s: invalid argument for option %s\n"
msgstr "%s: オプション%sの引数が無効です\n"

#: pg_test_timing.c:83 pg_test_timing.c:97 pg_test_timing.c:109
#, c-format
msgid "Try \"%s --help\" for more information.\n"
msgstr "\"%s --help\" で詳細を確認してください。\n"

#: pg_test_timing.c:90
#, c-format
msgid "%s: %s must be in range %u..%u\n"
msgstr "%s: %sは%u..%uの範囲でなければなりません\n"

#: pg_test_timing.c:107
#, c-format
msgid "%s: too many command-line arguments (first is \"%s\")\n"
msgstr "%s: コマンドライン引数が多すぎます（先頭は \"%s\"）\n"

#: pg_test_timing.c:115
#, c-format
msgid "Testing timing overhead for %u second.\n"
msgid_plural "Testing timing overhead for %u seconds.\n"
msgstr[0] "%u秒に対するタイミングのオーバーヘッドをテストしています。\n"

#: pg_test_timing.c:151
#, c-format
msgid "Detected clock going backwards in time.\n"
msgstr "クロックの時刻が逆行していることを検出しました。\n"

#: pg_test_timing.c:152
#, c-format
msgid "Time warp: %d ms\n"
msgstr "逆行した時間: %d ms\n"

#: pg_test_timing.c:175
#, c-format
msgid "Per loop time including overhead: %0.2f ns\n"
msgstr "オーバーヘッド込みのループ時間毎: %0.2f ns\n"

#: pg_test_timing.c:186
msgid "< us"
msgstr "< us"

#: pg_test_timing.c:187
#, no-c-format
msgid "% of total"
msgstr "全体の％"

#: pg_test_timing.c:188
msgid "count"
msgstr "個数"

#: pg_test_timing.c:197
#, c-format
msgid "Histogram of timing durations:\n"
msgstr "タイミング持続時間のヒストグラム:\n"

#~ msgid "%s: duration must be a positive integer (duration is \"%d\")\n"
#~ msgstr "%s: 持続時間は正の整数にする必要があります (持続時間は\"%d\")\n"
