summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorGravatar Enaium2020-05-19 01:18:49 -0500
committerGravatar GitHub2020-05-19 02:18:49 -0400
commitd05f522377df25ec5dec2a8237983d7d616051eb (patch)
tree7e3cf3ae9a755af2487c817d0104b3b3c27950c0 /src/main
parentA quick and dirty workaround for not being able to add javadoc to methods or ... (diff)
downloadenigma-d05f522377df25ec5dec2a8237983d7d616051eb.tar.gz
enigma-d05f522377df25ec5dec2a8237983d7d616051eb.tar.xz
enigma-d05f522377df25ec5dec2a8237983d7d616051eb.zip
Create zh_cn.json (#216)
* Create zh_cn.json * Update zh_cn.json
Diffstat (limited to 'src/main')
-rw-r--r--src/main/resources/lang/zh_cn.json118
1 files changed, 118 insertions, 0 deletions
diff --git a/src/main/resources/lang/zh_cn.json b/src/main/resources/lang/zh_cn.json
new file mode 100644
index 00000000..f3f503aa
--- /dev/null
+++ b/src/main/resources/lang/zh_cn.json
@@ -0,0 +1,118 @@
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}