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

47 lines
2.2 KiB
JSON

{
"code": "en-US",
"language": "English",
"country": "United States",
"fallback": true,
"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": "Hash function",
"hex.hashes.view.hashes.hash": "Hash",
"hex.hashes.view.hashes.hover_info": "Hover over the Hex Editor selection and hold down SHIFT to view the hashes of that region.",
"hex.hashes.view.hashes.name": "Hashes",
"hex.hashes.view.hashes.no_settings": "No settings available",
"hex.hashes.view.hashes.remove": "Remove hash",
"hex.hashes.view.hashes.table.name": "Name",
"hex.hashes.view.hashes.table.result": "Result",
"hex.hashes.view.hashes.table.type": "Type",
"hex.hashes.hash.common.iv": "Initial Value",
"hex.hashes.hash.common.poly": "Polynomial",
"hex.hashes.hash.common.key": "Key",
"hex.hashes.hash.common.size": "Hash Size",
"hex.hashes.hash.common.rounds": "Hash Rounds",
"hex.hashes.hash.common.salt": "Salt",
"hex.hashes.hash.common.personalization": "Personalization",
"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": "CRC-16",
"hex.hashes.hash.crc32": "CRC-32",
"hex.hashes.hash.crc32c": "CRC-32C",
"hex.hashes.hash.crc32mpeg": "CRC-32/MPEG",
"hex.hashes.hash.crc32posix": "CRC-32/POSIX",
"hex.hashes.hash.crc8": "CRC-8",
"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",
"hex.hashes.hash.tiger": "Tiger",
"hex.hashes.hash.tiger2": "Tiger2",
"hex.hashes.hash.blake2b": "Blake2B",
"hex.hashes.hash.blake2s": "Blake2S"
}
}