1
0
mirror of synced 2024-12-01 10:47:19 +01:00
ImHex/plugins/hashes/romfs/lang/pt_BR.json

37 lines
1.6 KiB
JSON

{
"code": "pt-BR",
"language": "Portuguese",
"country": "Brazil",
"fallback": false,
"translations": {
"hex.hashes.achievement.misc.create_hash.name": "",
"hex.hashes.achievement.misc.create_hash.desc": "",
"hex.hashes.view.hashes.function": "Função Hash",
"hex.hashes.view.hashes.hash": "Hash",
"hex.hashes.view.hashes.hover_info": "Passe o mouse sobre a seleção Hex Editor e mantenha pressionada a tecla SHIFT para visualizar os hashes dessa região.",
"hex.hashes.view.hashes.name": "Hashes",
"hex.hashes.view.hashes.no_settings": "Nenhuma configuração disponivel",
"hex.hashes.view.hashes.remove": "Remover hash",
"hex.hashes.view.hashes.table.name": "Nome",
"hex.hashes.view.hashes.table.result": "Resultado",
"hex.hashes.view.hashes.table.type": "Tipo",
"hex.hashes.hash.common.iv": "Initial Value",
"hex.hashes.hash.common.poly": "Polynomial",
"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": "",
"hex.hashes.hash.crc32mpeg": "",
"hex.hashes.hash.crc32posix": "",
"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"
}
}