1
0
mirror of synced 2024-11-29 01:44:31 +01:00
ImHex/plugins/hashes/romfs/lang/en_US.json

37 lines
1.9 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.security_level": "Security Level",
"hex.hashes.hash.common.size": "Hash Size",
"hex.hashes.hash.common.input_size": "Input Size",
"hex.hashes.hash.common.output_size": "Output Size",
"hex.hashes.hash.common.rounds": "Hash Rounds",
"hex.hashes.hash.common.salt": "Salt",
"hex.hashes.hash.common.standard": "Standard",
"hex.hashes.hash.common.standard.custom": "Custom",
"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.sum": "Sum",
"hex.hashes.hash.sum.fold": "Fold result"
}
}