summaryrefslogtreecommitdiff
path: root/enigma/src/main/resources/lang/ja_jp.json
diff options
context:
space:
mode:
authorGravatar YanisBft2021-06-15 23:30:03 +0200
committerGravatar GitHub2021-06-15 22:30:03 +0100
commit1ec1ece9efbcc668b9c79de58d79b3176da1b7ca (patch)
tree5d34cf25763bde51b40461d5822ff99f33a2867b /enigma/src/main/resources/lang/ja_jp.json
parentFix some exceptions getting silently discarded (e.g. see #398) (diff)
downloadenigma-fork-1ec1ece9efbcc668b9c79de58d79b3176da1b7ca.tar.gz
enigma-fork-1ec1ece9efbcc668b9c79de58d79b3176da1b7ca.tar.xz
enigma-fork-1ec1ece9efbcc668b9c79de58d79b3176da1b7ca.zip
Structure panel options (#400)
* Structure panel options * changes * always show inner classes in the tree * workaround for toString() and similar * show constructor methods depending on the class obfuscation * use ListCellRenderer instead of toString * list cell renderer
Diffstat (limited to 'enigma/src/main/resources/lang/ja_jp.json')
-rw-r--r--enigma/src/main/resources/lang/ja_jp.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/enigma/src/main/resources/lang/ja_jp.json b/enigma/src/main/resources/lang/ja_jp.json
index 0ff162a..9399e17 100644
--- a/enigma/src/main/resources/lang/ja_jp.json
+++ b/enigma/src/main/resources/lang/ja_jp.json
@@ -102,7 +102,6 @@
102 "info_panel.editor.class.decompiling": "(デコンパイル中...)", 102 "info_panel.editor.class.decompiling": "(デコンパイル中...)",
103 "info_panel.editor.class.not_found": "クラスが見つけられません:", 103 "info_panel.editor.class.not_found": "クラスが見つけられません:",
104 "info_panel.tree.structure": "構造", 104 "info_panel.tree.structure": "構造",
105 "info_panel.tree.structure.hide_deobfuscated": "難読化解除されたメンバを隠す",
106 "info_panel.tree.inheritance": "継承", 105 "info_panel.tree.inheritance": "継承",
107 "info_panel.tree.implementations": "実装", 106 "info_panel.tree.implementations": "実装",
108 "info_panel.tree.calls": "呼び出し関係", 107 "info_panel.tree.calls": "呼び出し関係",