From c2823facc2e62fdf906b947e140e5c2abcdd4bcd Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 26 Mar 2023 11:03:30 +0200 Subject: [PATCH] lang: Fix weblate (#997) This should (hopefully) fix weblate. I tried to fix merge conflicts using instructions at https://weblate.werwolv.net/projects/imhex/windows-plugin/#alerts --------- Co-authored-by: xtex --- plugins/builtin/romfs/lang/zh_CN.json | 156 +++++++++++++------------- plugins/windows/romfs/lang/zh_CN.json | 30 ++--- 2 files changed, 93 insertions(+), 93 deletions(-) diff --git a/plugins/builtin/romfs/lang/zh_CN.json b/plugins/builtin/romfs/lang/zh_CN.json index 122de68dc..ab1567115 100644 --- a/plugins/builtin/romfs/lang/zh_CN.json +++ b/plugins/builtin/romfs/lang/zh_CN.json @@ -9,11 +9,10 @@ "hex.builtin.command.web.desc": "网站解析", "hex.builtin.command.web.result": "导航到 '{0}'", "hex.builtin.common.address": "地址", - "hex.builtin.common.begin": "", "hex.builtin.common.big": "大", "hex.builtin.common.big_endian": "大端序", "hex.builtin.common.browse": "浏览...", - "hex.builtin.common.bytes": "", + "hex.builtin.common.bytes": "字节", "hex.builtin.common.cancel": "取消", "hex.builtin.common.choose_file": "选择文件", "hex.builtin.common.close": "关闭", @@ -25,7 +24,6 @@ "hex.builtin.common.encoding.utf16be": "UTF-16BE", "hex.builtin.common.encoding.utf16le": "UTF-16LE", "hex.builtin.common.encoding.utf8": "UTF-8", - "hex.builtin.common.end": "", "hex.builtin.common.endian": "端序", "hex.builtin.common.error": "错误", "hex.builtin.common.fatal": "致命错误", @@ -33,7 +31,7 @@ "hex.builtin.common.filter": "过滤器", "hex.builtin.common.hexadecimal": "十六进制", "hex.builtin.common.info": "信息", - "hex.builtin.common.instruction": "", + "hex.builtin.common.instruction": "指示", "hex.builtin.common.link": "链接", "hex.builtin.common.little": "小", "hex.builtin.common.little_endian": "小端序", @@ -46,14 +44,13 @@ "hex.builtin.common.offset": "偏移", "hex.builtin.common.okay": "好的", "hex.builtin.common.open": "打开", - "hex.builtin.common.percentage": "", + "hex.builtin.common.percentage": "百分比", "hex.builtin.common.processing": "处理", "hex.builtin.common.question": "问题", "hex.builtin.common.range": "范围", "hex.builtin.common.range.entire_data": "所有数据", "hex.builtin.common.range.selection": "选区", "hex.builtin.common.region": "区域", - "hex.builtin.common.reset": "", "hex.builtin.common.set": "设置", "hex.builtin.common.settings": "设置", "hex.builtin.common.size": "大小", @@ -139,17 +136,17 @@ "hex.builtin.menu.file.close": "关闭", "hex.builtin.menu.file.create_file": "新建文件...", "hex.builtin.menu.file.export": "导出...", - "hex.builtin.menu.file.export.base64": "", - "hex.builtin.menu.file.export.base64.popup.export_error": "", + "hex.builtin.menu.file.export.base64": "Base64", + "hex.builtin.menu.file.export.base64.popup.export_error": "创建新的Base64文件失败!", "hex.builtin.menu.file.export.bookmark": "", "hex.builtin.menu.file.export.data_processor": "", "hex.builtin.menu.file.export.ips": "IPS 补丁", - "hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "", - "hex.builtin.menu.file.export.ips.popup.export_error": "", - "hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "", - "hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "", - "hex.builtin.menu.file.export.ips.popup.missing_eof_error": "", - "hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "", + "hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "补丁尝试修补范围之外的地址!", + "hex.builtin.menu.file.export.ips.popup.export_error": "创建新的 IPS 文件失败!", + "hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "无效 IPS 补丁格式!", + "hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "无效 IPS 补丁头!", + "hex.builtin.menu.file.export.ips.popup.missing_eof_error": "缺少 IPS EOF 记录!", + "hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "补丁大于最大允许大小!", "hex.builtin.menu.file.export.ips32": "IPS32 补丁", "hex.builtin.menu.file.export.pattern": "", "hex.builtin.menu.file.export.popup.create": "无法导出文件。文件创建失败!", @@ -163,7 +160,6 @@ "hex.builtin.menu.file.import.data_processor": "", "hex.builtin.menu.file.import.ips": "IPS 补丁", "hex.builtin.menu.file.import.ips32": "IPS32 补丁", - "hex.builtin.menu.file.import.modified_file": "", "hex.builtin.menu.file.import.pattern": "", "hex.builtin.menu.file.open_file": "打开文件...", "hex.builtin.menu.file.open_other": "打开其他...", @@ -184,25 +180,17 @@ "hex.builtin.nodes.arithmetic.add.header": "加法", "hex.builtin.nodes.arithmetic.average": "平均值", "hex.builtin.nodes.arithmetic.average.header": "平均值", - "hex.builtin.nodes.arithmetic.ceil": "", - "hex.builtin.nodes.arithmetic.ceil.header": "", "hex.builtin.nodes.arithmetic.div": "除法", "hex.builtin.nodes.arithmetic.div.header": "除法", - "hex.builtin.nodes.arithmetic.floor": "", - "hex.builtin.nodes.arithmetic.floor.header": "", "hex.builtin.nodes.arithmetic.median": "中位数", "hex.builtin.nodes.arithmetic.median.header": "中位数", "hex.builtin.nodes.arithmetic.mod": "取模", "hex.builtin.nodes.arithmetic.mod.header": "取模", "hex.builtin.nodes.arithmetic.mul": "乘法", "hex.builtin.nodes.arithmetic.mul.header": "乘法", - "hex.builtin.nodes.arithmetic.round": "", - "hex.builtin.nodes.arithmetic.round.header": "", "hex.builtin.nodes.arithmetic.sub": "减法", "hex.builtin.nodes.arithmetic.sub.header": "减法", "hex.builtin.nodes.bitwise": "按位操作", - "hex.builtin.nodes.bitwise.add": "", - "hex.builtin.nodes.bitwise.add.header": "", "hex.builtin.nodes.bitwise.and": "与", "hex.builtin.nodes.bitwise.and.header": "位与", "hex.builtin.nodes.bitwise.not": "取反", @@ -221,9 +209,6 @@ "hex.builtin.nodes.buffer.repeat.header": "缓冲区重复", "hex.builtin.nodes.buffer.repeat.input.buffer": "输入", "hex.builtin.nodes.buffer.repeat.input.count": "次数", - "hex.builtin.nodes.buffer.size": "", - "hex.builtin.nodes.buffer.size.header": "", - "hex.builtin.nodes.buffer.size.output": "", "hex.builtin.nodes.buffer.slice": "切片", "hex.builtin.nodes.buffer.slice.header": "缓冲区切片", "hex.builtin.nodes.buffer.slice.input.buffer": "输入", @@ -290,15 +275,6 @@ "hex.builtin.nodes.crypto.aes.key_length": "密钥长度", "hex.builtin.nodes.crypto.aes.mode": "模式", "hex.builtin.nodes.crypto.aes.nonce": "Nonce", - "hex.builtin.nodes.custom": "", - "hex.builtin.nodes.custom.custom": "", - "hex.builtin.nodes.custom.custom.edit": "", - "hex.builtin.nodes.custom.custom.edit_hint": "", - "hex.builtin.nodes.custom.custom.header": "", - "hex.builtin.nodes.custom.input": "", - "hex.builtin.nodes.custom.input.header": "", - "hex.builtin.nodes.custom.output": "", - "hex.builtin.nodes.custom.output.header": "", "hex.builtin.nodes.data_access": "数据访问", "hex.builtin.nodes.data_access.read": "读取", "hex.builtin.nodes.data_access.read.address": "地址", @@ -351,10 +327,8 @@ "hex.builtin.pattern_drawer.type": "类型", "hex.builtin.pattern_drawer.value": "值", "hex.builtin.pattern_drawer.var_name": "名称", - "hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "", - "hex.builtin.pattern_drawer.visualizer.unknown": "", - "hex.builtin.pl_visualizer.3d.rotation": "", - "hex.builtin.pl_visualizer.3d.scale": "", + "hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "无效参数数", + "hex.builtin.pattern_drawer.visualizer.unknown": "未知可视化器", "hex.builtin.popup.close_provider.desc": "有对此提供器做出的未保存的更改。\n你确定要关闭吗?", "hex.builtin.popup.close_provider.title": "关闭提供器?", "hex.builtin.popup.error.create": "创建新文件失败!", @@ -367,8 +341,6 @@ "hex.builtin.popup.error.task_exception": "任务 '{}' 异常:\n\n{}", "hex.builtin.popup.exit_application.desc": "工程还有未保存的更改。\n确定要退出吗?", "hex.builtin.popup.exit_application.title": "退出?", - "hex.builtin.popup.waiting_for_tasks.desc": "", - "hex.builtin.popup.waiting_for_tasks.title": "", "hex.builtin.provider.disk": "原始磁盘", "hex.builtin.provider.disk.disk_size": "磁盘大小", "hex.builtin.provider.disk.reload": "刷新", @@ -420,15 +392,15 @@ "hex.builtin.setting.imhex": "ImHex", "hex.builtin.setting.imhex.recent_files": "最近文件", "hex.builtin.setting.interface": "界面", - "hex.builtin.setting.interface.color": "", + "hex.builtin.setting.interface.color": "颜色主题", "hex.builtin.setting.interface.fps": "FPS 限制", "hex.builtin.setting.interface.fps.unlocked": "无限制", "hex.builtin.setting.interface.language": "语言", "hex.builtin.setting.interface.multi_windows": "启用多窗口支持", - "hex.builtin.setting.interface.pattern_tree_style": "", - "hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "", - "hex.builtin.setting.interface.pattern_tree_style.flattened": "", - "hex.builtin.setting.interface.pattern_tree_style.tree": "", + "hex.builtin.setting.interface.pattern_tree_style": "模式树样式", + "hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "自动展开树", + "hex.builtin.setting.interface.pattern_tree_style.flattened": "扁平化", + "hex.builtin.setting.interface.pattern_tree_style.tree": "树", "hex.builtin.setting.interface.scaling": "缩放", "hex.builtin.setting.interface.scaling.native": "本地默认", "hex.builtin.setting.interface.scaling.x0_5": "x0.5", @@ -463,7 +435,7 @@ "hex.builtin.tools.file_tools.combiner.combine": "合并", "hex.builtin.tools.file_tools.combiner.combining": "合并中...", "hex.builtin.tools.file_tools.combiner.delete": "删除", - "hex.builtin.tools.file_tools.combiner.error.open_output": "创建输出文件失败!", + "hex.builtin.tools.file_tools.combiner.error.open_output": "创建输出文件失败", "hex.builtin.tools.file_tools.combiner.open_input": "打开输入文件 {0} 失败", "hex.builtin.tools.file_tools.combiner.output": "输出文件 ", "hex.builtin.tools.file_tools.combiner.output.picker": "选择输出路径", @@ -480,7 +452,7 @@ "hex.builtin.tools.file_tools.splitter": "分割", "hex.builtin.tools.file_tools.splitter.input": "目标文件 ", "hex.builtin.tools.file_tools.splitter.output": "输出路径 ", - "hex.builtin.tools.file_tools.splitter.picker.error.create": "创建分块文件 {0} 失败!", + "hex.builtin.tools.file_tools.splitter.picker.error.create": "创建分块文件 {0} 失败", "hex.builtin.tools.file_tools.splitter.picker.error.open": "打开选择的文件失败!", "hex.builtin.tools.file_tools.splitter.picker.error.size": "文件小于单分块大小", "hex.builtin.tools.file_tools.splitter.picker.input": "打开文件以分割", @@ -510,7 +482,7 @@ "hex.builtin.tools.format.standard": "标准", "hex.builtin.tools.history": "历史", "hex.builtin.tools.ieee754": "IEEE 754 浮点数测试器", - "hex.builtin.tools.ieee754.description": "", + "hex.builtin.tools.ieee754.description": "IEEE754 是大多数现代 CPU 使用的表示浮点数的标准。\n\n此工具可视化浮点数的内部表示,并允许解码具有非标准数量的尾数或指数位的数字。", "hex.builtin.tools.ieee754.double_precision": "双精度浮点数", "hex.builtin.tools.ieee754.exponent": "指数", "hex.builtin.tools.ieee754.exponent_size": "指数位数", @@ -525,9 +497,9 @@ "hex.builtin.tools.ieee754.singe_precision": "单精度浮点数", "hex.builtin.tools.ieee754.type": "部分", "hex.builtin.tools.input": "输入", - "hex.builtin.tools.invariant_multiplication": "", - "hex.builtin.tools.invariant_multiplication.description": "", - "hex.builtin.tools.invariant_multiplication.num_bits": "", + "hex.builtin.tools.invariant_multiplication": "通过乘法除以常量", + "hex.builtin.tools.invariant_multiplication.description": "通过乘法除以常量是编译器经常使用的一种技术,用于将整数除以常数优化为乘法并位移。这样做的原因是除法通常比乘法花费多倍的时钟周期。\n\n此工具可用于从除数计算乘数或从乘数计算除数。", + "hex.builtin.tools.invariant_multiplication.num_bits": "位数量", "hex.builtin.tools.name": "名称", "hex.builtin.tools.output": "", "hex.builtin.tools.permissions": "UNIX 权限计算器", @@ -555,7 +527,7 @@ "hex.builtin.view.bookmarks.header.comment": "注释", "hex.builtin.view.bookmarks.header.name": "名称", "hex.builtin.view.bookmarks.name": "书签", - "hex.builtin.view.bookmarks.no_bookmarks": "空空如也--您可以使用 '编辑' 菜单来添加书签。", + "hex.builtin.view.bookmarks.no_bookmarks": "空空如也——您可以使用 '编辑' 菜单来添加书签。", "hex.builtin.view.bookmarks.title.info": "信息", "hex.builtin.view.command_palette.name": "命令栏", "hex.builtin.view.constants.name": "常量", @@ -574,14 +546,8 @@ "hex.builtin.view.data_processor.menu.remove_link": "移除链接", "hex.builtin.view.data_processor.menu.remove_node": "移除节点", "hex.builtin.view.data_processor.menu.remove_selection": "移除已选", - "hex.builtin.view.data_processor.menu.save_node": "", "hex.builtin.view.data_processor.name": "数据处理器", - "hex.builtin.view.diff.added": "", - "hex.builtin.view.diff.modified": "", "hex.builtin.view.diff.name": "差异", - "hex.builtin.view.diff.provider_a": "", - "hex.builtin.view.diff.provider_b": "", - "hex.builtin.view.diff.removed": "", "hex.builtin.view.disassembler.16bit": "16 位", "hex.builtin.view.disassembler.32bit": "32 位", "hex.builtin.view.disassembler.64bit": "64 位", @@ -695,9 +661,7 @@ "hex.builtin.view.hex_editor.copy.cpp": "C++ 数组", "hex.builtin.view.hex_editor.copy.crystal": "Crystal 数组", "hex.builtin.view.hex_editor.copy.csharp": "C# 数组", - "hex.builtin.view.hex_editor.copy.custom_encoding": "", "hex.builtin.view.hex_editor.copy.go": "Go 数组", - "hex.builtin.view.hex_editor.copy.hex_view": "", "hex.builtin.view.hex_editor.copy.html": "HTML", "hex.builtin.view.hex_editor.copy.java": "Java 数组", "hex.builtin.view.hex_editor.copy.js": "JavaScript 数组", @@ -740,24 +704,24 @@ "hex.builtin.view.information.analyzing": "分析中...", "hex.builtin.view.information.block_size": "块大小", "hex.builtin.view.information.block_size.desc": "{0} 块 × {1} 字节", - "hex.builtin.view.information.byte_types": "", + "hex.builtin.view.information.byte_types": "字节类型", "hex.builtin.view.information.control": "控制", "hex.builtin.view.information.description": "描述:", - "hex.builtin.view.information.digram": "", + "hex.builtin.view.information.digram": "图", "hex.builtin.view.information.distribution": "字节分布", "hex.builtin.view.information.encrypted": "此数据似乎经过了加密或压缩!", "hex.builtin.view.information.entropy": "熵", "hex.builtin.view.information.file_entropy": "", "hex.builtin.view.information.highest_entropy": "最高熵", "hex.builtin.view.information.info_analysis": "信息分析", - "hex.builtin.view.information.layered_distribution": "", + "hex.builtin.view.information.layered_distribution": "分层分布", "hex.builtin.view.information.lowest_entropy": "", "hex.builtin.view.information.magic": "LibMagic 信息", "hex.builtin.view.information.magic_db_added": "LibMagic 数据库已添加!", "hex.builtin.view.information.mime": "MIME 类型:", "hex.builtin.view.information.name": "数据信息", - "hex.builtin.view.information.plain_text": "", - "hex.builtin.view.information.plain_text_percentage": "", + "hex.builtin.view.information.plain_text": "此数据很可能是纯文本。", + "hex.builtin.view.information.plain_text_percentage": "纯文本百分比", "hex.builtin.view.information.provider_information": "", "hex.builtin.view.information.region": "已分析区域", "hex.builtin.view.patches.name": "补丁", @@ -789,7 +753,7 @@ "hex.builtin.view.pattern_editor.section_popup": "段", "hex.builtin.view.pattern_editor.sections": "段", "hex.builtin.view.pattern_editor.settings": "设置", - "hex.builtin.view.provider_settings.load_error": "尝试打开此提供器时出现错误", + "hex.builtin.view.provider_settings.load_error": "尝试打开此提供器时出现错误!", "hex.builtin.view.provider_settings.load_popup": "打开提供器", "hex.builtin.view.provider_settings.name": "提供器设置", "hex.builtin.view.settings.name": "设置", @@ -808,17 +772,9 @@ "hex.builtin.view.store.tab.encodings": "编码", "hex.builtin.view.store.tab.libraries": "库", "hex.builtin.view.store.tab.magics": "LibMagic 数据库", - "hex.builtin.view.store.tab.nodes": "", "hex.builtin.view.store.tab.patterns": "模式", - "hex.builtin.view.store.tab.themes": "", "hex.builtin.view.store.tab.yara": "Yara 规则", "hex.builtin.view.store.update": "更新", - "hex.builtin.view.theme_manager.colors": "", - "hex.builtin.view.theme_manager.export": "", - "hex.builtin.view.theme_manager.export.name": "", - "hex.builtin.view.theme_manager.name": "", - "hex.builtin.view.theme_manager.save_theme": "", - "hex.builtin.view.theme_manager.styles": "", "hex.builtin.view.tools.name": "工具", "hex.builtin.view.yara.error": "Yara 编译器错误: ", "hex.builtin.view.yara.header.matches": "匹配", @@ -833,7 +789,6 @@ "hex.builtin.view.yara.reset": "重置", "hex.builtin.view.yara.rule_added": "Yara 规则已添加!", "hex.builtin.view.yara.whole_data": "全文件匹配!", - "hex.builtin.visualizer.binary": "", "hex.builtin.visualizer.decimal.signed.16bit": "有符号十进制(16 位)", "hex.builtin.visualizer.decimal.signed.32bit": "有符号十进制(32 位)", "hex.builtin.visualizer.decimal.signed.64bit": "有符号十进制(64 位)", @@ -892,6 +847,51 @@ "hex.builtin.welcome.tip_of_the_day": "每日提示", "hex.builtin.welcome.update.desc": "ImHex {0} 已发布!在这里下载。", "hex.builtin.welcome.update.link": "https://github.com/WerWolv/ImHex/releases/latest", - "hex.builtin.welcome.update.title": "新的更新可用!" + "hex.builtin.welcome.update.title": "新的更新可用!", + "hex.builtin.common.end": "末尾", + "hex.builtin.menu.file.import.modified_file": "已修改", + "hex.builtin.nodes.arithmetic.ceil.header": "向上取整", + "hex.builtin.nodes.custom": "自定义", + "hex.builtin.nodes.custom.output": "自定义节点输出", + "hex.builtin.nodes.buffer.size": "缓冲区大小", + "hex.builtin.view.theme_manager.name": "主题管理器", + "hex.builtin.view.theme_manager.colors": "颜色", + "hex.builtin.view.theme_manager.export": "导出", + "hex.builtin.view.diff.provider_b": "提供者B", + "hex.builtin.visualizer.binary": "二进制", + "hex.builtin.view.store.tab.nodes": "节点", + "hex.builtin.view.store.tab.themes": "主题", + "hex.builtin.nodes.arithmetic.ceil": "向上取整", + "hex.builtin.common.reset": "重置", + "hex.builtin.nodes.arithmetic.floor.header": "向下取整", + "hex.builtin.nodes.arithmetic.floor": "向下取整", + "hex.builtin.nodes.arithmetic.round": "四舍五入", + "hex.builtin.nodes.arithmetic.round.header": "四舍五入", + "hex.builtin.nodes.bitwise.add": "相加", + "hex.builtin.nodes.bitwise.add.header": "按位相加", + "hex.builtin.nodes.buffer.size.header": "缓冲区大小", + "hex.builtin.nodes.buffer.size.output": "大小", + "hex.builtin.nodes.custom.custom": "新节点", + "hex.builtin.nodes.custom.custom.edit": "编辑", + "hex.builtin.nodes.custom.custom.edit_hint": "按下 SHIFT 以编辑", + "hex.builtin.nodes.custom.custom.header": "自定义节点", + "hex.builtin.nodes.custom.input": "自定义节点输入", + "hex.builtin.nodes.custom.input.header": "节点输入", + "hex.builtin.nodes.custom.output.header": "节点输出", + "hex.builtin.pl_visualizer.3d.rotation": "旋转", + "hex.builtin.pl_visualizer.3d.scale": "缩放", + "hex.builtin.popup.waiting_for_tasks.title": "等待任务进行", + "hex.builtin.popup.waiting_for_tasks.desc": "仍有任务在后台运行。\nImHex 将在完成后关闭。", + "hex.builtin.view.data_processor.menu.save_node": "保存节点", + "hex.builtin.view.diff.added": "添加", + "hex.builtin.view.diff.modified": "修改", + "hex.builtin.view.diff.provider_a": "提供者A", + "hex.builtin.view.diff.removed": "移除", + "hex.builtin.view.hex_editor.copy.custom_encoding": "自定义编码", + "hex.builtin.view.hex_editor.copy.hex_view": "二进制", + "hex.builtin.view.theme_manager.export.name": "主题名称", + "hex.builtin.view.theme_manager.save_theme": "保存主题", + "hex.builtin.view.theme_manager.styles": "样式", + "hex.builtin.common.begin": "起始" } -} \ No newline at end of file +} diff --git a/plugins/windows/romfs/lang/zh_CN.json b/plugins/windows/romfs/lang/zh_CN.json index 8e242009f..72656f2dc 100644 --- a/plugins/windows/romfs/lang/zh_CN.json +++ b/plugins/windows/romfs/lang/zh_CN.json @@ -4,20 +4,20 @@ "language": "Chinese (Simplified)", "translations": { "hex.builtin.setting.general.context_menu_entry": "窗口上下文菜单项", - "hex.windows.provider.process_memory": "", - "hex.windows.provider.process_memory.enumeration_failed": "", - "hex.windows.provider.process_memory.memory_regions": "", - "hex.windows.provider.process_memory.name": "", - "hex.windows.provider.process_memory.process_id": "", - "hex.windows.provider.process_memory.process_name": "", - "hex.windows.provider.process_memory.region.commit": "", - "hex.windows.provider.process_memory.region.mapped": "", - "hex.windows.provider.process_memory.region.private": "", - "hex.windows.provider.process_memory.region.reserve": "", - "hex.windows.provider.process_memory.utils": "", - "hex.windows.provider.process_memory.utils.inject_dll": "", - "hex.windows.provider.process_memory.utils.inject_dll.failure": "", - "hex.windows.provider.process_memory.utils.inject_dll.success": "", + "hex.windows.provider.process_memory": "进程内存提供器", + "hex.windows.provider.process_memory.enumeration_failed": "无法枚举进程", + "hex.windows.provider.process_memory.memory_regions": "内存区域", + "hex.windows.provider.process_memory.name": "'{0}' 进程内存", + "hex.windows.provider.process_memory.process_id": "PID", + "hex.windows.provider.process_memory.process_name": "进程名", + "hex.windows.provider.process_memory.region.commit": "提交", + "hex.windows.provider.process_memory.region.mapped": "映射", + "hex.windows.provider.process_memory.region.private": "私有", + "hex.windows.provider.process_memory.region.reserve": "保留", + "hex.windows.provider.process_memory.utils": "工具", + "hex.windows.provider.process_memory.utils.inject_dll": "注入DLL", + "hex.windows.provider.process_memory.utils.inject_dll.failure": "无法注入DLL '{0}'!", + "hex.windows.provider.process_memory.utils.inject_dll.success": "成功注入DLL '{0}'!", "hex.windows.title_bar_button.debug_build": "调试构建", "hex.windows.title_bar_button.feedback": "反馈", "hex.windows.view.tty_console.auto_scroll": "自动滚动", @@ -40,4 +40,4 @@ "hex.windows.view.tty_console.send_sub": "发送 SUB", "hex.windows.view.tty_console.stop_bits": "终止位" } -} \ No newline at end of file +}