mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
lang: Refactored langtool, updated chinese translation (#1623)
- Better argument parsing - Allow processing all language folders at the same time - Allow an optional reference language when translating - Save translations on KeyboardInterrupt - Fixes a ooold input issues by importing readline (https://github.com/kovidgoyal/kitty/issues/6560) - Add untranslate mode to remove translations by a key regex --------- Co-authored-by: Nik <werwolv98@gmail.com>
This commit is contained in:
@@ -4,8 +4,25 @@
|
||||
"fallback": false,
|
||||
"language": "Chinese (Simplified)",
|
||||
"translations": {
|
||||
"hex.hashes.achievement.misc.create_hash.name": "Hash!",
|
||||
"hex.hashes.achievement.misc.create_hash.desc": "通过选择类型、为其命名并单击旁边的加号按钮,在“哈希”视图中创建新的哈希函数。",
|
||||
"hex.hashes.achievement.misc.create_hash.name": "Hash!",
|
||||
"hex.hashes.hash.common.input_size": "输入值大小",
|
||||
"hex.hashes.hash.common.iv": "初始值",
|
||||
"hex.hashes.hash.common.key": "键",
|
||||
"hex.hashes.hash.common.output_size": "输出值大小",
|
||||
"hex.hashes.hash.common.personalization": "个性化",
|
||||
"hex.hashes.hash.common.poly": "多项式",
|
||||
"hex.hashes.hash.common.refl_in": "输入值取反",
|
||||
"hex.hashes.hash.common.refl_out": "输出值取反",
|
||||
"hex.hashes.hash.common.rounds": "哈希轮数",
|
||||
"hex.hashes.hash.common.salt": "盐",
|
||||
"hex.hashes.hash.common.security_level": "安全等级",
|
||||
"hex.hashes.hash.common.size": "哈希大小",
|
||||
"hex.hashes.hash.common.standard": "标准",
|
||||
"hex.hashes.hash.common.standard.custom": "自定义",
|
||||
"hex.hashes.hash.common.xor_out": "结果异或值",
|
||||
"hex.hashes.hash.sum": "总和",
|
||||
"hex.hashes.hash.sum.fold": "折叠结果",
|
||||
"hex.hashes.view.hashes.function": "哈希函数",
|
||||
"hex.hashes.view.hashes.hash": "哈希",
|
||||
"hex.hashes.view.hashes.hover_info": "将鼠标放在 Hex 编辑器的选区上,按住 SHIFT 来查看其哈希。",
|
||||
@@ -14,23 +31,6 @@
|
||||
"hex.hashes.view.hashes.remove": "移除哈希",
|
||||
"hex.hashes.view.hashes.table.name": "名称",
|
||||
"hex.hashes.view.hashes.table.result": "结果",
|
||||
"hex.hashes.view.hashes.table.type": "类型",
|
||||
"hex.hashes.hash.common.iv": "初始值",
|
||||
"hex.hashes.hash.common.poly": "多项式",
|
||||
"hex.hashes.hash.common.key": "键",
|
||||
"hex.hashes.hash.common.security_level": "安全等级",
|
||||
"hex.hashes.hash.common.size": "哈希大小",
|
||||
"hex.hashes.hash.common.input_size": "输入值大小",
|
||||
"hex.hashes.hash.common.output_size": "输出值大小",
|
||||
"hex.hashes.hash.common.rounds": "哈希轮数",
|
||||
"hex.hashes.hash.common.salt": "盐",
|
||||
"hex.hashes.hash.common.standard": "标准",
|
||||
"hex.hashes.hash.common.standard.custom": "自定义",
|
||||
"hex.hashes.hash.common.personalization": "个性化",
|
||||
"hex.hashes.hash.common.refl_in": "输入值取反",
|
||||
"hex.hashes.hash.common.refl_out": "输出值取反",
|
||||
"hex.hashes.hash.common.xor_out": "结果异或值",
|
||||
"hex.hashes.hash.sum": "总和",
|
||||
"hex.hashes.hash.sum.fold": "折叠结果"
|
||||
"hex.hashes.view.hashes.table.type": "类型"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user