From ce0a94ff4c34f489ff546c254a69e95b006a67aa Mon Sep 17 00:00:00 2001 From: Toshimichi0915 Date: Sun, 12 Jun 2022 21:21:37 +0900 Subject: Update ja_jp.json (#450) --- enigma/src/main/resources/lang/ja_jp.json | 73 ++++++++++++++++++++----------- 1 file changed, 48 insertions(+), 25 deletions(-) diff --git a/enigma/src/main/resources/lang/ja_jp.json b/enigma/src/main/resources/lang/ja_jp.json index 9399e172..50449b6b 100644 --- a/enigma/src/main/resources/lang/ja_jp.json +++ b/enigma/src/main/resources/lang/ja_jp.json @@ -17,25 +17,26 @@ "menu.file.jar.open": "Jarを開く...", "menu.file.jar.close": "Jarを閉じる", "menu.file.mappings.open": "マッピングを開く...", - "menu.file.mappings.save": "マッピングを保存する", - "menu.file.mappings.save_as": "マッピングを名前付きで保存する...", + "menu.file.mappings.save": "マッピングを保存", + "menu.file.mappings.save_as": "マッピングを名前付きで保存...", "menu.file.mappings.close": "マッピングを閉じる", "menu.file.mappings.drop": "無効なマッピングを消す", - "menu.file.reload_mappings": "マッピングを再読み込みする", - "menu.file.reload_all": "Jarもしくはマッピングを再読み込みする", - "menu.file.export.source": "ソースコードをエクスポートする...", - "menu.file.export.jar": "Jarをエクスポートする...", + "menu.file.reload_mappings": "マッピングを再読み込み", + "menu.file.reload_all": "Jarもしくはマッピングを再読み込み", + "menu.file.export.source": "ソースコードをエクスポート...", + "menu.file.export.jar": "Jarをエクスポート...", "menu.file.stats": "マッピングの統計情報...", "menu.file.stats.title": "マッピングの統計情報", "menu.file.stats.top_level_package": "トップレベルパッケージ:", "menu.file.stats.synthetic_parameters": "合成パラメータを含める", - "menu.file.stats.generate": "図を生成する", + "menu.file.stats.generate": "図を生成", "menu.file.exit": "終了", "menu.decompiler": "デコンパイラ", "menu.view": "ビュー", "menu.view.themes": "テーマ", "menu.view.themes.default": "デフォルト", "menu.view.themes.darcula": "Darcula", + "menu.view.themes.metal": "Metal", "menu.view.themes.system": "システム", "menu.view.themes.none": "なし (JVMのデフォルト)", "menu.view.languages": "言語", @@ -46,13 +47,16 @@ "menu.view.change.title": "変更", "menu.view.change.summary": "変更は次の起動時に適用されます", "menu.search": "検索", + "menu.search.class": "クラスを検索", + "menu.search.method": "メソッドを検索", + "menu.search.field": "フィールドを検索", "menu.collab": "コラボレーション", - "menu.collab.connect": "サーバーに接続する", + "menu.collab.connect": "サーバーに接続", "menu.collab.connect.error": "サーバーの接続でエラーが発生しました", "menu.collab.disconnect": "接続終了", - "menu.collab.server.start": "サーバーを開始する", + "menu.collab.server.start": "サーバーを開始", "menu.collab.server.start.error": "サーバーの開始でエラーが発生しました", - "menu.collab.server.stop": "サーバーを停止する", + "menu.collab.server.stop": "サーバーを停止", "menu.help": "ヘルプ", "menu.help.about": "このソフトについて", "menu.help.about.title": "%s - このソフトについて", @@ -66,10 +70,10 @@ "popup_menu.implementations": "実装を表示", "popup_menu.calls": "呼び出しを表示 (全ての実装)", "popup_menu.calls.specific": "呼び出しを表示 (この実装)", - "popup_menu.declaration": "定義へ移動する", + "popup_menu.declaration": "定義へ移動", "popup_menu.back": "戻る", "popup_menu.forward": "進む", - "popup_menu.mark_deobfuscated": "難読化解除済みとマークする", + "popup_menu.mark_deobfuscated": "難読化解除済みとマーク", "popup_menu.reset_obfuscated": "難読化された状態に戻す", "popup_menu.zoom.in": "ズームイン", "popup_menu.zoom.out": "ズームアウト", @@ -79,13 +83,16 @@ "popup_menu.editor_tab.close_others": "他を閉じる", "popup_menu.editor_tab.close_left": "左のタブを全て閉じる", "popup_menu.editor_tab.close_right": "右のタブを全て閉じる", - "popup_menu.deobf_panel.rename_package": "パッケージをリネームする", - "popup_menu.deobf_panel.rename_class": "クラスをリネームする", + "popup_menu.deobf_panel.rename_package": "パッケージをリネーム", + "popup_menu.deobf_panel.rename_class": "クラスをリネーム", + "popup_menu.deobf_panel.expand_all": "全て展開", + "popup_menu.deobf_panel.collapse_all": "全て折りたたむ", "editor.decompiling": "デコンパイル中...", "editor.decompile_error": "デコンパイル中にエラーが発生しました", "editor.remap_error": "リマッピング中にエラーが発生しました", + "info_panel.classes": "クラス一覧", "info_panel.classes.obfuscated": "難読化されたクラス", "info_panel.classes.deobfuscated": "難読化解除されたクラス", "info_panel.identifier": "識別子情報", @@ -100,12 +107,27 @@ "info_panel.identifier.modifier": "修飾子", "info_panel.identifier.index": "Index", "info_panel.editor.class.decompiling": "(デコンパイル中...)", - "info_panel.editor.class.not_found": "クラスが見つけられません:", + "info_panel.editor.class.not_found": "クラスを見つけられません:", "info_panel.tree.structure": "構造", "info_panel.tree.inheritance": "継承", "info_panel.tree.implementations": "実装", "info_panel.tree.calls": "呼び出し関係", + "popup.copied": "コピーしました!", + + "structure.options.obfuscation": "難読化の可視性", + "structure.options.obfuscation.all": "全て", + "structure.options.obfuscation.obfuscated": "難読化されたもののみ", + "structure.options.obfuscation.deobfuscated": "難読化解除されたもののみ", + "structure.options.documentation": "ドキュメントの可視性", + "structure.options.documentation.all": "全て", + "structure.options.documentation.documented": "ドキュメントされたもののみ", + "structure.options.documentation.non_documented": "ドキュメントされていないもののみ", + "structure.options.sorting": "ソート順序", + "structure.options.sorting.default": "デフォルト", + "structure.options.sorting.a_z": "A から Z", + "structure.options.sorting.z_a": "Z から A", + "log_panel.messages": "メッセージ", "log_panel.users": "ユーザー", @@ -118,8 +140,8 @@ "progress.jar.writing": "Jarを書き出し中...", "progress.sources.writing": "ソースコードを書き出し中...", "progress.classes.deobfuscating": "クラスを難読化解除中...", - "progress.classes.decompiling": "クラスのでコンパイル中...", - "progress.mappings.enigma_file.loading": "マッピングファイルをロードする", + "progress.classes.decompiling": "クラスのデコンパイル中...", + "progress.mappings.enigma_file.loading": "マッピングファイルをロード", "progress.mappings.enigma_file.done": "完了しました!", "progress.mappings.enigma_file.writing": "クラスの書き出し中", "progress.mappings.enigma_directory.loading": "マッピングファイルの読込中", @@ -131,12 +153,12 @@ "progress.stats": "統計情報を作成中", "progress.stats.data": "データの作成中", - "javadocs.edit": "Javadocを編集する", - "javadocs.instruction": "このJavadocを編集する", + "javadocs.edit": "Javadocを編集", + "javadocs.instruction": "このJavadocを編集", "fonts.cat.default": "デフォルト", "fonts.cat.default2": "デフォルト 2", - "fonts.cat.small": "小さい", + "fonts.cat.small": "スモール", "fonts.cat.editor": "エディタ", "fonts.use_custom": "カスタムフォントを使う", @@ -149,8 +171,8 @@ "prompt.close.title": "変更を保存しますか?", "prompt.close.summary": "マッピングファイルは保存されていません。保存しますか?", "prompt.close.save": "保存して閉じる", - "prompt.close.discard": "変更を破棄する", - "prompt.connect.title": "サーバーに接続する", + "prompt.close.discard": "変更を破棄", + "prompt.connect.title": "サーバーに接続", "prompt.connect.username": "ユーザー名:", "prompt.connect.address": "IPアドレス:", "prompt.connect.confirm": "接続", @@ -190,11 +212,12 @@ "validation.message.illegal_identifier.long": "無効な文字 '%2$s' が場所 %3$d に存在します", "validation.message.illegal_doc_comment_end": "Javadocのコメントは文字列 '*/' を含むことができません", "validation.message.reserved_identifier": "'%s' は予約済みの識別子です", + "validation.message.unknown_record_getter": "%s に一致するrecordコンポーネントのgetterが見つけられませんでした", "crash.title": "%s - クラッシュレポート", "crash.summary": "%s がクラッシュしました! =(", "crash.export": "エクスポート", - "crash.ignore": "無視する", - "crash.exit": "終了する", - "crash.exit.warning": "もし終了する場合は、未保存の変更は失われます" + "crash.ignore": "無視", + "crash.exit": "終了", + "crash.exit.warning": "終了すると、未保存の変更は失われます" } -- cgit v1.2.3