|
1 | 1 | { |
2 | 2 | "hex.builtin.achievement.starting_out": "开始", |
3 | 3 | "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 程序。", |
5 | 5 | "hex.builtin.achievement.starting_out.docs.name": "请仔细阅读文档!", |
6 | 6 | "hex.builtin.achievement.starting_out.docs.desc": "在菜单中选择“帮助”->“文档”打开文档。", |
7 | 7 | "hex.builtin.achievement.starting_out.open_file.name": "打开文件", |
|
89 | 89 | "hex.builtin.inspector.i48": "int48_t", |
90 | 90 | "hex.builtin.inspector.i64": "int64_t", |
91 | 91 | "hex.builtin.inspector.i8": "int8_t", |
92 | | - "hex.builtin.inspector.jump_to_address": "跳转到地址", |
| 92 | + "hex.builtin.inspector.jump_to_address": "跳转到地址", |
93 | 93 | "hex.builtin.inspector.long_double": "long double(128 位)", |
94 | 94 | "hex.builtin.inspector.rgb565": "RGB565 颜色", |
95 | 95 | "hex.builtin.inspector.rgba8": "RGBA8 颜色", |
96 | 96 | "hex.builtin.inspector.sleb128": "sLEB128", |
97 | 97 | "hex.builtin.inspector.string": "字符串", |
98 | 98 | "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", |
101 | 101 | "hex.builtin.inspector.time": "time_t", |
102 | 102 | "hex.builtin.inspector.time32": "time32_t", |
103 | 103 | "hex.builtin.inspector.time64": "time64_t", |
|
110 | 110 | "hex.builtin.inspector.uleb128": "uLEB128", |
111 | 111 | "hex.builtin.inspector.utf8": "UTF-8 码位", |
112 | 112 | "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", |
115 | 115 | "hex.builtin.layouts.default": "默认", |
116 | 116 | "hex.builtin.layouts.none.restore_default": "恢复默认布局", |
117 | 117 | "hex.builtin.menu.edit": "编辑", |
|
1151 | 1151 | "hex.builtin.provider.udp": "UDP服务器", |
1152 | 1152 | "hex.builtin.provider.udp.name": "端口{}上的UDP服务器", |
1153 | 1153 | "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": "你要关闭存档修改器吗?" |
1155 | 1188 | } |
0 commit comments