summaryrefslogtreecommitdiff
path: root/src/main/resources/lang/en_us.json
blob: 9c114bb9b5cdce1006179938a4e30ad4ce819df7 (plain) (blame)
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
{
	"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",
	"mapping_format.tiny_file": "Tiny File",
	"mapping_format.srg_file": "SRG File",
	"mapping_format.proguard": "Proguard",
	"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.export.source": "Export Source...",
	"menu.file.export.jar": "Export Jar...",
	"menu.file.stats": "Mapping Stats...",
	"menu.file.stats.title": "Choose Included Members",
	"menu.file.stats.generate": "Generate Stats",
	"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.system": "System",
	"menu.view.themes.none": "None (JVM Default)",
	"menu.view.languages": "Languages",
	"menu.view.languages.title": "Change language",
	"menu.view.languages.summary": "The new language will be applied after the next restart.",
	"menu.view.languages.ok": "Ok",
	"menu.view.search": "Search",
	"menu.help": "Help",
	"menu.help.about": "About",
	"menu.help.about.title": "%s - About",
	"menu.help.about.ok": "Ok",
	"menu.help.github": "Github Page",

	"popup_menu.rename": "Rename",
	"popup_menu.javadoc": "Edit Javadoc",
	"popup_menu.inheritance": "Show Inheritance",
	"popup_menu.implementations": "Show Implementations",
	"popup_menu.calls": "Show Calls",
	"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",

	"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.type_descriptor": "TypeDescriptor",
	"info_panel.identifier.method_descriptor": "MethodDescriptor",
	"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.inheritance": "Inheritance",
	"info_panel.tree.implementations": "Implementations",
	"info_panel.tree.calls": "Call Graph",

	"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.enigma_file.loading": "Loading mapping file",
	"progress.mappings.enigma_file.done": "Done!",
	"progress.mappings.enigma_file.writing": "Writing classes",
	"progress.mappings.enigma_directory.loading": "Loading mapping files",
	"progress.mappings.enigma_directory.writing": "Writing classes",
	"progress.mappings.tiny_file.loading": "Loading mapping file",
	"progress.mappings.tiny_v2.loading": "Loading mapping file",
	"progress.mappings.srg_file.generating": "Generating mappings",
	"progress.mappings.srg_file.writing": "Writing mappings",
	"progress.stats": "Generating stats",
	"progress.stats.data": "Generating data",

	"javadocs.edit": "Edit Javadocs",
	"javadocs.instruction": "Edit javadocs here.",
	"javadocs.cancel": "Cancel",
	"javadocs.save": "Save",

	"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.close.cancel": "Cancel",

	"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."
}