1
0
mirror of synced 2024-12-04 12:07:57 +01:00
ImHex/plugins/hashes/romfs/lang/zh_TW.json

37 lines
1.8 KiB
JSON

{
"code": "zh-TW",
"language": "Chinese (Traditional)",
"country": "Taiwan",
"fallback": false,
"translations": {
"hex.hashes.achievement.misc.create_hash.name": "Hash browns",
"hex.hashes.achievement.misc.create_hash.desc": "Create a new hash function in the Hash view by selecting the type, giving it a name and clicking on the Plus button next to it.",
"hex.hashes.view.hashes.function": "雜湊函式",
"hex.hashes.view.hashes.hash": "雜湊",
"hex.hashes.view.hashes.hover_info": "懸停在十六進位編輯器的選取範圍上,並按住 Shift 以查看該區域的雜湊。",
"hex.hashes.view.hashes.name": "雜湊",
"hex.hashes.view.hashes.no_settings": "無可用設定",
"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.refl_in": "Reflect In",
"hex.hashes.hash.common.refl_out": "Reflect Out",
"hex.hashes.hash.common.xor_out": "XOR Out",
"hex.hashes.hash.crc16": "CRC16",
"hex.hashes.hash.crc32": "CRC32",
"hex.hashes.hash.crc32c": "CRC-32C",
"hex.hashes.hash.crc32mpeg": "CRC-32/MPEG",
"hex.hashes.hash.crc32posix": "CRC-32/POSIX",
"hex.hashes.hash.crc8": "CRC8",
"hex.hashes.hash.md5": "MD5",
"hex.hashes.hash.sha1": "SHA1",
"hex.hashes.hash.sha224": "SHA224",
"hex.hashes.hash.sha256": "SHA256",
"hex.hashes.hash.sha384": "SHA384",
"hex.hashes.hash.sha512": "SHA512"
}
}