2023-12-23 22:01:47 +01:00
{
"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" ,
2024-01-27 20:24:53 +01:00
"hex.hashes.hash.common.security_level" : "Security Level" ,
2023-12-23 22:01:47 +01:00
"hex.hashes.hash.common.size" : "Hash Size" ,
2024-02-13 20:20:48 +01:00
"hex.hashes.hash.common.input_size" : "Input Size" ,
"hex.hashes.hash.common.output_size" : "Output Size" ,
2023-12-23 22:01:47 +01:00
"hex.hashes.hash.common.rounds" : "Hash Rounds" ,
"hex.hashes.hash.common.salt" : "Salt" ,
2024-01-27 20:24:53 +01:00
"hex.hashes.hash.common.standard" : "Standard" ,
"hex.hashes.hash.common.standard.custom" : "Custom" ,
2023-12-23 22:01:47 +01:00
"hex.hashes.hash.common.personalization" : "Personalization" ,
"hex.hashes.hash.common.refl_in" : "Reflect In" ,
"hex.hashes.hash.common.refl_out" : "Reflect Out" ,
2024-02-13 20:20:48 +01:00
"hex.hashes.hash.common.xor_out" : "XOR Out" ,
"hex.hashes.hash.sum" : "Sum" ,
"hex.hashes.hash.sum.fold" : "Fold result"
2023-12-23 22:01:47 +01:00
}
}