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/lang/en_us.json | |
| parent | Fix search dialog hanging for a short time sometimes (#250) (diff) | |
| download | enigma-0f47403d0220757fed189b76e2071e25b1025cb8.tar.gz enigma-0f47403d0220757fed189b76e2071e25b1025cb8.tar.xz enigma-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/lang/en_us.json')
| -rw-r--r-- | src/main/resources/lang/en_us.json | 164 |
1 files changed, 0 insertions, 164 deletions
diff --git a/src/main/resources/lang/en_us.json b/src/main/resources/lang/en_us.json deleted file mode 100644 index dbf4b935..00000000 --- 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 | } | ||