mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
<!-- Please provide as much information as possible about what your PR aims to do. PRs with no description will most likely be closed until more information is provided. If you're planing on changing fundamental behaviour or add big new features, please open a GitHub Issue first before starting to work on it. If it's not something big and you still want to contact us about it, feel free to do so ! --> ### Problem description <!-- Describe the bug that you fixed/feature request that you implemented, or link to an existing issue describing it --> Updated [plugins/builtin/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/builtin/romfs/lang/zh_CN.json)、 [plugins/diffing/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/diffing/romfs/lang/zh_CN.json)、 [plugins/disassembler/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/disassembler/romfs/lang/zh_CN.json)、 [plugins/fonts/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/fonts/romfs/lang/zh_CN.json)、 [plugins/hashes/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/hashes/romfs/lang/zh_CN.json)、 [plugins/ui/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/ui/romfs/lang/zh_CN.json)、 [plugins/visualizers/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/visualizers/romfs/lang/zh_CN.json) file to add support for Chinese language ### Implementation description <!-- Explain what you did to correct the problem --> | Plugin | Before Modification([WerWolv/ImHex](https://github.com/WerWolv/ImHex)) | After Modification([only9464/ImHex](https://github.com/only9464/ImHex)) | |---------------|-------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------| | builtin | [plugins/builtin/romfs/lang/zh_CN.json](https://github.com/WerWolv/ImHex/blob/master/plugins/builtin/romfs/lang/zh_CN.json) | [plugins/builtin/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/builtin/romfs/lang/zh_CN.json) | | diffing | [plugins/diffing/romfs/lang/zh_CN.json](https://github.com/WerWolv/ImHex/blob/master/plugins/diffing/romfs/lang/zh_CN.json) | [plugins/diffing/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/diffing/romfs/lang/zh_CN.json) | | disassembler | [plugins/disassembler/romfs/lang/zh_CN.json](https://github.com/WerWolv/ImHex/blob/master/plugins/disassembler/romfs/lang/zh_CN.json) | [plugins/disassembler/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/disassembler/romfs/lang/zh_CN.json) | | fonts | [plugins/fonts/romfs/lang/zh_CN.json](https://github.com/WerWolv/ImHex/blob/master/plugins/fonts/romfs/lang/zh_CN.json) | [plugins/fonts/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/fonts/romfs/lang/zh_CN.json) | | hashes | [plugins/hashes/romfs/lang/zh_CN.json](https://github.com/WerWolv/ImHex/blob/master/plugins/hashes/romfs/lang/zh_CN.json) | [plugins/hashes/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/hashes/romfs/lang/zh_CN.json) | | ui | [plugins/ui/romfs/lang/zh_CN.json](https://github.com/WerWolv/ImHex/blob/master/plugins/ui/romfs/lang/zh_CN.json) | [plugins/ui/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/ui/romfs/lang/zh_CN.json) | | visualizers | [plugins/visualizers/romfs/lang/zh_CN.json](https://github.com/WerWolv/ImHex/blob/master/plugins/visualizers/romfs/lang/zh_CN.json) | [plugins/visualizers/romfs/lang/zh_CN.json](https://github.com/only9464/ImHex/blob/master/plugins/visualizers/romfs/lang/zh_CN.json) | ### Screenshots <!-- If your change is visual, take a screenshot showing it. Ideally, make before/after sceenshots --> I don't think this PR needs a screenshot, maybe ### Additional things <!-- Anything else you would like to say --> Nothing
131 lines
6.2 KiB
JSON
131 lines
6.2 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.diagram.byte_type_distribution.plain_text": "纯文本",
|
||
"hex.ui.diagram.byte_type_distribution.similar_bytes": "类似字节",
|
||
"hex.ui.hex_editor.ascii_view": "显示 ASCII 栏",
|
||
"hex.ui.hex_editor.custom_encoding_view": "显示高级解码栏",
|
||
"hex.ui.hex_editor.data_cell_options": "数据单元选项",
|
||
"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.minimap": "小地图\n(右键查看设置)",
|
||
"hex.ui.hex_editor.minimap.width": "宽度",
|
||
"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.comment": "注释",
|
||
"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": "未知可视化器",
|
||
"hex.ui.common.apply": "应用",
|
||
"hex.ui.common.segment": "段",
|
||
"hex.ui.diagram.entropy_analysis.entropy_drop": "大幅熵降",
|
||
"hex.ui.diagram.entropy_analysis.entropy_spike": "大幅熵增",
|
||
"hex.ui.hex_editor.columns": "列数",
|
||
"hex.ui.hex_editor.fit_columns": "自适应列宽",
|
||
"hex.ui.hex_editor.no_separator": "无分段分隔符",
|
||
"hex.ui.hex_editor.separator_stride": "分段大小:0x{0:02X}"
|
||
}
|
||
} |