1
0
mirror of synced 2025-01-18 00:56:49 +01:00

lang: Updated Simplified Chinese translation (#1610)

Thank you for an outstanding program! I have updated the Simplified
Chinese translation. Hope you can adopt it.
This commit is contained in:
York Waugh 2024-03-29 05:24:51 +08:00 committed by GitHub
parent 32ad8ddb53
commit aeabc0c436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 383 additions and 338 deletions

View File

@ -4,76 +4,76 @@
"fallback": false,
"language": "Chinese (Simplified)",
"translations": {
"hex.builtin.achievement.data_processor": "数据处理器",
"hex.builtin.achievement.data_processor.create_connection.desc": "将一个节点拖向另一个节点以连接两个节点。",
"hex.builtin.achievement.data_processor.create_connection.name": "好像连上了?",
"hex.builtin.achievement.data_processor.custom_node.desc": "通过从上下文菜单中选择“自定义 -> 新节点”来创建自定义节点,并通过将节点移入其中来简化现有模式。",
"hex.builtin.achievement.data_processor.custom_node.name": "我自己来!",
"hex.builtin.achievement.data_processor.modify_data.desc": "使用内置的读取和写入数据访问节点预处理显示的字节。",
"hex.builtin.achievement.data_processor.modify_data.name": "解码这个",
"hex.builtin.achievement.data_processor.place_node.desc": "通过右键单击工作区并从上下文菜单中选择一个节点,将任何内置节点放置在数据处理器中。",
"hex.builtin.achievement.data_processor.place_node.name": "查看这些节点",
"hex.builtin.achievement.find": "查找",
"hex.builtin.achievement.find.find_numeric.desc": "使用“数值”模式搜索 250 到 1000 之间的数值。",
"hex.builtin.achievement.find.find_numeric.name": "差不多...这么多",
"hex.builtin.achievement.find.find_specific_string.desc": "通过使用“序列”模式搜索特定字符串的出现次数来优化您的搜索。",
"hex.builtin.achievement.find.find_specific_string.name": "太多啦",
"hex.builtin.achievement.find.find_strings.desc": "使用“字符串”模式下的“查找”视图查找文件中的所有字符串。",
"hex.builtin.achievement.find.find_strings.name": "至尊魔戒的引导",
"hex.builtin.achievement.hex_editor": "十六进制编辑器",
"hex.builtin.achievement.hex_editor.copy_as.desc": "通过从上下文菜单中选择“复制为”->“C++ 数组”,将字节复制为 C++ 数组。",
"hex.builtin.achievement.hex_editor.copy_as.name": "抄!抄!抄!",
"hex.builtin.achievement.hex_editor.create_bookmark.desc": "通过右击一个字节并从上下文菜单中选择“书签”来创建书签。",
"hex.builtin.achievement.hex_editor.create_bookmark.name": "建立图书馆",
"hex.builtin.achievement.hex_editor.create_patch.desc": "通过选择“文件”菜单中的“导出”选项,创建 IPS 补丁以供其他工具使用。",
"hex.builtin.achievement.hex_editor.create_patch.name": "ROM 入侵",
"hex.builtin.achievement.hex_editor.fill.desc": "通过从上下文菜单中选择“填充”,用一个字节填充区域。",
"hex.builtin.achievement.hex_editor.fill.name": "大水漫灌",
"hex.builtin.achievement.hex_editor.modify_byte.desc": "通过双击然后输入新值来修改该字节。",
"hex.builtin.achievement.hex_editor.modify_byte.name": "十六进制!",
"hex.builtin.achievement.hex_editor.open_new_view.desc": "单击书签中的“ 在新窗口打开”按钮打开新视图。",
"hex.builtin.achievement.hex_editor.open_new_view.name": "看见双倍",
"hex.builtin.achievement.hex_editor.select_byte.desc": "在十六进制编辑器通过点击和拖动选择多个字节。",
"hex.builtin.achievement.hex_editor.select_byte.name": "你、你、你",
"hex.builtin.achievement.misc": "杂项",
"hex.builtin.achievement.misc.analyze_file.desc": "使用数据信息视图中的“分析”选项来分析数据。",
"hex.builtin.achievement.misc.analyze_file.name": "owo这啥玩意",
"hex.builtin.achievement.misc.download_from_store.desc": "从内容商店下载任何内容",
"hex.builtin.achievement.misc.download_from_store.name": "就是这样用的",
"hex.builtin.achievement.patterns": "模式",
"hex.builtin.achievement.patterns.data_inspector.desc": "使用模式语言创建自定义数据查看器条目。您可以在文档中找到指引。",
"hex.builtin.achievement.patterns.data_inspector.name": "一个都不放过",
"hex.builtin.achievement.patterns.load_existing.desc": "使用“文件 -> 导入”菜单加载其他人创建的模式。",
"hex.builtin.achievement.patterns.load_existing.name": "嘿,这个我会",
"hex.builtin.achievement.patterns.modify_data.desc": "通过在模式数据视图中双击模式的值并输入新值来修改模式的基础字节。",
"hex.builtin.achievement.patterns.modify_data.name": "编辑模式",
"hex.builtin.achievement.patterns.place_menu.desc": "通过右键单击字节并使用“放置模式”选项,可以在数据中放置任何内置类型的模式。",
"hex.builtin.achievement.patterns.place_menu.name": "简单模式",
"hex.builtin.achievement.starting_out": "起点",
"hex.builtin.achievement.starting_out.crash.desc": "",
"hex.builtin.achievement.starting_out.crash.name": "",
"hex.builtin.achievement.starting_out": "开始",
"hex.builtin.achievement.starting_out.crash.name": "崩溃了!",
"hex.builtin.achievement.starting_out.crash.desc": "ImHex首次崩溃",
"hex.builtin.achievement.starting_out.docs.name": "请仔细阅读文档!",
"hex.builtin.achievement.starting_out.docs.desc": "在菜单中选择“帮助”->“文档”打开文档。",
"hex.builtin.achievement.starting_out.docs.name": "多看文档少提问",
"hex.builtin.achievement.starting_out.open_file.desc": "将文件拖到 ImHex 上或从菜单栏中选择“文件”->“打开”来打开文件。",
"hex.builtin.achievement.starting_out.open_file.name": "实事求是",
"hex.builtin.achievement.starting_out.open_file.name": "打开文件",
"hex.builtin.achievement.starting_out.save_project.name": "保留这个",
"hex.builtin.achievement.starting_out.save_project.desc": "通过从菜单栏中选择“文件”->“保存项目”来保存项目。",
"hex.builtin.achievement.starting_out.save_project.name": "保留这个!",
"hex.builtin.achievement.hex_editor": "十六进制编辑器",
"hex.builtin.achievement.hex_editor.select_byte.name": "选择字节",
"hex.builtin.achievement.hex_editor.select_byte.desc": "在十六进制编辑器通过点击和拖动选择多个字节。",
"hex.builtin.achievement.hex_editor.create_bookmark.name": "创建书签",
"hex.builtin.achievement.hex_editor.create_bookmark.desc": "通过右击一个字节并从上下文菜单中选择“书签”来创建书签。",
"hex.builtin.achievement.hex_editor.open_new_view.name": "新窗口打开",
"hex.builtin.achievement.hex_editor.open_new_view.desc": "单击书签中的“在新窗口打开”按钮打开新窗口。",
"hex.builtin.achievement.hex_editor.modify_byte.name": "十六进制编辑",
"hex.builtin.achievement.hex_editor.modify_byte.desc": "通过双击然后输入新值来修改该字节。",
"hex.builtin.achievement.hex_editor.copy_as.name": "复制",
"hex.builtin.achievement.hex_editor.copy_as.desc": "通过从上下文菜单中选择“复制为”->“C++ 数组”,将字节复制为 C++ 数组。",
"hex.builtin.achievement.hex_editor.create_patch.name": "创建补丁",
"hex.builtin.achievement.hex_editor.create_patch.desc": "通过选择“文件”菜单中的“导出”选项,创建 IPS 补丁以供其他工具使用。",
"hex.builtin.achievement.hex_editor.fill.name": "填充",
"hex.builtin.achievement.hex_editor.fill.desc": "通过从上下文菜单中选择“填充”,用一个字节填充区域。",
"hex.builtin.achievement.patterns": "模式",
"hex.builtin.achievement.patterns.place_menu.name": "简易模式",
"hex.builtin.achievement.patterns.place_menu.desc": "通过右键单击字节并使用“放置模式”选项,可以在数据中放置任何内置类型的模式。",
"hex.builtin.achievement.patterns.load_existing.name": "加载已有模式",
"hex.builtin.achievement.patterns.load_existing.desc": "使用“文件 -> 导入”菜单加载其他人创建的模式。",
"hex.builtin.achievement.patterns.modify_data.name": "编辑模式",
"hex.builtin.achievement.patterns.modify_data.desc": "通过在模式数据视图中双击模式的值并输入新值来修改模式的基础字节。",
"hex.builtin.achievement.patterns.data_inspector.name": "查看数据",
"hex.builtin.achievement.patterns.data_inspector.desc": "使用模式语言创建自定义数据查看器条目。您可以在文档中找到指引。",
"hex.builtin.achievement.find": "查找",
"hex.builtin.achievement.find.find_numeric.name": "数值查找",
"hex.builtin.achievement.find.find_numeric.desc": "使用“数值”模式搜索 250 到 1000 之间的数值。",
"hex.builtin.achievement.find.find_specific_string.name": "特定字符串查找",
"hex.builtin.achievement.find.find_specific_string.desc": "通过使用“字符串”模式搜索特定字符串的出现次数来优化您的搜索。",
"hex.builtin.achievement.find.find_strings.name": "字符串查找",
"hex.builtin.achievement.find.find_strings.desc": "使用“字符串”模式下的“查找”视图查找文件中的所有字符串。",
"hex.builtin.achievement.data_processor": "数据处理器",
"hex.builtin.achievement.data_processor.place_node.name": "放置节点",
"hex.builtin.achievement.data_processor.place_node.desc": "通过右键单击工作区并从上下文菜单中选择一个节点,将任何内置节点放置在数据处理器中。",
"hex.builtin.achievement.data_processor.create_connection.name": "创建连接",
"hex.builtin.achievement.data_processor.create_connection.desc": "将一个节点拖向另一个节点以连接两个节点。",
"hex.builtin.achievement.data_processor.modify_data.name": "修改数据",
"hex.builtin.achievement.data_processor.modify_data.desc": "使用内置的读取和写入数据访问节点预处理显示的字节。",
"hex.builtin.achievement.data_processor.custom_node.name": "自定义节点",
"hex.builtin.achievement.data_processor.custom_node.desc": "通过从上下文菜单中选择“自定义 -> 新节点”来创建自定义节点,并通过将节点移入其中来简化现有模式。",
"hex.builtin.achievement.misc": "杂项",
"hex.builtin.achievement.misc.analyze_file.name": "分析数据",
"hex.builtin.achievement.misc.analyze_file.desc": "使用数据信息视图中的“分析”选项来分析数据。",
"hex.builtin.achievement.misc.download_from_store.name": "从商店下载",
"hex.builtin.achievement.misc.download_from_store.desc": "从内容商店下载任何内容",
"hex.builtin.command.calc.desc": "计算器",
"hex.builtin.command.cmd.desc": "指令",
"hex.builtin.command.cmd.result": "运行指令 '{0}'",
"hex.builtin.command.convert.as": "",
"hex.builtin.command.convert.binary": "",
"hex.builtin.command.convert.decimal": "",
"hex.builtin.command.convert.desc": "",
"hex.builtin.command.convert.hexadecimal": "",
"hex.builtin.command.convert.in": "",
"hex.builtin.command.convert.invalid_conversion": "",
"hex.builtin.command.convert.invalid_input": "",
"hex.builtin.command.convert.octal": "",
"hex.builtin.command.convert.to": "",
"hex.builtin.command.convert.desc": "单位换算",
"hex.builtin.command.convert.hexadecimal": "十六进制",
"hex.builtin.command.convert.binary": "二进制",
"hex.builtin.command.convert.decimal": "十进制",
"hex.builtin.command.convert.octal": "八进制",
"hex.builtin.command.convert.invalid_conversion": "无效转换",
"hex.builtin.command.convert.invalid_input": "无效输入",
"hex.builtin.command.convert.to": "到",
"hex.builtin.command.convert.in": "",
"hex.builtin.command.convert.as": "为",
"hex.builtin.command.cmd.desc": "命令",
"hex.builtin.command.cmd.result": "运行命令 '{0}'",
"hex.builtin.command.web.desc": "网站解析",
"hex.builtin.command.web.result": "导航到 '{0}'",
"hex.builtin.drag_drop.text": "",
"hex.builtin.drag_drop.text": "将文件拖放到此处以打开它们...",
"hex.builtin.inspector.ascii": "ASCII 字符",
"hex.builtin.inspector.binary": "二进制8 位)",
"hex.builtin.inspector.bool": "bool",
@ -121,33 +121,37 @@
"hex.builtin.menu.file.close": "关闭",
"hex.builtin.menu.file.create_file": "新建文件...",
"hex.builtin.menu.file.export": "导出...",
"hex.builtin.menu.file.export.as_language": "",
"hex.builtin.menu.file.export.as_language.popup.export_error": "",
"hex.builtin.menu.file.export.as_language": "文本格式字节",
"hex.builtin.menu.file.export.as_language.popup.export_error": "无法将字节导出到文件!",
"hex.builtin.menu.file.export.base64": "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.error.create_file": "创建新文件失败!",
"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.address_out_of_range_error": "补丁尝试修补范围之外的地址!",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "补丁大于最大允许大小!",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "无效 IPS 补丁格式!",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "缺少 IPS EOF 记录!",
"hex.builtin.menu.file.export.ips": "IPS 补丁",
"hex.builtin.menu.file.export.ips32": "IPS32 补丁",
"hex.builtin.menu.file.export.bookmark": "书签",
"hex.builtin.menu.file.export.pattern_file": "导出模式文件",
"hex.builtin.menu.file.export.pattern": "模式文件",
"hex.builtin.menu.file.export.data_processor": "数据处理器工作区",
"hex.builtin.menu.file.export.popup.create": "无法导出文件。文件创建失败!",
"hex.builtin.menu.file.export.report": "",
"hex.builtin.menu.file.export.report.popup.export_error": "",
"hex.builtin.menu.file.export.report": "报告",
"hex.builtin.menu.file.export.report.popup.export_error": "无法创建新的报告文件!",
"hex.builtin.menu.file.export.selection_to_file": "选择到文件...",
"hex.builtin.menu.file.export.title": "导出文件",
"hex.builtin.menu.file.import": "导入...",
"hex.builtin.menu.file.import.bookmark": "书签",
"hex.builtin.menu.file.import.custom_encoding": "自定义编码文件",
"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.modified_file.popup.invalid_size": "",
"hex.builtin.menu.file.import.bookmark": "书签",
"hex.builtin.menu.file.import.pattern": "模式文件",
"hex.builtin.menu.file.import.pattern_file": "导入模式文件",
"hex.builtin.menu.file.import.data_processor": "数据处理器工作区",
"hex.builtin.menu.file.import.custom_encoding": "自定义编码文件",
"hex.builtin.menu.file.import.modified_file.popup.invalid_size": "所选文件的大小与当前文件的大小不同。 两个尺寸必须匹配。",
"hex.builtin.menu.file.open_file": "打开文件...",
"hex.builtin.menu.file.open_other": "打开其他...",
"hex.builtin.menu.file.open_recent": "最近打开",
@ -159,17 +163,20 @@
"hex.builtin.menu.file.reload_provider": "重载提供者",
"hex.builtin.menu.help": "帮助",
"hex.builtin.menu.help.ask_for_help": "查找文档...",
"hex.builtin.menu.workspace": "工作区",
"hex.builtin.menu.workspace.create": "新建工作区...",
"hex.builtin.menu.workspace.layout": "布局",
"hex.builtin.menu.workspace.layout.lock": "锁定布局",
"hex.builtin.menu.workspace.layout.save": "保存布局",
"hex.builtin.menu.view": "视图",
"hex.builtin.menu.view.always_on_top": "",
"hex.builtin.menu.view.always_on_top": "始终最上层",
"hex.builtin.menu.view.fullscreen": "全屏模式",
"hex.builtin.menu.view.debug": "显示调试视图",
"hex.builtin.menu.view.demo": "ImGui 演示",
"hex.builtin.menu.view.fps": "显示 FPS",
"hex.builtin.menu.view.fullscreen": "",
"hex.builtin.menu.workspace": "",
"hex.builtin.menu.workspace.create": "",
"hex.builtin.menu.workspace.layout": "布局",
"hex.builtin.menu.workspace.layout.lock": "",
"hex.builtin.menu.workspace.layout.save": "保存布局",
"hex.builtin.minimap_visualizer.entropy": "局部熵",
"hex.builtin.minimap_visualizer.zeros": "0 计数",
"hex.builtin.minimap_visualizer.ascii": "ASCII 计数",
"hex.builtin.nodes.arithmetic": "运算",
"hex.builtin.nodes.arithmetic.add": "加法",
"hex.builtin.nodes.arithmetic.add.header": "加法",
@ -237,13 +244,13 @@
"hex.builtin.nodes.casting.float_to_buffer.header": "浮点数到缓冲区",
"hex.builtin.nodes.casting.int_to_buffer": "整数到缓冲区",
"hex.builtin.nodes.casting.int_to_buffer.header": "整数到缓冲区",
"hex.builtin.nodes.common.amount": "数量",
"hex.builtin.nodes.common.height": "高度",
"hex.builtin.nodes.common.input": "输入",
"hex.builtin.nodes.common.input.a": "输入 A",
"hex.builtin.nodes.common.input.b": "输入 B",
"hex.builtin.nodes.common.output": "输出",
"hex.builtin.nodes.common.width": "宽度",
"hex.builtin.nodes.common.amount": "数量",
"hex.builtin.nodes.constants": "常量",
"hex.builtin.nodes.constants.buffer": "缓冲区",
"hex.builtin.nodes.constants.buffer.header": "缓冲区",
@ -260,9 +267,9 @@
"hex.builtin.nodes.constants.rgba8.header": "RGBA8 颜色",
"hex.builtin.nodes.constants.rgba8.output.a": "透明",
"hex.builtin.nodes.constants.rgba8.output.b": "蓝",
"hex.builtin.nodes.constants.rgba8.output.color": "",
"hex.builtin.nodes.constants.rgba8.output.g": "绿",
"hex.builtin.nodes.constants.rgba8.output.r": "红",
"hex.builtin.nodes.constants.rgba8.output.color": "RGBA8",
"hex.builtin.nodes.constants.string": "字符串",
"hex.builtin.nodes.constants.string.header": "字符串",
"hex.builtin.nodes.control_flow": "控制流",
@ -274,9 +281,9 @@
"hex.builtin.nodes.control_flow.gt.header": "大于",
"hex.builtin.nodes.control_flow.if": "如果",
"hex.builtin.nodes.control_flow.if.condition": "条件",
"hex.builtin.nodes.control_flow.if.false": "False",
"hex.builtin.nodes.control_flow.if.false": "",
"hex.builtin.nodes.control_flow.if.header": "如果",
"hex.builtin.nodes.control_flow.if.true": "True",
"hex.builtin.nodes.control_flow.if.true": "",
"hex.builtin.nodes.control_flow.lt": "小于",
"hex.builtin.nodes.control_flow.lt.header": "小于",
"hex.builtin.nodes.control_flow.not": "取反",
@ -290,7 +297,7 @@
"hex.builtin.nodes.crypto.aes.key": "密钥",
"hex.builtin.nodes.crypto.aes.key_length": "密钥长度",
"hex.builtin.nodes.crypto.aes.mode": "模式",
"hex.builtin.nodes.crypto.aes.nonce": "Nonce",
"hex.builtin.nodes.crypto.aes.nonce": "随机数",
"hex.builtin.nodes.custom": "自定义",
"hex.builtin.nodes.custom.custom": "新节点",
"hex.builtin.nodes.custom.custom.edit": "编辑",
@ -317,16 +324,16 @@
"hex.builtin.nodes.data_access.write.address": "地址",
"hex.builtin.nodes.data_access.write.data": "数据",
"hex.builtin.nodes.data_access.write.header": "写入",
"hex.builtin.nodes.decoding": "码",
"hex.builtin.nodes.decoding": "码",
"hex.builtin.nodes.decoding.base64": "Base64",
"hex.builtin.nodes.decoding.base64.header": "Base64 解码",
"hex.builtin.nodes.decoding.hex": "十六进制",
"hex.builtin.nodes.decoding.hex.header": "十六进制解码",
"hex.builtin.nodes.display": "显示",
"hex.builtin.nodes.display.bits": "位",
"hex.builtin.nodes.display.bits.header": "位显示",
"hex.builtin.nodes.display.buffer": "缓冲区",
"hex.builtin.nodes.display.buffer.header": "缓冲区显示",
"hex.builtin.nodes.display.bits": "位",
"hex.builtin.nodes.display.bits.header": "位显示",
"hex.builtin.nodes.display.float": "浮点数",
"hex.builtin.nodes.display.float.header": "浮点数显示",
"hex.builtin.nodes.display.int": "整数",
@ -347,71 +354,58 @@
"hex.builtin.nodes.visualizer.image_rgba.header": "RGBA8 图像可视化",
"hex.builtin.nodes.visualizer.layered_dist": "分层布局",
"hex.builtin.nodes.visualizer.layered_dist.header": "分层布局",
"hex.builtin.oobe.server_contact": "",
"hex.builtin.oobe.server_contact.crash_logs_only": "仅崩溃日志",
"hex.builtin.oobe.server_contact.data_collected.os": "操作系统",
"hex.builtin.oobe.server_contact.data_collected.uuid": "随机 ID",
"hex.builtin.oobe.server_contact.data_collected.version": "ImHex 版本",
"hex.builtin.oobe.server_contact.data_collected_table.key": "类型",
"hex.builtin.oobe.server_contact.data_collected_table.value": "值",
"hex.builtin.oobe.server_contact.data_collected_title": "会被共享的数据",
"hex.builtin.oobe.server_contact.text": "",
"hex.builtin.oobe.tutorial_question": "",
"hex.builtin.popup.blocking_task.desc": "",
"hex.builtin.popup.blocking_task.title": "",
"hex.builtin.popup.close_provider.desc": "",
"hex.builtin.popup.close_provider.title": "关闭提供器?",
"hex.builtin.popup.create_workspace.desc": "",
"hex.builtin.popup.create_workspace.title": "",
"hex.builtin.popup.close_provider.desc": "对一个或多个提供者进行了未保存的更改\n尚未保存到项目中。\n\n并且您确定要关闭它们吗",
"hex.builtin.popup.close_provider.title": "关闭提供者?",
"hex.builtin.popup.docs_question.title": "查找文档",
"hex.builtin.popup.docs_question.no_answer": "文档中没有这个问题的答案",
"hex.builtin.popup.docs_question.prompt": "向文档 AI 寻求帮助!",
"hex.builtin.popup.docs_question.thinking": "思考中...",
"hex.builtin.popup.docs_question.title": "查找文档",
"hex.builtin.popup.error.create": "创建新文件失败!",
"hex.builtin.popup.error.file_dialog.common": "尝试打开文件浏览器时发生了错误:{}",
"hex.builtin.popup.error.file_dialog.portal": "打开文件浏览器时出现错误:{}。\n这可能是由于您的系统没有正确安装 xdg-desktop-portal 后端造成的。\n\n对于 KDE请安装 xdg-desktop-portal-kde。\n对于 Gnome请安装 xdg-desktop-portal-gnome。\n对于其他您可以尝试使用 xdg-desktop-portal-gtk。\n\n在安装完成后重启您的系统。\n\n如果文件浏览器仍不工作请尝试将\n\tdbus-update-activation-environment WAYLAND_DISPLAY DISPLAY XAUTHORITY\n添加到您的窗口管理器或合成器的启动脚本或配置文件中。\n\n如果文件浏览器仍不工作请在 https://github.com/WerWolv/ImHex/issues 提交报告。\n\n同时您仍可以通过将文件拖到 ImHex 窗口来打开它们!",
"hex.builtin.popup.error.project.load": "加载工程失败:{}",
"hex.builtin.popup.error.project.save": "保存工程失败!",
"hex.builtin.popup.error.project.load.create_provider": "创建 {} 提供者失败",
"hex.builtin.popup.error.project.load.file_not_found": "找不到项目文件 {}",
"hex.builtin.popup.error.project.load.invalid_magic": "项目文件中的魔术字文件无效",
"hex.builtin.popup.error.project.load.invalid_tar": "无法打开 tar 打包的项目文件:{}",
"hex.builtin.popup.error.project.load.no_providers": "没有可打开的提供者",
"hex.builtin.popup.error.project.load.some_providers_failed": "一些提供者加载失败:{}",
"hex.builtin.popup.error.project.save": "保存工程失败!",
"hex.builtin.popup.error.project.load.file_not_found": "找不到项目文件 {}",
"hex.builtin.popup.error.project.load.invalid_tar": "无法打开 tar 打包的项目文件:{}",
"hex.builtin.popup.error.project.load.invalid_magic": "项目文件中的魔术字文件无效",
"hex.builtin.popup.error.read_only": "无法获得写权限,文件以只读方式打开。",
"hex.builtin.popup.error.task_exception": "任务 '{}' 异常:\n\n{}",
"hex.builtin.popup.exit_application.desc": "工程还有未保存的更改。\n确定要退出吗",
"hex.builtin.popup.exit_application.title": "退出?",
"hex.builtin.popup.safety_backup.delete": "删除",
"hex.builtin.popup.safety_backup.desc": "糟糕ImHex 上次崩溃了!\n您想从异常转储中恢复之前的数据吗",
"hex.builtin.popup.safety_backup.log_file": "日志文件: ",
"hex.builtin.popup.safety_backup.report_error": "向开发者发送崩溃日志",
"hex.builtin.popup.safety_backup.restore": "恢复",
"hex.builtin.popup.safety_backup.title": "恢复崩溃数据",
"hex.builtin.popup.save_layout.desc": "输入用于保存当前布局的名称。",
"hex.builtin.popup.save_layout.title": "保存布局",
"hex.builtin.popup.waiting_for_tasks.desc": "仍有任务在后台运行。\nImHex 将在完成后关闭。",
"hex.builtin.popup.waiting_for_tasks.title": "等待任务进行",
"hex.builtin.provider.base64": "",
"hex.builtin.popup.crash_recover.title": "崩溃恢复",
"hex.builtin.popup.crash_recover.message": "抛出了异常,但 ImHex 能够捕获它并报告崩溃。",
"hex.builtin.popup.blocking_task.title": "运行任务",
"hex.builtin.popup.blocking_task.desc": "一个任务正在运行。",
"hex.builtin.popup.save_layout.title": "保存布局",
"hex.builtin.popup.save_layout.desc": "输入用于保存当前布局的名称。",
"hex.builtin.popup.waiting_for_tasks.desc": "仍有任务在后台运行。\nImHex 将在完成后关闭。",
"hex.builtin.provider.tooltip.show_more": "按住 SHIFT 了解更多",
"hex.builtin.provider.error.open": "无法打开提供者:{}",
"hex.builtin.provider.base64": "Base64",
"hex.builtin.provider.disk": "原始磁盘",
"hex.builtin.provider.disk.disk_size": "磁盘大小",
"hex.builtin.provider.disk.elevation": "",
"hex.builtin.provider.disk.error.read_ro": "无法以只读模式打开磁盘 {}{}",
"hex.builtin.provider.disk.error.read_rw": "无法以读写模式打开磁盘 {}{}",
"hex.builtin.provider.disk.elevation": "访问原始磁盘可能需要提升的权限",
"hex.builtin.provider.disk.reload": "刷新",
"hex.builtin.provider.disk.sector_size": "扇区大小",
"hex.builtin.provider.disk.selected_disk": "磁盘",
"hex.builtin.provider.error.open": "无法打开提供者:{}",
"hex.builtin.provider.disk.error.read_ro": "无法以只读模式打开磁盘 {}{}",
"hex.builtin.provider.disk.error.read_rw": "无法以读写模式打开磁盘 {}{}",
"hex.builtin.provider.file": "文件",
"hex.builtin.provider.file.error.open": "无法打开文件:{}",
"hex.builtin.provider.file.access": "最后访问时间",
"hex.builtin.provider.file.creation": "创建时间",
"hex.builtin.provider.file.error.open": "无法打开文件:{}",
"hex.builtin.provider.file.menu.into_memory": "加载到内存",
"hex.builtin.provider.file.menu.open_file": "在外部打开文件",
"hex.builtin.provider.file.menu.open_folder": "打开所处的目录",
"hex.builtin.provider.file.modification": "最后更改时间",
"hex.builtin.provider.file.path": "路径",
"hex.builtin.provider.file.size": "大小",
"hex.builtin.provider.file.menu.open_file": "在外部打开文件",
"hex.builtin.provider.file.menu.open_folder": "打开所处的目录",
"hex.builtin.provider.file.too_large": "该文件太大,无法加载到内存中。 无论如何打开它都会导致修改直接写入文件。 您想以只读方式打开它吗?",
"hex.builtin.provider.file.reload_changes": "该文件已被外部源修改。 您想重新加载吗?",
"hex.builtin.provider.gdb": "GDB 服务器",
"hex.builtin.provider.gdb.ip": "IP 地址",
"hex.builtin.provider.gdb.name": "GDB 服务器 <{0}:{1}>",
@ -420,93 +414,97 @@
"hex.builtin.provider.intel_hex": "Intel Hex",
"hex.builtin.provider.intel_hex.name": "Intel Hex {0}",
"hex.builtin.provider.mem_file": "临时文件",
"hex.builtin.provider.mem_file.unsaved": "未保存的文件",
"hex.builtin.provider.mem_file.rename": "重命名",
"hex.builtin.provider.mem_file.rename.desc": "输入此内存文件的名称。",
"hex.builtin.provider.mem_file.unsaved": "未保存的文件",
"hex.builtin.provider.motorola_srec": "Motorola SREC",
"hex.builtin.provider.motorola_srec.name": "Motorola SREC {0}",
"hex.builtin.provider.process_memory": "进程内存提供器",
"hex.builtin.provider.process_memory.enumeration_failed": "无法枚举进程",
"hex.builtin.provider.process_memory.memory_regions": "内存区域",
"hex.builtin.provider.process_memory.name": "'{0}' 进程内存",
"hex.builtin.provider.process_memory.process_id": "PID",
"hex.builtin.provider.process_memory.process_name": "进程名",
"hex.builtin.provider.process_memory.process_id": "PID",
"hex.builtin.provider.process_memory.region.commit": "提交",
"hex.builtin.provider.process_memory.region.mapped": "映射",
"hex.builtin.provider.process_memory.region.private": "私有",
"hex.builtin.provider.process_memory.region.reserve": "保留",
"hex.builtin.provider.process_memory.region.private": "私有",
"hex.builtin.provider.process_memory.region.mapped": "映射",
"hex.builtin.provider.process_memory.utils": "工具",
"hex.builtin.provider.process_memory.utils.inject_dll": "注入DLL",
"hex.builtin.provider.process_memory.utils.inject_dll.failure": "无法注入DLL '{0}'",
"hex.builtin.provider.process_memory.utils.inject_dll.success": "成功注入DLL '{0}'",
"hex.builtin.provider.tooltip.show_more": "按住 SHIFT 了解更多",
"hex.builtin.provider.process_memory.utils.inject_dll.failure": "无法注入DLL '{0}'",
"hex.builtin.provider.view": "独立查看",
"hex.builtin.setting.experiments": "",
"hex.builtin.setting.experiments.description": "",
"hex.builtin.setting.experiments": "实验性功能",
"hex.builtin.setting.experiments.description": "实验性功能是仍在开发中的功能,可能无法正常工作。\n\n请自由尝试并报告您遇到的任何问题",
"hex.builtin.setting.folders": "扩展搜索路径",
"hex.builtin.setting.folders.add_folder": "添加新的目录",
"hex.builtin.setting.folders.description": "为模式、脚本和规则等指定额外的搜索路径",
"hex.builtin.setting.folders.remove_folder": "从列表中移除当前目录",
"hex.builtin.setting.font": "字体",
"hex.builtin.setting.font.glyphs": "字形",
"hex.builtin.setting.font.custom_font": "自定义字体",
"hex.builtin.setting.font.custom_font_enable": "",
"hex.builtin.setting.font.custom_font_info": "",
"hex.builtin.setting.font.font_antialias": "",
"hex.builtin.setting.font.font_bold": "",
"hex.builtin.setting.font.font_italic": "",
"hex.builtin.setting.font.custom_font_enable": "使用自定义字体",
"hex.builtin.setting.font.custom_font_info": "仅当选择自定义字体时,以下设置才可用。",
"hex.builtin.setting.font.font_bold": "粗体",
"hex.builtin.setting.font.font_italic": "斜体",
"hex.builtin.setting.font.font_antialias": "抗锯齿",
"hex.builtin.setting.font.font_path": "自定义字体路径",
"hex.builtin.setting.font.font_size": "字体大小",
"hex.builtin.setting.font.font_size.tooltip": "仅当选择了自定义字体时才能调整字体大小。\n\n这是因为 ImHex 默认使用像素完美的位图字体,用任何非整数因子缩放它只会导致它变得模糊。",
"hex.builtin.setting.font.glyphs": "字形",
"hex.builtin.setting.font.load_all_unicode_chars": "加载所有 Unicode 字符",
"hex.builtin.setting.general": "通用",
"hex.builtin.setting.general.auto_backup_time": "",
"hex.builtin.setting.general.auto_backup_time.format.extended": "",
"hex.builtin.setting.general.auto_backup_time.format.simple": "",
"hex.builtin.setting.general.auto_load_patterns": "自动加载支持的模式",
"hex.builtin.setting.general.network": "网络",
"hex.builtin.setting.general.network_interface": "启动网络",
"hex.builtin.setting.general.patterns": "模式",
"hex.builtin.setting.general.save_recent_providers": "保存最近使用的提供者",
"hex.builtin.setting.general.network": "网络",
"hex.builtin.setting.general.auto_backup_time": "定期备份项目",
"hex.builtin.setting.general.auto_backup_time.format.simple": "每 {0}秒",
"hex.builtin.setting.general.auto_backup_time.format.extended": "每 {0}分 {1}秒",
"hex.builtin.setting.general.auto_load_patterns": "自动加载支持的模式",
"hex.builtin.setting.general.server_contact": "启用更新检查和使用统计",
"hex.builtin.setting.general.network_interface": "启动网络",
"hex.builtin.setting.general.save_recent_providers": "保存最近使用的提供者",
"hex.builtin.setting.general.show_tips": "在启动时显示每日提示",
"hex.builtin.setting.general.sync_pattern_source": "在提供器间同步模式源码",
"hex.builtin.setting.general.upload_crash_logs": "上传崩溃报告",
"hex.builtin.setting.font.load_all_unicode_chars": "加载所有 Unicode 字符",
"hex.builtin.setting.hex_editor": "Hex 编辑器",
"hex.builtin.setting.hex_editor.byte_padding": "额外的字节列对齐",
"hex.builtin.setting.hex_editor.bytes_per_row": "每行显示的字节数",
"hex.builtin.setting.hex_editor.char_padding": "额外的字符列对齐",
"hex.builtin.setting.hex_editor.highlight_color": "选区高亮色",
"hex.builtin.setting.hex_editor.pattern_parent_highlighting": "悬停时突出显示父模式",
"hex.builtin.setting.hex_editor.sync_scrolling": "同步编辑器滚动位置",
"hex.builtin.setting.imhex": "ImHex",
"hex.builtin.setting.imhex.recent_files": "最近文件",
"hex.builtin.setting.interface": "界面",
"hex.builtin.setting.interface.always_show_provider_tabs": "始终显示提供者选项卡",
"hex.builtin.setting.interface.native_window_decorations": "使用操作系统窗口装饰",
"hex.builtin.setting.interface.color": "颜色主题",
"hex.builtin.setting.interface.crisp_scaling": "启用清晰缩放",
"hex.builtin.setting.interface.fps": "FPS 限制",
"hex.builtin.setting.interface.fps.native": "系统",
"hex.builtin.setting.interface.fps.unlocked": "无限制",
"hex.builtin.setting.interface.language": "语言",
"hex.builtin.setting.interface.fps.unlocked": "无限制",
"hex.builtin.setting.interface.multi_windows": "启用多窗口支持",
"hex.builtin.setting.interface.pattern_data_row_bg": "",
"hex.builtin.setting.interface.restore_window_pos": "恢复窗口位置",
"hex.builtin.setting.interface.scaling.native": "本地默认",
"hex.builtin.setting.interface.scaling_factor": "缩放",
"hex.builtin.setting.interface.style": "",
"hex.builtin.setting.interface.scaling.native": "本地默认",
"hex.builtin.setting.interface.show_header_command_palette": "在窗口标题中显示命令面板",
"hex.builtin.setting.interface.style": "风格",
"hex.builtin.setting.interface.window": "窗口",
"hex.builtin.setting.interface.pattern_data_row_bg": "启用彩色图案背景",
"hex.builtin.setting.interface.wiki_explain_language": "维基百科使用语言",
"hex.builtin.setting.interface.window": "",
"hex.builtin.setting.interface.restore_window_pos": "恢复窗口位置",
"hex.builtin.setting.proxy": "网络代理",
"hex.builtin.setting.proxy.description": "代理设置会立即在可下载内容、维基百科查询上生效。",
"hex.builtin.setting.proxy.enable": "启用代理",
"hex.builtin.setting.proxy.url": "代理 URL",
"hex.builtin.setting.proxy.url.tooltip": "http(s):// 或 socks5://(如 http://127.0.0.1:1080",
"hex.builtin.setting.shortcuts": "",
"hex.builtin.setting.shortcuts.global": "",
"hex.builtin.setting.toolbar": "",
"hex.builtin.setting.toolbar.description": "",
"hex.builtin.setting.toolbar.icons": "",
"hex.builtin.shortcut.next_provider": "",
"hex.builtin.shortcut.prev_provider": "",
"hex.builtin.title_bar_button.debug_build": "调试构建",
"hex.builtin.setting.shortcuts": "快捷键",
"hex.builtin.setting.shortcuts.global": "全局快捷键",
"hex.builtin.setting.toolbar": "工具栏",
"hex.builtin.setting.toolbar.description": "通过从下面的列表中拖放菜单选项,在工具栏中添加或删除菜单选项。",
"hex.builtin.setting.toolbar.icons": "工具栏图标",
"hex.builtin.shortcut.next_provider": "选择下一个提供者",
"hex.builtin.shortcut.prev_provider": "选择上一个提供者",
"hex.builtin.title_bar_button.debug_build": "调试构建\n\nSHIFT + 单击打开调试菜单",
"hex.builtin.title_bar_button.feedback": "反馈",
"hex.builtin.tools.ascii_table": "ASCII 表",
"hex.builtin.tools.ascii_table.octal": "显示八进制",
@ -518,19 +516,19 @@
"hex.builtin.tools.byte_swapper": "字节反转",
"hex.builtin.tools.calc": "计算器",
"hex.builtin.tools.color": "颜色选择器",
"hex.builtin.tools.color.components": "",
"hex.builtin.tools.color.formats": "",
"hex.builtin.tools.color.formats.color_name": "",
"hex.builtin.tools.color.formats.hex": "",
"hex.builtin.tools.color.formats.percent": "",
"hex.builtin.tools.color.formats.vec4": "",
"hex.builtin.tools.color.components": "组件",
"hex.builtin.tools.color.formats": "格式",
"hex.builtin.tools.color.formats.hex": "HEX",
"hex.builtin.tools.color.formats.vec4": "Vector4f",
"hex.builtin.tools.color.formats.percent": "百分比",
"hex.builtin.tools.color.formats.color_name": "颜色名称",
"hex.builtin.tools.demangler": "LLVM 名还原",
"hex.builtin.tools.demangler.demangled": "还原名",
"hex.builtin.tools.demangler.mangled": "修饰名",
"hex.builtin.tools.error": "最后错误: '{0}'",
"hex.builtin.tools.euclidean_algorithm": "",
"hex.builtin.tools.euclidean_algorithm.description": "",
"hex.builtin.tools.euclidean_algorithm.overflow": "",
"hex.builtin.tools.euclidean_algorithm": "欧几里得算法",
"hex.builtin.tools.euclidean_algorithm.description": "欧几里德算法是计算两个数的最大公约数 (GCD) 的有效方法,即可以将两个数相除而不留下余数的最大数。\n\n通过扩展这还提供了计算最小公因数的有效方法 倍数 (LCM),可被两者整除的最小数。",
"hex.builtin.tools.euclidean_algorithm.overflow": "检测到溢出! a 和 b 的值太大。",
"hex.builtin.tools.file_tools": "文件工具",
"hex.builtin.tools.file_tools.combiner": "合并",
"hex.builtin.tools.file_tools.combiner.add": "添加...",
@ -584,14 +582,14 @@
"hex.builtin.tools.format.programmer": "程序员",
"hex.builtin.tools.format.scientific": "科学",
"hex.builtin.tools.format.standard": "标准",
"hex.builtin.tools.graphing": "",
"hex.builtin.tools.graphing": "图形计算器",
"hex.builtin.tools.history": "历史",
"hex.builtin.tools.http_requests": "",
"hex.builtin.tools.http_requests.body": "",
"hex.builtin.tools.http_requests.enter_url": "",
"hex.builtin.tools.http_requests.headers": "",
"hex.builtin.tools.http_requests.response": "",
"hex.builtin.tools.http_requests.send": "",
"hex.builtin.tools.http_requests": "HTTP 请求",
"hex.builtin.tools.http_requests.enter_url": "输入 URL",
"hex.builtin.tools.http_requests.send": "发送",
"hex.builtin.tools.http_requests.headers": "标头",
"hex.builtin.tools.http_requests.response": "响应",
"hex.builtin.tools.http_requests.body": "正文",
"hex.builtin.tools.ieee754": "IEEE 754 浮点数测试器",
"hex.builtin.tools.ieee754.clear": "清除",
"hex.builtin.tools.ieee754.description": "IEEE754 是大多数现代 CPU 使用的表示浮点数的标准。\n\n此工具可视化浮点数的内部表示并允许编解码具有非标准数量的尾数或指数位的数字。",
@ -638,28 +636,28 @@
"hex.builtin.tools.wiki_explain.invalid_response": "接收到来自 Wikipedia 的无效响应!",
"hex.builtin.tools.wiki_explain.results": "结果",
"hex.builtin.tools.wiki_explain.search": "搜索",
"hex.builtin.tutorial.introduction": "",
"hex.builtin.tutorial.introduction.description": "",
"hex.builtin.tutorial.introduction.step1.description": "",
"hex.builtin.tutorial.introduction.step1.title": "",
"hex.builtin.tutorial.introduction.step2.description": "",
"hex.builtin.tutorial.introduction.step2.highlight": "",
"hex.builtin.tutorial.introduction.step2.title": "",
"hex.builtin.tutorial.introduction.step3.highlight": "",
"hex.builtin.tutorial.introduction.step4.highlight": "",
"hex.builtin.tutorial.introduction.step5.highlight.pattern_data": "",
"hex.builtin.tutorial.introduction.step5.highlight.pattern_editor": "",
"hex.builtin.tutorial.introduction.step6.highlight": "",
"hex.builtin.undo_operation.fill": "",
"hex.builtin.undo_operation.insert": "",
"hex.builtin.undo_operation.modification": "",
"hex.builtin.undo_operation.patches": "",
"hex.builtin.undo_operation.remove": "",
"hex.builtin.undo_operation.write": "",
"hex.builtin.view.achievements.click": "点这里",
"hex.builtin.tutorial.introduction": "ImHex 简介",
"hex.builtin.tutorial.introduction.description": "本教程将指导您了解 ImHex 的基本用法,以帮助您入门。",
"hex.builtin.tutorial.introduction.step1.title": "欢迎来到 ImHex",
"hex.builtin.tutorial.introduction.step1.description": "ImHex 是一个逆向工程套件和十六进制编辑器,其主要重点是可视化二进制数据以便于理解。\n\n您可以通过单击右侧下面的箭头按钮继续下一步。",
"hex.builtin.tutorial.introduction.step2.title": "打开数据",
"hex.builtin.tutorial.introduction.step2.description": "ImHex 支持从各种来源加载数据。这包括文件、原始磁盘、另一个进程的内存等等。\n\n所有这些选项都可以在欢迎页面中或屏幕或文件菜单下找到。",
"hex.builtin.tutorial.introduction.step2.highlight": "让我们通过单击“新建文件”按钮来创建一个新的空文件。",
"hex.builtin.tutorial.introduction.step3.highlight": "这是十六进制编辑器。它显示加载数据的各个字节,还允许您通过双击其中一个字节来编辑它们。\n\n您可以使用箭头键或鼠标滚轮导航数据。",
"hex.builtin.tutorial.introduction.step4.highlight": "这是数据查看器。它以更易读的格式显示当前所选字节的数据。\n\n您还可以通过双击在此处编辑一排数据。",
"hex.builtin.tutorial.introduction.step5.highlight.pattern_editor": "这是模式编辑器。它允许您使用模式语言编写代码,该语言可以突出显示和解码加载数据内的二进制数据结构。\n\n您可以在文档中了解有关模式语言的更多信息。",
"hex.builtin.tutorial.introduction.step5.highlight.pattern_data": "此视图包含一个树视图,表示您使用模式语言定义的数据结构。",
"hex.builtin.tutorial.introduction.step6.highlight": "您可以在帮助菜单中找到更多教程和文档。",
"hex.builtin.undo_operation.insert": "插入的 {0}",
"hex.builtin.undo_operation.remove": "移除的 {0}",
"hex.builtin.undo_operation.write": "写入的 {0}",
"hex.builtin.undo_operation.patches": "应用的补丁",
"hex.builtin.undo_operation.fill": "填充的区域",
"hex.builtin.undo_operation.modification": "修改的数据",
"hex.builtin.view.achievements.name": "成就",
"hex.builtin.view.achievements.unlocked": "已解锁成就!",
"hex.builtin.view.achievements.unlocked_count": "已解锁",
"hex.builtin.view.achievements.click": "点这里",
"hex.builtin.view.bookmarks.address": "0x{0:02X} - 0x{1:02X}",
"hex.builtin.view.bookmarks.button.jump": "转到",
"hex.builtin.view.bookmarks.button.remove": "移除",
@ -668,7 +666,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.bookmarks.tooltip.jump_to": "跳转到地址",
"hex.builtin.view.bookmarks.tooltip.lock": "锁定",
@ -699,9 +697,10 @@
"hex.builtin.view.find.context.copy_demangle": "复制值的还原名",
"hex.builtin.view.find.context.replace": "替换",
"hex.builtin.view.find.context.replace.ascii": "ASCII",
"hex.builtin.view.find.context.replace.hex": "Hex",
"hex.builtin.view.find.context.replace.hex": "十六进制",
"hex.builtin.view.find.demangled": "还原名",
"hex.builtin.view.find.name": "查找",
"hex.builtin.view.replace.name": "替换",
"hex.builtin.view.find.regex": "正则表达式",
"hex.builtin.view.find.regex.full_match": "要求完整匹配",
"hex.builtin.view.find.regex.pattern": "模式",
@ -710,8 +709,8 @@
"hex.builtin.view.find.search.reset": "重置",
"hex.builtin.view.find.searching": "搜索中...",
"hex.builtin.view.find.sequences": "序列",
"hex.builtin.view.find.sequences.ignore_case": "",
"hex.builtin.view.find.shortcut.select_all": "",
"hex.builtin.view.find.sequences.ignore_case": "忽略大小写",
"hex.builtin.view.find.shortcut.select_all": "全选",
"hex.builtin.view.find.strings": "字符串",
"hex.builtin.view.find.strings.chars": "字符",
"hex.builtin.view.find.strings.line_feeds": "换行",
@ -729,24 +728,24 @@
"hex.builtin.view.find.value.max": "最大值",
"hex.builtin.view.find.value.min": "最小值",
"hex.builtin.view.find.value.range": "范围搜索",
"hex.builtin.view.help.about.commits": "",
"hex.builtin.view.help.about.commits": "提交记录",
"hex.builtin.view.help.about.contributor": "贡献者",
"hex.builtin.view.help.about.donations": "赞助",
"hex.builtin.view.help.about.libs": "使用的库",
"hex.builtin.view.help.about.license": "许可证",
"hex.builtin.view.help.about.name": "关于",
"hex.builtin.view.help.about.paths": "ImHex 目录",
"hex.builtin.view.help.about.plugins": "",
"hex.builtin.view.help.about.plugins.author": "",
"hex.builtin.view.help.about.plugins.desc": "",
"hex.builtin.view.help.about.plugins.plugin": "",
"hex.builtin.view.help.about.release_notes": "",
"hex.builtin.view.help.about.plugins": "插件",
"hex.builtin.view.help.about.plugins.author": "作者",
"hex.builtin.view.help.about.plugins.desc": "描述",
"hex.builtin.view.help.about.plugins.plugin": "插件",
"hex.builtin.view.help.about.release_notes": "发行说明",
"hex.builtin.view.help.about.source": "源代码位于 GitHub",
"hex.builtin.view.help.about.thanks": "如果您喜欢我的工作,请赞助以帮助此项目继续前进。非常感谢 <3",
"hex.builtin.view.help.about.translator": "由 xtexChooser 翻译",
"hex.builtin.view.help.about.translator": "由 xtexChooser 翻译York Waugh修改",
"hex.builtin.view.help.calc_cheat_sheet": "计算器帮助",
"hex.builtin.view.help.documentation": "ImHex 文档",
"hex.builtin.view.help.documentation_search": "",
"hex.builtin.view.help.documentation_search": "搜索文档",
"hex.builtin.view.help.name": "帮助",
"hex.builtin.view.help.pattern_cheat_sheet": "模式语言帮助",
"hex.builtin.view.hex_editor.copy.address": "地址",
@ -758,7 +757,7 @@
"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.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 数组",
@ -777,6 +776,7 @@
"hex.builtin.view.hex_editor.menu.edit.fill": "填充...",
"hex.builtin.view.hex_editor.menu.edit.insert": "插入...",
"hex.builtin.view.hex_editor.menu.edit.jump_to": "转到",
"hex.builtin.view.hex_editor.menu.edit.jump_to.curr_pattern": "当前模式",
"hex.builtin.view.hex_editor.menu.edit.open_in_new_provider": "在新页面打开选定区域",
"hex.builtin.view.hex_editor.menu.edit.paste": "粘贴",
"hex.builtin.view.hex_editor.menu.edit.paste_all": "粘贴全部",
@ -797,9 +797,9 @@
"hex.builtin.view.hex_editor.search.no_more_results": "没有更多结果",
"hex.builtin.view.hex_editor.search.string": "字符串",
"hex.builtin.view.hex_editor.search.string.encoding": "编码",
"hex.builtin.view.hex_editor.search.string.encoding.utf8": "UTF-8",
"hex.builtin.view.hex_editor.search.string.encoding.utf16": "UTF-16",
"hex.builtin.view.hex_editor.search.string.encoding.utf32": "UTF-32",
"hex.builtin.view.hex_editor.search.string.encoding.utf8": "UTF-8",
"hex.builtin.view.hex_editor.search.string.endianness": "字节顺序",
"hex.builtin.view.hex_editor.search.string.endianness.big": "大端序",
"hex.builtin.view.hex_editor.search.string.endianness.little": "小端序",
@ -808,29 +808,29 @@
"hex.builtin.view.hex_editor.select.offset.region": "区域",
"hex.builtin.view.hex_editor.select.offset.size": "大小",
"hex.builtin.view.hex_editor.select.select": "选择",
"hex.builtin.view.hex_editor.shortcut.cursor_down": "",
"hex.builtin.view.hex_editor.shortcut.cursor_end": "",
"hex.builtin.view.hex_editor.shortcut.cursor_left": "",
"hex.builtin.view.hex_editor.shortcut.cursor_page_down": "",
"hex.builtin.view.hex_editor.shortcut.cursor_page_up": "",
"hex.builtin.view.hex_editor.shortcut.cursor_right": "",
"hex.builtin.view.hex_editor.shortcut.cursor_start": "",
"hex.builtin.view.hex_editor.shortcut.cursor_up": "",
"hex.builtin.view.hex_editor.shortcut.enter_editing": "",
"hex.builtin.view.hex_editor.shortcut.remove_selection": "",
"hex.builtin.view.hex_editor.shortcut.selection_down": "",
"hex.builtin.view.hex_editor.shortcut.selection_left": "",
"hex.builtin.view.hex_editor.shortcut.selection_page_down": "",
"hex.builtin.view.hex_editor.shortcut.selection_page_up": "",
"hex.builtin.view.hex_editor.shortcut.selection_right": "",
"hex.builtin.view.hex_editor.shortcut.selection_up": "",
"hex.builtin.view.highlight_rules.config": "",
"hex.builtin.view.highlight_rules.expression": "",
"hex.builtin.view.highlight_rules.help_text": "",
"hex.builtin.view.highlight_rules.menu.edit.rules": "",
"hex.builtin.view.highlight_rules.name": "",
"hex.builtin.view.highlight_rules.new_rule": "",
"hex.builtin.view.highlight_rules.no_rule": "",
"hex.builtin.view.hex_editor.shortcut.remove_selection": "删除选择",
"hex.builtin.view.hex_editor.shortcut.enter_editing": "进入编辑模式",
"hex.builtin.view.hex_editor.shortcut.selection_right": "将选择内容移至右侧",
"hex.builtin.view.hex_editor.shortcut.cursor_right": "将光标向右移动",
"hex.builtin.view.hex_editor.shortcut.selection_left": "将光标向左移动",
"hex.builtin.view.hex_editor.shortcut.cursor_left": "将光标向左移动",
"hex.builtin.view.hex_editor.shortcut.selection_up": "向上移动选择",
"hex.builtin.view.hex_editor.shortcut.cursor_up": "向上移动光标",
"hex.builtin.view.hex_editor.shortcut.cursor_start": "将光标移至行开头",
"hex.builtin.view.hex_editor.shortcut.cursor_end": "将光标移至行尾",
"hex.builtin.view.hex_editor.shortcut.selection_down": "向下移动选择",
"hex.builtin.view.hex_editor.shortcut.cursor_down": "向下移动光标",
"hex.builtin.view.hex_editor.shortcut.selection_page_up": "将选择内容向上移动一页",
"hex.builtin.view.hex_editor.shortcut.cursor_page_up": "将光标向上移动一页",
"hex.builtin.view.hex_editor.shortcut.selection_page_down": "将选择内容向下移动一页",
"hex.builtin.view.hex_editor.shortcut.cursor_page_down": "将光标向下移动一页",
"hex.builtin.view.highlight_rules.name": "突出显示规则",
"hex.builtin.view.highlight_rules.new_rule": "新规则",
"hex.builtin.view.highlight_rules.config": "配置",
"hex.builtin.view.highlight_rules.expression": "表达式",
"hex.builtin.view.highlight_rules.help_text": "输入将针对文件中的每个字节求值的数学表达式。\n\n该表达式可以使用变量“value”和“offset”。\n如果表达式求值 为 true结果大于 0该字节将以指定的颜色突出显示。",
"hex.builtin.view.highlight_rules.no_rule": "创建一个规则来编辑它",
"hex.builtin.view.highlight_rules.menu.edit.rules": "修改突出显示规则...",
"hex.builtin.view.information.analyze": "分析",
"hex.builtin.view.information.analyzing": "分析中...",
"hex.builtin.information_section.magic.apple_type": "",
@ -839,26 +839,32 @@
"hex.builtin.information_section.info_analysis.byte_types": "字节类型",
"hex.builtin.view.information.control": "控制",
"hex.builtin.information_section.magic.description": "描述",
"hex.builtin.information_section.relationship_analysis.digram": "图",
"hex.builtin.information_section.info_analysis.distribution": "字节分布",
"hex.builtin.information_section.info_analysis.encrypted": "此数据似乎经过了加密或压缩!",
"hex.builtin.information_section.info_analysis.entropy": "熵",
"hex.builtin.information_section.magic.extension": "",
"hex.builtin.information_section.magic.extension": "文件扩展名",
"hex.builtin.information_section.info_analysis.file_entropy": "整体熵",
"hex.builtin.information_section.info_analysis.highest_entropy": "最高区块熵",
"hex.builtin.information_section.info_analysis": "信息分析",
"hex.builtin.information_section.relationship_analysis.layered_distribution": "分层分布",
"hex.builtin.information_section.info_analysis.lowest_entropy": "最低区块熵",
"hex.builtin.information_section.info_analysis": "信息分析",
"hex.builtin.information_section.info_analysis.show_annotations": "显示注释",
"hex.builtin.information_section.relationship_analysis": "字节关系",
"hex.builtin.information_section.relationship_analysis.sample_size": "样本量",
"hex.builtin.information_section.relationship_analysis.brightness": "亮度",
"hex.builtin.information_section.relationship_analysis.filter": "筛选器",
"hex.builtin.information_section.relationship_analysis.digram": "图",
"hex.builtin.information_section.relationship_analysis.layered_distribution": "分层分布",
"hex.builtin.information_section.magic": "LibMagic 信息",
"hex.builtin.view.information.error_processing_section": "处理信息块 {0} 失败: '{1}'",
"hex.builtin.view.information.magic_db_added": "LibMagic 数据库已添加!",
"hex.builtin.information_section.magic.mime": "MIME 类型",
"hex.builtin.view.information.name": "数据信息",
"hex.builtin.view.information.not_analyzed": "尚未分析",
"hex.builtin.information_section.magic.octet_stream_text": "未知",
"hex.builtin.information_section.magic.octet_stream_warning": "application/octet-stream 表示未知的数据类型。\n\n这意味着该数据没有与之关联的 MIME 类型,因为它不是已知的格式。",
"hex.builtin.information_section.info_analysis.plain_text": "此数据很可能是纯文本。",
"hex.builtin.information_section.info_analysis.plain_text_percentage": "纯文本百分比",
"hex.builtin.information_section.provider_information": "提供者信息",
"hex.builtin.view.information.region": "已分析区域",
"hex.builtin.view.logs.component": "组件",
"hex.builtin.view.logs.log_level": "日志等级",
"hex.builtin.view.logs.message": "消息",
@ -866,7 +872,7 @@
"hex.builtin.view.patches.name": "补丁",
"hex.builtin.view.patches.offset": "偏移",
"hex.builtin.view.patches.orig": "原始值",
"hex.builtin.view.patches.patch": "",
"hex.builtin.view.patches.patch": "描述",
"hex.builtin.view.patches.remove": "移除补丁",
"hex.builtin.view.pattern_data.name": "模式数据",
"hex.builtin.view.pattern_editor.accept_pattern": "接受模式",
@ -886,8 +892,8 @@
"hex.builtin.view.pattern_editor.debugger.scope.global": "全局",
"hex.builtin.view.pattern_editor.env_vars": "环境变量",
"hex.builtin.view.pattern_editor.evaluating": "计算中...",
"hex.builtin.view.pattern_editor.find_hint": "",
"hex.builtin.view.pattern_editor.find_hint_history": "",
"hex.builtin.view.pattern_editor.find_hint": "查找",
"hex.builtin.view.pattern_editor.find_hint_history": "历史",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern": "放置模式...",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin": "内置类型",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.array": "数组",
@ -895,33 +901,32 @@
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.custom": "自定义类型",
"hex.builtin.view.pattern_editor.menu.file.load_pattern": "加载模式文件...",
"hex.builtin.view.pattern_editor.menu.file.save_pattern": "保存模式文件...",
"hex.builtin.view.pattern_editor.menu.find": "",
"hex.builtin.view.pattern_editor.menu.find_next": "",
"hex.builtin.view.pattern_editor.menu.find_previous": "",
"hex.builtin.view.pattern_editor.menu.replace": "",
"hex.builtin.view.pattern_editor.menu.replace_all": "",
"hex.builtin.view.pattern_editor.menu.replace_next": "",
"hex.builtin.view.pattern_editor.menu.replace_previous": "",
"hex.builtin.view.pattern_editor.menu.find": "查找...",
"hex.builtin.view.pattern_editor.menu.find_next": "查找下一个",
"hex.builtin.view.pattern_editor.menu.find_previous": "查找上一个",
"hex.builtin.view.pattern_editor.menu.replace": "替换",
"hex.builtin.view.pattern_editor.menu.replace_next": "替换下一个",
"hex.builtin.view.pattern_editor.menu.replace_previous": "替换上一个",
"hex.builtin.view.pattern_editor.menu.replace_all": "全部替换",
"hex.builtin.view.pattern_editor.name": "模式编辑器",
"hex.builtin.view.pattern_editor.no_in_out_vars": "使用 'in' 或 'out' 修饰符定义一些全局变量,以使它们出现在这里。",
"hex.builtin.view.pattern_editor.no_results": "",
"hex.builtin.view.pattern_editor.of": "",
"hex.builtin.view.pattern_editor.no_results": "无结果。",
"hex.builtin.view.pattern_editor.of": "",
"hex.builtin.view.pattern_editor.open_pattern": "打开模式",
"hex.builtin.view.pattern_editor.replace_hint": "",
"hex.builtin.view.pattern_editor.replace_hint_history": "",
"hex.builtin.view.pattern_editor.replace_hint": "替换",
"hex.builtin.view.pattern_editor.replace_hint_history": "历史",
"hex.builtin.view.pattern_editor.section_popup": "段",
"hex.builtin.view.pattern_editor.sections": "段",
"hex.builtin.view.pattern_editor.settings": "设置",
"hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "",
"hex.builtin.view.pattern_editor.shortcut.continue_debugger": "",
"hex.builtin.view.pattern_editor.shortcut.run_pattern": "",
"hex.builtin.view.pattern_editor.shortcut.step_debugger": "",
"hex.builtin.view.pattern_editor.virtual_files": "",
"hex.builtin.view.pattern_editor.shortcut.run_pattern": "运行模式",
"hex.builtin.view.pattern_editor.shortcut.step_debugger": "单步调试",
"hex.builtin.view.pattern_editor.shortcut.continue_debugger": "继续调试",
"hex.builtin.view.pattern_editor.shortcut.add_breakpoint": "添加断点",
"hex.builtin.view.pattern_editor.virtual_files": "虚拟文件系统",
"hex.builtin.view.provider_settings.load_error": "尝试打开此提供器时出现错误!",
"hex.builtin.view.provider_settings.load_error_details": "打开此提供者时出现错误:\n详细信息{}",
"hex.builtin.view.provider_settings.load_popup": "打开提供器",
"hex.builtin.view.provider_settings.name": "提供器设置",
"hex.builtin.view.replace.name": "",
"hex.builtin.view.settings.name": "设置",
"hex.builtin.view.settings.restart_question": "一项更改需要重启 ImHex 以生效,您想要现在重启吗?",
"hex.builtin.view.store.desc": "从 ImHex 仓库下载新内容",
@ -932,11 +937,9 @@
"hex.builtin.view.store.netfailed": "通过网络加载内容失败!",
"hex.builtin.view.store.reload": "刷新",
"hex.builtin.view.store.remove": "移除",
"hex.builtin.view.store.row.authors": "作者",
"hex.builtin.view.store.row.description": "描述",
"hex.builtin.view.store.row.authors": "作者",
"hex.builtin.view.store.row.name": "名称",
"hex.builtin.view.store.system": "系统",
"hex.builtin.view.store.system.explanation": "该条目位于只读目录中,它可能由系统管理。",
"hex.builtin.view.store.tab.constants": "常量",
"hex.builtin.view.store.tab.encodings": "编码",
"hex.builtin.view.store.tab.includes": "库",
@ -946,17 +949,19 @@
"hex.builtin.view.store.tab.themes": "主题",
"hex.builtin.view.store.tab.yara": "Yara 规则",
"hex.builtin.view.store.update": "更新",
"hex.builtin.view.store.system": "系统",
"hex.builtin.view.store.system.explanation": "该条目位于只读目录中,它可能由系统管理。",
"hex.builtin.view.store.update_count": "更新全部\n可用更新{}",
"hex.builtin.view.theme_manager.name": "主题管理器",
"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.tutorials.description": "",
"hex.builtin.view.tutorials.name": "",
"hex.builtin.view.tutorials.start": "",
"hex.builtin.view.tutorials.description": "交互式教程",
"hex.builtin.view.tutorials.name": "描述",
"hex.builtin.view.tutorials.start": "开始教程",
"hex.builtin.visualizer.binary": "二进制",
"hex.builtin.visualizer.decimal.signed.16bit": "有符号十进制16 位)",
"hex.builtin.visualizer.decimal.signed.32bit": "有符号十进制32 位)",
@ -975,50 +980,70 @@
"hex.builtin.visualizer.hexadecimal.8bit": "十六进制8 位)",
"hex.builtin.visualizer.hexii": "HexII",
"hex.builtin.visualizer.rgba8": "RGBA8 颜色",
"hex.builtin.oobe.server_contact": "服务器连接",
"hex.builtin.oobe.server_contact.text": "您想允许与 ImHex 的服务器通信吗?\n\n\n这允许执行自动更新检查并上传非常有限的使用统计信息所有这些都在下面列出。\n\n或者您也可以选择仅提交崩溃日志 这对识别和修复您可能遇到的错误有很大帮助。\n\n所有信息均由我们自己的服务器处理不会泄露给任何第三方。\n\n\n您可以随时在设置中更改这些选择 。",
"hex.builtin.oobe.server_contact.data_collected_table.key": "类型",
"hex.builtin.oobe.server_contact.data_collected_table.value": "值",
"hex.builtin.oobe.server_contact.data_collected_title": "会被共享的数据",
"hex.builtin.oobe.server_contact.data_collected.uuid": "随机 ID",
"hex.builtin.oobe.server_contact.data_collected.version": "ImHex 版本",
"hex.builtin.oobe.server_contact.data_collected.os": "操作系统",
"hex.builtin.oobe.server_contact.crash_logs_only": "仅崩溃日志",
"hex.builtin.oobe.tutorial_question": "由于这是您第一次使用 ImHex您想学习一下介绍教程吗\n\n您始终可以从“帮助”菜单访问该教程。",
"hex.builtin.welcome.customize.settings.desc": "更改 ImHex 的设置",
"hex.builtin.welcome.customize.settings.title": "设置",
"hex.builtin.welcome.drop_file": "",
"hex.builtin.welcome.drop_file": "将文件拖放到此处以开始...",
"hex.builtin.welcome.header.customize": "自定义",
"hex.builtin.welcome.header.help": "帮助",
"hex.builtin.welcome.header.info": "",
"hex.builtin.welcome.header.info": "信息",
"hex.builtin.welcome.header.learn": "学习",
"hex.builtin.welcome.header.main": "欢迎来到 ImHex",
"hex.builtin.welcome.header.plugins": "已加载插件",
"hex.builtin.welcome.header.quick_settings": "",
"hex.builtin.welcome.header.start": "开始",
"hex.builtin.welcome.header.update": "更新",
"hex.builtin.welcome.header.various": "杂项",
"hex.builtin.welcome.header.quick_settings": "快速设置",
"hex.builtin.welcome.help.discord": "Discord 服务器",
"hex.builtin.welcome.help.discord.link": "https://imhex.werwolv.net/discord",
"hex.builtin.welcome.help.gethelp": "获得帮助",
"hex.builtin.welcome.help.gethelp.link": "https://github.com/WerWolv/ImHex/discussions/categories/get-help",
"hex.builtin.welcome.help.repo": "GitHub 仓库",
"hex.builtin.welcome.help.repo.link": "https://imhex.werwolv.net/git",
"hex.builtin.welcome.learn.achievements.desc": "",
"hex.builtin.welcome.learn.achievements.title": "",
"hex.builtin.welcome.learn.imhex.desc": "通过我们详细的文档来了解 ImHex 基础知识",
"hex.builtin.welcome.learn.imhex.link": "https://docs.werwolv.net/imhex/",
"hex.builtin.welcome.learn.imhex.title": "ImHex 文档",
"hex.builtin.welcome.learn.achievements.title": "成就",
"hex.builtin.welcome.learn.achievements.desc": "通过完成所有成就来了解如何使用 ImHex",
"hex.builtin.welcome.learn.interactive_tutorial.title": "交互式教程",
"hex.builtin.welcome.learn.interactive_tutorial.desc": "通过教程快速入门",
"hex.builtin.welcome.learn.latest.desc": "阅读 ImHex 最新版本的更改日志",
"hex.builtin.welcome.learn.latest.link": "https://github.com/WerWolv/ImHex/releases/latest",
"hex.builtin.welcome.learn.latest.title": "最新版本",
"hex.builtin.welcome.learn.pattern.desc": "如何编写 ImHex 模式",
"hex.builtin.welcome.learn.pattern.link": "https://docs.werwolv.net/pattern-language/",
"hex.builtin.welcome.learn.pattern.title": "模式文档",
"hex.builtin.welcome.learn.imhex.desc": "通过我们详细的文档来了解 ImHex 基础知识",
"hex.builtin.welcome.learn.imhex.link": "https://docs.werwolv.net/imhex/",
"hex.builtin.welcome.learn.imhex.title": "ImHex 文档",
"hex.builtin.welcome.learn.plugins.desc": "通过插件扩展 ImHex 获得更多功能",
"hex.builtin.welcome.learn.plugins.link": "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide",
"hex.builtin.welcome.learn.plugins.title": "插件 API",
"hex.builtin.welcome.quick_settings.simplified": "",
"hex.builtin.popup.create_workspace.title": "创建新工作区",
"hex.builtin.popup.create_workspace.desc": "输入新工作区的名称",
"hex.builtin.popup.safety_backup.delete": "删除",
"hex.builtin.popup.safety_backup.desc": "糟糕ImHex 上次崩溃了!\n您想从异常转储中恢复之前的数据吗",
"hex.builtin.popup.safety_backup.log_file": "日志文件: ",
"hex.builtin.popup.safety_backup.report_error": "向开发者发送崩溃日志",
"hex.builtin.popup.safety_backup.restore": "恢复",
"hex.builtin.popup.safety_backup.title": "恢复崩溃数据",
"hex.builtin.welcome.start.create_file": "创建新文件",
"hex.builtin.welcome.start.open_file": "打开文件",
"hex.builtin.welcome.start.open_other": "其他提供器",
"hex.builtin.welcome.start.open_project": "打开工程",
"hex.builtin.welcome.start.recent": "最近文件",
"hex.builtin.welcome.start.recent.auto_backups": "",
"hex.builtin.welcome.start.recent.auto_backups.backup": "",
"hex.builtin.welcome.start.recent.auto_backups": "自动备份",
"hex.builtin.welcome.start.recent.auto_backups.backup": "{:%年-%月-%日 %时:%分:%秒} 的备份",
"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.welcome.quick_settings.simplified": "简化"
}
}

View File

@ -4,11 +4,19 @@
"country": "China",
"fallback": false,
"translations": {
"hex.diffing.algorithm.simple.name": "逐个字节简单算法",
"hex.diffing.algorithm.simple.description": "简单的 O(N) 逐字节比较。\n只能识别数据末尾的字节修改和插入/删除",
"hex.diffing.algorithm.myers.name": "迈尔斯位向量算法",
"hex.diffing.algorithm.myers.description": "智能的 O(N*M) 比较算法。可以识别数据中任何位置的修改、插入和删除",
"hex.diffing.algorithm.myers.settings.window_size": "窗口大小",
"hex.diffing.view.diff.name": "差异",
"hex.diffing.view.diff.added": "添加",
"hex.diffing.view.diff.modified": "修改",
"hex.diffing.view.diff.provider_a": "提供者A",
"hex.diffing.view.diff.provider_b": "提供者B",
"hex.diffing.view.diff.removed": "移除"
"hex.diffing.view.diff.removed": "移除",
"hex.diffing.view.diff.algorithm": "差异算法",
"hex.diffing.view.diff.settings": "无可用设置",
"hex.diffing.view.diff.settings.no_settings": "无可用设置"
}
}

View File

@ -51,6 +51,20 @@
"hex.disassembler.view.disassembler.mos65xx.65816_long_x": "65816 Long X",
"hex.disassembler.view.disassembler.mos65xx.65c02": "65C02",
"hex.disassembler.view.disassembler.mos65xx.w65c02": "W65C02",
"hex.disassembler.view.disassembler.sh.sh2": "SH2",
"hex.disassembler.view.disassembler.sh.sh2a": "SH2A",
"hex.disassembler.view.disassembler.sh.sh3": "SH3",
"hex.disassembler.view.disassembler.sh.sh4": "SH4",
"hex.disassembler.view.disassembler.sh.sh4a": "SH4A",
"hex.disassembler.view.disassembler.sh.fpu": "FPU",
"hex.disassembler.view.disassembler.sh.dsp": "DSP",
"hex.disassembler.view.disassembler.tricore.110": "110",
"hex.disassembler.view.disassembler.tricore.120": "120",
"hex.disassembler.view.disassembler.tricore.130": "130",
"hex.disassembler.view.disassembler.tricore.131": "131",
"hex.disassembler.view.disassembler.tricore.160": "160",
"hex.disassembler.view.disassembler.tricore.161": "161",
"hex.disassembler.view.disassembler.tricore.162": "162",
"hex.disassembler.view.disassembler.name": "反汇编",
"hex.disassembler.view.disassembler.position": "位置",
"hex.disassembler.view.disassembler.ppc.booke": "PowerPC Book-E",
@ -59,20 +73,6 @@
"hex.disassembler.view.disassembler.region": "代码范围",
"hex.disassembler.view.disassembler.riscv.compressed": "压缩的 RISC-V",
"hex.disassembler.view.disassembler.settings.mode": "模式",
"hex.disassembler.view.disassembler.sh.dsp": "DSP",
"hex.disassembler.view.disassembler.sh.fpu": "FPU",
"hex.disassembler.view.disassembler.sh.sh2": "SH2",
"hex.disassembler.view.disassembler.sh.sh2a": "SH2A",
"hex.disassembler.view.disassembler.sh.sh3": "SH3",
"hex.disassembler.view.disassembler.sh.sh4": "SH4",
"hex.disassembler.view.disassembler.sh.sh4a": "SH4A",
"hex.disassembler.view.disassembler.sparc.v9": "Sparc V9",
"hex.disassembler.view.disassembler.tricore.110": "110",
"hex.disassembler.view.disassembler.tricore.120": "120",
"hex.disassembler.view.disassembler.tricore.130": "130",
"hex.disassembler.view.disassembler.tricore.131": "131",
"hex.disassembler.view.disassembler.tricore.160": "160",
"hex.disassembler.view.disassembler.tricore.161": "161",
"hex.disassembler.view.disassembler.tricore.162": "162"
"hex.disassembler.view.disassembler.sparc.v9": "Sparc V9"
}
}

View File

@ -4,21 +4,8 @@
"fallback": false,
"language": "Chinese (Simplified)",
"translations": {
"hex.hashes.achievement.misc.create_hash.desc": "通过选择类型、为其命名并单击旁边的加号按钮,在“哈希”视图中创建新的哈希函数。",
"hex.hashes.achievement.misc.create_hash.name": "Hash",
"hex.hashes.hash.common.iv": "初始值",
"hex.hashes.hash.common.key": "",
"hex.hashes.hash.common.personalization": "",
"hex.hashes.hash.common.poly": "多项式",
"hex.hashes.hash.common.refl_in": "输入值取反",
"hex.hashes.hash.common.refl_out": "输出值取反",
"hex.hashes.hash.common.rounds": "",
"hex.hashes.hash.common.salt": "",
"hex.hashes.hash.common.security_level": "",
"hex.hashes.hash.common.size": "",
"hex.hashes.hash.common.standard": "",
"hex.hashes.hash.common.standard.custom": "",
"hex.hashes.hash.common.xor_out": "结果异或值",
"hex.hashes.achievement.misc.create_hash.desc": "通过选择类型、为其命名并单击旁边的加号按钮,在“哈希”视图中创建新的哈希函数。",
"hex.hashes.view.hashes.function": "哈希函数",
"hex.hashes.view.hashes.hash": "哈希",
"hex.hashes.view.hashes.hover_info": "将鼠标放在 Hex 编辑器的选区上,按住 SHIFT 来查看其哈希。",
@ -27,6 +14,23 @@
"hex.hashes.view.hashes.remove": "移除哈希",
"hex.hashes.view.hashes.table.name": "名称",
"hex.hashes.view.hashes.table.result": "结果",
"hex.hashes.view.hashes.table.type": "类型"
"hex.hashes.view.hashes.table.type": "类型",
"hex.hashes.hash.common.iv": "初始值",
"hex.hashes.hash.common.poly": "多项式",
"hex.hashes.hash.common.key": "键",
"hex.hashes.hash.common.security_level": "安全等级",
"hex.hashes.hash.common.size": "哈希大小",
"hex.hashes.hash.common.input_size": "输入值大小",
"hex.hashes.hash.common.output_size": "输出值大小",
"hex.hashes.hash.common.rounds": "哈希轮数",
"hex.hashes.hash.common.salt": "盐",
"hex.hashes.hash.common.standard": "标准",
"hex.hashes.hash.common.standard.custom": "自定义",
"hex.hashes.hash.common.personalization": "个性化",
"hex.hashes.hash.common.refl_in": "输入值取反",
"hex.hashes.hash.common.refl_out": "输出值取反",
"hex.hashes.hash.common.xor_out": "结果异或值",
"hex.hashes.hash.sum": "总和",
"hex.hashes.hash.sum.fold": "折叠结果"
}
}

View File

@ -4,7 +4,7 @@
"fallback": false,
"language": "Chinese (Simplified)",
"translations": {
"hex.ui.common.add": "",
"hex.ui.common.add": "添加",
"hex.ui.common.address": "地址",
"hex.ui.common.allow": "允许",
"hex.ui.common.begin": "起始",
@ -16,18 +16,19 @@
"hex.ui.common.choose_file": "选择文件",
"hex.ui.common.close": "关闭",
"hex.ui.common.comment": "注释",
"hex.ui.common.continue": "",
"hex.ui.common.continue": "继续",
"hex.ui.common.count": "数量",
"hex.ui.common.decimal": "十进制",
"hex.ui.common.deny": "拒绝",
"hex.ui.common.dont_show_again": "不要再次显示",
"hex.ui.common.edit": "",
"hex.ui.common.edit": "编辑",
"hex.ui.common.encoding.ascii": "ASCII",
"hex.ui.common.encoding.utf16be": "UTF-16BE",
"hex.ui.common.encoding.utf16le": "UTF-16LE",
"hex.ui.common.encoding.utf8": "UTF-8",
"hex.ui.common.end": "末尾",
"hex.ui.common.endian": "端序",
"hex.ui.common.warning": "警告",
"hex.ui.common.error": "错误",
"hex.ui.common.fatal": "致命错误",
"hex.ui.common.file": "文件",
@ -35,23 +36,23 @@
"hex.ui.common.hexadecimal": "十六进制",
"hex.ui.common.info": "信息",
"hex.ui.common.instruction": "指示",
"hex.ui.common.key": "",
"hex.ui.common.key": "",
"hex.ui.common.link": "链接",
"hex.ui.common.little": "小",
"hex.ui.common.little_endian": "小端序",
"hex.ui.common.load": "加载",
"hex.ui.common.loading": "",
"hex.ui.common.loading": "加载...",
"hex.ui.common.match_selection": "匹配选择",
"hex.ui.common.name": "名称",
"hex.ui.common.no": "否",
"hex.ui.common.number_format": "数字进制",
"hex.ui.common.octal": "八进制",
"hex.ui.common.off": "",
"hex.ui.common.offset": "偏移",
"hex.ui.common.okay": "好的",
"hex.ui.common.on": "",
"hex.ui.common.okay": "确认",
"hex.ui.common.open": "打开",
"hex.ui.common.path": "",
"hex.ui.common.on": "开",
"hex.ui.common.off": "关",
"hex.ui.common.path": "路径",
"hex.ui.common.percentage": "百分比",
"hex.ui.common.processing": "处理",
"hex.ui.common.project": "项目",
@ -60,7 +61,7 @@
"hex.ui.common.range.entire_data": "所有数据",
"hex.ui.common.range.selection": "选区",
"hex.ui.common.region": "区域",
"hex.ui.common.remove": "",
"hex.ui.common.remove": "移除",
"hex.ui.common.reset": "重置",
"hex.ui.common.set": "设置",
"hex.ui.common.settings": "设置",
@ -81,13 +82,15 @@
"hex.ui.common.type.u64": "uint64_t",
"hex.ui.common.type.u8": "uint8_t",
"hex.ui.common.value": "值",
"hex.ui.common.warning": "警告",
"hex.ui.common.yes": "是",
"hex.ui.hex_editor.ascii_view": "显示 ASCII 栏",
"hex.ui.hex_editor.custom_encoding_view": "显示高级解码栏",
"hex.ui.hex_editor.data_size": "总大小",
"hex.ui.hex_editor.gray_out_zero": "显示零字节为灰色",
"hex.ui.hex_editor.columns": "栏",
"hex.ui.hex_editor.human_readable_units_footer": "将数据转换为人类可读的单位",
"hex.ui.hex_editor.data_size": "数据大小",
"hex.ui.hex_editor.gray_out_zero": "显示零字节为灰色",
"hex.ui.hex_editor.minimap": "小地图",
"hex.ui.hex_editor.minimap.width": "宽度",
"hex.ui.hex_editor.no_bytes": "没有可显示的字节",
"hex.ui.hex_editor.page": "分页",
"hex.ui.hex_editor.region": "范围",
@ -96,6 +99,7 @@
"hex.ui.hex_editor.uppercase_hex": "大写十六进制",
"hex.ui.hex_editor.visualizer": "数据处理器的数据可视化格式",
"hex.ui.pattern_drawer.color": "颜色",
"hex.ui.pattern_drawer.comment": "注释",
"hex.ui.pattern_drawer.double_click": "双击查看更多",
"hex.ui.pattern_drawer.end": "结束",
"hex.ui.pattern_drawer.export": "导出为...",
@ -104,14 +108,16 @@
"hex.ui.pattern_drawer.size": "大小",
"hex.ui.pattern_drawer.spec_name": "显示标准名称",
"hex.ui.pattern_drawer.start": "开始",
"hex.ui.pattern_drawer.tree_style.tree": "树",
"hex.ui.pattern_drawer.tree_style.auto_expanded": "自动展开树",
"hex.ui.pattern_drawer.tree_style.flattened": "扁平化",
"hex.ui.pattern_drawer.tree_style.tree": "树",
"hex.ui.pattern_drawer.type": "类型",
"hex.ui.pattern_drawer.updating": "更新模式中...",
"hex.ui.pattern_drawer.value": "值",
"hex.ui.pattern_drawer.var_name": "名称",
"hex.ui.pattern_drawer.visualizer.unknown": "未知可视化器",
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": "无效参数数",
"hex.ui.pattern_drawer.visualizer.unknown": "未知可视化器"
"hex.ui.diagram.byte_type_distribution.plain_text": "纯文本",
"hex.ui.diagram.byte_type_distribution.similar_bytes": "类似字节"
}
}

View File

@ -4,14 +4,14 @@
"fallback": false,
"language": "Chinese (Simplified)",
"translations": {
"hex.visualizers.pl_visualizer.3d.ambient_brightness": "",
"hex.visualizers.pl_visualizer.3d.diffuse_brightness": "",
"hex.visualizers.pl_visualizer.3d.light_color": "",
"hex.visualizers.pl_visualizer.3d.light_position": "",
"hex.visualizers.pl_visualizer.3d.more_settings": "",
"hex.visualizers.pl_visualizer.3d.object_reflectiveness": "",
"hex.visualizers.pl_visualizer.3d.specular_brightness": "",
"hex.visualizers.pl_visualizer.3d.texture_file": "",
"hex.visualizers.pl_visualizer.3d.light_position": "光线位置",
"hex.visualizers.pl_visualizer.3d.ambient_brightness": "环境亮度",
"hex.visualizers.pl_visualizer.3d.diffuse_brightness": "漫射亮度",
"hex.visualizers.pl_visualizer.3d.specular_brightness": "镜面亮度",
"hex.visualizers.pl_visualizer.3d.object_reflectiveness": "物体反射率",
"hex.visualizers.pl_visualizer.3d.light_color": "光线颜色",
"hex.visualizers.pl_visualizer.3d.more_settings": "更多设置",
"hex.visualizers.pl_visualizer.3d.texture_file": "纹理文件路径",
"hex.visualizers.pl_visualizer.coordinates.latitude": "维度",
"hex.visualizers.pl_visualizer.coordinates.longitude": "精度",
"hex.visualizers.pl_visualizer.coordinates.query": "查找地址",

View File

@ -4,7 +4,7 @@
"language": "Chinese (Simplified)",
"translations": {
"hex.builtin.setting.general.context_menu_entry": "窗口上下文菜单项",
"hex.builtin.setting.interface.show_resource_usage": "",
"hex.builtin.setting.interface.show_resource_usage": "在底部中显示资源使用情况",
"hex.windows.view.tty_console.auto_scroll": "自动滚动",
"hex.windows.view.tty_console.baud": "波特率",
"hex.windows.view.tty_console.clear": "清除",

View File

@ -4,6 +4,8 @@
"fallback": false,
"language": "Chinese (Simplified)",
"translations": {
"hex.yara.information_section.advanced_data_info": "高级数据信息",
"hex.yara.information_section.advanced_data_info.no_information": "没有找到更多信息",
"hex.yara_rules.view.yara.error": "Yara 编译器错误: {0}",
"hex.yara_rules.view.yara.header.matches": "匹配",
"hex.yara_rules.view.yara.header.rules": "规则",