# #-#-#-#-# wesnoth-tools.py.pot (PACKAGE VERSION) #-#-#-#-# # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Wesnoth development team # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # # Translators: # k konami, 2024 # RatArmy, 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\n" "POT-Creation-Date: 2025-07-20 22:54-0500\n" "PO-Revision-Date: 2023-12-03 03:44+0000\n" "Last-Translator: RatArmy, 2025\n" "Language-Team: Japanese (https://app.transifex.com/wesnoth-jp/teams/60513/" "ja/)\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" #: data/tools/GUI.pyw:76 msgid "Open a Graphical User Interface (GUI) to WML Tools" msgstr "WML用GUIツールを開く" #: data/tools/GUI.pyw:80 msgid "" "Launch GUI.pyw in the specified language. Language code is expected as a " "POSIX locale name, refer to gettext.wesnoth.org for a full list." msgstr "" "指定の言語で GUI.pyw を起動します。言語コード(Language Code)はPOSIXのロケー" "ル定義に準拠したものが必要で、gettext.wesnoth.org で確認できます。" #: data/tools/GUI.pyw:86 data/tools/GUI.pyw:100 data/tools/GUI.pyw:1409 #: data/tools/GUI.pyw:1458 data/tools/GUI.pyw:1501 data/tools/GUI.pyw:1530 #: data/tools/GUI.pyw:1566 data/tools/GUI.pyw:1590 data/tools/GUI.pyw:1633 #: data/tools/GUI.pyw:1652 data/tools/GUI.pyw:1978 msgid "Error" msgstr "エラー" #. TRANSLATORS: {0} is "translations", the directory where compiled translation files (.mo) are stored. #: data/tools/GUI.pyw:88 #, python-brace-format msgid "" "‘{0}’ directory not found. Please run the GUI.pyw program packaged with the " "Wesnoth installation." msgstr "" "ディレクトリ‘{0}’が見つかりません。Wesnoth と同時にインストールされる GUI." "pyw を起動してください。" #. TRANSLATORS: {0} is the language argument entered by the user. #: data/tools/GUI.pyw:102 #, python-brace-format msgid "Locale {0} not recognized." msgstr "ロケール {0} は認識されません。" #. TRANSLATORS: {0} is the name of command being executed. #: data/tools/GUI.pyw:383 #, python-brace-format msgid "" "Running: {0}\n" "Please wait..." msgstr "" "起動中: {0}\n" "しばらくお待ち下さい..." #: data/tools/GUI.pyw:397 msgid "Terminate script" msgstr "スクリプトを終了" #: data/tools/GUI.pyw:448 msgid "Cut" msgstr "切り取り" #: data/tools/GUI.pyw:453 msgid "Copy" msgstr "コピー" #: data/tools/GUI.pyw:459 msgid "Paste" msgstr "貼り付け" #: data/tools/GUI.pyw:465 msgid "Select All" msgstr "全選択" #: data/tools/GUI.pyw:538 msgid "Working directory" msgstr "作業ディレクトリ" #: data/tools/GUI.pyw:550 data/tools/GUI.pyw:593 msgid "Browse..." msgstr "フォルダ選択" #. TRANSLATORS: Clear button for clearing the directory text box. #: data/tools/GUI.pyw:557 data/tools/GUI.pyw:600 msgid "Clear" msgstr "クリアする" #: data/tools/GUI.pyw:650 msgid "wmllint mode" msgstr "wmllint モード" #. TRANSLATORS: Normal run mode for the WML tool. #: data/tools/GUI.pyw:657 data/tools/GUI.pyw:1077 msgid "Normal" msgstr "通常(Normal)" #. TRANSLATORS: Tooltip explanation for normal run mode. #: data/tools/GUI.pyw:666 data/tools/GUI.pyw:1086 msgid "Perform conversion and save changes to file" msgstr "変換を実行して変更内容をファイルに保存します" #: data/tools/GUI.pyw:669 data/tools/GUI.pyw:1089 msgid "Dry run" msgstr "試験実行(Dry Run)" #. TRANSLATORS: Tooltip explanation for dry run mode. #: data/tools/GUI.pyw:678 data/tools/GUI.pyw:1098 msgid "Perform conversion without saving changes to file" msgstr "変換を実行しますが、変更内容は保存されません" #: data/tools/GUI.pyw:681 msgid "Clean" msgstr "クリーン(Clean)" #. TRANSLATORS: Tooltip explanation for clean mode. #: data/tools/GUI.pyw:690 msgid "Delete back-up files" msgstr "バックアップファイルを削除します" #: data/tools/GUI.pyw:693 msgid "Diff" msgstr "差分(Diff)" #. TRANSLATORS: Tooltip explanation for diff run mode. #: data/tools/GUI.pyw:702 msgid "Show differences in converted files" msgstr "変換されたファイルの差分を表示します" #: data/tools/GUI.pyw:705 msgid "Revert" msgstr "戻す(Revert)" #. TRANSLATORS: Tooltip explanation for revert run mode. #: data/tools/GUI.pyw:714 msgid "Revert conversions using back-up files" msgstr "バックアップファイルを使って変換前に戻します" #: data/tools/GUI.pyw:717 data/tools/GUI.pyw:1101 msgid "Verbosity level" msgstr "表示レベル" #. TRANSLATORS: Verbosity level. #: data/tools/GUI.pyw:725 data/tools/GUI.pyw:1109 msgid "Terse" msgstr "簡潔表示" #. TRANSLATORS: Verbosity level. #: data/tools/GUI.pyw:736 msgid "Show changes" msgstr "変化を表示" #. TRANSLATORS: Verbosity level. #: data/tools/GUI.pyw:746 msgid "Name files before processing" msgstr "処理する前にファイル名を表示" #. TRANSLATORS: Verbosity level. #: data/tools/GUI.pyw:756 msgid "Show parse details" msgstr "解析の詳細を表示" #: data/tools/GUI.pyw:765 msgid "wmllint options" msgstr "wmllint オプション" #. TRANSLATORS: EOL = Special characters marking 'end-of-line'. #: data/tools/GUI.pyw:773 msgid "Convert EOL characters to Unix format" msgstr "行末(EOL)文字をUnix形式に変換する" #. TRANSLATORS: 'side=' in this context refers to WML and should not be #. translated. #: data/tools/GUI.pyw:784 msgid "Warn about tags without side= keys" msgstr "side= キーの無いタグを警告する" #: data/tools/GUI.pyw:793 msgid "Disable checks for unknown units" msgstr "不明なユニットのチェックを無効にする" #: data/tools/GUI.pyw:802 msgid "Disable spellchecking" msgstr "スペルチェックを無効にする" #: data/tools/GUI.pyw:811 msgid "Skip core directory" msgstr "core ディレクトリをスキップする" #: data/tools/GUI.pyw:838 msgid "wmlscope options" msgstr "wmlscope オプション" #: data/tools/GUI.pyw:850 msgid "Check for duplicate macro definitions" msgstr "マクロの二重定義をチェックする" #: data/tools/GUI.pyw:859 msgid "Check for duplicate resource files" msgstr "重複するリソースファイルをチェックする" #: data/tools/GUI.pyw:868 msgid "Make definition list" msgstr "定義リストを作成する" #: data/tools/GUI.pyw:877 msgid "List files that will be processed" msgstr "処理されるファイルを一覧表示する" #: data/tools/GUI.pyw:886 msgid "Report unresolved macro references" msgstr "未解決のマクロ参照を通知する" #: data/tools/GUI.pyw:895 msgid "Extract help from macro definition comments" msgstr "マクロ定義のコメントからヘルプ文を抽出する" #: data/tools/GUI.pyw:904 msgid "Report all macros with untyped formals" msgstr "型の無い書式のマクロをすべて通知する" #: data/tools/GUI.pyw:913 msgid "Show progress" msgstr "進行状況を表示する" #: data/tools/GUI.pyw:933 data/tools/GUI.pyw:1145 msgid "Exclude file names matching regular expression:" msgstr "正規表現にマッチするファイル名を除外する:" #: data/tools/GUI.pyw:951 msgid "Exclude file names not matching regular expression:" msgstr "正規表現にマッチしないファイル名を除外する:" #. TRANSLATORS: 'n' in this context refers to number, as in 'n number of #. files'. #: data/tools/GUI.pyw:971 msgid "Report only on macros referenced in exactly n files:" msgstr "n 個のファイルから参照されているマクロだけを通知する:" #: data/tools/GUI.pyw:991 msgid "Report macro definitions and usages in file:" msgstr "マクロの定義と使用法をファイルに記録する:" #: data/tools/GUI.pyw:1009 msgid "Allow unused macros with names matching regular expression:" msgstr "正規表現にマッチする名称の未使用マクロを許容する:" #: data/tools/GUI.pyw:1071 msgid "wmlindent mode" msgstr "wmlindent モード" #. TRANSLATORS: Verbosity level. #: data/tools/GUI.pyw:1119 msgid "Verbose" msgstr "詳細" #. TRANSLATORS: Verbosity level. #: data/tools/GUI.pyw:1129 msgid "Report unchanged files" msgstr "変更なしのファイルを通知" #: data/tools/GUI.pyw:1138 msgid "wmlindent options" msgstr "wmlindent オプション" #. TRANSLATORS: Option to run 'quietly'. #: data/tools/GUI.pyw:1165 msgid "Quiet mode" msgstr "静粛モード" #. TRANSLATORS: Tooltip explanation for quiet option. #: data/tools/GUI.pyw:1173 msgid "Do not generate output messages" msgstr "出力メッセージを生成しません" #: data/tools/GUI.pyw:1193 msgid "Output directory:" msgstr "出力ディレクトリ:" #: data/tools/GUI.pyw:1199 msgid "Options" msgstr "オプション" #: data/tools/GUI.pyw:1204 msgid "Scan subdirectories" msgstr "サブディレクトリもスキャンする" #: data/tools/GUI.pyw:1209 msgid "Show optional warnings" msgstr "オプションの警告を表示" #. TRANSLATORS: Also called "Needs work". #: data/tools/GUI.pyw:1215 msgid "Mark all strings as fuzzy" msgstr "すべての文字列に fuzzy を付ける" #: data/tools/GUI.pyw:1219 msgid "Advanced options" msgstr "詳細オプション" #: data/tools/GUI.pyw:1223 msgid "Package version" msgstr "パッケージバージョン(Package version)" #: data/tools/GUI.pyw:1240 msgid "Initial textdomain:" msgstr "\" --initialdomain\" で指定するドメイン:" #: data/tools/GUI.pyw:1286 data/tools/GUI.pyw:1392 msgid "Run wmllint" msgstr "wmllint を実行します" #: data/tools/GUI.pyw:1293 msgid "Save as text..." msgstr "ファイルに名前をつけて保存します" #: data/tools/GUI.pyw:1300 msgid "Clear output" msgstr "出力内容をクリアします" #: data/tools/GUI.pyw:1307 msgid "About..." msgstr "Maintemance Tool GUI について" #: data/tools/GUI.pyw:1314 msgid "Exit" msgstr "このツールを終了します" #: data/tools/GUI.pyw:1330 data/tools/GUI.pyw:1464 msgid "wmllint" msgstr "wmllint" #: data/tools/GUI.pyw:1334 data/tools/GUI.pyw:1536 msgid "wmlscope" msgstr "wmlscope" #: data/tools/GUI.pyw:1338 data/tools/GUI.pyw:1572 msgid "wmlindent" msgstr "wmlindent" #: data/tools/GUI.pyw:1342 data/tools/GUI.pyw:1622 msgid "wmlxgettext" msgstr "wmlxgettext" #: data/tools/GUI.pyw:1345 msgid "Output" msgstr "出力内容" #: data/tools/GUI.pyw:1395 msgid "Run wmlscope" msgstr "wmlscope を実行します" #: data/tools/GUI.pyw:1398 msgid "Run wmlindent" msgstr "wmlindent を実行します" #: data/tools/GUI.pyw:1401 msgid "Run wmlxgettext" msgstr "wmlgettext を実行します" #: data/tools/GUI.pyw:1409 msgid "" "No directory selected.\n" "\n" "Please select a directory or disable the \"Skip core directory\" option." msgstr "" "ディレクトリが選択されていません。\n" "\n" "ディレクトリを選択するか、または、\"core ディレクトリをスキップする\" オプ" "ションを無効にしてください。" #: data/tools/GUI.pyw:1444 data/tools/GUI.pyw:1516 msgid "" "Core directory or one of its subdirectories selected in the add-on selection " "box.\n" "\n" "The tool will be run only on the Wesnoth core directory." msgstr "" "core ディレクトリか、またはアドオンの選択ボックスで選択された、core ディレク" "トリ下のサブディレクトリです。\n" "\n" "このツールは Wesnoth の core ディレクトリ内でのみ実行可能です。" #: data/tools/GUI.pyw:1444 data/tools/GUI.pyw:1452 data/tools/GUI.pyw:1516 #: data/tools/GUI.pyw:1524 data/tools/GUI.pyw:1559 data/tools/GUI.pyw:1585 #: data/tools/GUI.pyw:1604 msgid "Warning" msgstr "注意" #: data/tools/GUI.pyw:1452 data/tools/GUI.pyw:1524 msgid "" "No directory selected.\n" "\n" "The tool will be run only on the Wesnoth core directory." msgstr "" "ディレクトリが選択されていません。\n" "\n" "このツールは Wesnoth の core ディレクトリ内でのみ実行可能です。" #: data/tools/GUI.pyw:1458 data/tools/GUI.pyw:1530 data/tools/GUI.pyw:1566 #: data/tools/GUI.pyw:1590 msgid "The selected directory does not exist." msgstr "選択したディレクトリが存在しません。" #: data/tools/GUI.pyw:1501 msgid "Invalid value. Value must be an integer in the range 0-999." msgstr "無効な値です。0から999までの整数を指定してください。" #: data/tools/GUI.pyw:1559 msgid "" "No directory selected.\n" "\n" "The tool will be run on the Wesnoth core directory." msgstr "" "ディレクトが選択されていません。\n" "\n" "このツールは Wesnoth の core ディレクトリ内で実行可能です。" #: data/tools/GUI.pyw:1585 msgid "" "No directory selected.\n" "\n" "The tool will not be run." msgstr "" "ディレクトが選択されていません。\n" "\n" "ツールは実行されません。" #. TRANSLATORS: Dialogue box title. #: data/tools/GUI.pyw:1597 msgid "Overwrite Confirmation" msgstr "上書きの確認" #. TRANSLATORS: {0} is a placeholder for a file name, and not meant to be modified. #: data/tools/GUI.pyw:1599 #, python-brace-format msgid "" "File {0} already exists.\n" "Do you want to overwrite it?" msgstr "" "ファイル {0} は既に存在します。\n" "上書きしてもよいですか?" #: data/tools/GUI.pyw:1604 msgid "" "No output file selected.\n" "\n" "The tool will not be run." msgstr "" "出力ファイルが選択されていません。\n" "\n" "ツールは実行できません。" #: data/tools/GUI.pyw:1633 #, python-brace-format msgid "" "There was an error while executing {0}.\n" "\n" "Error code: {1}" msgstr "" "{0}の実行中にエラーが発生しました。\n" "\n" "エラーコード:{1}" #: data/tools/GUI.pyw:1644 msgid "Text file" msgstr "Text file" #: data/tools/GUI.pyw:1652 #, python-brace-format msgid "" "Error while writing to:\n" "{0}\n" "\n" "Error code: {1}\n" "\n" "{2}" msgstr "" "書き込み中にエラーが発生しました:\n" "{0}\n" "\n" "エラーコード:{1}\n" "\n" "{2}" #: data/tools/GUI.pyw:1669 msgid "About Maintenance Tools GUI" msgstr "Maintenance Tools GUI について" #. TRANSLATORS: {0} is a placeholder for Wesnoth's current version, and not meant to be modified. #: data/tools/GUI.pyw:1671 #, fuzzy, python-brace-format #| msgid "" #| "© Elvish_Hunter, 2014-2016\n" #| "\n" #| "Version: {0}\n" #| "\n" #| "Part of The Battle for Wesnoth project and released under the GNU GPL v2 " #| "license\n" #| "\n" #| "Icons are taken from the Tango Desktop Project (http://tango.freedesktop." #| "org), and are released in the Public Domain." msgid "" "© Elvish_Hunter, 2014-2025\n" "\n" "Version: {0}\n" "\n" "Part of The Battle for Wesnoth project and released under the GNU GPL v2 " "license\n" "\n" "Icons are taken from the Tango Desktop Project (http://tango.freedesktop." "org), and are released in the Public Domain." msgstr "" "© Elvish_Hunter, 2014-2016\n" "\n" "Version: {0}\n" "\n" "このツールは The Battle for Wesnoth project の一部で、the GNU GPL v2 に基づき" "ライセンスされています\n" "\n" "各アイコンは the Tango Desktop Project (http://tango.freedesktop.org) にて提" "供されているものであり、パブリックドメインとして公開されています。" #. TRANSLATORS: Dialogue box title. #: data/tools/GUI.pyw:1685 msgid "Exit Confirmation" msgstr "終了の確認" #: data/tools/GUI.pyw:1686 msgid "Do you really want to quit?" msgstr "本当に終了してもよいですか?" #: data/tools/GUI.pyw:1978 msgid "This application must be placed into the wesnoth/data/tools directory." msgstr "" "このアプリケーションは \"wesnoth/data/tools\" ディレクトリに配置される必要あ" "ります。"