diff options
| -rw-r--r-- | enigma/src/main/resources/lang/zh_cn.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/enigma/src/main/resources/lang/zh_cn.json b/enigma/src/main/resources/lang/zh_cn.json index 1d105b7a..fc36cb88 100644 --- a/enigma/src/main/resources/lang/zh_cn.json +++ b/enigma/src/main/resources/lang/zh_cn.json | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "language": "Chinese", | 2 | "language": "简体中文", |
| 3 | 3 | ||
| 4 | "mapping_format.enigma_file": "Enigma 文件", | 4 | "mapping_format.enigma_file": "Enigma 文件", |
| 5 | "mapping_format.enigma_directory": "Enigma 目录", | 5 | "mapping_format.enigma_directory": "Enigma 目录", |
| 6 | "mapping_format.enigma_zip": "Enigma ZIP", | 6 | "mapping_format.enigma_zip": "Enigma ZIP", |
| 7 | "mapping_format.tiny_v2": "Tiny v2", | 7 | "mapping_format.tiny_v2": "Tiny v2", |
| 8 | "mapping_format.tiny_file": "Tiny File", | 8 | "mapping_format.tiny_file": "Tiny 文件", |
| 9 | "mapping_format.srg_file": "SRG File", | 9 | "mapping_format.srg_file": "SRG 文件", |
| 10 | "mapping_format.proguard": "Proguard", | 10 | "mapping_format.proguard": "Proguard 文件", |
| 11 | "type.methods": "方法", | 11 | "type.methods": "方法", |
| 12 | "type.fields": "字段", | 12 | "type.fields": "字段", |
| 13 | "type.parameters": "参数", | 13 | "type.parameters": "参数", |
| @@ -22,7 +22,7 @@ | |||
| 22 | "menu.file.mappings.close": "关闭映射", | 22 | "menu.file.mappings.close": "关闭映射", |
| 23 | "menu.file.mappings.drop": "删除无效映射", | 23 | "menu.file.mappings.drop": "删除无效映射", |
| 24 | "menu.file.export.source": "导出源码...", | 24 | "menu.file.export.source": "导出源码...", |
| 25 | "menu.file.export.jar": "导出Jar...", | 25 | "menu.file.export.jar": "导出 Jar...", |
| 26 | "menu.file.stats": "映射统计范围...", | 26 | "menu.file.stats": "映射统计范围...", |
| 27 | "menu.file.stats.title": "选择包括的成员", | 27 | "menu.file.stats.title": "选择包括的成员", |
| 28 | "menu.file.stats.generate": "生成统计范围", | 28 | "menu.file.stats.generate": "生成统计范围", |
| @@ -30,13 +30,13 @@ | |||
| 30 | "menu.decompiler": "反编译", | 30 | "menu.decompiler": "反编译", |
| 31 | "menu.view": "查看", | 31 | "menu.view": "查看", |
| 32 | "menu.view.themes": "主题", | 32 | "menu.view.themes": "主题", |
| 33 | "menu.view.themes.default": "Default", | 33 | "menu.view.themes.default": "默认", |
| 34 | "menu.view.themes.darcula": "Darcula", | 34 | "menu.view.themes.darcula": "Darcula", |
| 35 | "menu.view.themes.system": "System", | 35 | "menu.view.themes.system": "系统", |
| 36 | "menu.view.themes.none": "None (JVM Default)", | 36 | "menu.view.themes.none": "无(JVM 默认)", |
| 37 | "menu.view.languages": "语言", | 37 | "menu.view.languages": "语言", |
| 38 | "menu.view.languages.title": "更改语言", | 38 | "menu.view.languages.title": "更改语言", |
| 39 | "menu.view.languages.summary": "新语言将在下次重新启动后应用.", | 39 | "menu.view.languages.summary": "新语言将在下次重新启动后应用。", |
| 40 | "menu.search": "搜索", | 40 | "menu.search": "搜索", |
| 41 | "menu.help": "帮助", | 41 | "menu.help": "帮助", |
| 42 | "menu.help.about": "关于", | 42 | "menu.help.about": "关于", |
| @@ -47,12 +47,12 @@ | |||
| 47 | "popup_menu.javadoc": "编辑注释", | 47 | "popup_menu.javadoc": "编辑注释", |
| 48 | "popup_menu.inheritance": "显示继承", | 48 | "popup_menu.inheritance": "显示继承", |
| 49 | "popup_menu.implementations": "显示实现", | 49 | "popup_menu.implementations": "显示实现", |
| 50 | "popup_menu.calls": "显示 Calls", | 50 | "popup_menu.calls": "显示调用", |
| 51 | "popup_menu.calls.specific": "显示 Calls (具体)", | 51 | "popup_menu.calls.specific": "显示调用(具体)", |
| 52 | "popup_menu.declaration": "Go to Declaration", | 52 | "popup_menu.declaration": "转到定义", |
| 53 | "popup_menu.back": "Go back", | 53 | "popup_menu.back": "后退", |
| 54 | "popup_menu.forward": "Go forward", | 54 | "popup_menu.forward": "前进", |
| 55 | "popup_menu.mark_deobfuscated": "标记为反混淆", | 55 | "popup_menu.mark_deobfuscated": "标记为混淆", |
| 56 | "popup_menu.reset_obfuscated": "重置混淆", | 56 | "popup_menu.reset_obfuscated": "重置混淆", |
| 57 | 57 | ||
| 58 | "info_panel.classes.obfuscated": "混淆类", | 58 | "info_panel.classes.obfuscated": "混淆类", |
| @@ -66,29 +66,29 @@ | |||
| 66 | "info_panel.identifier.class": "类", | 66 | "info_panel.identifier.class": "类", |
| 67 | "info_panel.identifier.type_descriptor": "类型描述符", | 67 | "info_panel.identifier.type_descriptor": "类型描述符", |
| 68 | "info_panel.identifier.method_descriptor": "方法描述符", | 68 | "info_panel.identifier.method_descriptor": "方法描述符", |
| 69 | "info_panel.identifier.modifier": "修饰语", | 69 | "info_panel.identifier.modifier": "修饰符", |
| 70 | "info_panel.identifier.index": "索引", | 70 | "info_panel.identifier.index": "索引", |
| 71 | "info_panel.editor.class.decompiling": "(反编译中...)", | 71 | "info_panel.editor.class.decompiling": "(反编译中...)", |
| 72 | "info_panel.editor.class.not_found": "找不到类:", | 72 | "info_panel.editor.class.not_found": "找不到类:", |
| 73 | "info_panel.tree.inheritance": "继承", | 73 | "info_panel.tree.inheritance": "继承", |
| 74 | "info_panel.tree.implementations": "实现", | 74 | "info_panel.tree.implementations": "实现", |
| 75 | "info_panel.tree.calls": "调用图", | 75 | "info_panel.tree.calls": "调用图", |
| 76 | 76 | ||
| 77 | "progress.operation": "%s - 进行中", | 77 | "progress.operation": "%s - 进行中", |
| 78 | "progress.jar.indexing": "索引jar", | 78 | "progress.jar.indexing": "索引 Jar", |
| 79 | "progress.jar.indexing.entries": "条目...", | 79 | "progress.jar.indexing.entries": "条目...", |
| 80 | "progress.jar.indexing.references": "条目引用...", | 80 | "progress.jar.indexing.references": "条目引用...", |
| 81 | "progress.jar.indexing.methods": "桥接方法...", | 81 | "progress.jar.indexing.methods": "桥接方法...", |
| 82 | "progress.jar.indexing.process": "处理中...", | 82 | "progress.jar.indexing.process": "处理中...", |
| 83 | "progress.jar.writing": "写jar中...", | 83 | "progress.jar.writing": "写 Jar 中...", |
| 84 | "progress.sources.writing": "写出源码中...", | 84 | "progress.sources.writing": "写出源码中...", |
| 85 | "progress.classes.deobfuscating": "反混淆类中...", | 85 | "progress.classes.deobfuscating": "反混淆类中...", |
| 86 | "progress.classes.decompiling": "反编译类中...", | 86 | "progress.classes.decompiling": "反编译类中...", |
| 87 | "progress.mappings.enigma_file.loading": "加载映射文件", | 87 | "progress.mappings.enigma_file.loading": "加载映射文件", |
| 88 | "progress.mappings.enigma_file.done": "完成!", | 88 | "progress.mappings.enigma_file.done": "完成!", |
| 89 | "progress.mappings.enigma_file.writing": "写类", | 89 | "progress.mappings.enigma_file.writing": "写类", |
| 90 | "progress.mappings.enigma_directory.loading": "加载映射文件", | 90 | "progress.mappings.enigma_directory.loading": "加载映射文件", |
| 91 | "progress.mappings.enigma_directory.writing": "写类", | 91 | "progress.mappings.enigma_directory.writing": "写类", |
| 92 | "progress.mappings.tiny_file.loading": "加载映射文件", | 92 | "progress.mappings.tiny_file.loading": "加载映射文件", |
| 93 | "progress.mappings.tiny_v2.loading": "加载映射文件", | 93 | "progress.mappings.tiny_v2.loading": "加载映射文件", |
| 94 | "progress.mappings.srg_file.generating": "生成映射", | 94 | "progress.mappings.srg_file.generating": "生成映射", |
| @@ -97,22 +97,22 @@ | |||
| 97 | "progress.stats.data": "生成数据", | 97 | "progress.stats.data": "生成数据", |
| 98 | 98 | ||
| 99 | "javadocs.edit": "编辑注释", | 99 | "javadocs.edit": "编辑注释", |
| 100 | "javadocs.instruction": "在此处编辑编辑注释.", | 100 | "javadocs.instruction": "在此处编辑编辑注释。", |
| 101 | 101 | ||
| 102 | "prompt.ok": "确定", | 102 | "prompt.ok": "确定", |
| 103 | "prompt.cancel": "取消", | 103 | "prompt.cancel": "取消", |
| 104 | "prompt.save": "保存", | 104 | "prompt.save": "保存", |
| 105 | "prompt.open": "打开", | 105 | "prompt.open": "打开", |
| 106 | 106 | ||
| 107 | "prompt.close.title": "保存更改?", | 107 | "prompt.close.title": "保存更改?", |
| 108 | "prompt.close.summary": "您的映射尚未保存。你想保存吗?", | 108 | "prompt.close.summary": "您的映射尚未保存。你想保存吗?", |
| 109 | "prompt.close.save": "保存并关闭", | 109 | "prompt.close.save": "保存并关闭", |
| 110 | "prompt.close.discard": "放弃更改", | 110 | "prompt.close.discard": "放弃更改", |
| 111 | 111 | ||
| 112 | "crash.title": "%s - 崩溃报告", | 112 | "crash.title": "%s - 崩溃报告", |
| 113 | "crash.summary": "%s 已经崩溃! =(", | 113 | "crash.summary": "%s 已崩溃!=(", |
| 114 | "crash.export": "输出", | 114 | "crash.export": "输出", |
| 115 | "crash.ignore": "忽略", | 115 | "crash.ignore": "忽略", |
| 116 | "crash.exit": "退出", | 116 | "crash.exit": "退出", |
| 117 | "crash.exit.warning": "如果选择退出,将丢失所有未保存的工作." | 117 | "crash.exit.warning": "如果选择退出,将丢失所有未保存的工作。" |
| 118 | } | 118 | } |