Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,15 @@
"gui.mode.mmc": "MultiMC/PrismLauncher",
"gui.mode.server": "サーバー",
"gui.ui.show_loader_betas": "Betaを表示",
"gui.checkbox.include_flap":"Flapを含める",
"gui.checkbox.include_flap": "Flapを含める",
"gui.flap.description": "Flapは異なるintermediaryマッピングでコンパイルされたmodを同じインスタンスで実行可能にします(例:OrnitheとLegacy Fabric)",
"gui.button.ok": "Ok",
"gui.button.yes": "はい",
"gui.button.no": "いいえ",
"gui.button.cancel": "キャンセル",
"client.error.directory_does_not_exist": "ディレクトリ%{dir}は存在しません。 正しいフォルダを選択していることと以前までに一度は起動したことがあることを確認してください。",
"client.info.installation_start": "バージョン %{version} を %{loader} ローダーの %{loader_version} を %{destination} にインストール中",
"client.info.installation_start": "バージョン %{version} のクライアントを %{loader} ローダーの %{loader_version} を %{destination} にインストール中",
"client.info.installation_start_web": "バージョン %{version} のクライアントを %{loader} ローダーの %{loader_version}でクライアントをインストール中",
"client.info.fetching_launch_jsons": "launch jsonを同期中...",
"client.info.setting_up_destination": "インストール先をセットアップ中...",
"client.info.creating_files": "ファイルを作成しています...",
Expand All @@ -50,6 +55,7 @@
"client.error.failed_to_parse_launcher_profiles_json": "launcher_profiles.jsonのパースに失敗しました",
"client.error.failed_to_read_launcher_profiles_json": "launcher_profiles.jsonの読み込みに失敗しました",
"mmc.info.starting_installation": "バージョン %{version} を %{loader} ローダーの %{loader_version} で %{destination} にMultiMC/PrismLauncherのインスタンスを出力しています",
"mmc.info.starting_installation_web": "バージョン %{version} を %{loader} ローダーの %{loader_version} でMMC/Prismのインスタンスを生成中です",
"mmc.info.fetching_version_information": "バージョンの情報を同期中...",
"mmc.info.transforming_templates": "テンプレートを変形中...",
"mmc.info.fetching_library_information": "ライブラリーの情報を同期中...",
Expand All @@ -62,7 +68,9 @@
"mmc.error.instance_already_exists": "インスタンスが既に存在します",
"mmc.error.failed_to_copy_path": "プロファイルのパスのコピーに失敗しました",
"server.info.installed": "バージョン %{version} を %{loader} ローダーの %{loader_version} で %{destination} にServerをインストールしました",
"server.info.starting_installation": "バージョン %{version} を %{loader} ローダーの %{loader_version} で %{destination} にインストール中です",
"server.info.installed_web": "バージョン %{version} を %{loader} ローダーの %{loader_version} のServerをインストールしました",
"server.info.starting_installation": "バージョン %{version} のサーバーをを %{loader} ローダーの %{loader_version} で %{destination} にインストール中です",
"server.info.starting_installation_web": "バージョン %{version} のサーバーをを %{loader} ローダーの %{loader_version} でインストール中です",
"server.info.installing_libraries": "ライブラリーをインストールしています",
"server.info.downloaded_library": "ダウンロード済み %{name}, %{num}/%{lib_count}",
"server.info.downloaded_libraries": "%{lib_count} 個のライブラリーをダウンロードしました!",
Expand Down
Loading