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
8 changed files with 383 additions and 338 deletions

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": "类似字节"
}
}