Skip to content

Commit 81e66b5

Browse files
weblateliushuyu
andcommitted
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (8 of 8 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 93.7% (15 of 16 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (27 of 27 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (124 of 124 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (18 of 18 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (75 of 75 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (21 of 21 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 96.4% (1177 of 1220 strings) Co-authored-by: Weblate <[email protected]> Co-authored-by: liushuyu <[email protected]> Translate-URL: https://weblate.werwolv.net/projects/imhex/builtin/zh_Hans/ Translate-URL: https://weblate.werwolv.net/projects/imhex/diffing/zh_Hans/ Translate-URL: https://weblate.werwolv.net/projects/imhex/disassembler/zh_Hans/ Translate-URL: https://weblate.werwolv.net/projects/imhex/fonts/zh_Hans/ Translate-URL: https://weblate.werwolv.net/projects/imhex/hashes/zh_Hans/ Translate-URL: https://weblate.werwolv.net/projects/imhex/remote/zh_Hans/ Translate-URL: https://weblate.werwolv.net/projects/imhex/ui/zh_Hans/ Translate-URL: https://weblate.werwolv.net/projects/imhex/visualizers/zh_Hans/ Translate-URL: https://weblate.werwolv.net/projects/imhex/yara-rules/zh_Hans/ Translation: ImHex/Builtin Translation: ImHex/Diffing Translation: ImHex/Disassembler Translation: ImHex/Fonts Translation: ImHex/Hashes Translation: ImHex/Remote Translation: ImHex/UI Translation: ImHex/Visualizers Translation: ImHex/Yara Rules
1 parent 5d77402 commit 81e66b5

File tree

9 files changed

+90
-38
lines changed

9 files changed

+90
-38
lines changed

plugins/builtin/romfs/lang/zh_CN.json

Lines changed: 40 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"hex.builtin.achievement.starting_out": "开始",
33
"hex.builtin.achievement.starting_out.crash.name": "崩溃了!",
4-
"hex.builtin.achievement.starting_out.crash.desc": "ImHex首次崩溃",
4+
"hex.builtin.achievement.starting_out.crash.desc": "首次玩炸 ImHex 程序。",
55
"hex.builtin.achievement.starting_out.docs.name": "请仔细阅读文档!",
66
"hex.builtin.achievement.starting_out.docs.desc": "在菜单中选择“帮助”->“文档”打开文档。",
77
"hex.builtin.achievement.starting_out.open_file.name": "打开文件",
@@ -89,15 +89,15 @@
8989
"hex.builtin.inspector.i48": "int48_t",
9090
"hex.builtin.inspector.i64": "int64_t",
9191
"hex.builtin.inspector.i8": "int8_t",
92-
"hex.builtin.inspector.jump_to_address": "跳转到地址",
92+
"hex.builtin.inspector.jump_to_address": "跳转到地址",
9393
"hex.builtin.inspector.long_double": "long double(128 位)",
9494
"hex.builtin.inspector.rgb565": "RGB565 颜色",
9595
"hex.builtin.inspector.rgba8": "RGBA8 颜色",
9696
"hex.builtin.inspector.sleb128": "sLEB128",
9797
"hex.builtin.inspector.string": "字符串",
9898
"hex.builtin.inspector.wstring": "宽字符串",
99-
"hex.builtin.inspector.string16": "",
100-
"hex.builtin.inspector.string32": "",
99+
"hex.builtin.inspector.string16": "String16",
100+
"hex.builtin.inspector.string32": "String32",
101101
"hex.builtin.inspector.time": "time_t",
102102
"hex.builtin.inspector.time32": "time32_t",
103103
"hex.builtin.inspector.time64": "time64_t",
@@ -110,8 +110,8 @@
110110
"hex.builtin.inspector.uleb128": "uLEB128",
111111
"hex.builtin.inspector.utf8": "UTF-8 码位",
112112
"hex.builtin.inspector.wide": "wchar_t",
113-
"hex.builtin.inspector.char16": "",
114-
"hex.builtin.inspector.char32": "",
113+
"hex.builtin.inspector.char16": "char16_t",
114+
"hex.builtin.inspector.char32": "char32_t",
115115
"hex.builtin.layouts.default": "默认",
116116
"hex.builtin.layouts.none.restore_default": "恢复默认布局",
117117
"hex.builtin.menu.edit": "编辑",
@@ -1151,5 +1151,38 @@
11511151
"hex.builtin.provider.udp": "UDP服务器",
11521152
"hex.builtin.provider.udp.name": "​​端口{}上的UDP服务器",
11531153
"hex.builtin.provider.udp.port": "服务器端口",
1154-
"hex.builtin.provider.udp.timestamp": "时间戳"
1154+
"hex.builtin.provider.udp.timestamp": "时间戳",
1155+
"hex.builtin.view.hex_editor.menu.edit.decode_as_text": "以这个编码方式解码",
1156+
"hex.builtin.view.hex_editor.menu.edit.decoded_string.popup.title": "解码后文本",
1157+
"hex.builtin.view.hex_editor.menu.file.skip_until": "跳到",
1158+
"hex.builtin.view.hex_editor.menu.file.skip_until.previous_differing_byte": "前个差异字符",
1159+
"hex.builtin.view.hex_editor.menu.file.skip_until.next_differing_byte": "后个差异字符",
1160+
"hex.builtin.command.goto.desc": "跳到指定地址",
1161+
"hex.builtin.command.goto.result": "跳转到地址 0x{0:08X}",
1162+
"hex.builtin.inspector.bfloat16": "bfloat16",
1163+
"hex.builtin.inspector.fp24": "fp24",
1164+
"hex.builtin.menu.extras.check_for_update": "检查更新",
1165+
"hex.builtin.menu.extras.switch_to_stable": "降级到稳定版",
1166+
"hex.builtin.menu.extras.switch_to_nightly": "升级到每日版",
1167+
"hex.builtin.setting.loaded_plugins": "需要加载的插件",
1168+
"hex.builtin.popup.no_update_available": "无更新",
1169+
"hex.builtin.popup.update_available": "发现新版的 ImHex!\n\n你要更新到 '{0}' 版本吗?",
1170+
"hex.builtin.setting.plugins": "插件",
1171+
"hex.builtin.tools.tcp_client_server.tcp_message": "TCP 消息 {}",
1172+
"hex.builtin.view.data_processor.continuous_evaluation": "持续计算",
1173+
"hex.builtin.view.fullscreen.file_info.error.file_not_readable": "无法打开选中的文件。请检查该文件是否存在以及是否可读取。",
1174+
"hex.builtin.view.fullscreen.file_info.information": "信息",
1175+
"hex.builtin.view.fullscreen.file_info.no_information": "暂无更多信息。",
1176+
"hex.builtin.view.fullscreen.save_editor.error.not_readable": "无法打开选中的文件。请检查该文件是否存在以及是否可读取。",
1177+
"hex.builtin.inspector.fixed_point": "定点数",
1178+
"hex.builtin.inspector.fixed_point.total": "共 {0} 比特",
1179+
"hex.builtin.inspector.fixed_point.fraction": "分数 {0} 比特",
1180+
"hex.builtin.view.fullscreen.file_info.error.not_identified": "无法判断该文件的类型。",
1181+
"hex.builtin.view.fullscreen.file_info.analyzing": "分析数据……",
1182+
"hex.builtin.view.fullscreen.file_info.match_info.mime": "根据 MIME 类型匹配",
1183+
"hex.builtin.view.fullscreen.file_info.match_info.magic": "使用偏移量 0x{0:04X} 处的魔法数字进行匹配",
1184+
"hex.builtin.view.fullscreen.save_editor.name": "存档编辑器",
1185+
"hex.builtin.view.fullscreen.save_editor.select_file": "选择存档文件",
1186+
"hex.builtin.view.fullscreen.save_editor.error.failed_execution": "无法运行存档编辑器脚本。请检查日志中的错误信息。",
1187+
"hex.builtin.view.fullscreen.save_editor.should_close": "你要关闭存档修改器吗?"
11551188
}

plugins/diffing/romfs/lang/zh_CN.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@
88
"hex.diffing.view.diff.algorithm": "差异算法",
99
"hex.diffing.view.diff.modified": "修改",
1010
"hex.diffing.view.diff.name": "差异",
11-
"hex.diffing.view.diff.provider_a": "提供者A",
12-
"hex.diffing.view.diff.provider_b": "提供者B",
11+
"hex.diffing.view.diff.provider_a": "数据源 A",
12+
"hex.diffing.view.diff.provider_b": "数据源 B",
1313
"hex.diffing.view.diff.removed": "移除",
1414
"hex.diffing.view.diff.settings": "无可用设置",
1515
"hex.diffing.view.diff.settings.no_settings": "无可用设置",
1616
"hex.diffing.view.diff.task.diffing": "对比数据……",
17-
"hex.diffing.view.diff.changes": "变化"
18-
}
17+
"hex.diffing.view.diff.changes": "变化",
18+
"hex.diffing.view.diff.menu.file.jumping": "在差异间跳转",
19+
"hex.diffing.view.diff.menu.file.jumping.prev_diff": "跳到上个差异",
20+
"hex.diffing.view.diff.menu.file.jumping.next_diff": "跳到下个差异",
21+
"hex.diffing.view.diff.jumping.beginning_reached": "直到文件开头都没有差异了",
22+
"hex.diffing.view.diff.jumping.end_reached": "直到文件末尾都没有差异了"
23+
}

plugins/disassembler/romfs/lang/zh_CN.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
"hex.disassembler.view.disassembler.tricore.160": "160",
6969
"hex.disassembler.view.disassembler.tricore.161": "161",
7070
"hex.disassembler.view.disassembler.tricore.162": "162",
71-
"hex.disassembler.view.disassembler.export": "导出指令为...",
72-
"hex.disassembler.view.disassembler.export.popup.error": "导出到ASM文件失败!​​",
71+
"hex.disassembler.view.disassembler.export": "导出指令为",
72+
"hex.disassembler.view.disassembler.export.popup.error": "无法导出到汇编文件!",
7373
"hex.disassembler.view.disassembler.image_base_address": "映像基地址",
74-
"hex.disassembler.view.disassembler.image_base_address.hint": "此为代码段在加载数据中的起始地址。例如.text段的起始位置",
75-
"hex.disassembler.view.disassembler.image_load_address": "映像加载地址​​",
76-
"hex.disassembler.view.disassembler.image_load_address.hint": "​​​此为反汇编代码执行前被加载到内存中的地址。"
77-
}
74+
"hex.disassembler.view.disassembler.image_base_address.hint": "此为代码段在加载数据中的起始地址。例如 .text 段的起始位置",
75+
"hex.disassembler.view.disassembler.image_load_address": "镜像加载地址",
76+
"hex.disassembler.view.disassembler.image_load_address.hint": "此为反汇编代码执行前被加载到内存中的地址。"
77+
}

plugins/fonts/romfs/lang/zh_CN.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
"hex.fonts.font.code_editor": "代码编辑器字体",
1212
"hex.fonts.font.default": "通用界面字体",
1313
"hex.fonts.font.hex_editor": "十六进制编辑器字体",
14-
"hex.fonts.setting.font.antialias_grayscale": "​​灰度抗锯齿​",
15-
"hex.fonts.setting.font.antialias_none": "​​无抗锯齿​",
16-
"hex.fonts.setting.font.antialias_subpixel": "​​次像素抗锯齿​",
17-
"hex.fonts.setting.font.custom_font_info": "​​以下设置仅在选择了自定义字体时可用。​"
18-
}
14+
"hex.fonts.setting.font.antialias_grayscale": "灰度抗锯齿",
15+
"hex.fonts.setting.font.antialias_none": "无抗锯齿",
16+
"hex.fonts.setting.font.antialias_subpixel": "次像素抗锯齿",
17+
"hex.fonts.setting.font.custom_font_info": "以下设置仅在选择了自定义字体时可用。",
18+
"hex.fonts.setting.font.button.bold": "B",
19+
"hex.fonts.setting.font.button.italic": "I"
20+
}

plugins/hashes/romfs/lang/zh_CN.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
"hex.hashes.view.hashes.table.result": "结果",
2929
"hex.hashes.view.hashes.table.type": "类型",
3030
"hex.hashes.view.hashes.add": "添加哈希",
31-
"hex.hashes.view.hashes.hash_name": "​​哈希名称​"
32-
}
31+
"hex.hashes.view.hashes.hash_name": "​​哈希名称​",
32+
"hex.hashes.view.hashes.table_add": "(双击添加新哈希…)"
33+
}
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
{}
1+
{
2+
"hex.plugin.remote.ssh_provider": "SSH 远程文件",
3+
"hex.plugin.remote.ssh_provider.host": "主机名",
4+
"hex.plugin.remote.ssh_provider.port": "端口",
5+
"hex.plugin.remote.ssh_provider.username": "用户名",
6+
"hex.plugin.remote.ssh_provider.password": "密码",
7+
"hex.plugin.remote.ssh_provider.passphrase": "口令",
8+
"hex.plugin.remote.ssh_provider.connect": "连接",
9+
"hex.plugin.remote.ssh_provider.key_file": "私钥路径"
10+
}

plugins/ui/romfs/lang/zh_CN.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,11 @@
116116
"hex.ui.pattern_drawer.visualizer.unknown": "未知可视化器",
117117
"hex.ui.common.apply": "应用",
118118
"hex.ui.common.segment": "",
119-
"hex.ui.diagram.entropy_analysis.entropy_drop": "大幅熵降​",
120-
"hex.ui.diagram.entropy_analysis.entropy_spike": "​​大幅熵增",
121-
"hex.ui.hex_editor.columns": "​​列数​",
122-
"hex.ui.hex_editor.fit_columns": "自适应列宽​",
123-
"hex.ui.hex_editor.no_separator": "无分段分隔符​​",
124-
"hex.ui.hex_editor.separator_stride": "分段大小:0x{0:02X}"
125-
}
119+
"hex.ui.diagram.entropy_analysis.entropy_drop": "大幅熵降",
120+
"hex.ui.diagram.entropy_analysis.entropy_spike": "大幅熵增",
121+
"hex.ui.hex_editor.columns": "列数",
122+
"hex.ui.hex_editor.fit_columns": "自适应列宽",
123+
"hex.ui.hex_editor.no_separator": "无分段分隔符",
124+
"hex.ui.hex_editor.separator_stride": "分段大小:0x{0:02X}",
125+
"hex.ui.hex_editor.extended_ascii": "在 ASCII 列显示无法打印的字符"
126+
}

plugins/visualizers/romfs/lang/zh_CN.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"hex.visualizers.pl_visualizer.3d.error_message_expected": "预期类型为 {},实际类型为 {}",
1919
"hex.visualizers.pl_visualizer.3d.error_message_for_vertex_count": " 共需 {} 个顶点",
2020
"hex.visualizers.pl_visualizer.3d.error_message_index_count": "错误:索引数量必须是3的倍数",
21-
"hex.visualizers.pl_visualizer.3d.error_message_invalid_index_pattern": "错误:无法确定索引类型大小",
22-
"hex.visualizers.pl_visualizer.3d.error_message_invalid_indices": "错误:索引值必须在0到顶点数减1范围内。无效索引:",
21+
"hex.visualizers.pl_visualizer.3d.error_message_invalid_index_pattern": "错误:无法确定索引类型大小",
22+
"hex.visualizers.pl_visualizer.3d.error_message_invalid_indices": "错误:索引值必须在0到顶点数减1范围内。无效索引: ",
2323
"hex.visualizers.pl_visualizer.3d.error_message_invalid_texture_file": "错误:无效纹理文件",
2424
"hex.visualizers.pl_visualizer.3d.error_message_normals": "​法线数据",
2525
"hex.visualizers.pl_visualizer.3d.error_message_not_empty": "{} 不能为空",
2626
"hex.visualizers.pl_visualizer.3d.error_message_positions": "顶点位置数据",
2727
"hex.visualizers.pl_visualizer.3d.error_message_uv_coords": "纹理坐标数据",
2828
"hex.visualizers.pl_visualizer.3d.error_message_vertex_count": "错误:顶点数量必须是3的倍数"
29-
}
29+
}

plugins/yara_rules/romfs/lang/zh_CN.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hex.yara.information_section.advanced_data_info": "高级数据信息",
3-
"hex.yara.information_section.advanced_data_info.no_information": "没有找到更多信息",
3+
"hex.yara.information_section.advanced_data_info.no_information": "没有更多信息。",
44
"hex.yara_rules.view.yara.error": "Yara 编译器错误: {0}",
55
"hex.yara_rules.view.yara.header.matches": "匹配",
66
"hex.yara_rules.view.yara.header.rules": "规则",
@@ -13,5 +13,6 @@
1313
"hex.yara_rules.view.yara.reload": "重新加载",
1414
"hex.yara_rules.view.yara.reset": "重置",
1515
"hex.yara_rules.view.yara.rule_added": "Yara 规则已添加!",
16-
"hex.yara_rules.view.yara.whole_data": "全文件匹配!"
17-
}
16+
"hex.yara_rules.view.yara.whole_data": "全文件匹配!",
17+
"hex.yara.information_section.advanced_data_info.no_information.add_new": "要在此处添加新信息,请在您的 Yara 高级分析文件夹中添加新的匹配规则,并使用“类别”(category)和“名称”(name)元标签进行标记。"
18+
}

0 commit comments

Comments
 (0)