1
0
mirror of synced 2024-11-14 11:07:43 +01:00
ImHex/plugins/ui/romfs/lang/zh_CN.json
2024-01-27 22:16:50 +01:00

117 lines
5.3 KiB
JSON

{
"code": "zh-CN",
"country": "China",
"fallback": false,
"language": "Chinese (Simplified)",
"translations": {
"hex.ui.common.add": "",
"hex.ui.common.address": "地址",
"hex.ui.common.allow": "允许",
"hex.ui.common.begin": "起始",
"hex.ui.common.big": "大",
"hex.ui.common.big_endian": "大端序",
"hex.ui.common.browse": "浏览...",
"hex.ui.common.bytes": "字节",
"hex.ui.common.cancel": "取消",
"hex.ui.common.choose_file": "选择文件",
"hex.ui.common.close": "关闭",
"hex.ui.common.comment": "注释",
"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.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.error": "错误",
"hex.ui.common.fatal": "致命错误",
"hex.ui.common.file": "文件",
"hex.ui.common.filter": "过滤器",
"hex.ui.common.hexadecimal": "十六进制",
"hex.ui.common.info": "信息",
"hex.ui.common.instruction": "指示",
"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.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.open": "打开",
"hex.ui.common.path": "",
"hex.ui.common.percentage": "百分比",
"hex.ui.common.processing": "处理",
"hex.ui.common.project": "项目",
"hex.ui.common.question": "问题",
"hex.ui.common.range": "范围",
"hex.ui.common.range.entire_data": "所有数据",
"hex.ui.common.range.selection": "选区",
"hex.ui.common.region": "区域",
"hex.ui.common.remove": "",
"hex.ui.common.reset": "重置",
"hex.ui.common.set": "设置",
"hex.ui.common.settings": "设置",
"hex.ui.common.size": "大小",
"hex.ui.common.type": "类型",
"hex.ui.common.type.f32": "float",
"hex.ui.common.type.f64": "double",
"hex.ui.common.type.i16": "int16_t",
"hex.ui.common.type.i24": "int24_t",
"hex.ui.common.type.i32": "int32_t",
"hex.ui.common.type.i48": "int48_t",
"hex.ui.common.type.i64": "int64_t",
"hex.ui.common.type.i8": "int8_t",
"hex.ui.common.type.u16": "uint16_t",
"hex.ui.common.type.u24": "uint24_t",
"hex.ui.common.type.u32": "uint32_t",
"hex.ui.common.type.u48": "uint48_t",
"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.human_readable_units_footer": "将数据转换为人类可读的单位",
"hex.ui.hex_editor.no_bytes": "没有可显示的字节",
"hex.ui.hex_editor.page": "分页",
"hex.ui.hex_editor.region": "范围",
"hex.ui.hex_editor.selection": "选区",
"hex.ui.hex_editor.selection.none": "未选中",
"hex.ui.hex_editor.uppercase_hex": "大写十六进制",
"hex.ui.hex_editor.visualizer": "数据处理器的数据可视化格式",
"hex.ui.pattern_drawer.color": "颜色",
"hex.ui.pattern_drawer.double_click": "双击查看更多",
"hex.ui.pattern_drawer.end": "结束",
"hex.ui.pattern_drawer.export": "导出为...",
"hex.ui.pattern_drawer.favorites": "收藏",
"hex.ui.pattern_drawer.local": "本地",
"hex.ui.pattern_drawer.size": "大小",
"hex.ui.pattern_drawer.spec_name": "显示标准名称",
"hex.ui.pattern_drawer.start": "开始",
"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.invalid_parameter_count": "无效参数数",
"hex.ui.pattern_drawer.visualizer.unknown": "未知可视化器"
}
}