summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Toshimichi09152022-06-12 21:21:37 +0900
committerGravatar GitHub2022-06-12 14:21:37 +0200
commitce0a94ff4c34f489ff546c254a69e95b006a67aa (patch)
tree923c022adcf6aa357ca79c5289be7e85905fb840
parentBump version. (diff)
downloadenigma-ce0a94ff4c34f489ff546c254a69e95b006a67aa.tar.gz
enigma-ce0a94ff4c34f489ff546c254a69e95b006a67aa.tar.xz
enigma-ce0a94ff4c34f489ff546c254a69e95b006a67aa.zip
Update ja_jp.json (#450)
-rw-r--r--enigma/src/main/resources/lang/ja_jp.json73
1 files 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 @@
17 "menu.file.jar.open": "Jarを開く...", 17 "menu.file.jar.open": "Jarを開く...",
18 "menu.file.jar.close": "Jarを閉じる", 18 "menu.file.jar.close": "Jarを閉じる",
19 "menu.file.mappings.open": "マッピングを開く...", 19 "menu.file.mappings.open": "マッピングを開く...",
20 "menu.file.mappings.save": "マッピングを保存する", 20 "menu.file.mappings.save": "マッピングを保存",
21 "menu.file.mappings.save_as": "マッピングを名前付きで保存する...", 21 "menu.file.mappings.save_as": "マッピングを名前付きで保存...",
22 "menu.file.mappings.close": "マッピングを閉じる", 22 "menu.file.mappings.close": "マッピングを閉じる",
23 "menu.file.mappings.drop": "無効なマッピングを消す", 23 "menu.file.mappings.drop": "無効なマッピングを消す",
24 "menu.file.reload_mappings": "マッピングを再読み込みする", 24 "menu.file.reload_mappings": "マッピングを再読み込み",
25 "menu.file.reload_all": "Jarもしくはマッピングを再読み込みする", 25 "menu.file.reload_all": "Jarもしくはマッピングを再読み込み",
26 "menu.file.export.source": "ソースコードをエクスポートする...", 26 "menu.file.export.source": "ソースコードをエクスポート...",
27 "menu.file.export.jar": "Jarをエクスポートする...", 27 "menu.file.export.jar": "Jarをエクスポート...",
28 "menu.file.stats": "マッピングの統計情報...", 28 "menu.file.stats": "マッピングの統計情報...",
29 "menu.file.stats.title": "マッピングの統計情報", 29 "menu.file.stats.title": "マッピングの統計情報",
30 "menu.file.stats.top_level_package": "トップレベルパッケージ:", 30 "menu.file.stats.top_level_package": "トップレベルパッケージ:",
31 "menu.file.stats.synthetic_parameters": "合成パラメータを含める", 31 "menu.file.stats.synthetic_parameters": "合成パラメータを含める",
32 "menu.file.stats.generate": "図を生成する", 32 "menu.file.stats.generate": "図を生成",
33 "menu.file.exit": "終了", 33 "menu.file.exit": "終了",
34 "menu.decompiler": "デコンパイラ", 34 "menu.decompiler": "デコンパイラ",
35 "menu.view": "ビュー", 35 "menu.view": "ビュー",
36 "menu.view.themes": "テーマ", 36 "menu.view.themes": "テーマ",
37 "menu.view.themes.default": "デフォルト", 37 "menu.view.themes.default": "デフォルト",
38 "menu.view.themes.darcula": "Darcula", 38 "menu.view.themes.darcula": "Darcula",
39 "menu.view.themes.metal": "Metal",
39 "menu.view.themes.system": "システム", 40 "menu.view.themes.system": "システム",
40 "menu.view.themes.none": "なし (JVMのデフォルト)", 41 "menu.view.themes.none": "なし (JVMのデフォルト)",
41 "menu.view.languages": "言語", 42 "menu.view.languages": "言語",
@@ -46,13 +47,16 @@
46 "menu.view.change.title": "変更", 47 "menu.view.change.title": "変更",
47 "menu.view.change.summary": "変更は次の起動時に適用されます", 48 "menu.view.change.summary": "変更は次の起動時に適用されます",
48 "menu.search": "検索", 49 "menu.search": "検索",
50 "menu.search.class": "クラスを検索",
51 "menu.search.method": "メソッドを検索",
52 "menu.search.field": "フィールドを検索",
49 "menu.collab": "コラボレーション", 53 "menu.collab": "コラボレーション",
50 "menu.collab.connect": "サーバーに接続する", 54 "menu.collab.connect": "サーバーに接続",
51 "menu.collab.connect.error": "サーバーの接続でエラーが発生しました", 55 "menu.collab.connect.error": "サーバーの接続でエラーが発生しました",
52 "menu.collab.disconnect": "接続終了", 56 "menu.collab.disconnect": "接続終了",
53 "menu.collab.server.start": "サーバーを開始する", 57 "menu.collab.server.start": "サーバーを開始",
54 "menu.collab.server.start.error": "サーバーの開始でエラーが発生しました", 58 "menu.collab.server.start.error": "サーバーの開始でエラーが発生しました",
55 "menu.collab.server.stop": "サーバーを停止する", 59 "menu.collab.server.stop": "サーバーを停止",
56 "menu.help": "ヘルプ", 60 "menu.help": "ヘルプ",
57 "menu.help.about": "このソフトについて", 61 "menu.help.about": "このソフトについて",
58 "menu.help.about.title": "%s - このソフトについて", 62 "menu.help.about.title": "%s - このソフトについて",
@@ -66,10 +70,10 @@
66 "popup_menu.implementations": "実装を表示", 70 "popup_menu.implementations": "実装を表示",
67 "popup_menu.calls": "呼び出しを表示 (全ての実装)", 71 "popup_menu.calls": "呼び出しを表示 (全ての実装)",
68 "popup_menu.calls.specific": "呼び出しを表示 (この実装)", 72 "popup_menu.calls.specific": "呼び出しを表示 (この実装)",
69 "popup_menu.declaration": "定義へ移動する", 73 "popup_menu.declaration": "定義へ移動",
70 "popup_menu.back": "戻る", 74 "popup_menu.back": "戻る",
71 "popup_menu.forward": "進む", 75 "popup_menu.forward": "進む",
72 "popup_menu.mark_deobfuscated": "難読化解除済みとマークする", 76 "popup_menu.mark_deobfuscated": "難読化解除済みとマーク",
73 "popup_menu.reset_obfuscated": "難読化された状態に戻す", 77 "popup_menu.reset_obfuscated": "難読化された状態に戻す",
74 "popup_menu.zoom.in": "ズームイン", 78 "popup_menu.zoom.in": "ズームイン",
75 "popup_menu.zoom.out": "ズームアウト", 79 "popup_menu.zoom.out": "ズームアウト",
@@ -79,13 +83,16 @@
79 "popup_menu.editor_tab.close_others": "他を閉じる", 83 "popup_menu.editor_tab.close_others": "他を閉じる",
80 "popup_menu.editor_tab.close_left": "左のタブを全て閉じる", 84 "popup_menu.editor_tab.close_left": "左のタブを全て閉じる",
81 "popup_menu.editor_tab.close_right": "右のタブを全て閉じる", 85 "popup_menu.editor_tab.close_right": "右のタブを全て閉じる",
82 "popup_menu.deobf_panel.rename_package": "パッケージをリネームする", 86 "popup_menu.deobf_panel.rename_package": "パッケージをリネーム",
83 "popup_menu.deobf_panel.rename_class": "クラスをリネームする", 87 "popup_menu.deobf_panel.rename_class": "クラスをリネーム",
88 "popup_menu.deobf_panel.expand_all": "全て展開",
89 "popup_menu.deobf_panel.collapse_all": "全て折りたたむ",
84 90
85 "editor.decompiling": "デコンパイル中...", 91 "editor.decompiling": "デコンパイル中...",
86 "editor.decompile_error": "デコンパイル中にエラーが発生しました", 92 "editor.decompile_error": "デコンパイル中にエラーが発生しました",
87 "editor.remap_error": "リマッピング中にエラーが発生しました", 93 "editor.remap_error": "リマッピング中にエラーが発生しました",
88 94
95 "info_panel.classes": "クラス一覧",
89 "info_panel.classes.obfuscated": "難読化されたクラス", 96 "info_panel.classes.obfuscated": "難読化されたクラス",
90 "info_panel.classes.deobfuscated": "難読化解除されたクラス", 97 "info_panel.classes.deobfuscated": "難読化解除されたクラス",
91 "info_panel.identifier": "識別子情報", 98 "info_panel.identifier": "識別子情報",
@@ -100,12 +107,27 @@
100 "info_panel.identifier.modifier": "修飾子", 107 "info_panel.identifier.modifier": "修飾子",
101 "info_panel.identifier.index": "Index", 108 "info_panel.identifier.index": "Index",
102 "info_panel.editor.class.decompiling": "(デコンパイル中...)", 109 "info_panel.editor.class.decompiling": "(デコンパイル中...)",
103 "info_panel.editor.class.not_found": "クラス見つけられません:", 110 "info_panel.editor.class.not_found": "クラス見つけられません:",
104 "info_panel.tree.structure": "構造", 111 "info_panel.tree.structure": "構造",
105 "info_panel.tree.inheritance": "継承", 112 "info_panel.tree.inheritance": "継承",
106 "info_panel.tree.implementations": "実装", 113 "info_panel.tree.implementations": "実装",
107 "info_panel.tree.calls": "呼び出し関係", 114 "info_panel.tree.calls": "呼び出し関係",
108 115
116 "popup.copied": "コピーしました!",
117
118 "structure.options.obfuscation": "難読化の可視性",
119 "structure.options.obfuscation.all": "全て",
120 "structure.options.obfuscation.obfuscated": "難読化されたもののみ",
121 "structure.options.obfuscation.deobfuscated": "難読化解除されたもののみ",
122 "structure.options.documentation": "ドキュメントの可視性",
123 "structure.options.documentation.all": "全て",
124 "structure.options.documentation.documented": "ドキュメントされたもののみ",
125 "structure.options.documentation.non_documented": "ドキュメントされていないもののみ",
126 "structure.options.sorting": "ソート順序",
127 "structure.options.sorting.default": "デフォルト",
128 "structure.options.sorting.a_z": "A から Z",
129 "structure.options.sorting.z_a": "Z から A",
130
109 "log_panel.messages": "メッセージ", 131 "log_panel.messages": "メッセージ",
110 "log_panel.users": "ユーザー", 132 "log_panel.users": "ユーザー",
111 133
@@ -118,8 +140,8 @@
118 "progress.jar.writing": "Jarを書き出し中...", 140 "progress.jar.writing": "Jarを書き出し中...",
119 "progress.sources.writing": "ソースコードを書き出し中...", 141 "progress.sources.writing": "ソースコードを書き出し中...",
120 "progress.classes.deobfuscating": "クラスを難読化解除中...", 142 "progress.classes.deobfuscating": "クラスを難読化解除中...",
121 "progress.classes.decompiling": "クラスのコンパイル中...", 143 "progress.classes.decompiling": "クラスのコンパイル中...",
122 "progress.mappings.enigma_file.loading": "マッピングファイルをロードする", 144 "progress.mappings.enigma_file.loading": "マッピングファイルをロード",
123 "progress.mappings.enigma_file.done": "完了しました!", 145 "progress.mappings.enigma_file.done": "完了しました!",
124 "progress.mappings.enigma_file.writing": "クラスの書き出し中", 146 "progress.mappings.enigma_file.writing": "クラスの書き出し中",
125 "progress.mappings.enigma_directory.loading": "マッピングファイルの読込中", 147 "progress.mappings.enigma_directory.loading": "マッピングファイルの読込中",
@@ -131,12 +153,12 @@
131 "progress.stats": "統計情報を作成中", 153 "progress.stats": "統計情報を作成中",
132 "progress.stats.data": "データの作成中", 154 "progress.stats.data": "データの作成中",
133 155
134 "javadocs.edit": "Javadocを編集する", 156 "javadocs.edit": "Javadocを編集",
135 "javadocs.instruction": "このJavadocを編集する", 157 "javadocs.instruction": "このJavadocを編集",
136 158
137 "fonts.cat.default": "デフォルト", 159 "fonts.cat.default": "デフォルト",
138 "fonts.cat.default2": "デフォルト 2", 160 "fonts.cat.default2": "デフォルト 2",
139 "fonts.cat.small": "", 161 "fonts.cat.small": "ール",
140 "fonts.cat.editor": "エディタ", 162 "fonts.cat.editor": "エディタ",
141 "fonts.use_custom": "カスタムフォントを使う", 163 "fonts.use_custom": "カスタムフォントを使う",
142 164
@@ -149,8 +171,8 @@
149 "prompt.close.title": "変更を保存しますか?", 171 "prompt.close.title": "変更を保存しますか?",
150 "prompt.close.summary": "マッピングファイルは保存されていません。保存しますか?", 172 "prompt.close.summary": "マッピングファイルは保存されていません。保存しますか?",
151 "prompt.close.save": "保存して閉じる", 173 "prompt.close.save": "保存して閉じる",
152 "prompt.close.discard": "変更を破棄する", 174 "prompt.close.discard": "変更を破棄",
153 "prompt.connect.title": "サーバーに接続する", 175 "prompt.connect.title": "サーバーに接続",
154 "prompt.connect.username": "ユーザー名:", 176 "prompt.connect.username": "ユーザー名:",
155 "prompt.connect.address": "IPアドレス:", 177 "prompt.connect.address": "IPアドレス:",
156 "prompt.connect.confirm": "接続", 178 "prompt.connect.confirm": "接続",
@@ -190,11 +212,12 @@
190 "validation.message.illegal_identifier.long": "無効な文字 '%2$s' が場所 %3$d に存在します", 212 "validation.message.illegal_identifier.long": "無効な文字 '%2$s' が場所 %3$d に存在します",
191 "validation.message.illegal_doc_comment_end": "Javadocのコメントは文字列 '*/' を含むことができません", 213 "validation.message.illegal_doc_comment_end": "Javadocのコメントは文字列 '*/' を含むことができません",
192 "validation.message.reserved_identifier": "'%s' は予約済みの識別子です", 214 "validation.message.reserved_identifier": "'%s' は予約済みの識別子です",
215 "validation.message.unknown_record_getter": "%s に一致するrecordコンポーネントのgetterが見つけられませんでした",
193 216
194 "crash.title": "%s - クラッシュレポート", 217 "crash.title": "%s - クラッシュレポート",
195 "crash.summary": "%s がクラッシュしました! =(", 218 "crash.summary": "%s がクラッシュしました! =(",
196 "crash.export": "エクスポート", 219 "crash.export": "エクスポート",
197 "crash.ignore": "無視する", 220 "crash.ignore": "無視",
198 "crash.exit": "終了する", 221 "crash.exit": "終了",
199 "crash.exit.warning": "もし終了する場合、未保存の変更は失われます" 222 "crash.exit.warning": "終了する、未保存の変更は失われます"
200} 223}