1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
|
{
"language": "English",
"mapping_format.enigma_file": "Enigma File",
"mapping_format.enigma_directory": "Enigma Directory",
"mapping_format.enigma_zip": "Enigma ZIP",
"mapping_format.tiny_v2": "Tiny v2 File",
"mapping_format.tiny_file": "Tiny File",
"mapping_format.srg_file": "SRG File",
"mapping_format.xsrg_file": "XSRG File",
"mapping_format.jam_file": "JAM File",
"mapping_format.csrg_file": "CSRG File",
"mapping_format.tsrg_file": "TSRG File",
"mapping_format.tsrg_2_file": "TSRG v2 File",
"mapping_format.proguard": "ProGuard File",
"mapping_format.recaf": "Recaf Simple File",
"mapping_format.jobf_file": "JOBF File",
"mapping_format.intellij_migration_map_file": "IntelliJ Migration Map File",
"type.methods": "Methods",
"type.fields": "Fields",
"type.parameters": "Parameters",
"type.classes": "Classes",
"menu.file": "File",
"menu.file.jar.open": "Open Jar...",
"menu.file.jar.close": "Close Jar",
"menu.file.mappings.open": "Open Mappings...",
"menu.file.mappings.save": "Save Mappings",
"menu.file.mappings.save_as": "Save Mappings As...",
"menu.file.mappings.close": "Close Mappings",
"menu.file.mappings.drop": "Drop Invalid Mappings",
"menu.file.mappings.file_filter": "%s (%s)",
"menu.file.reload_mappings": "Reload Mappings",
"menu.file.reload_all": "Reload Jar/Mappings",
"menu.file.export.source": "Export Source...",
"menu.file.export.jar": "Export Jar...",
"menu.file.stats": "Mapping Stats...",
"menu.file.stats.title": "Mapping Stats",
"menu.file.stats.title_filtered": "Mapping Stats for %s",
"menu.file.stats.filter": "Filter",
"menu.file.stats.top_level_package": "Top-Level Package:",
"menu.file.stats.synthetic_parameters": "Include Synthetic Parameters",
"menu.file.stats.generate": "Generate Diagram",
"menu.file.exit": "Exit",
"menu.decompiler": "Decompiler",
"menu.view": "View",
"menu.view.themes": "Themes",
"menu.view.themes.default": "Default",
"menu.view.themes.darcula": "Darcula",
"menu.view.themes.metal": "Metal",
"menu.view.themes.system": "System",
"menu.view.themes.none": "None (JVM Default)",
"menu.view.languages": "Languages",
"menu.view.scale": "Scale",
"menu.view.scale.custom": "Custom...",
"menu.view.scale.custom.title": "Custom Scale",
"menu.view.font": "Fonts...",
"menu.view.change.title": "Changes",
"menu.view.change.summary": "Changes will be applied after the next restart.",
"menu.search": "Search",
"menu.search.class": "Search Classes",
"menu.search.method": "Search Methods",
"menu.search.field": "Search Fields",
"menu.search.only_exact_matches": "Only show exact matches",
"menu.collab": "Collab",
"menu.collab.connect": "Connect to Server",
"menu.collab.connect.error": "Error connecting to server",
"menu.collab.disconnect": "Disconnect",
"menu.collab.server.start": "Start Server",
"menu.collab.server.start.error": "Error starting server",
"menu.collab.server.stop": "Stop Server",
"menu.help": "Help",
"menu.help.about": "About",
"menu.help.about.title": "%s - About",
"menu.help.about.description": "A tool for deobfuscation of Java code",
"menu.help.about.version": "Version: %s",
"menu.help.github": "Github Page",
"popup_menu.rename": "Rename",
"popup_menu.paste": "Paste text",
"popup_menu.javadoc": "Edit Javadoc",
"popup_menu.inheritance": "Show Inheritance",
"popup_menu.implementations": "Show Implementations",
"popup_menu.calls": "Show Calls (All Implementations)",
"popup_menu.calls.specific": "Show Calls (Specific)",
"popup_menu.declaration": "Go to Declaration",
"popup_menu.back": "Go back",
"popup_menu.forward": "Go forward",
"popup_menu.mark_deobfuscated": "Mark as deobfuscated",
"popup_menu.reset_obfuscated": "Reset to obfuscated",
"popup_menu.zoom.in": "Zoom in",
"popup_menu.zoom.out": "Zoom out",
"popup_menu.zoom.reset": "Reset zoom",
"popup_menu.editor_tab.close": "Close",
"popup_menu.editor_tab.close_all": "Close All",
"popup_menu.editor_tab.close_others": "Close Others",
"popup_menu.editor_tab.close_left": "Close All to the Left",
"popup_menu.editor_tab.close_right": "Close All to the Right",
"popup_menu.deobf_panel.rename_package": "Rename Package",
"popup_menu.deobf_panel.rename_class": "Rename Class",
"popup_menu.deobf_panel.expand_all": "Expand All",
"popup_menu.deobf_panel.collapse_all": "Collapse All",
"editor.decompiling": "Decompiling...",
"editor.decompile_error": "An error was encountered while decompiling.",
"editor.remap_error": "An error was encountered while remapping.",
"info_panel.classes": "Classes",
"info_panel.classes.obfuscated": "Obfuscated Classes",
"info_panel.classes.deobfuscated": "De-obfuscated Classes",
"info_panel.identifier": "Identifier Info",
"info_panel.identifier.none": "No identifier selected",
"info_panel.identifier.variable": "Variable",
"info_panel.identifier.field": "Field",
"info_panel.identifier.method": "Method",
"info_panel.identifier.constructor": "Constructor",
"info_panel.identifier.class": "Class",
"info_panel.identifier.original_name": "Original Name",
"info_panel.identifier.type_descriptor": "Type Descriptor",
"info_panel.identifier.method_descriptor": "Method Descriptor",
"info_panel.identifier.modifier": "Modifier",
"info_panel.identifier.index": "Index",
"info_panel.editor.class.decompiling": "(decompiling...)",
"info_panel.editor.class.not_found": "Unable to find class:",
"info_panel.tree.structure": "Structure",
"info_panel.tree.inheritance": "Inheritance",
"info_panel.tree.implementations": "Implementations",
"info_panel.tree.calls": "Call Graph",
"popup.copied": "Copied!",
"structure.options.obfuscation": "Obfuscation Visibility",
"structure.options.obfuscation.all": "All",
"structure.options.obfuscation.obfuscated": "Only obfuscated",
"structure.options.obfuscation.deobfuscated": "Only deobfuscated",
"structure.options.documentation": "Documentation Visibility",
"structure.options.documentation.all": "All",
"structure.options.documentation.documented": "Only documented",
"structure.options.documentation.non_documented": "Only non documented",
"structure.options.sorting": "Sorting Order",
"structure.options.sorting.default": "Default",
"structure.options.sorting.a_z": "A to Z",
"structure.options.sorting.z_a": "Z to A",
"log_panel.messages": "Messages",
"log_panel.users": "Users",
"progress.done": "Done!",
"progress.operation": "%s - Operation in progress",
"progress.jar.indexing": "Indexing jar",
"progress.jar.indexing.entries": "Entries...",
"progress.jar.indexing.references": "Entry references...",
"progress.jar.indexing.methods": "Bridge methods...",
"progress.jar.indexing.process": "Processing...",
"progress.jar.writing": "Writing jar...",
"progress.sources.writing": "Writing sources...",
"progress.classes.deobfuscating": "Deobfuscating classes...",
"progress.classes.decompiling": "Decompiling classes...",
"progress.mappings.loading_file": "Loading mapping file",
"progress.mappings.loading_directory": "Loading mapping files",
"progress.mappings.writing": "Writing classes",
"progress.mappings.converting": "Converting mappings",
"progress.mappings.converting.to_mappingio": "Converting to Mapping-IO",
"progress.mappings.converting.from_mappingio": "Converting from Mapping-IO",
"progress.stats": "Generating stats",
"progress.stats.data": "Generating data",
"javadocs.edit": "Edit Javadocs",
"javadocs.instruction": "Edit javadocs here.",
"fonts.cat.default": "Default",
"fonts.cat.default2": "Default 2",
"fonts.cat.small": "Small",
"fonts.cat.editor": "Editor",
"fonts.use_custom": "Use Custom Fonts",
"prompt.ok": "OK",
"prompt.cancel": "Cancel",
"prompt.retry": "Retry",
"prompt.save": "Save",
"prompt.open": "Open",
"prompt.close.title": "Save your changes?",
"prompt.close.summary": "Your mappings have not been saved yet. Do you want to save?",
"prompt.close.save": "Save and close",
"prompt.close.discard": "Discard changes",
"prompt.connect.title": "Connect to Server",
"prompt.connect.username": "Username:",
"prompt.connect.address": "Address:",
"prompt.connect.confirm": "Connect",
"prompt.create_server.title": "Start Server",
"prompt.create_server.port": "Port:",
"prompt.create_server.confirm": "Start",
"prompt.password": "Password:",
"disconnect.disconnected": "Disconnected",
"disconnect.server_closed": "Server closed",
"disconnect.wrong_jar": "Jar checksums don't match (you have the wrong jar)!",
"disconnect.wrong_password": "Incorrect password",
"disconnect.username_taken": "Username is taken",
"message.chat.text": "%s: %s",
"message.connect.text": "[+] %s",
"message.disconnect.text": "[-] %s",
"message.edit_docs.text": "%s edited docs for %s",
"message.mark_deobf.text": "%s marked %s as deobfuscated",
"message.remove_mapping.text": "%s removed mappings for %s",
"message.rename.text": "%s renamed %s to %s",
"status.disconnected": "Disconnected.",
"status.connected": "Connected.",
"status.connected_user_count": "Connected (%d users).",
"status.ready": "Ready.",
"validation.message.empty_field": "This field is required.",
"validation.message.invalid_ip": "Invalid IP/Port combination.",
"validation.message.not_int": "Value must be an integer.",
"validation.message.field_out_of_range_int": "Value must be an integer between %d and %d.",
"validation.message.field_length_out_of_range": "Value must be less than %d characters long.",
"validation.message.nonunique_name_class": "Name '%s' is not unique in '%s'.",
"validation.message.nonunique_name": "Name '%s' is not unique.",
"validation.message.illegal_class_name": "'%s' is not a valid class name.",
"validation.message.illegal_identifier": "'%s' is not a valid identifier.",
"validation.message.illegal_identifier.long": "Invalid character '%2$s' at position %3$d.",
"validation.message.illegal_doc_comment_end": "Javadoc comment cannot contain the character sequence '*/'.",
"validation.message.reserved_identifier": "'%s' is a reserved identifier.",
"validation.message.unknown_record_getter": "Could not find a matching record component getter for %s",
"validation.message.shadowed_name_class": "Name '%s' shadows another in '%s'.",
"validation.message.shadowed_name": "Name '%s' shadows another entry.",
"crash.title": "%s - Crash Report",
"crash.summary": "%s has crashed! =(",
"crash.export": "Export",
"crash.ignore": "Ignore",
"crash.exit": "Exit",
"crash.exit.warning": "If you choose exit, you will lose any unsaved work."
}
|