diff options
| author | 2020-12-14 21:15:53 +0100 | |
|---|---|---|
| committer | 2020-12-14 21:15:53 +0100 | |
| commit | e16f81dba9edadb3fc02492bfeff06266890e754 (patch) | |
| tree | fbc2389fbea75c110712c9ae982cfa5d5b957fee /enigma/src/main/resources | |
| parent | Bump version (diff) | |
| download | enigma-fork-e16f81dba9edadb3fc02492bfeff06266890e754.tar.gz enigma-fork-e16f81dba9edadb3fc02492bfeff06266890e754.tar.xz enigma-fork-e16f81dba9edadb3fc02492bfeff06266890e754.zip | |
Structure panel!
Diffstat (limited to 'enigma/src/main/resources')
| -rw-r--r-- | enigma/src/main/resources/lang/en_us.json | 2 | ||||
| -rw-r--r-- | enigma/src/main/resources/lang/fr_fr.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/enigma/src/main/resources/lang/en_us.json b/enigma/src/main/resources/lang/en_us.json index 9db4e1f..8195bb1 100644 --- a/enigma/src/main/resources/lang/en_us.json +++ b/enigma/src/main/resources/lang/en_us.json | |||
| @@ -101,6 +101,8 @@ | |||
| 101 | "info_panel.identifier.index": "Index", | 101 | "info_panel.identifier.index": "Index", |
| 102 | "info_panel.editor.class.decompiling": "(decompiling...)", | 102 | "info_panel.editor.class.decompiling": "(decompiling...)", |
| 103 | "info_panel.editor.class.not_found": "Unable to find class:", | 103 | "info_panel.editor.class.not_found": "Unable to find class:", |
| 104 | "info_panel.tree.structure": "Structure", | ||
| 105 | "info_panel.tree.structure.hide_deobfuscated": "Hide deobfuscated members", | ||
| 104 | "info_panel.tree.inheritance": "Inheritance", | 106 | "info_panel.tree.inheritance": "Inheritance", |
| 105 | "info_panel.tree.implementations": "Implementations", | 107 | "info_panel.tree.implementations": "Implementations", |
| 106 | "info_panel.tree.calls": "Call Graph", | 108 | "info_panel.tree.calls": "Call Graph", |
diff --git a/enigma/src/main/resources/lang/fr_fr.json b/enigma/src/main/resources/lang/fr_fr.json index 127b9c8..43bea4d 100644 --- a/enigma/src/main/resources/lang/fr_fr.json +++ b/enigma/src/main/resources/lang/fr_fr.json | |||
| @@ -101,6 +101,8 @@ | |||
| 101 | "info_panel.identifier.index": "Index", | 101 | "info_panel.identifier.index": "Index", |
| 102 | "info_panel.editor.class.decompiling": "(décompilation...)", | 102 | "info_panel.editor.class.decompiling": "(décompilation...)", |
| 103 | "info_panel.editor.class.not_found": "Impossible de trouver la classe :", | 103 | "info_panel.editor.class.not_found": "Impossible de trouver la classe :", |
| 104 | "info_panel.tree.structure": "Structure", | ||
| 105 | "info_panel.tree.structure.hide_deobfuscated": "Masquer les membres déobfusqués", | ||
| 104 | "info_panel.tree.inheritance": "Héritage", | 106 | "info_panel.tree.inheritance": "Héritage", |
| 105 | "info_panel.tree.implementations": "Implémentations", | 107 | "info_panel.tree.implementations": "Implémentations", |
| 106 | "info_panel.tree.calls": "Graphique des appels", | 108 | "info_panel.tree.calls": "Graphique des appels", |