mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
i18n: update Chinese (Simplified) translations (#2313)
<!-- 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
This commit is contained in:
@@ -72,6 +72,12 @@
|
||||
"hex.disassembler.view.disassembler.tricore.131": "131",
|
||||
"hex.disassembler.view.disassembler.tricore.160": "160",
|
||||
"hex.disassembler.view.disassembler.tricore.161": "161",
|
||||
"hex.disassembler.view.disassembler.tricore.162": "162"
|
||||
"hex.disassembler.view.disassembler.tricore.162": "162",
|
||||
"hex.disassembler.view.disassembler.export": "导出指令为...",
|
||||
"hex.disassembler.view.disassembler.export.popup.error": "导出到ASM文件失败!",
|
||||
"hex.disassembler.view.disassembler.image_base_address": "映像基地址",
|
||||
"hex.disassembler.view.disassembler.image_base_address.hint": "此为代码段在加载数据中的起始地址。例如.text段的起始位置。",
|
||||
"hex.disassembler.view.disassembler.image_load_address": "映像加载地址",
|
||||
"hex.disassembler.view.disassembler.image_load_address.hint": "此为反汇编代码执行前被加载到内存中的地址。"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user