From 34789badccbb05ec75f81672d892f59e50c681d4 Mon Sep 17 00:00:00 2001 From: xtexChooser Date: Sun, 6 Feb 2022 04:47:13 +0800 Subject: feat(i18n): update Chinese(Simplified) translation (#441) * Update zh_cn.json * Update zh_cn.json--- enigma/src/main/resources/lang/zh_cn.json | 56 +++++++++++++++---------------- 1 file 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 1d105b7..fc36cb8 100644 --- a/enigma/src/main/resources/lang/zh_cn.json +++ b/enigma/src/main/resources/lang/zh_cn.json @@ -1,13 +1,13 @@ { - "language": "Chinese", + "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 File", - "mapping_format.srg_file": "SRG File", - "mapping_format.proguard": "Proguard", + "mapping_format.tiny_file": "Tiny 文件", + "mapping_format.srg_file": "SRG 文件", + "mapping_format.proguard": "Proguard 文件", "type.methods": "方法", "type.fields": "字段", "type.parameters": "参数", @@ -22,7 +22,7 @@ "menu.file.mappings.close": "关闭映射", "menu.file.mappings.drop": "删除无效映射", "menu.file.export.source": "导出源码...", - "menu.file.export.jar": "导出Jar...", + "menu.file.export.jar": "导出 Jar...", "menu.file.stats": "映射统计范围...", "menu.file.stats.title": "选择包括的成员", "menu.file.stats.generate": "生成统计范围", @@ -30,13 +30,13 @@ "menu.decompiler": "反编译", "menu.view": "查看", "menu.view.themes": "主题", - "menu.view.themes.default": "Default", + "menu.view.themes.default": "默认", "menu.view.themes.darcula": "Darcula", - "menu.view.themes.system": "System", - "menu.view.themes.none": "None (JVM Default)", + "menu.view.themes.system": "系统", + "menu.view.themes.none": "无(JVM 默认)", "menu.view.languages": "语言", "menu.view.languages.title": "更改语言", - "menu.view.languages.summary": "新语言将在下次重新启动后应用.", + "menu.view.languages.summary": "新语言将在下次重新启动后应用。", "menu.search": "搜索", "menu.help": "帮助", "menu.help.about": "关于", @@ -47,12 +47,12 @@ "popup_menu.javadoc": "编辑注释", "popup_menu.inheritance": "显示继承", "popup_menu.implementations": "显示实现", - "popup_menu.calls": "显示 Calls", - "popup_menu.calls.specific": "显示 Calls (具体)", - "popup_menu.declaration": "Go to Declaration", - "popup_menu.back": "Go back", - "popup_menu.forward": "Go forward", - "popup_menu.mark_deobfuscated": "标记为反混淆", + "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": "混淆类", @@ -66,29 +66,29 @@ "info_panel.identifier.class": "类", "info_panel.identifier.type_descriptor": "类型描述符", "info_panel.identifier.method_descriptor": "方法描述符", - "info_panel.identifier.modifier": "修饰语", + "info_panel.identifier.modifier": "修饰符", "info_panel.identifier.index": "索引", - "info_panel.editor.class.decompiling": "(反编译中...)", - "info_panel.editor.class.not_found": "找不到类:", + "info_panel.editor.class.decompiling": "(反编译中...)", + "info_panel.editor.class.not_found": "找不到类:", "info_panel.tree.inheritance": "继承", "info_panel.tree.implementations": "实现", "info_panel.tree.calls": "调用图", "progress.operation": "%s - 进行中", - "progress.jar.indexing": "索引jar", + "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.jar.writing": "写入 Jar 中...", "progress.sources.writing": "写出源码中...", "progress.classes.deobfuscating": "反混淆类中...", "progress.classes.decompiling": "反编译类中...", "progress.mappings.enigma_file.loading": "加载映射文件", - "progress.mappings.enigma_file.done": "完成!", - "progress.mappings.enigma_file.writing": "写出类", + "progress.mappings.enigma_file.done": "完成!", + "progress.mappings.enigma_file.writing": "写入类", "progress.mappings.enigma_directory.loading": "加载映射文件", - "progress.mappings.enigma_directory.writing": "写出类", + "progress.mappings.enigma_directory.writing": "写入类", "progress.mappings.tiny_file.loading": "加载映射文件", "progress.mappings.tiny_v2.loading": "加载映射文件", "progress.mappings.srg_file.generating": "生成映射", @@ -97,22 +97,22 @@ "progress.stats.data": "生成数据", "javadocs.edit": "编辑注释", - "javadocs.instruction": "在此处编辑编辑注释.", + "javadocs.instruction": "在此处编辑编辑注释。", "prompt.ok": "确定", "prompt.cancel": "取消", "prompt.save": "保存", "prompt.open": "打开", - "prompt.close.title": "保存更改?", - "prompt.close.summary": "您的映射尚未保存。你想保存吗?", + "prompt.close.title": "保存更改?", + "prompt.close.summary": "您的映射尚未保存。你想保存吗?", "prompt.close.save": "保存并关闭", "prompt.close.discard": "放弃更改", "crash.title": "%s - 崩溃报告", - "crash.summary": "%s 已经崩溃! =(", + "crash.summary": "%s 已崩溃!=(", "crash.export": "输出", "crash.ignore": "忽略", "crash.exit": "退出", - "crash.exit.warning": "如果选择退出,将丢失所有未保存的工作." + "crash.exit.warning": "如果选择退出,将丢失所有未保存的工作。" } -- cgit v1.2.3