diff options
| author | 2020-06-03 13:39:42 -0400 | |
|---|---|---|
| committer | 2020-06-03 18:39:42 +0100 | |
| commit | 0f47403d0220757fed189b76e2071e25b1025cb8 (patch) | |
| tree | 879bf72c4476f0a5e0d82da99d7ff2b2276bcaca /src/main/resources | |
| parent | Fix search dialog hanging for a short time sometimes (#250) (diff) | |
| download | enigma-fork-0f47403d0220757fed189b76e2071e25b1025cb8.tar.gz enigma-fork-0f47403d0220757fed189b76e2071e25b1025cb8.tar.xz enigma-fork-0f47403d0220757fed189b76e2071e25b1025cb8.zip | |
Split GUI code to separate module (#242)
* Split into modules
* Post merge compile fixes
Co-authored-by: modmuss50 <modmuss50@gmail.com>
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/META-INF/services/cuchaz.enigma.api.EnigmaPlugin | 1 | ||||
| -rw-r--r-- | src/main/resources/about.html | 6 | ||||
| -rw-r--r-- | src/main/resources/lang/en_us.json | 164 | ||||
| -rw-r--r-- | src/main/resources/lang/fr_fr.json | 164 | ||||
| -rw-r--r-- | src/main/resources/lang/zh_cn.json | 118 | ||||
| -rw-r--r-- | src/main/resources/profile.json | 20 | ||||
| -rw-r--r-- | src/main/resources/stats.html | 34 |
7 files changed, 0 insertions, 507 deletions
diff --git a/src/main/resources/META-INF/services/cuchaz.enigma.api.EnigmaPlugin b/src/main/resources/META-INF/services/cuchaz.enigma.api.EnigmaPlugin deleted file mode 100644 index 136a3e7..0000000 --- a/src/main/resources/META-INF/services/cuchaz.enigma.api.EnigmaPlugin +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | cuchaz.enigma.analysis.BuiltinPlugin | ||
diff --git a/src/main/resources/about.html b/src/main/resources/about.html deleted file mode 100644 index b75c1bf..0000000 --- a/src/main/resources/about.html +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | <html> | ||
| 2 | <h1>%s</h1> | ||
| 3 | <p>A tool for debofuscation of Java code</p> | ||
| 4 | <p> | ||
| 5 | <p>Version: %s</p> | ||
| 6 | </html> \ No newline at end of file | ||
diff --git a/src/main/resources/lang/en_us.json b/src/main/resources/lang/en_us.json deleted file mode 100644 index dbf4b93..0000000 --- a/src/main/resources/lang/en_us.json +++ /dev/null | |||
| @@ -1,164 +0,0 @@ | |||
| 1 | { | ||
| 2 | "language": "English", | ||
| 3 | |||
| 4 | "mapping_format.enigma_file": "Enigma File", | ||
| 5 | "mapping_format.enigma_directory": "Enigma Directory", | ||
| 6 | "mapping_format.enigma_zip": "Enigma ZIP", | ||
| 7 | "mapping_format.tiny_v2": "Tiny v2", | ||
| 8 | "mapping_format.tiny_file": "Tiny File", | ||
| 9 | "mapping_format.srg_file": "SRG File", | ||
| 10 | "mapping_format.proguard": "Proguard", | ||
| 11 | "type.methods": "Methods", | ||
| 12 | "type.fields": "Fields", | ||
| 13 | "type.parameters": "Parameters", | ||
| 14 | "type.classes": "Classes", | ||
| 15 | |||
| 16 | "menu.file": "File", | ||
| 17 | "menu.file.jar.open": "Open Jar...", | ||
| 18 | "menu.file.jar.close": "Close Jar", | ||
| 19 | "menu.file.mappings.open": "Open Mappings...", | ||
| 20 | "menu.file.mappings.save": "Save Mappings", | ||
| 21 | "menu.file.mappings.save_as": "Save Mappings As...", | ||
| 22 | "menu.file.mappings.close": "Close Mappings", | ||
| 23 | "menu.file.mappings.drop": "Drop Invalid Mappings", | ||
| 24 | "menu.file.export.source": "Export Source...", | ||
| 25 | "menu.file.export.jar": "Export Jar...", | ||
| 26 | "menu.file.stats": "Mapping Stats...", | ||
| 27 | "menu.file.stats.title": "Choose Included Members", | ||
| 28 | "menu.file.stats.generate": "Generate Stats", | ||
| 29 | "menu.file.exit": "Exit", | ||
| 30 | "menu.decompiler": "Decompiler", | ||
| 31 | "menu.view": "View", | ||
| 32 | "menu.view.themes": "Themes", | ||
| 33 | "menu.view.themes.default": "Default", | ||
| 34 | "menu.view.themes.darcula": "Darcula", | ||
| 35 | "menu.view.themes.system": "System", | ||
| 36 | "menu.view.themes.none": "None (JVM Default)", | ||
| 37 | "menu.view.languages": "Languages", | ||
| 38 | "menu.view.scale": "Scale", | ||
| 39 | "menu.view.scale.custom": "Custom...", | ||
| 40 | "menu.view.scale.custom.title": "Custom Scale", | ||
| 41 | "menu.view.change.title": "Changes", | ||
| 42 | "menu.view.change.summary": "Changes will be applied after the next restart.", | ||
| 43 | "menu.view.change.ok": "Ok", | ||
| 44 | "menu.view.search": "Search", | ||
| 45 | "menu.collab": "Collab", | ||
| 46 | "menu.collab.connect": "Connect to server", | ||
| 47 | "menu.collab.connect.error": "Error connecting to server", | ||
| 48 | "menu.collab.disconnect": "Disconnect", | ||
| 49 | "menu.collab.server.start": "Start server", | ||
| 50 | "menu.collab.server.start.error": "Error starting server", | ||
| 51 | "menu.collab.server.stop": "Stop server", | ||
| 52 | "menu.help": "Help", | ||
| 53 | "menu.help.about": "About", | ||
| 54 | "menu.help.about.title": "%s - About", | ||
| 55 | "menu.help.about.ok": "Ok", | ||
| 56 | "menu.help.github": "Github Page", | ||
| 57 | |||
| 58 | "popup_menu.rename": "Rename", | ||
| 59 | "popup_menu.javadoc": "Edit Javadoc", | ||
| 60 | "popup_menu.inheritance": "Show Inheritance", | ||
| 61 | "popup_menu.implementations": "Show Implementations", | ||
| 62 | "popup_menu.calls": "Show Calls (All Implementations)", | ||
| 63 | "popup_menu.calls.specific": "Show Calls (Specific)", | ||
| 64 | "popup_menu.declaration": "Go to Declaration", | ||
| 65 | "popup_menu.back": "Go back", | ||
| 66 | "popup_menu.forward": "Go forward", | ||
| 67 | "popup_menu.mark_deobfuscated": "Mark as deobfuscated", | ||
| 68 | "popup_menu.reset_obfuscated": "Reset to obfuscated", | ||
| 69 | "popup_menu.zoom.in": "Zoom in", | ||
| 70 | "popup_menu.zoom.out": "Zoom out", | ||
| 71 | "popup_menu.zoom.reset": "Reset zoom", | ||
| 72 | |||
| 73 | "info_panel.classes.obfuscated": "Obfuscated Classes", | ||
| 74 | "info_panel.classes.deobfuscated": "De-obfuscated Classes", | ||
| 75 | "info_panel.identifier": "Identifier Info", | ||
| 76 | "info_panel.identifier.none": "No identifier selected", | ||
| 77 | "info_panel.identifier.variable": "Variable", | ||
| 78 | "info_panel.identifier.field": "Field", | ||
| 79 | "info_panel.identifier.method": "Method", | ||
| 80 | "info_panel.identifier.constructor": "Constructor", | ||
| 81 | "info_panel.identifier.class": "Class", | ||
| 82 | "info_panel.identifier.type_descriptor": "TypeDescriptor", | ||
| 83 | "info_panel.identifier.method_descriptor": "MethodDescriptor", | ||
| 84 | "info_panel.identifier.modifier": "Modifier", | ||
| 85 | "info_panel.identifier.index": "Index", | ||
| 86 | "info_panel.editor.class.decompiling": "(decompiling...)", | ||
| 87 | "info_panel.editor.class.not_found": "Unable to find class:", | ||
| 88 | "info_panel.tree.inheritance": "Inheritance", | ||
| 89 | "info_panel.tree.implementations": "Implementations", | ||
| 90 | "info_panel.tree.calls": "Call Graph", | ||
| 91 | |||
| 92 | "log_panel.messages": "Messages", | ||
| 93 | "log_panel.users": "Users", | ||
| 94 | |||
| 95 | "progress.operation": "%s - Operation in progress", | ||
| 96 | "progress.jar.indexing": "Indexing jar", | ||
| 97 | "progress.jar.indexing.entries": "Entries...", | ||
| 98 | "progress.jar.indexing.references": "Entry references...", | ||
| 99 | "progress.jar.indexing.methods": "Bridge methods...", | ||
| 100 | "progress.jar.indexing.process": "Processing...", | ||
| 101 | "progress.jar.writing": "Writing jar...", | ||
| 102 | "progress.sources.writing": "Writing sources...", | ||
| 103 | "progress.classes.deobfuscating": "Deobfuscating classes...", | ||
| 104 | "progress.classes.decompiling": "Decompiling classes...", | ||
| 105 | "progress.mappings.enigma_file.loading": "Loading mapping file", | ||
| 106 | "progress.mappings.enigma_file.done": "Done!", | ||
| 107 | "progress.mappings.enigma_file.writing": "Writing classes", | ||
| 108 | "progress.mappings.enigma_directory.loading": "Loading mapping files", | ||
| 109 | "progress.mappings.enigma_directory.writing": "Writing classes", | ||
| 110 | "progress.mappings.tiny_file.loading": "Loading mapping file", | ||
| 111 | "progress.mappings.tiny_v2.loading": "Loading mapping file", | ||
| 112 | "progress.mappings.srg_file.generating": "Generating mappings", | ||
| 113 | "progress.mappings.srg_file.writing": "Writing mappings", | ||
| 114 | "progress.stats": "Generating stats", | ||
| 115 | "progress.stats.data": "Generating data", | ||
| 116 | |||
| 117 | "javadocs.edit": "Edit Javadocs", | ||
| 118 | "javadocs.instruction": "Edit javadocs here.", | ||
| 119 | "javadocs.cancel": "Cancel", | ||
| 120 | "javadocs.save": "Save", | ||
| 121 | |||
| 122 | "prompt.close.title": "Save your changes?", | ||
| 123 | "prompt.close.summary": "Your mappings have not been saved yet. Do you want to save?", | ||
| 124 | "prompt.close.save": "Save and close", | ||
| 125 | "prompt.close.discard": "Discard changes", | ||
| 126 | "prompt.close.cancel": "Cancel", | ||
| 127 | "prompt.open": "Open", | ||
| 128 | "prompt.cancel": "Cancel", | ||
| 129 | "prompt.connect.title": "Connect to server", | ||
| 130 | "prompt.connect.username": "Username", | ||
| 131 | "prompt.connect.ip": "IP", | ||
| 132 | "prompt.port": "Port", | ||
| 133 | "prompt.port.nan": "Port is not a number", | ||
| 134 | "prompt.port.invalid": "Port is out of range, should be between 0-65535", | ||
| 135 | "prompt.password": "Password", | ||
| 136 | "prompt.password.too_long": "Password is too long, it must be at most 255 characters.", | ||
| 137 | "prompt.create_server.title": "Create server", | ||
| 138 | |||
| 139 | "disconnect.disconnected": "Disconnected", | ||
| 140 | "disconnect.server_closed": "Server closed", | ||
| 141 | "disconnect.wrong_jar": "Jar checksums don't match (you have the wrong jar)!", | ||
| 142 | "disconnect.wrong_password": "Incorrect password", | ||
| 143 | "disconnect.username_taken": "Username is taken", | ||
| 144 | |||
| 145 | "message.chat.text": "%s: %s", | ||
| 146 | "message.connect.text": "[+] %s", | ||
| 147 | "message.disconnect.text": "[-] %s", | ||
| 148 | "message.edit_docs.text": "%s edited docs for %s", | ||
| 149 | "message.mark_deobf.text": "%s marked %s as deobfuscated", | ||
| 150 | "message.remove_mapping.text": "%s removed mappings for %s", | ||
| 151 | "message.rename.text": "%s renamed %s to %s", | ||
| 152 | |||
| 153 | "status.disconnected": "Disconnected.", | ||
| 154 | "status.connected": "Connected.", | ||
| 155 | "status.connected_user_count": "Connected (%d users).", | ||
| 156 | "status.ready": "Ready.", | ||
| 157 | |||
| 158 | "crash.title": "%s - Crash Report", | ||
| 159 | "crash.summary": "%s has crashed! =(", | ||
| 160 | "crash.export": "Export", | ||
| 161 | "crash.ignore": "Ignore", | ||
| 162 | "crash.exit": "Exit", | ||
| 163 | "crash.exit.warning": "If you choose exit, you will lose any unsaved work." | ||
| 164 | } | ||
diff --git a/src/main/resources/lang/fr_fr.json b/src/main/resources/lang/fr_fr.json deleted file mode 100644 index d169b9a..0000000 --- a/src/main/resources/lang/fr_fr.json +++ /dev/null | |||
| @@ -1,164 +0,0 @@ | |||
| 1 | { | ||
| 2 | "language": "Français", | ||
| 3 | |||
| 4 | "mapping_format.enigma_file": "Fichier Enigma", | ||
| 5 | "mapping_format.enigma_directory": "Répertoire Enigma", | ||
| 6 | "mapping_format.enigma_zip": "ZIP Enigma", | ||
| 7 | "mapping_format.tiny_v2": "Tiny v2", | ||
| 8 | "mapping_format.tiny_file": "Fichier Tiny", | ||
| 9 | "mapping_format.srg_file": "Fichier SRG", | ||
| 10 | "mapping_format.proguard": "Proguard", | ||
| 11 | "type.methods": "Méthodes", | ||
| 12 | "type.fields": "Champs", | ||
| 13 | "type.parameters": "Paramètres", | ||
| 14 | "type.classes": "Classes", | ||
| 15 | |||
| 16 | "menu.file": "Fichier", | ||
| 17 | "menu.file.jar.open": "Ouvrir le jar...", | ||
| 18 | "menu.file.jar.close": "Fermer le jar", | ||
| 19 | "menu.file.mappings.open": "Ouvrir les mappings...", | ||
| 20 | "menu.file.mappings.save": "Enregistrer les mappings", | ||
| 21 | "menu.file.mappings.save_as": "Enregistrer les mappings sous...", | ||
| 22 | "menu.file.mappings.close": "Fermer les mappings", | ||
| 23 | "menu.file.mappings.drop": "Supprimer les mappings invalides", | ||
| 24 | "menu.file.export.source": "Exporter la source...", | ||
| 25 | "menu.file.export.jar": "Exporter le jar...", | ||
| 26 | "menu.file.stats": "Statistiques des mappings...", | ||
| 27 | "menu.file.stats.title": "Choisir les membres inclus", | ||
| 28 | "menu.file.stats.generate": "Générer les statistiques", | ||
| 29 | "menu.file.exit": "Quitter", | ||
| 30 | "menu.decompiler": "Décompilateur", | ||
| 31 | "menu.view": "Affichage", | ||
| 32 | "menu.view.themes": "Thèmes", | ||
| 33 | "menu.view.themes.default": "Par défaut", | ||
| 34 | "menu.view.themes.darcula": "Darcula", | ||
| 35 | "menu.view.themes.system": "Système", | ||
| 36 | "menu.view.themes.none": "Aucun (JVM par défaut)", | ||
| 37 | "menu.view.languages": "Langues", | ||
| 38 | "menu.view.scale": "Échelle", | ||
| 39 | "menu.view.scale.custom": "Personnalisée...", | ||
| 40 | "menu.view.scale.custom.title": "Échelle personnalisée", | ||
| 41 | "menu.view.change.title": "Modifications", | ||
| 42 | "menu.view.change.summary": "Les modifications seront appliquées lors du prochain redémarrage.", | ||
| 43 | "menu.view.change.ok": "Ok", | ||
| 44 | "menu.view.search": "Rechercher", | ||
| 45 | "menu.collab": "Collab", | ||
| 46 | "menu.collab.connect": "Se connecter à un serveur", | ||
| 47 | "menu.collab.connect.error": "Erreur lors de la connexion au serveur", | ||
| 48 | "menu.collab.disconnect": "Se déconnecter", | ||
| 49 | "menu.collab.server.start": "Démarrer le serveur", | ||
| 50 | "menu.collab.server.start.error": "Erreur lors du démarrage du serveur", | ||
| 51 | "menu.collab.server.stop": "Arrêter le serveur", | ||
| 52 | "menu.help": "Aide", | ||
| 53 | "menu.help.about": "À propos", | ||
| 54 | "menu.help.about.title": "%s - À propos", | ||
| 55 | "menu.help.about.ok": "Ok", | ||
| 56 | "menu.help.github": "Page Github", | ||
| 57 | |||
| 58 | "popup_menu.rename": "Renommer", | ||
| 59 | "popup_menu.javadoc": "Éditer le Javadoc", | ||
| 60 | "popup_menu.inheritance": "Afficher l'héritage", | ||
| 61 | "popup_menu.implementations": "Afficher les implémentations", | ||
| 62 | "popup_menu.calls": "Afficher les appels (tous)", | ||
| 63 | "popup_menu.calls.specific": "Afficher les appels (spécifiques)", | ||
| 64 | "popup_menu.declaration": "Aller à la déclaration", | ||
| 65 | "popup_menu.back": "Annuler", | ||
| 66 | "popup_menu.forward": "Restaurer", | ||
| 67 | "popup_menu.mark_deobfuscated": "Marquer comme déobfusqué", | ||
| 68 | "popup_menu.reset_obfuscated": "Réinitialiser à obfusqué", | ||
| 69 | "popup_menu.zoom.in": "Zoomer", | ||
| 70 | "popup_menu.zoom.out": "Dézoomer", | ||
| 71 | "popup_menu.zoom.reset": "Réinitialiser le zoom", | ||
| 72 | |||
| 73 | "info_panel.classes.obfuscated": "Classes obfusquées", | ||
| 74 | "info_panel.classes.deobfuscated": "Classes déobfusquées", | ||
| 75 | "info_panel.identifier": "Informations sur l'identifiant", | ||
| 76 | "info_panel.identifier.none": "Aucun identifiant sélectionné", | ||
| 77 | "info_panel.identifier.variable": "Variable", | ||
| 78 | "info_panel.identifier.field": "Champ", | ||
| 79 | "info_panel.identifier.method": "Méthode", | ||
| 80 | "info_panel.identifier.constructor": "Constructeur", | ||
| 81 | "info_panel.identifier.class": "Classe", | ||
| 82 | "info_panel.identifier.type_descriptor": "Descripteur de type", | ||
| 83 | "info_panel.identifier.method_descriptor": "Descripteur de méthode", | ||
| 84 | "info_panel.identifier.modifier": "Modificateur", | ||
| 85 | "info_panel.identifier.index": "Index", | ||
| 86 | "info_panel.editor.class.decompiling": "(décompilation...)", | ||
| 87 | "info_panel.editor.class.not_found": "Impossible de trouver la classe :", | ||
| 88 | "info_panel.tree.inheritance": "Héritage", | ||
| 89 | "info_panel.tree.implementations": "Implémentations", | ||
| 90 | "info_panel.tree.calls": "Graphique des appels", | ||
| 91 | |||
| 92 | "log_panel.messages": "Messages", | ||
| 93 | "log_panel.users": "Utilisateurs", | ||
| 94 | |||
| 95 | "progress.operation": "%s - Opération en cours", | ||
| 96 | "progress.jar.indexing": "Indexation du jar", | ||
| 97 | "progress.jar.indexing.entries": "Entrées...", | ||
| 98 | "progress.jar.indexing.references": "Références des entrées...", | ||
| 99 | "progress.jar.indexing.methods": "Mise en place des méthodes...", | ||
| 100 | "progress.jar.indexing.process": "Traitement...", | ||
| 101 | "progress.jar.writing": "Écriture du jar...", | ||
| 102 | "progress.sources.writing": "Écriture des sources...", | ||
| 103 | "progress.classes.deobfuscating": "Déobfuscation des classes...", | ||
| 104 | "progress.classes.decompiling": "Décompilation des classes...", | ||
| 105 | "progress.mappings.enigma_file.loading": "Chargement du fichier de mappings", | ||
| 106 | "progress.mappings.enigma_file.done": "Terminé !", | ||
| 107 | "progress.mappings.enigma_file.writing": "Écriture des classes", | ||
| 108 | "progress.mappings.enigma_directory.loading": "Chargement des fichiers de mappings", | ||
| 109 | "progress.mappings.enigma_directory.writing": "Écriture des classes", | ||
| 110 | "progress.mappings.tiny_file.loading": "Chargement du fichier de mappings", | ||
| 111 | "progress.mappings.tiny_v2.loading": "Chargement du fichier de mappings", | ||
| 112 | "progress.mappings.srg_file.generating": "Génération des mappings", | ||
| 113 | "progress.mappings.srg_file.writing": "Écriture des mappings", | ||
| 114 | "progress.stats": "Génération des statistiques", | ||
| 115 | "progress.stats.data": "Génération des données", | ||
| 116 | |||
| 117 | "javadocs.edit": "Éditer les Javadocs", | ||
| 118 | "javadocs.instruction": "Éditer les Javadocs ici.", | ||
| 119 | "javadocs.cancel": "Annuler", | ||
| 120 | "javadocs.save": "Enregistrer", | ||
| 121 | |||
| 122 | "prompt.close.title": "Enregistrer les modifications ?", | ||
| 123 | "prompt.close.summary": "Vos mappings n'ont pas encore été enregistrés. Souhaitez-vous enregistrer ?", | ||
| 124 | "prompt.close.save": "Enregistrer et fermer", | ||
| 125 | "prompt.close.discard": "Annuler les modifications", | ||
| 126 | "prompt.close.cancel": "Annuler", | ||
| 127 | "prompt.open": "Ouvrir", | ||
| 128 | "prompt.cancel": "Annuler", | ||
| 129 | "prompt.connect.title": "Se connecter à un serveur", | ||
| 130 | "prompt.connect.username": "Nom d'utilisateur", | ||
| 131 | "prompt.connect.ip": "IP", | ||
| 132 | "prompt.port": "Port", | ||
| 133 | "prompt.port.nan": "Le port n'est pas un nombre", | ||
| 134 | "prompt.port.invalid": "Le port est hors de portée. Il doit être compris entre 0 et 65535.", | ||
| 135 | "prompt.password": "Mot de passe", | ||
| 136 | "prompt.password.too_long": "Le mot de passe est trop long. Il ne doit pas dépasser 255 caractères.", | ||
| 137 | "prompt.create_server.title": "Créer un serveur", | ||
| 138 | |||
| 139 | "disconnect.disconnected": "Déconnecté", | ||
| 140 | "disconnect.server_closed": "Serveur fermé", | ||
| 141 | "disconnect.wrong_jar": "Les sommes de contrôle du jar ne correspondent pas (vous avez le mauvais jar) !", | ||
| 142 | "disconnect.wrong_password": "Mot de passe incorrect", | ||
| 143 | "disconnect.username_taken": "Le nom d'utilisateur est déjà pris", | ||
| 144 | |||
| 145 | "message.chat.text": "%s : %s", | ||
| 146 | "message.connect.text": "[+] %s", | ||
| 147 | "message.disconnect.text": "[-] %s", | ||
| 148 | "message.edit_docs.text": "%s a édité les javadocs de %s", | ||
| 149 | "message.mark_deobf.text": "%s a marqué %s comme déobfusqué", | ||
| 150 | "message.remove_mapping.text": "%s a supprimé les mappings de %s", | ||
| 151 | "message.rename.text": "%s a renommé %s en %s", | ||
| 152 | |||
| 153 | "status.disconnected": "Déconnecté.", | ||
| 154 | "status.connected": "Connecté.", | ||
| 155 | "status.connected_user_count": "Connecté (%d utilisateurs).", | ||
| 156 | "status.ready": "Prêt.", | ||
| 157 | |||
| 158 | "crash.title": "%s - Rapport de plantage", | ||
| 159 | "crash.summary": "%s a planté ! =(", | ||
| 160 | "crash.export": "Exporter", | ||
| 161 | "crash.ignore": "Ignorer", | ||
| 162 | "crash.exit": "Quitter", | ||
| 163 | "crash.exit.warning": "Si vous choisissez Quitter, vous perdrez tout travail non sauvegardé." | ||
| 164 | } | ||
diff --git a/src/main/resources/lang/zh_cn.json b/src/main/resources/lang/zh_cn.json deleted file mode 100644 index f3f503a..0000000 --- a/src/main/resources/lang/zh_cn.json +++ /dev/null | |||
| @@ -1,118 +0,0 @@ | |||
| 1 | { | ||
| 2 | "language": "Chinese", | ||
| 3 | |||
| 4 | "mapping_format.enigma_file": "Enigma 文件", | ||
| 5 | "mapping_format.enigma_directory": "Enigma 目录", | ||
| 6 | "mapping_format.enigma_zip": "Enigma ZIP", | ||
| 7 | "mapping_format.tiny_v2": "Tiny v2", | ||
| 8 | "mapping_format.tiny_file": "Tiny File", | ||
| 9 | "mapping_format.srg_file": "SRG File", | ||
| 10 | "mapping_format.proguard": "Proguard", | ||
| 11 | "type.methods": "方法", | ||
| 12 | "type.fields": "字段", | ||
| 13 | "type.parameters": "参数", | ||
| 14 | "type.classes": "类", | ||
| 15 | |||
| 16 | "menu.file": "文件", | ||
| 17 | "menu.file.jar.open": "打开 Jar...", | ||
| 18 | "menu.file.jar.close": "关闭 Jar", | ||
| 19 | "menu.file.mappings.open": "打开映射...", | ||
| 20 | "menu.file.mappings.save": "保存映射", | ||
| 21 | "menu.file.mappings.save_as": "将映射另存为...", | ||
| 22 | "menu.file.mappings.close": "关闭映射", | ||
| 23 | "menu.file.mappings.drop": "删除无效映射", | ||
| 24 | "menu.file.export.source": "导出源码...", | ||
| 25 | "menu.file.export.jar": "导出Jar...", | ||
| 26 | "menu.file.stats": "映射统计范围...", | ||
| 27 | "menu.file.stats.title": "选择包括的成员", | ||
| 28 | "menu.file.stats.generate": "生成统计范围", | ||
| 29 | "menu.file.exit": "退出", | ||
| 30 | "menu.decompiler": "反编译", | ||
| 31 | "menu.view": "查看", | ||
| 32 | "menu.view.themes": "主题", | ||
| 33 | "menu.view.themes.default": "Default", | ||
| 34 | "menu.view.themes.darcula": "Darcula", | ||
| 35 | "menu.view.themes.system": "System", | ||
| 36 | "menu.view.themes.none": "None (JVM Default)", | ||
| 37 | "menu.view.languages": "语言", | ||
| 38 | "menu.view.languages.title": "更改语言", | ||
| 39 | "menu.view.languages.summary": "新语言将在下次重新启动后应用.", | ||
| 40 | "menu.view.languages.ok": "确定", | ||
| 41 | "menu.view.search": "搜索", | ||
| 42 | "menu.help": "帮助", | ||
| 43 | "menu.help.about": "关于", | ||
| 44 | "menu.help.about.title": "%s - 关于", | ||
| 45 | "menu.help.about.ok": "确定", | ||
| 46 | "menu.help.github": "GitHub 页面", | ||
| 47 | |||
| 48 | "popup_menu.rename": "改名", | ||
| 49 | "popup_menu.javadoc": "编辑注释", | ||
| 50 | "popup_menu.inheritance": "显示继承", | ||
| 51 | "popup_menu.implementations": "显示实现", | ||
| 52 | "popup_menu.calls": "显示 Calls", | ||
| 53 | "popup_menu.calls.specific": "显示 Calls (具体)", | ||
| 54 | "popup_menu.declaration": "Go to Declaration", | ||
| 55 | "popup_menu.back": "Go back", | ||
| 56 | "popup_menu.forward": "Go forward", | ||
| 57 | "popup_menu.mark_deobfuscated": "标记为反混淆", | ||
| 58 | "popup_menu.reset_obfuscated": "重置混淆", | ||
| 59 | |||
| 60 | "info_panel.classes.obfuscated": "混淆类", | ||
| 61 | "info_panel.classes.deobfuscated": "反混淆类", | ||
| 62 | "info_panel.identifier": "标识符信息", | ||
| 63 | "info_panel.identifier.none": "未选择标识符", | ||
| 64 | "info_panel.identifier.variable": "变量", | ||
| 65 | "info_panel.identifier.field": "字段", | ||
| 66 | "info_panel.identifier.method": "方法", | ||
| 67 | "info_panel.identifier.constructor": "构造器", | ||
| 68 | "info_panel.identifier.class": "类", | ||
| 69 | "info_panel.identifier.type_descriptor": "类型描述符", | ||
| 70 | "info_panel.identifier.method_descriptor": "方法描述符", | ||
| 71 | "info_panel.identifier.modifier": "修饰语", | ||
| 72 | "info_panel.identifier.index": "索引", | ||
| 73 | "info_panel.editor.class.decompiling": "(反编译中...)", | ||
| 74 | "info_panel.editor.class.not_found": "找不到类:", | ||
| 75 | "info_panel.tree.inheritance": "继承", | ||
| 76 | "info_panel.tree.implementations": "实现", | ||
| 77 | "info_panel.tree.calls": "调用图", | ||
| 78 | |||
| 79 | "progress.operation": "%s - 进行中", | ||
| 80 | "progress.jar.indexing": "索引jar", | ||
| 81 | "progress.jar.indexing.entries": "条目...", | ||
| 82 | "progress.jar.indexing.references": "条目引用...", | ||
| 83 | "progress.jar.indexing.methods": "桥接方法...", | ||
| 84 | "progress.jar.indexing.process": "处理中...", | ||
| 85 | "progress.jar.writing": "写出jar中...", | ||
| 86 | "progress.sources.writing": "写出源码中...", | ||
| 87 | "progress.classes.deobfuscating": "反混淆类中...", | ||
| 88 | "progress.classes.decompiling": "反编译类中...", | ||
| 89 | "progress.mappings.enigma_file.loading": "加载映射文件", | ||
| 90 | "progress.mappings.enigma_file.done": "完成!", | ||
| 91 | "progress.mappings.enigma_file.writing": "写出类", | ||
| 92 | "progress.mappings.enigma_directory.loading": "加载映射文件", | ||
| 93 | "progress.mappings.enigma_directory.writing": "写出类", | ||
| 94 | "progress.mappings.tiny_file.loading": "加载映射文件", | ||
| 95 | "progress.mappings.tiny_v2.loading": "加载映射文件", | ||
| 96 | "progress.mappings.srg_file.generating": "生成映射", | ||
| 97 | "progress.mappings.srg_file.writing": "写出映射", | ||
| 98 | "progress.stats": "生成统计范围", | ||
| 99 | "progress.stats.data": "生成数据", | ||
| 100 | |||
| 101 | "javadocs.edit": "编辑注释", | ||
| 102 | "javadocs.instruction": "在此处编辑编辑注释.", | ||
| 103 | "javadocs.cancel": "取消", | ||
| 104 | "javadocs.save": "保存", | ||
| 105 | |||
| 106 | "prompt.close.title": "保存更改?", | ||
| 107 | "prompt.close.summary": "您的映射尚未保存。你想保存吗?", | ||
| 108 | "prompt.close.save": "保存并关闭", | ||
| 109 | "prompt.close.discard": "放弃更改", | ||
| 110 | "prompt.close.cancel": "取消", | ||
| 111 | |||
| 112 | "crash.title": "%s - 崩溃报告", | ||
| 113 | "crash.summary": "%s 已经崩溃! =(", | ||
| 114 | "crash.export": "输出", | ||
| 115 | "crash.ignore": "忽略", | ||
| 116 | "crash.exit": "退出", | ||
| 117 | "crash.exit.warning": "如果选择退出,将丢失所有未保存的工作." | ||
| 118 | } | ||
diff --git a/src/main/resources/profile.json b/src/main/resources/profile.json deleted file mode 100644 index e1af4cd..0000000 --- a/src/main/resources/profile.json +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | { | ||
| 2 | "services": { | ||
| 3 | "jar_indexer": [ | ||
| 4 | { | ||
| 5 | "id": "enigma:enum_initializer_indexer" | ||
| 6 | }, | ||
| 7 | { | ||
| 8 | "id": "enigma:specialized_bridge_method_indexer" | ||
| 9 | } | ||
| 10 | ], | ||
| 11 | "name_proposal": [ | ||
| 12 | { | ||
| 13 | "id": "enigma:enum_name_proposer" | ||
| 14 | }, | ||
| 15 | { | ||
| 16 | "id": "enigma:specialized_method_name_proposer" | ||
| 17 | } | ||
| 18 | ] | ||
| 19 | } | ||
| 20 | } \ No newline at end of file | ||
diff --git a/src/main/resources/stats.html b/src/main/resources/stats.html deleted file mode 100644 index fcff7c0..0000000 --- a/src/main/resources/stats.html +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | <head> | ||
| 4 | <meta charset="UTF-8"> | ||
| 5 | <meta content="width=device-width, initial-scale=1" name="viewport"> | ||
| 6 | <title>Stats</title> | ||
| 7 | <link href="https://cdn.anychart.com/releases/v8/css/anychart-ui.min.css" rel="stylesheet" type="text/css"> | ||
| 8 | <style> | ||
| 9 | html, body, #container { | ||
| 10 | width: 100%; | ||
| 11 | height: 100%; | ||
| 12 | margin: 0; | ||
| 13 | padding: 0; | ||
| 14 | } | ||
| 15 | </style> | ||
| 16 | </head> | ||
| 17 | |||
| 18 | <body> | ||
| 19 | <div id="container"></div> | ||
| 20 | <script src="https://cdn.anychart.com/releases/v8/js/anychart-base.min.js"></script> | ||
| 21 | <script src="https://cdn.anychart.com/releases/v8/js/anychart-sunburst.min.js"></script> | ||
| 22 | <script src="https://cdn.anychart.com/releases/v8/js/anychart-exports.min.js"></script> | ||
| 23 | <script src="https://cdn.anychart.com/releases/v8/js/anychart-ui.min.js"></script> | ||
| 24 | <script> | ||
| 25 | anychart.onDocumentReady(function () { | ||
| 26 | var chart = anychart.sunburst([/*data*/], "as-tree"); | ||
| 27 | chart.sort("desc"); | ||
| 28 | chart.calculationMode("parent-independent"); | ||
| 29 | chart.container("container"); | ||
| 30 | chart.draw(); | ||
| 31 | }); | ||
| 32 | </script> | ||
| 33 | </body> | ||
| 34 | </html> | ||