summaryrefslogtreecommitdiff
path: root/enigma/src/main/resources/lang/zh_cn.json
blob: dbc6dd33de0ca3ff5d5892caa37a7b99c8f6d548 (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
{
	"language": "简体中文",

	"mapping_format.enigma_file": "Enigma 文件",
	"mapping_format.enigma_directory": "Enigma 目录",
	"mapping_format.enigma_zip": "Enigma ZIP",
	"mapping_format.tiny_v2": "Tiny v2",
	"mapping_format.tiny_file": "Tiny 文件",
	"mapping_format.srg_file": "SRG 文件",
	"mapping_format.proguard": "Proguard 文件",
	"mapping_format.recaf": "Recaf 文件",
	"type.methods": "方法",
	"type.fields": "字段",
	"type.parameters": "参数",
	"type.classes": "类",

	"menu.file": "文件",
	"menu.file.jar.open": "打开 Jar...",
	"menu.file.jar.close": "关闭 Jar",
	"menu.file.mappings.open": "打开映射...",
	"menu.file.mappings.save": "保存映射",
	"menu.file.mappings.save_as": "将映射另存为...",
	"menu.file.mappings.close": "关闭映射",
	"menu.file.mappings.drop": "删除无效映射",
	"menu.file.export.source": "导出源码...",
	"menu.file.export.jar": "导出 Jar...",
	"menu.file.stats": "映射统计范围...",
	"menu.file.stats.title": "选择包括的成员",
	"menu.file.stats.generate": "生成统计范围",
	"menu.file.exit": "退出",
	"menu.decompiler": "反编译",
	"menu.view": "查看",
	"menu.view.themes": "主题",
	"menu.view.themes.default": "默认",
	"menu.view.themes.darcula": "Darcula",
	"menu.view.themes.system": "系统",
	"menu.view.themes.none": "无(JVM 默认)",
	"menu.view.languages": "语言",
	"menu.view.languages.title": "更改语言",
	"menu.view.languages.summary": "新语言将在下次重新启动后应用。",
	"menu.search": "搜索",
	"menu.help": "帮助",
	"menu.help.about": "关于",
	"menu.help.about.title": "%s - 关于",
	"menu.help.github": "GitHub 页面",

	"popup_menu.rename": "改名",
	"popup_menu.javadoc": "编辑注释",
	"popup_menu.inheritance": "显示继承",
	"popup_menu.implementations": "显示实现",
	"popup_menu.calls": "显示调用",
	"popup_menu.calls.specific": "显示调用(具体)",
	"popup_menu.declaration": "转到定义",
	"popup_menu.back": "后退",
	"popup_menu.forward": "前进",
	"popup_menu.mark_deobfuscated": "标记为已反混淆",
	"popup_menu.reset_obfuscated": "重置混淆",

	"info_panel.classes.obfuscated": "混淆类",
	"info_panel.classes.deobfuscated": "反混淆类",
	"info_panel.identifier": "标识符信息",
	"info_panel.identifier.none": "未选择标识符",
	"info_panel.identifier.variable": "变量",
	"info_panel.identifier.field": "字段",
	"info_panel.identifier.method": "方法",
	"info_panel.identifier.constructor": "构造器",
	"info_panel.identifier.class": "类",
	"info_panel.identifier.type_descriptor": "类型描述符",
	"info_panel.identifier.method_descriptor": "方法描述符",
	"info_panel.identifier.modifier": "修饰符",
	"info_panel.identifier.index": "索引",
	"info_panel.editor.class.decompiling": "(反编译中...)",
	"info_panel.editor.class.not_found": "找不到类:",
	"info_panel.tree.inheritance": "继承",
	"info_panel.tree.implementations": "实现",
	"info_panel.tree.calls": "调用图",

	"progress.done": "完成!",
	"progress.operation": "%s - 进行中",
	"progress.jar.indexing": "索引 Jar",
	"progress.jar.indexing.entries": "条目...",
	"progress.jar.indexing.references": "条目引用...",
	"progress.jar.indexing.methods": "桥接方法...",
	"progress.jar.indexing.process": "处理中...",
	"progress.jar.writing": "写入 Jar 中...",
	"progress.sources.writing": "写出源码中...",
	"progress.classes.deobfuscating": "反混淆类中...",
	"progress.classes.decompiling": "反编译类中...",
	"progress.mappings.loading_file": "加载映射文件",
	"progress.mappings.loading_directory": "加载映射文件",
	"progress.mappings.writing": "写出映射",
	"progress.stats": "生成统计范围",
	"progress.stats.data": "生成数据",

	"javadocs.edit": "编辑注释",
	"javadocs.instruction": "在此处编辑编辑注释。",

	"prompt.ok": "确定",
	"prompt.cancel": "取消",
	"prompt.save": "保存",
	"prompt.open": "打开",

	"prompt.close.title": "保存更改?",
	"prompt.close.summary": "您的映射尚未保存。你想保存吗?",
	"prompt.close.save": "保存并关闭",
	"prompt.close.discard": "放弃更改",

	"crash.title": "%s - 崩溃报告",
	"crash.summary": "%s 已崩溃!=(",
	"crash.export": "输出",
	"crash.ignore": "忽略",
	"crash.exit": "退出",
	"crash.exit.warning": "如果选择退出,将丢失所有未保存的工作。"
}