1
0
mirror of synced 2025-01-29 19:17:28 +01:00

lang: Get codebase ready for the use with Weblate

This commit is contained in:
WerWolv 2023-02-02 09:41:58 +01:00
parent f6823d5f13
commit 8da072b602
15 changed files with 736 additions and 736 deletions

2
dist/langtool.py vendored
View File

@ -3,7 +3,7 @@ import sys
import json
DEFAULT_LANG = "en_US"
INVALID_TRANSLATION = "***** MISSING TRANSLATION *****"
INVALID_TRANSLATION = ""
def handle_missing_key(command, lang_data, key, value):

View File

@ -9,7 +9,7 @@ namespace hex {
LanguageDefinition::LanguageDefinition(std::map<std::string, std::string> &&entries) {
for (const auto &[key, value] : entries) {
if (value == "***** MISSING TRANSLATION *****")
if (value.empty())
continue;
this->m_entries.insert({ key, value });

View File

@ -12,7 +12,7 @@
"hex.builtin.common.big": "Big",
"hex.builtin.common.big_endian": "Big Endian",
"hex.builtin.common.browse": "Durchsuchen...",
"hex.builtin.common.bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.common.bytes": "",
"hex.builtin.common.cancel": "Abbrechen",
"hex.builtin.common.choose_file": "Datei auswählen",
"hex.builtin.common.close": "Schliessen",
@ -31,7 +31,7 @@
"hex.builtin.common.filter": "Filter",
"hex.builtin.common.hexadecimal": "Hexadezimal",
"hex.builtin.common.info": "Information",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.instruction": "",
"hex.builtin.common.link": "Link",
"hex.builtin.common.little": "Little",
"hex.builtin.common.little_endian": "Little Endian",
@ -135,15 +135,15 @@
"hex.builtin.menu.file.close": "Schliessen",
"hex.builtin.menu.file.create_file": "Neue Datei...",
"hex.builtin.menu.file.export": "Exportieren...",
"hex.builtin.menu.file.export.base64": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64": "",
"hex.builtin.menu.file.export.base64.popup.export_error": "",
"hex.builtin.menu.file.export.ips": "IPS Patch",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "",
"hex.builtin.menu.file.export.ips.popup.export_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "",
"hex.builtin.menu.file.export.ips32": "IPS32 Patch",
"hex.builtin.menu.file.export.popup.create": "Daten konnten nicht exportiert werden. Datei konnte nicht erstellt werden!",
"hex.builtin.menu.file.export.title": "Datei exportieren",
@ -318,8 +318,8 @@
"hex.builtin.pattern_drawer.type": "Typ",
"hex.builtin.pattern_drawer.value": "Wert",
"hex.builtin.pattern_drawer.var_name": "Name",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.unknown": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "",
"hex.builtin.pattern_drawer.visualizer.unknown": "",
"hex.builtin.popup.close_provider.desc": "Es wurden ungespeicherte Änderungen an diesem Provider vorgenommen.\nBist du sicher, dass du ihn schliessen willst?",
"hex.builtin.popup.close_provider.title": "Provider schliessen?",
"hex.builtin.popup.error.create": "Erstellen der neuen Datei fehlgeschlagen!",
@ -387,10 +387,10 @@
"hex.builtin.setting.interface.fps.unlocked": "Unbegrenzt",
"hex.builtin.setting.interface.language": "Sprache",
"hex.builtin.setting.interface.multi_windows": "Multi-Window-Unterstützung aktivieren",
"hex.builtin.setting.interface.pattern_tree_style": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.tree": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style": "",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "",
"hex.builtin.setting.interface.pattern_tree_style.tree": "",
"hex.builtin.setting.interface.scaling": "Skalierung",
"hex.builtin.setting.interface.scaling.native": "Nativ",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -473,7 +473,7 @@
"hex.builtin.tools.format.standard": "Standard",
"hex.builtin.tools.history": "Verlauf",
"hex.builtin.tools.ieee754": "IEEE 754 Gleitkommazahl Tester",
"hex.builtin.tools.ieee754.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.description": "",
"hex.builtin.tools.ieee754.double_precision": "Doppelte Genauigkeit",
"hex.builtin.tools.ieee754.exponent": "Exponent",
"hex.builtin.tools.ieee754.exponent_size": "Exponentengrösse",
@ -488,9 +488,9 @@
"hex.builtin.tools.ieee754.singe_precision": "Einfache Genauigkeit",
"hex.builtin.tools.ieee754.type": "Typ",
"hex.builtin.tools.input": "Input",
"hex.builtin.tools.invariant_multiplication": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.num_bits": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication": "",
"hex.builtin.tools.invariant_multiplication.description": "",
"hex.builtin.tools.invariant_multiplication.num_bits": "",
"hex.builtin.tools.name": "Name",
"hex.builtin.tools.permissions": "UNIX Berechtigungsrechner",
"hex.builtin.tools.permissions.absolute": "Absolute Notation",

View File

@ -321,7 +321,7 @@
"hex.builtin.pattern_drawer.var_name": "Name",
"hex.builtin.pattern_drawer.visualizer.unknown": "Unknown visualizer",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "Invalid parameter count",
"hex.builtin.popup.close_provider.desc": "You have unsaved changes made to this Provider.\nAre you sure you want to close it?",
"hex.builtin.popup.close_provider.desc": "There are unsaved changes made to this Provider\nthat haven't been saved to a Project yet.\n\nAre you sure you want to close it?",
"hex.builtin.popup.close_provider.title": "Close Provider?",
"hex.builtin.popup.error.create": "Failed to create new file!",
"hex.builtin.popup.error.file_dialog.common": "An error occurred while opening the file browser!",

View File

@ -12,12 +12,12 @@
"hex.builtin.common.big": "Big",
"hex.builtin.common.big_endian": "Big Endian",
"hex.builtin.common.browse": "Esplora...",
"hex.builtin.common.bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.common.bytes": "",
"hex.builtin.common.cancel": "Cancella",
"hex.builtin.common.choose_file": "Scegli file",
"hex.builtin.common.close": "Chiudi",
"hex.builtin.common.comment": "***** MISSING TRANSLATION *****",
"hex.builtin.common.count": "***** MISSING TRANSLATION *****",
"hex.builtin.common.comment": "",
"hex.builtin.common.count": "",
"hex.builtin.common.decimal": "Decimale",
"hex.builtin.common.dont_show_again": "Non mostrare di nuovo",
"hex.builtin.common.encoding.ascii": "ASCII",
@ -28,32 +28,32 @@
"hex.builtin.common.error": "Errore",
"hex.builtin.common.fatal": "Errore Fatale",
"hex.builtin.common.file": "File",
"hex.builtin.common.filter": "***** MISSING TRANSLATION *****",
"hex.builtin.common.filter": "",
"hex.builtin.common.hexadecimal": "Esadecimale",
"hex.builtin.common.info": "Informazioni",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.instruction": "",
"hex.builtin.common.link": "Link",
"hex.builtin.common.little": "Little",
"hex.builtin.common.little_endian": "Little Endian",
"hex.builtin.common.load": "Carica",
"hex.builtin.common.match_selection": "Seleziona abbinamento",
"hex.builtin.common.name": "***** MISSING TRANSLATION *****",
"hex.builtin.common.name": "",
"hex.builtin.common.no": "No",
"hex.builtin.common.number_format": "***** MISSING TRANSLATION *****",
"hex.builtin.common.number_format": "",
"hex.builtin.common.octal": "Ottale",
"hex.builtin.common.offset": "Offset",
"hex.builtin.common.okay": "Okay",
"hex.builtin.common.open": "Apri",
"hex.builtin.common.percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.common.processing": "***** MISSING TRANSLATION *****",
"hex.builtin.common.question": "***** MISSING TRANSLATION *****",
"hex.builtin.common.range": "***** MISSING TRANSLATION *****",
"hex.builtin.common.range.entire_data": "***** MISSING TRANSLATION *****",
"hex.builtin.common.range.selection": "***** MISSING TRANSLATION *****",
"hex.builtin.common.percentage": "",
"hex.builtin.common.processing": "",
"hex.builtin.common.question": "",
"hex.builtin.common.range": "",
"hex.builtin.common.range.entire_data": "",
"hex.builtin.common.range.selection": "",
"hex.builtin.common.region": "Regione",
"hex.builtin.common.set": "Imposta",
"hex.builtin.common.size": "Dimensione",
"hex.builtin.common.type": "***** MISSING TRANSLATION *****",
"hex.builtin.common.type": "",
"hex.builtin.common.type.f32": "float",
"hex.builtin.common.type.f64": "double",
"hex.builtin.common.type.i16": "int16_t",
@ -68,13 +68,13 @@
"hex.builtin.common.type.u48": "uint48_t",
"hex.builtin.common.type.u64": "uint64_t",
"hex.builtin.common.type.u8": "uint8_t",
"hex.builtin.common.value": "***** MISSING TRANSLATION *****",
"hex.builtin.common.value": "",
"hex.builtin.common.yes": "Sì",
"hex.builtin.hash.crc.iv": "Valore Iniziale",
"hex.builtin.hash.crc.poly": "Polinomio",
"hex.builtin.hash.crc.refl_in": "***** MISSING TRANSLATION *****",
"hex.builtin.hash.crc.refl_out": "***** MISSING TRANSLATION *****",
"hex.builtin.hash.crc.xor_out": "***** MISSING TRANSLATION *****",
"hex.builtin.hash.crc.refl_in": "",
"hex.builtin.hash.crc.refl_out": "",
"hex.builtin.hash.crc.xor_out": "",
"hex.builtin.hash.crc16": "CRC16",
"hex.builtin.hash.crc32": "CRC32",
"hex.builtin.hash.crc8": "CRC8",
@ -84,17 +84,17 @@
"hex.builtin.hash.sha256": "SHA256",
"hex.builtin.hash.sha384": "SHA384",
"hex.builtin.hash.sha512": "SHA512",
"hex.builtin.hex_editor.data_size": "***** MISSING TRANSLATION *****",
"hex.builtin.hex_editor.no_bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.hex_editor.page": "***** MISSING TRANSLATION *****",
"hex.builtin.hex_editor.region": "***** MISSING TRANSLATION *****",
"hex.builtin.hex_editor.selection": "***** MISSING TRANSLATION *****",
"hex.builtin.hex_editor.selection.none": "***** MISSING TRANSLATION *****",
"hex.builtin.hex_editor.data_size": "",
"hex.builtin.hex_editor.no_bytes": "",
"hex.builtin.hex_editor.page": "",
"hex.builtin.hex_editor.region": "",
"hex.builtin.hex_editor.selection": "",
"hex.builtin.hex_editor.selection.none": "",
"hex.builtin.inspector.ascii": "ASCII Character",
"hex.builtin.inspector.binary": "Binary (8 bit)",
"hex.builtin.inspector.bool": "bool",
"hex.builtin.inspector.dos_date": "***** MISSING TRANSLATION *****",
"hex.builtin.inspector.dos_time": "***** MISSING TRANSLATION *****",
"hex.builtin.inspector.dos_date": "",
"hex.builtin.inspector.dos_time": "",
"hex.builtin.inspector.double": "double (64 bit)",
"hex.builtin.inspector.float": "float (32 bit)",
"hex.builtin.inspector.float16": "half float (16 bit)",
@ -108,7 +108,7 @@
"hex.builtin.inspector.long_double": "long double (128 bit)",
"hex.builtin.inspector.rgb565": "Colori RGB565",
"hex.builtin.inspector.rgba8": "Colori RGBA8",
"hex.builtin.inspector.sleb128": "***** MISSING TRANSLATION *****",
"hex.builtin.inspector.sleb128": "",
"hex.builtin.inspector.string": "String",
"hex.builtin.inspector.string16": "Wide String",
"hex.builtin.inspector.time": "time_t",
@ -120,7 +120,7 @@
"hex.builtin.inspector.u48": "uint48_t",
"hex.builtin.inspector.u64": "uint64_t",
"hex.builtin.inspector.u8": "uint8_t",
"hex.builtin.inspector.uleb128": "***** MISSING TRANSLATION *****",
"hex.builtin.inspector.uleb128": "",
"hex.builtin.inspector.utf8": "UTF-8 code point",
"hex.builtin.inspector.wide": "Wide Character",
"hex.builtin.layouts.default": "Default",
@ -129,28 +129,28 @@
"hex.builtin.menu.edit.redo": "Ripeti",
"hex.builtin.menu.edit.undo": "Annulla",
"hex.builtin.menu.file": "File",
"hex.builtin.menu.file.bookmark.export": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.bookmark.import": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.bookmark.export": "",
"hex.builtin.menu.file.bookmark.import": "",
"hex.builtin.menu.file.clear_recent": "Pulisci",
"hex.builtin.menu.file.close": "Chiudi",
"hex.builtin.menu.file.create_file": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.create_file": "",
"hex.builtin.menu.file.export": "Esporta...",
"hex.builtin.menu.file.export.base64": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64": "",
"hex.builtin.menu.file.export.base64.popup.export_error": "",
"hex.builtin.menu.file.export.ips": "IPS Patch",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "",
"hex.builtin.menu.file.export.ips.popup.export_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "",
"hex.builtin.menu.file.export.ips32": "IPS32 Patch",
"hex.builtin.menu.file.export.popup.create": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.popup.create": "",
"hex.builtin.menu.file.export.title": "Esporta File",
"hex.builtin.menu.file.import": "Importa...",
"hex.builtin.menu.file.import.base64": "Base64 File",
"hex.builtin.menu.file.import.base64.popup.import_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.import.base64.popup.open_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.import.base64.popup.import_error": "",
"hex.builtin.menu.file.import.base64.popup.open_error": "",
"hex.builtin.menu.file.import.ips": "IPS Patch",
"hex.builtin.menu.file.import.ips32": "IPS32 Patch",
"hex.builtin.menu.file.open_file": "Apri File...",
@ -158,9 +158,9 @@
"hex.builtin.menu.file.open_project": "Apri un Progetto...",
"hex.builtin.menu.file.open_recent": "File recenti",
"hex.builtin.menu.file.quit": "Uscita ImHex",
"hex.builtin.menu.file.reload_file": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.reload_file": "",
"hex.builtin.menu.file.save_project": "Salva Progetto",
"hex.builtin.menu.file.save_project_as": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.save_project_as": "",
"hex.builtin.menu.help": "Aiuto",
"hex.builtin.menu.layout": "Layout",
"hex.builtin.menu.view": "Vista",
@ -169,12 +169,12 @@
"hex.builtin.nodes.arithmetic": "Aritmetica",
"hex.builtin.nodes.arithmetic.add": "Addizione",
"hex.builtin.nodes.arithmetic.add.header": "Aggiungi",
"hex.builtin.nodes.arithmetic.average": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.average.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.average": "",
"hex.builtin.nodes.arithmetic.average.header": "",
"hex.builtin.nodes.arithmetic.div": "Divisione",
"hex.builtin.nodes.arithmetic.div.header": "Dividi",
"hex.builtin.nodes.arithmetic.median": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.median.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.median": "",
"hex.builtin.nodes.arithmetic.median.header": "",
"hex.builtin.nodes.arithmetic.mod": "Modulo",
"hex.builtin.nodes.arithmetic.mod.header": "Modulo",
"hex.builtin.nodes.arithmetic.mul": "Moltiplicazione",
@ -193,9 +193,9 @@
"hex.builtin.nodes.buffer": "Buffer",
"hex.builtin.nodes.buffer.combine": "Combina",
"hex.builtin.nodes.buffer.combine.header": "Combina buffer",
"hex.builtin.nodes.buffer.patch": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.patch.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.patch.input.patch": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.patch": "",
"hex.builtin.nodes.buffer.patch.header": "",
"hex.builtin.nodes.buffer.patch.input.patch": "",
"hex.builtin.nodes.buffer.repeat": "Ripeti",
"hex.builtin.nodes.buffer.repeat.header": "Ripeti buffer",
"hex.builtin.nodes.buffer.repeat.input.buffer": "Input",
@ -206,20 +206,20 @@
"hex.builtin.nodes.buffer.slice.input.from": "Inizio",
"hex.builtin.nodes.buffer.slice.input.to": "Fine",
"hex.builtin.nodes.casting": "Conversione Dati",
"hex.builtin.nodes.casting.buffer_to_float": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.casting.buffer_to_float.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.casting.buffer_to_float": "",
"hex.builtin.nodes.casting.buffer_to_float.header": "",
"hex.builtin.nodes.casting.buffer_to_int": "Da Buffer a Intero",
"hex.builtin.nodes.casting.buffer_to_int.header": "Da Buffer a Integer",
"hex.builtin.nodes.casting.float_to_buffer": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.casting.float_to_buffer.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.casting.float_to_buffer": "",
"hex.builtin.nodes.casting.float_to_buffer.header": "",
"hex.builtin.nodes.casting.int_to_buffer": "Da Intero a Buffer",
"hex.builtin.nodes.casting.int_to_buffer.header": "Da Intero a Buffer",
"hex.builtin.nodes.common.height": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.common.height": "",
"hex.builtin.nodes.common.input": "Input",
"hex.builtin.nodes.common.input.a": "Input A",
"hex.builtin.nodes.common.input.b": "Input B",
"hex.builtin.nodes.common.output": "Output",
"hex.builtin.nodes.common.width": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.common.width": "",
"hex.builtin.nodes.constants": "Costanti",
"hex.builtin.nodes.constants.buffer": "Buffer",
"hex.builtin.nodes.constants.buffer.header": "Buffer",
@ -272,10 +272,10 @@
"hex.builtin.nodes.data_access.read.data": "Dati",
"hex.builtin.nodes.data_access.read.header": "Leggi",
"hex.builtin.nodes.data_access.read.size": "Dimensione",
"hex.builtin.nodes.data_access.selection": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.data_access.selection.address": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.data_access.selection.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.data_access.selection.size": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.data_access.selection": "",
"hex.builtin.nodes.data_access.selection.address": "",
"hex.builtin.nodes.data_access.selection.header": "",
"hex.builtin.nodes.data_access.selection.size": "",
"hex.builtin.nodes.data_access.size": "Dati Dimensione",
"hex.builtin.nodes.data_access.size.header": "Dati Dimensione",
"hex.builtin.nodes.data_access.size.size": "Dimensione",
@ -289,47 +289,47 @@
"hex.builtin.nodes.decoding.hex": "Esadecimale",
"hex.builtin.nodes.decoding.hex.header": "Decodificatore Esadecimale",
"hex.builtin.nodes.display": "Mostra",
"hex.builtin.nodes.display.buffer": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.display.buffer.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.display.buffer": "",
"hex.builtin.nodes.display.buffer.header": "",
"hex.builtin.nodes.display.float": "Float",
"hex.builtin.nodes.display.float.header": "Mostra Float",
"hex.builtin.nodes.display.int": "Intero",
"hex.builtin.nodes.display.int.header": "Mostra Intero",
"hex.builtin.nodes.display.string": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.display.string.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.pattern_language": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.pattern_language.out_var": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.pattern_language.out_var.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.byte_distribution": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.byte_distribution.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.digram": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.digram.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.image": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.image.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.image_rgba": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.image_rgba.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.layered_dist": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.layered_dist.header": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.color": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.double_click": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.offset": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.size": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.type": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.value": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.var_name": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.unknown": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.close_provider.desc": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.close_provider.title": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.display.string": "",
"hex.builtin.nodes.display.string.header": "",
"hex.builtin.nodes.pattern_language": "",
"hex.builtin.nodes.pattern_language.out_var": "",
"hex.builtin.nodes.pattern_language.out_var.header": "",
"hex.builtin.nodes.visualizer": "",
"hex.builtin.nodes.visualizer.byte_distribution": "",
"hex.builtin.nodes.visualizer.byte_distribution.header": "",
"hex.builtin.nodes.visualizer.digram": "",
"hex.builtin.nodes.visualizer.digram.header": "",
"hex.builtin.nodes.visualizer.image": "",
"hex.builtin.nodes.visualizer.image.header": "",
"hex.builtin.nodes.visualizer.image_rgba": "",
"hex.builtin.nodes.visualizer.image_rgba.header": "",
"hex.builtin.nodes.visualizer.layered_dist": "",
"hex.builtin.nodes.visualizer.layered_dist.header": "",
"hex.builtin.pattern_drawer.color": "",
"hex.builtin.pattern_drawer.double_click": "",
"hex.builtin.pattern_drawer.offset": "",
"hex.builtin.pattern_drawer.size": "",
"hex.builtin.pattern_drawer.type": "",
"hex.builtin.pattern_drawer.value": "",
"hex.builtin.pattern_drawer.var_name": "",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "",
"hex.builtin.pattern_drawer.visualizer.unknown": "",
"hex.builtin.popup.close_provider.desc": "",
"hex.builtin.popup.close_provider.title": "",
"hex.builtin.popup.error.create": "Impossibile creare il nuovo File!",
"hex.builtin.popup.error.file_dialog.common": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.file_dialog.portal": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.file_dialog.common": "",
"hex.builtin.popup.error.file_dialog.portal": "",
"hex.builtin.popup.error.open": "Impossibile aprire il File!",
"hex.builtin.popup.error.project.load": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.project.save": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.project.load": "",
"hex.builtin.popup.error.project.save": "",
"hex.builtin.popup.error.read_only": "Impossibile scrivere sul File. File aperto solo in modalità lettura",
"hex.builtin.popup.error.task_exception": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.task_exception": "",
"hex.builtin.popup.exit_application.desc": "Hai delle modifiche non salvate nel tuo progetto.\nSei sicuro di voler uscire?",
"hex.builtin.popup.exit_application.title": "Uscire dall'applicazione?",
"hex.builtin.provider.disk": "Provider di dischi raw",
@ -348,37 +348,37 @@
"hex.builtin.provider.gdb.name": "Server GDB <{0}:{1}>",
"hex.builtin.provider.gdb.port": "Porta",
"hex.builtin.provider.gdb.server": "Server",
"hex.builtin.provider.intel_hex": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.intel_hex.name": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.mem_file": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.mem_file.unsaved": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.motorola_srec": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.motorola_srec.name": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.view": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.folders": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.folders.add_folder": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.folders.description": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.folders.remove_folder": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.font": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.font.font_path": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.font.font_size": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.intel_hex": "",
"hex.builtin.provider.intel_hex.name": "",
"hex.builtin.provider.mem_file": "",
"hex.builtin.provider.mem_file.unsaved": "",
"hex.builtin.provider.motorola_srec": "",
"hex.builtin.provider.motorola_srec.name": "",
"hex.builtin.provider.view": "",
"hex.builtin.setting.folders": "",
"hex.builtin.setting.folders.add_folder": "",
"hex.builtin.setting.folders.description": "",
"hex.builtin.setting.folders.remove_folder": "",
"hex.builtin.setting.font": "",
"hex.builtin.setting.font.font_path": "",
"hex.builtin.setting.font.font_size": "",
"hex.builtin.setting.general": "Generali",
"hex.builtin.setting.general.auto_load_patterns": "Auto-caricamento del pattern supportato",
"hex.builtin.setting.general.check_for_updates": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.general.enable_unicode": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.general.check_for_updates": "",
"hex.builtin.setting.general.enable_unicode": "",
"hex.builtin.setting.general.show_tips": "Mostra consigli all'avvio",
"hex.builtin.setting.general.sync_pattern_source": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.general.sync_pattern_source": "",
"hex.builtin.setting.hex_editor": "Hex Editor",
"hex.builtin.setting.hex_editor.advanced_decoding": "Mostra la colonna di decodifica avanzata",
"hex.builtin.setting.hex_editor.ascii": "Mostra la colonna ASCII",
"hex.builtin.setting.hex_editor.byte_padding": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.bytes_per_row": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.char_padding": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.byte_padding": "",
"hex.builtin.setting.hex_editor.bytes_per_row": "",
"hex.builtin.setting.hex_editor.char_padding": "",
"hex.builtin.setting.hex_editor.grey_zeros": "Taglia fuori gli zeri",
"hex.builtin.setting.hex_editor.highlight_color": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.sync_scrolling": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.highlight_color": "",
"hex.builtin.setting.hex_editor.sync_scrolling": "",
"hex.builtin.setting.hex_editor.uppercase_hex": "Caratteri esadecimali maiuscoli",
"hex.builtin.setting.hex_editor.visualizer": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.visualizer": "",
"hex.builtin.setting.imhex": "ImHex",
"hex.builtin.setting.imhex.recent_files": "File recenti",
"hex.builtin.setting.interface": "Interfaccia",
@ -386,11 +386,11 @@
"hex.builtin.setting.interface.fps": "Limite FPS",
"hex.builtin.setting.interface.fps.unlocked": "Unblocca",
"hex.builtin.setting.interface.language": "Lingua",
"hex.builtin.setting.interface.multi_windows": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.tree": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.multi_windows": "",
"hex.builtin.setting.interface.pattern_tree_style": "",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "",
"hex.builtin.setting.interface.pattern_tree_style.tree": "",
"hex.builtin.setting.interface.scaling": "Scale",
"hex.builtin.setting.interface.scaling.native": "Nativo",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -399,12 +399,12 @@
"hex.builtin.setting.interface.scaling.x2_0": "x2.0",
"hex.builtin.setting.interface.scaling.x3_0": "x3.0",
"hex.builtin.setting.interface.scaling.x4_0": "x4.0",
"hex.builtin.setting.interface.wiki_explain_language": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.proxy": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.proxy.description": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.proxy.enable": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.proxy.url": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.proxy.url.tooltip": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.wiki_explain_language": "",
"hex.builtin.setting.proxy": "",
"hex.builtin.setting.proxy.description": "",
"hex.builtin.setting.proxy.enable": "",
"hex.builtin.setting.proxy.url": "",
"hex.builtin.setting.proxy.url.tooltip": "",
"hex.builtin.tools.ascii_table": "Tavola ASCII",
"hex.builtin.tools.ascii_table.octal": "Mostra ottale",
"hex.builtin.tools.base_converter": "Convertitore di Base",
@ -472,25 +472,25 @@
"hex.builtin.tools.format.scientific": "Scientifica",
"hex.builtin.tools.format.standard": "Standard",
"hex.builtin.tools.history": "Storia",
"hex.builtin.tools.ieee754": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.double_precision": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.exponent": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.exponent_size": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.formula": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.half_precision": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.mantissa": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.mantissa_size": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.result.float": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.result.hex": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.result.title": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.sign": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.singe_precision": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.type": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754": "",
"hex.builtin.tools.ieee754.description": "",
"hex.builtin.tools.ieee754.double_precision": "",
"hex.builtin.tools.ieee754.exponent": "",
"hex.builtin.tools.ieee754.exponent_size": "",
"hex.builtin.tools.ieee754.formula": "",
"hex.builtin.tools.ieee754.half_precision": "",
"hex.builtin.tools.ieee754.mantissa": "",
"hex.builtin.tools.ieee754.mantissa_size": "",
"hex.builtin.tools.ieee754.result.float": "",
"hex.builtin.tools.ieee754.result.hex": "",
"hex.builtin.tools.ieee754.result.title": "",
"hex.builtin.tools.ieee754.sign": "",
"hex.builtin.tools.ieee754.singe_precision": "",
"hex.builtin.tools.ieee754.type": "",
"hex.builtin.tools.input": "Input",
"hex.builtin.tools.invariant_multiplication": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.num_bits": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication": "",
"hex.builtin.tools.invariant_multiplication.description": "",
"hex.builtin.tools.invariant_multiplication.num_bits": "",
"hex.builtin.tools.name": "Nome",
"hex.builtin.tools.permissions": "Calcolatrice dei permessi UNIX",
"hex.builtin.tools.permissions.absolute": "Notazione assoluta",
@ -525,12 +525,12 @@
"hex.builtin.view.constants.row.desc": "Descrizione",
"hex.builtin.view.constants.row.name": "Nome",
"hex.builtin.view.constants.row.value": "Valore",
"hex.builtin.view.data_inspector.invert": "***** MISSING TRANSLATION *****",
"hex.builtin.view.data_inspector.invert": "",
"hex.builtin.view.data_inspector.name": "Ispezione Dati",
"hex.builtin.view.data_inspector.no_data": "Nessun byte selezionato",
"hex.builtin.view.data_inspector.table.name": "Nome",
"hex.builtin.view.data_inspector.table.value": "Valore",
"hex.builtin.view.data_processor.help_text": "***** MISSING TRANSLATION *****",
"hex.builtin.view.data_processor.help_text": "",
"hex.builtin.view.data_processor.menu.file.load_processor": "Caricare processore di dati...",
"hex.builtin.view.data_processor.menu.file.save_processor": "Salva processore di dati...",
"hex.builtin.view.data_processor.menu.remove_link": "Rimuovi Link",
@ -593,45 +593,45 @@
"hex.builtin.view.disassembler.region": "Regione del Codice",
"hex.builtin.view.disassembler.riscv.compressed": "Compresso",
"hex.builtin.view.disassembler.settings.header": "Impostazioni",
"hex.builtin.view.disassembler.settings.mode": "***** MISSING TRANSLATION *****",
"hex.builtin.view.disassembler.settings.mode": "",
"hex.builtin.view.disassembler.sparc.v9": "Sparc V9",
"hex.builtin.view.find.binary_pattern": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.context.copy": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.context.copy_demangle": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.demangled": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.name": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.regex": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.regex.full_match": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.regex.pattern": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.search": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.search.entries": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.search.reset": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.searching": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.sequences": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.chars": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.line_feeds": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.lower_case": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.match_settings": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.min_length": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.null_term": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.numbers": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.spaces": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.symbols": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.underscores": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.upper_case": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.value": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.value.max": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.value.min": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.binary_pattern": "",
"hex.builtin.view.find.context.copy": "",
"hex.builtin.view.find.context.copy_demangle": "",
"hex.builtin.view.find.demangled": "",
"hex.builtin.view.find.name": "",
"hex.builtin.view.find.regex": "",
"hex.builtin.view.find.regex.full_match": "",
"hex.builtin.view.find.regex.pattern": "",
"hex.builtin.view.find.search": "",
"hex.builtin.view.find.search.entries": "",
"hex.builtin.view.find.search.reset": "",
"hex.builtin.view.find.searching": "",
"hex.builtin.view.find.sequences": "",
"hex.builtin.view.find.strings": "",
"hex.builtin.view.find.strings.chars": "",
"hex.builtin.view.find.strings.line_feeds": "",
"hex.builtin.view.find.strings.lower_case": "",
"hex.builtin.view.find.strings.match_settings": "",
"hex.builtin.view.find.strings.min_length": "",
"hex.builtin.view.find.strings.null_term": "",
"hex.builtin.view.find.strings.numbers": "",
"hex.builtin.view.find.strings.spaces": "",
"hex.builtin.view.find.strings.symbols": "",
"hex.builtin.view.find.strings.underscores": "",
"hex.builtin.view.find.strings.upper_case": "",
"hex.builtin.view.find.value": "",
"hex.builtin.view.find.value.max": "",
"hex.builtin.view.find.value.min": "",
"hex.builtin.view.hashes.function": "Funzioni di Hash",
"hex.builtin.view.hashes.hash": "Hash",
"hex.builtin.view.hashes.hover_info": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hashes.hover_info": "",
"hex.builtin.view.hashes.name": "Hash",
"hex.builtin.view.hashes.no_settings": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hashes.remove": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hashes.table.name": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hashes.no_settings": "",
"hex.builtin.view.hashes.remove": "",
"hex.builtin.view.hashes.table.name": "",
"hex.builtin.view.hashes.table.result": "Risultato",
"hex.builtin.view.hashes.table.type": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hashes.table.type": "",
"hex.builtin.view.help.about.contributor": "Collaboratori",
"hex.builtin.view.help.about.donations": "Donazioni",
"hex.builtin.view.help.about.libs": "Librerie usate",
@ -645,7 +645,7 @@
"hex.builtin.view.help.documentation": "Documentazione di ImHex",
"hex.builtin.view.help.name": "Aiuto",
"hex.builtin.view.help.pattern_cheat_sheet": "Pattern Language Cheat Sheet",
"hex.builtin.view.hex_editor.copy.address": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.copy.address": "",
"hex.builtin.view.hex_editor.copy.base64": "Base64",
"hex.builtin.view.hex_editor.copy.c": "C Array",
"hex.builtin.view.hex_editor.copy.cpp": "C++ Array",
@ -663,15 +663,15 @@
"hex.builtin.view.hex_editor.goto.offset.absolute": "Assoluto",
"hex.builtin.view.hex_editor.goto.offset.begin": "Inizo",
"hex.builtin.view.hex_editor.goto.offset.end": "Fine",
"hex.builtin.view.hex_editor.goto.offset.relative": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.goto.offset.relative": "",
"hex.builtin.view.hex_editor.menu.edit.copy": "Copia",
"hex.builtin.view.hex_editor.menu.edit.copy_as": "Copia come...",
"hex.builtin.view.hex_editor.menu.edit.insert": "Inserisci...",
"hex.builtin.view.hex_editor.menu.edit.jump_to": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.open_in_new_provider": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.jump_to": "",
"hex.builtin.view.hex_editor.menu.edit.open_in_new_provider": "",
"hex.builtin.view.hex_editor.menu.edit.paste": "Incolla",
"hex.builtin.view.hex_editor.menu.edit.paste_all": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.remove": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.paste_all": "",
"hex.builtin.view.hex_editor.menu.edit.remove": "",
"hex.builtin.view.hex_editor.menu.edit.resize": "Ridimensiona...",
"hex.builtin.view.hex_editor.menu.edit.select_all": "Seleziona tutti",
"hex.builtin.view.hex_editor.menu.edit.set_base": "Imposta indirizzo di base",
@ -680,37 +680,37 @@
"hex.builtin.view.hex_editor.menu.file.save": "Salva",
"hex.builtin.view.hex_editor.menu.file.save_as": "Salva come...",
"hex.builtin.view.hex_editor.menu.file.search": "Cerca",
"hex.builtin.view.hex_editor.menu.file.select": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.file.select": "",
"hex.builtin.view.hex_editor.name": "Hex editor",
"hex.builtin.view.hex_editor.search.find": "Cerca",
"hex.builtin.view.hex_editor.search.hex": "Hex",
"hex.builtin.view.hex_editor.search.string": "Stringa",
"hex.builtin.view.hex_editor.select.offset.begin": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.offset.end": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.offset.region": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.offset.size": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.select": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.offset.begin": "",
"hex.builtin.view.hex_editor.select.offset.end": "",
"hex.builtin.view.hex_editor.select.offset.region": "",
"hex.builtin.view.hex_editor.select.offset.size": "",
"hex.builtin.view.hex_editor.select.select": "",
"hex.builtin.view.information.analyze": "Analizza Pagina",
"hex.builtin.view.information.analyzing": "Sto analizzando...",
"hex.builtin.view.information.block_size": "Dimensione del Blocco",
"hex.builtin.view.information.block_size.desc": "{0} blocchi di {1} bytes",
"hex.builtin.view.information.byte_types": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.byte_types": "",
"hex.builtin.view.information.control": "Controllo",
"hex.builtin.view.information.description": "Descrizione:",
"hex.builtin.view.information.digram": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.digram": "",
"hex.builtin.view.information.distribution": "Distribuzione dei Byte",
"hex.builtin.view.information.encrypted": "Questi dati sono probabilmente codificati o compressi!",
"hex.builtin.view.information.entropy": "Entropia",
"hex.builtin.view.information.file_entropy": "Entropia dei File",
"hex.builtin.view.information.highest_entropy": "Highest entropy block",
"hex.builtin.view.information.info_analysis": "Informazioni dell'analisi",
"hex.builtin.view.information.layered_distribution": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.layered_distribution": "",
"hex.builtin.view.information.magic": "Informazione Magica",
"hex.builtin.view.information.magic_db_added": "Database magico aggiunto!",
"hex.builtin.view.information.mime": "Tipo di MIME:",
"hex.builtin.view.information.name": "Informazione sui Dati",
"hex.builtin.view.information.plain_text": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.plain_text_percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.plain_text": "",
"hex.builtin.view.information.plain_text_percentage": "",
"hex.builtin.view.information.region": "Regione Analizzata",
"hex.builtin.view.patches.name": "Patches",
"hex.builtin.view.patches.offset": "Offset",
@ -728,30 +728,30 @@
"hex.builtin.view.pattern_editor.dangerous_function.name": "Vuoi consentire funzioni pericolose?",
"hex.builtin.view.pattern_editor.env_vars": "Variabili d'ambiente",
"hex.builtin.view.pattern_editor.evaluating": "Valutazione...",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.array": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.single": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.custom": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.array": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.single": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.custom": "",
"hex.builtin.view.pattern_editor.menu.file.load_pattern": "Caricamento dei pattern...",
"hex.builtin.view.pattern_editor.menu.file.save_pattern": "Salva pattern...",
"hex.builtin.view.pattern_editor.name": "Editor dei Pattern",
"hex.builtin.view.pattern_editor.no_in_out_vars": "Definisci alcune variabili globali con 'in' o 'out' per farle apparire qui.",
"hex.builtin.view.pattern_editor.open_pattern": "Apri pattern",
"hex.builtin.view.pattern_editor.section_popup": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.sections": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.section_popup": "",
"hex.builtin.view.pattern_editor.sections": "",
"hex.builtin.view.pattern_editor.settings": "Impostazioni",
"hex.builtin.view.provider_settings.load_error": "***** MISSING TRANSLATION *****",
"hex.builtin.view.provider_settings.load_error": "",
"hex.builtin.view.provider_settings.load_popup": "Apri Provider",
"hex.builtin.view.provider_settings.name": "Impostazioni Provider",
"hex.builtin.view.settings.name": "Impostazioni",
"hex.builtin.view.settings.restart_question": "***** MISSING TRANSLATION *****",
"hex.builtin.view.settings.restart_question": "",
"hex.builtin.view.store.desc": "Scarica nuovi contenuti dal database online di ImHex",
"hex.builtin.view.store.download": "Download",
"hex.builtin.view.store.download_error": "Impossibile scaricare file! La cartella di destinazione non esiste.",
"hex.builtin.view.store.loading": "Caricamento del content store...",
"hex.builtin.view.store.name": "Content Store",
"hex.builtin.view.store.netfailed": "***** MISSING TRANSLATION *****",
"hex.builtin.view.store.netfailed": "",
"hex.builtin.view.store.reload": "Ricarica",
"hex.builtin.view.store.remove": "Rimuovi",
"hex.builtin.view.store.row.description": "Descrizione",
@ -774,27 +774,27 @@
"hex.builtin.view.yara.name": "Regole di Yara",
"hex.builtin.view.yara.no_rules": "Nessuna regola di YARA. Aggiungile in nella cartella 'yara' di 'ImHex'",
"hex.builtin.view.yara.reload": "Ricarica",
"hex.builtin.view.yara.reset": "***** MISSING TRANSLATION *****",
"hex.builtin.view.yara.reset": "",
"hex.builtin.view.yara.rule_added": "Regola di Yara aggiunta!",
"hex.builtin.view.yara.whole_data": "Tutti i file combaciano!",
"hex.builtin.visualizer.decimal.signed.16bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.decimal.signed.32bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.decimal.signed.64bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.decimal.signed.8bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.decimal.unsigned.16bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.decimal.unsigned.32bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.decimal.unsigned.64bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.decimal.unsigned.8bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.floating_point.16bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.floating_point.32bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.floating_point.64bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.hexadecimal.16bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.hexadecimal.32bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.hexadecimal.64bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.hexadecimal.8bit": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.hexii": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.rgba8": "***** MISSING TRANSLATION *****",
"hex.builtin.welcome.check_for_updates_text": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.decimal.signed.16bit": "",
"hex.builtin.visualizer.decimal.signed.32bit": "",
"hex.builtin.visualizer.decimal.signed.64bit": "",
"hex.builtin.visualizer.decimal.signed.8bit": "",
"hex.builtin.visualizer.decimal.unsigned.16bit": "",
"hex.builtin.visualizer.decimal.unsigned.32bit": "",
"hex.builtin.visualizer.decimal.unsigned.64bit": "",
"hex.builtin.visualizer.decimal.unsigned.8bit": "",
"hex.builtin.visualizer.floating_point.16bit": "",
"hex.builtin.visualizer.floating_point.32bit": "",
"hex.builtin.visualizer.floating_point.64bit": "",
"hex.builtin.visualizer.hexadecimal.16bit": "",
"hex.builtin.visualizer.hexadecimal.32bit": "",
"hex.builtin.visualizer.hexadecimal.64bit": "",
"hex.builtin.visualizer.hexadecimal.8bit": "",
"hex.builtin.visualizer.hexii": "",
"hex.builtin.visualizer.rgba8": "",
"hex.builtin.welcome.check_for_updates_text": "",
"hex.builtin.welcome.customize.settings.desc": "Cambia le preferenze di ImHex",
"hex.builtin.welcome.customize.settings.title": "Impostazioni",
"hex.builtin.welcome.header.customize": "Personalizza",
@ -829,7 +829,7 @@
"hex.builtin.welcome.safety_backup.title": "Ripristina i dati persi",
"hex.builtin.welcome.start.create_file": "Crea un nuovo File",
"hex.builtin.welcome.start.open_file": "Apri un File",
"hex.builtin.welcome.start.open_other": "***** MISSING TRANSLATION *****",
"hex.builtin.welcome.start.open_other": "",
"hex.builtin.welcome.start.open_project": "Apri un Progetto",
"hex.builtin.welcome.start.recent": "File recenti",
"hex.builtin.welcome.tip_of_the_day": "Consiglio del giorno",

View File

@ -12,12 +12,12 @@
"hex.builtin.common.big": "ビッグ",
"hex.builtin.common.big_endian": "ビッグエンディアン",
"hex.builtin.common.browse": "ファイルを参照…",
"hex.builtin.common.bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.common.bytes": "",
"hex.builtin.common.cancel": "キャンセル",
"hex.builtin.common.choose_file": "ファイルを選択",
"hex.builtin.common.close": "閉じる",
"hex.builtin.common.comment": "コメント",
"hex.builtin.common.count": "***** MISSING TRANSLATION *****",
"hex.builtin.common.count": "",
"hex.builtin.common.decimal": "10進数",
"hex.builtin.common.dont_show_again": "再度表示しない",
"hex.builtin.common.encoding.ascii": "ASCII",
@ -31,29 +31,29 @@
"hex.builtin.common.filter": "フィルタ",
"hex.builtin.common.hexadecimal": "16進数",
"hex.builtin.common.info": "情報",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.instruction": "",
"hex.builtin.common.link": "リンク",
"hex.builtin.common.little": "リトル",
"hex.builtin.common.little_endian": "リトルエンディアン",
"hex.builtin.common.load": "読み込む",
"hex.builtin.common.match_selection": "選択範囲と一致",
"hex.builtin.common.name": "***** MISSING TRANSLATION *****",
"hex.builtin.common.name": "",
"hex.builtin.common.no": "いいえ",
"hex.builtin.common.number_format": "***** MISSING TRANSLATION *****",
"hex.builtin.common.number_format": "",
"hex.builtin.common.octal": "8進数",
"hex.builtin.common.offset": "オフセット",
"hex.builtin.common.okay": "OK",
"hex.builtin.common.open": "開く",
"hex.builtin.common.percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.common.processing": "***** MISSING TRANSLATION *****",
"hex.builtin.common.question": "***** MISSING TRANSLATION *****",
"hex.builtin.common.percentage": "",
"hex.builtin.common.processing": "",
"hex.builtin.common.question": "",
"hex.builtin.common.range": "範囲",
"hex.builtin.common.range.entire_data": "データ全体",
"hex.builtin.common.range.selection": "選択範囲",
"hex.builtin.common.region": "領域",
"hex.builtin.common.set": "セット",
"hex.builtin.common.size": "サイズ",
"hex.builtin.common.type": "***** MISSING TRANSLATION *****",
"hex.builtin.common.type": "",
"hex.builtin.common.type.f32": "float",
"hex.builtin.common.type.f64": "double",
"hex.builtin.common.type.i16": "int16_t",
@ -85,7 +85,7 @@
"hex.builtin.hash.sha384": "SHA384",
"hex.builtin.hash.sha512": "SHA512",
"hex.builtin.hex_editor.data_size": "ファイルサイズ",
"hex.builtin.hex_editor.no_bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.hex_editor.no_bytes": "",
"hex.builtin.hex_editor.page": "ページ",
"hex.builtin.hex_editor.region": "ページの領域",
"hex.builtin.hex_editor.selection": "選択中",
@ -93,8 +93,8 @@
"hex.builtin.inspector.ascii": "ASCII",
"hex.builtin.inspector.binary": "バイナリ (8 bit)",
"hex.builtin.inspector.bool": "bool",
"hex.builtin.inspector.dos_date": "***** MISSING TRANSLATION *****",
"hex.builtin.inspector.dos_time": "***** MISSING TRANSLATION *****",
"hex.builtin.inspector.dos_date": "",
"hex.builtin.inspector.dos_time": "",
"hex.builtin.inspector.double": "double (64 bit)",
"hex.builtin.inspector.float": "float (32 bit)",
"hex.builtin.inspector.float16": "half float (16 bit)",
@ -108,7 +108,7 @@
"hex.builtin.inspector.long_double": "long double (128 bit)",
"hex.builtin.inspector.rgb565": "RGB565 Color",
"hex.builtin.inspector.rgba8": "RGBA8 Color",
"hex.builtin.inspector.sleb128": "***** MISSING TRANSLATION *****",
"hex.builtin.inspector.sleb128": "",
"hex.builtin.inspector.string": "String",
"hex.builtin.inspector.string16": "Wide String",
"hex.builtin.inspector.time": "time_t",
@ -120,7 +120,7 @@
"hex.builtin.inspector.u48": "uint48_t",
"hex.builtin.inspector.u64": "uint64_t",
"hex.builtin.inspector.u8": "uint8_t",
"hex.builtin.inspector.uleb128": "***** MISSING TRANSLATION *****",
"hex.builtin.inspector.uleb128": "",
"hex.builtin.inspector.utf8": "UTF-8 code point",
"hex.builtin.inspector.wide": "Wide Character",
"hex.builtin.layouts.default": "標準",
@ -133,17 +133,17 @@
"hex.builtin.menu.file.bookmark.import": "ブックマークをインポート…",
"hex.builtin.menu.file.clear_recent": "リストをクリア",
"hex.builtin.menu.file.close": "ファイルを閉じる",
"hex.builtin.menu.file.create_file": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.create_file": "",
"hex.builtin.menu.file.export": "エクスポート…",
"hex.builtin.menu.file.export.base64": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64": "",
"hex.builtin.menu.file.export.base64.popup.export_error": "",
"hex.builtin.menu.file.export.ips": "IPSパッチ",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "",
"hex.builtin.menu.file.export.ips.popup.export_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "",
"hex.builtin.menu.file.export.ips32": "IPS32パッチ",
"hex.builtin.menu.file.export.popup.create": "データをエクスポートできません。\nファイルの作成に失敗しました。",
"hex.builtin.menu.file.export.title": "ファイルをエクスポート",
@ -158,9 +158,9 @@
"hex.builtin.menu.file.open_project": "プロジェクトを開く…",
"hex.builtin.menu.file.open_recent": "最近使用したファイル",
"hex.builtin.menu.file.quit": "ImHexを終了",
"hex.builtin.menu.file.reload_file": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.reload_file": "",
"hex.builtin.menu.file.save_project": "プロジェクトを保存",
"hex.builtin.menu.file.save_project_as": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.save_project_as": "",
"hex.builtin.menu.help": "ヘルプ",
"hex.builtin.menu.layout": "レイアウト",
"hex.builtin.menu.view": "表示",
@ -169,12 +169,12 @@
"hex.builtin.nodes.arithmetic": "演算",
"hex.builtin.nodes.arithmetic.add": "加算+",
"hex.builtin.nodes.arithmetic.add.header": "加算",
"hex.builtin.nodes.arithmetic.average": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.average.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.average": "",
"hex.builtin.nodes.arithmetic.average.header": "",
"hex.builtin.nodes.arithmetic.div": "除算÷",
"hex.builtin.nodes.arithmetic.div.header": "除算",
"hex.builtin.nodes.arithmetic.median": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.median.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.median": "",
"hex.builtin.nodes.arithmetic.median.header": "",
"hex.builtin.nodes.arithmetic.mod": "剰余(余り)",
"hex.builtin.nodes.arithmetic.mod.header": "剰余",
"hex.builtin.nodes.arithmetic.mul": "乗算×",
@ -193,16 +193,16 @@
"hex.builtin.nodes.buffer": "バッファ",
"hex.builtin.nodes.buffer.combine": "結合",
"hex.builtin.nodes.buffer.combine.header": "バッファを結合",
"hex.builtin.nodes.buffer.patch": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.patch.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.patch.input.patch": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.patch": "",
"hex.builtin.nodes.buffer.patch.header": "",
"hex.builtin.nodes.buffer.patch.input.patch": "",
"hex.builtin.nodes.buffer.repeat": "繰り返し",
"hex.builtin.nodes.buffer.repeat.header": "バッファを繰り返し",
"hex.builtin.nodes.buffer.repeat.input.buffer": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.repeat.input.buffer": "",
"hex.builtin.nodes.buffer.repeat.input.count": "カウント",
"hex.builtin.nodes.buffer.slice": "スライス",
"hex.builtin.nodes.buffer.slice.header": "バッファをスライス",
"hex.builtin.nodes.buffer.slice.input.buffer": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.slice.input.buffer": "",
"hex.builtin.nodes.buffer.slice.input.from": "From",
"hex.builtin.nodes.buffer.slice.input.to": "To",
"hex.builtin.nodes.casting": "データ変換",
@ -297,9 +297,9 @@
"hex.builtin.nodes.display.int.header": "整数表示",
"hex.builtin.nodes.display.string": "ASCII",
"hex.builtin.nodes.display.string.header": "ASCII表示",
"hex.builtin.nodes.pattern_language": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.pattern_language.out_var": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.pattern_language.out_var.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.pattern_language": "",
"hex.builtin.nodes.pattern_language.out_var": "",
"hex.builtin.nodes.pattern_language.out_var.header": "",
"hex.builtin.nodes.visualizer": "ビジュアライザー",
"hex.builtin.nodes.visualizer.byte_distribution": "バイト分布",
"hex.builtin.nodes.visualizer.byte_distribution.header": "バイト分布",
@ -307,29 +307,29 @@
"hex.builtin.nodes.visualizer.digram.header": "図式",
"hex.builtin.nodes.visualizer.image": "画像",
"hex.builtin.nodes.visualizer.image.header": "画像ビジュアライザー",
"hex.builtin.nodes.visualizer.image_rgba": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.image_rgba.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.image_rgba": "",
"hex.builtin.nodes.visualizer.image_rgba.header": "",
"hex.builtin.nodes.visualizer.layered_dist": "層状分布",
"hex.builtin.nodes.visualizer.layered_dist.header": "層状分布",
"hex.builtin.pattern_drawer.color": "色",
"hex.builtin.pattern_drawer.double_click": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.double_click": "",
"hex.builtin.pattern_drawer.offset": "オフセット",
"hex.builtin.pattern_drawer.size": "サイズ",
"hex.builtin.pattern_drawer.type": "型",
"hex.builtin.pattern_drawer.value": "値",
"hex.builtin.pattern_drawer.var_name": "名前",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.unknown": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "",
"hex.builtin.pattern_drawer.visualizer.unknown": "",
"hex.builtin.popup.close_provider.desc": "変更がプロジェクトとして保存されていません。\nファイルを閉じてもよろしいですか",
"hex.builtin.popup.close_provider.title": "タブを閉じますか?",
"hex.builtin.popup.error.create": "新しいファイルを作成できませんでした。",
"hex.builtin.popup.error.file_dialog.common": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.file_dialog.portal": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.file_dialog.common": "",
"hex.builtin.popup.error.file_dialog.portal": "",
"hex.builtin.popup.error.open": "ファイルを開けませんでした。",
"hex.builtin.popup.error.project.load": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.project.save": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.project.load": "",
"hex.builtin.popup.error.project.save": "",
"hex.builtin.popup.error.read_only": "書き込み権限を取得できませんでした。ファイルが読み取り専用で開かれました。",
"hex.builtin.popup.error.task_exception": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.task_exception": "",
"hex.builtin.popup.exit_application.desc": "変更がプロジェクトとして保存されていません。\n終了してもよろしいですか",
"hex.builtin.popup.exit_application.title": "アプリケーションを終了しますか?",
"hex.builtin.provider.disk": "ディスクイメージ",
@ -348,13 +348,13 @@
"hex.builtin.provider.gdb.name": "GDBサーバー <{0}:{1}>",
"hex.builtin.provider.gdb.port": "ポート",
"hex.builtin.provider.gdb.server": "サーバー",
"hex.builtin.provider.intel_hex": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.intel_hex.name": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.mem_file": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.mem_file.unsaved": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.motorola_srec": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.motorola_srec.name": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.view": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.intel_hex": "",
"hex.builtin.provider.intel_hex.name": "",
"hex.builtin.provider.mem_file": "",
"hex.builtin.provider.mem_file.unsaved": "",
"hex.builtin.provider.motorola_srec": "",
"hex.builtin.provider.motorola_srec.name": "",
"hex.builtin.provider.view": "",
"hex.builtin.setting.folders": "フォルダ",
"hex.builtin.setting.folders.add_folder": "フォルダを追加…",
"hex.builtin.setting.folders.description": "パターン、スクリプト、ルールなどのための検索パスを指定して追加できます。",
@ -364,19 +364,19 @@
"hex.builtin.setting.font.font_size": "フォントサイズ",
"hex.builtin.setting.general": "基本",
"hex.builtin.setting.general.auto_load_patterns": "対応するパターンを自動で読み込む",
"hex.builtin.setting.general.check_for_updates": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.general.enable_unicode": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.general.check_for_updates": "",
"hex.builtin.setting.general.enable_unicode": "",
"hex.builtin.setting.general.show_tips": "起動時に豆知識を表示",
"hex.builtin.setting.general.sync_pattern_source": "ファイル間のパターンソースコードを同期",
"hex.builtin.setting.hex_editor": "Hexエディタ",
"hex.builtin.setting.hex_editor.advanced_decoding": "他のデコード列を表示",
"hex.builtin.setting.hex_editor.ascii": "ASCIIを表示",
"hex.builtin.setting.hex_editor.byte_padding": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.byte_padding": "",
"hex.builtin.setting.hex_editor.bytes_per_row": "1行のバイト数",
"hex.builtin.setting.hex_editor.char_padding": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.char_padding": "",
"hex.builtin.setting.hex_editor.grey_zeros": "ゼロをグレーアウト",
"hex.builtin.setting.hex_editor.highlight_color": "選択範囲の色",
"hex.builtin.setting.hex_editor.sync_scrolling": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.sync_scrolling": "",
"hex.builtin.setting.hex_editor.uppercase_hex": "16進数を大文字表記",
"hex.builtin.setting.hex_editor.visualizer": "データ表示方式",
"hex.builtin.setting.imhex": "ImHex",
@ -386,11 +386,11 @@
"hex.builtin.setting.interface.fps": "FPS制限",
"hex.builtin.setting.interface.fps.unlocked": "無制限",
"hex.builtin.setting.interface.language": "言語",
"hex.builtin.setting.interface.multi_windows": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.tree": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.multi_windows": "",
"hex.builtin.setting.interface.pattern_tree_style": "",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "",
"hex.builtin.setting.interface.pattern_tree_style.tree": "",
"hex.builtin.setting.interface.scaling": "スケーリング",
"hex.builtin.setting.interface.scaling.native": "ネイティブ",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -399,12 +399,12 @@
"hex.builtin.setting.interface.scaling.x2_0": "x2.0",
"hex.builtin.setting.interface.scaling.x3_0": "x3.0",
"hex.builtin.setting.interface.scaling.x4_0": "x4.0",
"hex.builtin.setting.interface.wiki_explain_language": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.wiki_explain_language": "",
"hex.builtin.setting.proxy": "プロキシ",
"hex.builtin.setting.proxy.description": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.proxy.description": "",
"hex.builtin.setting.proxy.enable": "プロキシを有効化",
"hex.builtin.setting.proxy.url": "プロキシURL",
"hex.builtin.setting.proxy.url.tooltip": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.proxy.url.tooltip": "",
"hex.builtin.tools.ascii_table": "ASCIIテーブル",
"hex.builtin.tools.ascii_table.octal": "8進数表示",
"hex.builtin.tools.base_converter": "単位変換",
@ -472,25 +472,25 @@
"hex.builtin.tools.format.scientific": "科学",
"hex.builtin.tools.format.standard": "基本",
"hex.builtin.tools.history": "履歴",
"hex.builtin.tools.ieee754": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.double_precision": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.exponent": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.exponent_size": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.formula": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.half_precision": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.mantissa": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.mantissa_size": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.result.float": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.result.hex": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.result.title": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.sign": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.singe_precision": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.type": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754": "",
"hex.builtin.tools.ieee754.description": "",
"hex.builtin.tools.ieee754.double_precision": "",
"hex.builtin.tools.ieee754.exponent": "",
"hex.builtin.tools.ieee754.exponent_size": "",
"hex.builtin.tools.ieee754.formula": "",
"hex.builtin.tools.ieee754.half_precision": "",
"hex.builtin.tools.ieee754.mantissa": "",
"hex.builtin.tools.ieee754.mantissa_size": "",
"hex.builtin.tools.ieee754.result.float": "",
"hex.builtin.tools.ieee754.result.hex": "",
"hex.builtin.tools.ieee754.result.title": "",
"hex.builtin.tools.ieee754.sign": "",
"hex.builtin.tools.ieee754.singe_precision": "",
"hex.builtin.tools.ieee754.type": "",
"hex.builtin.tools.input": "入力",
"hex.builtin.tools.invariant_multiplication": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.num_bits": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication": "",
"hex.builtin.tools.invariant_multiplication.description": "",
"hex.builtin.tools.invariant_multiplication.num_bits": "",
"hex.builtin.tools.name": "名前",
"hex.builtin.tools.permissions": "UNIXパーミッション計算機",
"hex.builtin.tools.permissions.absolute": "数値表記",
@ -588,7 +588,7 @@
"hex.builtin.view.disassembler.name": "逆アセンブラ",
"hex.builtin.view.disassembler.position": "位置",
"hex.builtin.view.disassembler.ppc.booke": "Book-E",
"hex.builtin.view.disassembler.ppc.qpx": "***** MISSING TRANSLATION *****",
"hex.builtin.view.disassembler.ppc.qpx": "",
"hex.builtin.view.disassembler.ppc.spe": "信号処理エンジン",
"hex.builtin.view.disassembler.region": "コード領域",
"hex.builtin.view.disassembler.riscv.compressed": "圧縮済み",
@ -597,23 +597,23 @@
"hex.builtin.view.disassembler.sparc.v9": "Sparc V9",
"hex.builtin.view.find.binary_pattern": "16進数",
"hex.builtin.view.find.context.copy": "値をコピー",
"hex.builtin.view.find.context.copy_demangle": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.demangled": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.context.copy_demangle": "",
"hex.builtin.view.find.demangled": "",
"hex.builtin.view.find.name": "検索",
"hex.builtin.view.find.regex": "正規表現",
"hex.builtin.view.find.regex.full_match": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.regex.pattern": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.regex.full_match": "",
"hex.builtin.view.find.regex.pattern": "",
"hex.builtin.view.find.search": "検索開始",
"hex.builtin.view.find.search.entries": "一致件数: {0}",
"hex.builtin.view.find.search.reset": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.search.reset": "",
"hex.builtin.view.find.searching": "検索中…",
"hex.builtin.view.find.sequences": "ASCII",
"hex.builtin.view.find.strings": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings": "",
"hex.builtin.view.find.strings.chars": "検索対象",
"hex.builtin.view.find.strings.line_feeds": "ラインフィード",
"hex.builtin.view.find.strings.lower_case": "大文字",
"hex.builtin.view.find.strings.match_settings": "条件設定",
"hex.builtin.view.find.strings.min_length": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.min_length": "",
"hex.builtin.view.find.strings.null_term": "ヌル終端を持つ文字列のみ検索",
"hex.builtin.view.find.strings.numbers": "数字",
"hex.builtin.view.find.strings.spaces": "半角スペース",
@ -624,14 +624,14 @@
"hex.builtin.view.find.value.max": "最大値",
"hex.builtin.view.find.value.min": "最小値",
"hex.builtin.view.hashes.function": "ハッシュ関数",
"hex.builtin.view.hashes.hash": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hashes.hover_info": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hashes.hash": "",
"hex.builtin.view.hashes.hover_info": "",
"hex.builtin.view.hashes.name": "ハッシュ",
"hex.builtin.view.hashes.no_settings": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hashes.remove": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hashes.table.name": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hashes.no_settings": "",
"hex.builtin.view.hashes.remove": "",
"hex.builtin.view.hashes.table.name": "",
"hex.builtin.view.hashes.table.result": "結果",
"hex.builtin.view.hashes.table.type": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hashes.table.type": "",
"hex.builtin.view.help.about.contributor": "ご協力頂いた方々",
"hex.builtin.view.help.about.donations": "寄付",
"hex.builtin.view.help.about.libs": "使用しているライブラリ",
@ -645,7 +645,7 @@
"hex.builtin.view.help.documentation": "ImHexドキュメント",
"hex.builtin.view.help.name": "ヘルプ",
"hex.builtin.view.help.pattern_cheat_sheet": "パターン言語リファレンス",
"hex.builtin.view.hex_editor.copy.address": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.copy.address": "",
"hex.builtin.view.hex_editor.copy.base64": "Base64",
"hex.builtin.view.hex_editor.copy.c": "C 配列",
"hex.builtin.view.hex_editor.copy.cpp": "C++ 配列",
@ -667,11 +667,11 @@
"hex.builtin.view.hex_editor.menu.edit.copy": "コピー",
"hex.builtin.view.hex_editor.menu.edit.copy_as": "〜としてコピー…",
"hex.builtin.view.hex_editor.menu.edit.insert": "挿入…",
"hex.builtin.view.hex_editor.menu.edit.jump_to": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.open_in_new_provider": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.jump_to": "",
"hex.builtin.view.hex_editor.menu.edit.open_in_new_provider": "",
"hex.builtin.view.hex_editor.menu.edit.paste": "貼り付け",
"hex.builtin.view.hex_editor.menu.edit.paste_all": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.remove": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.paste_all": "",
"hex.builtin.view.hex_editor.menu.edit.remove": "",
"hex.builtin.view.hex_editor.menu.edit.resize": "リサイズ…",
"hex.builtin.view.hex_editor.menu.edit.select_all": "すべて選択",
"hex.builtin.view.hex_editor.menu.edit.set_base": "ベースアドレスをセット",
@ -685,32 +685,32 @@
"hex.builtin.view.hex_editor.search.find": "検索",
"hex.builtin.view.hex_editor.search.hex": "16進数",
"hex.builtin.view.hex_editor.search.string": "文字列",
"hex.builtin.view.hex_editor.select.offset.begin": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.offset.end": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.offset.region": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.offset.size": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.select": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.offset.begin": "",
"hex.builtin.view.hex_editor.select.offset.end": "",
"hex.builtin.view.hex_editor.select.offset.region": "",
"hex.builtin.view.hex_editor.select.offset.size": "",
"hex.builtin.view.hex_editor.select.select": "",
"hex.builtin.view.information.analyze": "表示中のページを解析する",
"hex.builtin.view.information.analyzing": "解析中…",
"hex.builtin.view.information.block_size": "ブロックサイズ",
"hex.builtin.view.information.block_size.desc": "{0} ブロック/ {1} バイト",
"hex.builtin.view.information.byte_types": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.byte_types": "",
"hex.builtin.view.information.control": "コントロール",
"hex.builtin.view.information.description": "詳細:",
"hex.builtin.view.information.digram": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.digram": "",
"hex.builtin.view.information.distribution": "バイト分布",
"hex.builtin.view.information.encrypted": "暗号化や圧縮を経たデータと推測されます。",
"hex.builtin.view.information.entropy": "エントロピー",
"hex.builtin.view.information.file_entropy": "ファイルのエントロピー",
"hex.builtin.view.information.highest_entropy": "最大エントロピーブロック",
"hex.builtin.view.information.info_analysis": "情報の分析",
"hex.builtin.view.information.layered_distribution": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.layered_distribution": "",
"hex.builtin.view.information.magic": "Magic情報",
"hex.builtin.view.information.magic_db_added": "Magicデータベースが追加されました。",
"hex.builtin.view.information.mime": "MIMEタイプ:",
"hex.builtin.view.information.name": "データ解析",
"hex.builtin.view.information.plain_text": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.plain_text_percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.plain_text": "",
"hex.builtin.view.information.plain_text_percentage": "",
"hex.builtin.view.information.region": "解析する領域",
"hex.builtin.view.patches.name": "パッチ",
"hex.builtin.view.patches.offset": "オフセット",
@ -728,18 +728,18 @@
"hex.builtin.view.pattern_editor.dangerous_function.name": "危険な関数の使用を許可しますか?",
"hex.builtin.view.pattern_editor.env_vars": "環境変数",
"hex.builtin.view.pattern_editor.evaluating": "実行中…",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.array": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.single": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.custom": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.array": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.single": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.custom": "",
"hex.builtin.view.pattern_editor.menu.file.load_pattern": "パターンを読み込み…",
"hex.builtin.view.pattern_editor.menu.file.save_pattern": "パターンを保存…",
"hex.builtin.view.pattern_editor.name": "パターンエディタ",
"hex.builtin.view.pattern_editor.no_in_out_vars": "グローバル変数に 'in' または 'out' を指定して、ここに表示されるように定義してください。",
"hex.builtin.view.pattern_editor.open_pattern": "パターンを開く",
"hex.builtin.view.pattern_editor.section_popup": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.sections": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.section_popup": "",
"hex.builtin.view.pattern_editor.sections": "",
"hex.builtin.view.pattern_editor.settings": "設定",
"hex.builtin.view.provider_settings.load_error": "ファイルを開く際にエラーが発生しました。",
"hex.builtin.view.provider_settings.load_popup": "ファイルを開く",
@ -751,7 +751,7 @@
"hex.builtin.view.store.download_error": "ファイルのダウンロードに失敗しました。ダウンロード先フォルダが存在しません。",
"hex.builtin.view.store.loading": "ストアコンテンツを読み込み中…",
"hex.builtin.view.store.name": "コンテンツストア",
"hex.builtin.view.store.netfailed": "***** MISSING TRANSLATION *****",
"hex.builtin.view.store.netfailed": "",
"hex.builtin.view.store.reload": "再読み込み",
"hex.builtin.view.store.remove": "削除",
"hex.builtin.view.store.row.description": "詳細",
@ -774,7 +774,7 @@
"hex.builtin.view.yara.name": "Yaraルール",
"hex.builtin.view.yara.no_rules": "YARAルールが見つかりませんでした。ImHexの'yara'フォルダ内に入れてください",
"hex.builtin.view.yara.reload": "リロード",
"hex.builtin.view.yara.reset": "***** MISSING TRANSLATION *****",
"hex.builtin.view.yara.reset": "",
"hex.builtin.view.yara.rule_added": "Yaraルールが追加されました。",
"hex.builtin.view.yara.whole_data": "ファイル全体が一致します。",
"hex.builtin.visualizer.decimal.signed.16bit": "符号付き整数型 (16 bits)",
@ -792,9 +792,9 @@
"hex.builtin.visualizer.hexadecimal.32bit": "16進数 (32 bits)",
"hex.builtin.visualizer.hexadecimal.64bit": "16進数 (64 bits)",
"hex.builtin.visualizer.hexadecimal.8bit": "16進数 ( 8 bits)",
"hex.builtin.visualizer.hexii": "***** MISSING TRANSLATION *****",
"hex.builtin.visualizer.hexii": "",
"hex.builtin.visualizer.rgba8": "RGBA8",
"hex.builtin.welcome.check_for_updates_text": "***** MISSING TRANSLATION *****",
"hex.builtin.welcome.check_for_updates_text": "",
"hex.builtin.welcome.customize.settings.desc": "ImHexの設定を変更します",
"hex.builtin.welcome.customize.settings.title": "設定",
"hex.builtin.welcome.header.customize": "カスタマイズ",

View File

@ -12,12 +12,12 @@
"hex.builtin.common.big": "빅",
"hex.builtin.common.big_endian": "빅 엔디안",
"hex.builtin.common.browse": "찾아보기...",
"hex.builtin.common.bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.common.bytes": "",
"hex.builtin.common.cancel": "취소",
"hex.builtin.common.choose_file": "파일 선택",
"hex.builtin.common.close": "닫기",
"hex.builtin.common.comment": "주석",
"hex.builtin.common.count": "***** MISSING TRANSLATION *****",
"hex.builtin.common.count": "",
"hex.builtin.common.decimal": "10진수",
"hex.builtin.common.dont_show_again": "다시 보이지 않기",
"hex.builtin.common.encoding.ascii": "ASCII",
@ -31,20 +31,20 @@
"hex.builtin.common.filter": "필터",
"hex.builtin.common.hexadecimal": "16진수",
"hex.builtin.common.info": "정보",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.instruction": "",
"hex.builtin.common.link": "링크",
"hex.builtin.common.little": "리틀",
"hex.builtin.common.little_endian": "리틀 엔디안",
"hex.builtin.common.load": "불러오기",
"hex.builtin.common.match_selection": "선택 범위와 일치",
"hex.builtin.common.name": "***** MISSING TRANSLATION *****",
"hex.builtin.common.name": "",
"hex.builtin.common.no": "아니오",
"hex.builtin.common.number_format": "포맷",
"hex.builtin.common.octal": "8진수",
"hex.builtin.common.offset": "오프셋",
"hex.builtin.common.okay": "네",
"hex.builtin.common.open": "열기",
"hex.builtin.common.percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.common.percentage": "",
"hex.builtin.common.processing": "작업 중",
"hex.builtin.common.question": "질문",
"hex.builtin.common.range": "범위",
@ -135,15 +135,15 @@
"hex.builtin.menu.file.close": "닫기",
"hex.builtin.menu.file.create_file": "새 파일...",
"hex.builtin.menu.file.export": "내보내기...",
"hex.builtin.menu.file.export.base64": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64": "",
"hex.builtin.menu.file.export.base64.popup.export_error": "",
"hex.builtin.menu.file.export.ips": "IPS 패치",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "",
"hex.builtin.menu.file.export.ips.popup.export_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "",
"hex.builtin.menu.file.export.ips32": "IPS32 패치",
"hex.builtin.menu.file.export.popup.create": "데이터를 내보낼 수 없습니다. 파일을 만드는 데 실패했습니다!",
"hex.builtin.menu.file.export.title": "파일 내보내기",
@ -158,23 +158,23 @@
"hex.builtin.menu.file.open_project": "프로젝트 열기...",
"hex.builtin.menu.file.open_recent": "최근 파일",
"hex.builtin.menu.file.quit": "ImHex 종료하기",
"hex.builtin.menu.file.reload_file": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.reload_file": "",
"hex.builtin.menu.file.save_project": "프로젝트 저장",
"hex.builtin.menu.file.save_project_as": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.save_project_as": "",
"hex.builtin.menu.help": "도움말",
"hex.builtin.menu.layout": "레이아웃",
"hex.builtin.menu.view": "뷰",
"hex.builtin.menu.view.demo": "ImGui Demo 표시하기",
"hex.builtin.menu.view.fps": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.view.fps": "",
"hex.builtin.nodes.arithmetic": "수학",
"hex.builtin.nodes.arithmetic.add": "덧셈",
"hex.builtin.nodes.arithmetic.add.header": "덧셈",
"hex.builtin.nodes.arithmetic.average": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.average.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.average": "",
"hex.builtin.nodes.arithmetic.average.header": "",
"hex.builtin.nodes.arithmetic.div": "나눗셈",
"hex.builtin.nodes.arithmetic.div.header": "나눗셈",
"hex.builtin.nodes.arithmetic.median": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.median.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.median": "",
"hex.builtin.nodes.arithmetic.median.header": "",
"hex.builtin.nodes.arithmetic.mod": "나머지",
"hex.builtin.nodes.arithmetic.mod.header": "나머지",
"hex.builtin.nodes.arithmetic.mul": "곱셈",
@ -193,12 +193,12 @@
"hex.builtin.nodes.buffer": "버퍼",
"hex.builtin.nodes.buffer.combine": "합치기",
"hex.builtin.nodes.buffer.combine.header": "버퍼 합치기",
"hex.builtin.nodes.buffer.patch": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.patch.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.patch.input.patch": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.patch": "",
"hex.builtin.nodes.buffer.patch.header": "",
"hex.builtin.nodes.buffer.patch.input.patch": "",
"hex.builtin.nodes.buffer.repeat": "출력",
"hex.builtin.nodes.buffer.repeat.header": "버퍼 반복",
"hex.builtin.nodes.buffer.repeat.input.buffer": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.repeat.input.buffer": "",
"hex.builtin.nodes.buffer.repeat.input.count": "개수",
"hex.builtin.nodes.buffer.slice": "자르기",
"hex.builtin.nodes.buffer.slice.header": "버퍼 자르기",
@ -206,20 +206,20 @@
"hex.builtin.nodes.buffer.slice.input.from": "시작",
"hex.builtin.nodes.buffer.slice.input.to": "끝",
"hex.builtin.nodes.casting": "데이터 변환",
"hex.builtin.nodes.casting.buffer_to_float": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.casting.buffer_to_float.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.casting.buffer_to_float": "",
"hex.builtin.nodes.casting.buffer_to_float.header": "",
"hex.builtin.nodes.casting.buffer_to_int": "버퍼에서 정수로",
"hex.builtin.nodes.casting.buffer_to_int.header": "버퍼에서 정수로",
"hex.builtin.nodes.casting.float_to_buffer": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.casting.float_to_buffer.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.casting.float_to_buffer": "",
"hex.builtin.nodes.casting.float_to_buffer.header": "",
"hex.builtin.nodes.casting.int_to_buffer": "정수에서 버퍼로",
"hex.builtin.nodes.casting.int_to_buffer.header": "정수에서 버퍼로",
"hex.builtin.nodes.common.height": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.common.height": "",
"hex.builtin.nodes.common.input": "Input",
"hex.builtin.nodes.common.input.a": "Input A",
"hex.builtin.nodes.common.input.b": "Input B",
"hex.builtin.nodes.common.output": "Output",
"hex.builtin.nodes.common.width": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.common.width": "",
"hex.builtin.nodes.constants": "상수",
"hex.builtin.nodes.constants.buffer": "버퍼",
"hex.builtin.nodes.constants.buffer.header": "버퍼",
@ -289,17 +289,17 @@
"hex.builtin.nodes.decoding.hex": "16진수",
"hex.builtin.nodes.decoding.hex.header": "16진수 decoder",
"hex.builtin.nodes.display": "디스플레이",
"hex.builtin.nodes.display.buffer": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.display.buffer.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.display.buffer": "",
"hex.builtin.nodes.display.buffer.header": "",
"hex.builtin.nodes.display.float": "실수",
"hex.builtin.nodes.display.float.header": "실수 디스플레이",
"hex.builtin.nodes.display.int": "정수",
"hex.builtin.nodes.display.int.header": "정수 디스플레이",
"hex.builtin.nodes.display.string": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.display.string.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.pattern_language": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.pattern_language.out_var": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.pattern_language.out_var.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.display.string": "",
"hex.builtin.nodes.display.string.header": "",
"hex.builtin.nodes.pattern_language": "",
"hex.builtin.nodes.pattern_language.out_var": "",
"hex.builtin.nodes.pattern_language.out_var.header": "",
"hex.builtin.nodes.visualizer": "시작화",
"hex.builtin.nodes.visualizer.byte_distribution": "바이트 분포",
"hex.builtin.nodes.visualizer.byte_distribution.header": "바이트 분포",
@ -307,29 +307,29 @@
"hex.builtin.nodes.visualizer.digram.header": "다이어그램",
"hex.builtin.nodes.visualizer.image": "이미지",
"hex.builtin.nodes.visualizer.image.header": "이미지 시각화",
"hex.builtin.nodes.visualizer.image_rgba": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.image_rgba.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.image_rgba": "",
"hex.builtin.nodes.visualizer.image_rgba.header": "",
"hex.builtin.nodes.visualizer.layered_dist": "계층적 분포",
"hex.builtin.nodes.visualizer.layered_dist.header": "계층적 분포",
"hex.builtin.pattern_drawer.color": "색상",
"hex.builtin.pattern_drawer.double_click": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.double_click": "",
"hex.builtin.pattern_drawer.offset": "오프셋",
"hex.builtin.pattern_drawer.size": "크기",
"hex.builtin.pattern_drawer.type": "타입",
"hex.builtin.pattern_drawer.value": "값",
"hex.builtin.pattern_drawer.var_name": "이름",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.unknown": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "",
"hex.builtin.pattern_drawer.visualizer.unknown": "",
"hex.builtin.popup.close_provider.desc": "공급자에 저장하지 않은 내용이 있습니다.\n정말로 종료하시겠습니까?",
"hex.builtin.popup.close_provider.title": "공급자를 종료하시겠습니까?",
"hex.builtin.popup.error.create": "새 파일을 만드는데 실패했습니다!",
"hex.builtin.popup.error.file_dialog.common": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.file_dialog.portal": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.file_dialog.common": "",
"hex.builtin.popup.error.file_dialog.portal": "",
"hex.builtin.popup.error.open": "파일을 여는데 실패했습니다!",
"hex.builtin.popup.error.project.load": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.project.save": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.project.load": "",
"hex.builtin.popup.error.project.save": "",
"hex.builtin.popup.error.read_only": "쓰기 권한을 가져올 수 없습니다. 파일이 읽기 전용 모드로 열렸습니다.",
"hex.builtin.popup.error.task_exception": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.task_exception": "",
"hex.builtin.popup.exit_application.desc": "프로젝트에 저장하지 않은 내용이 있습니다.\n정말로 종료하시겠습니까?",
"hex.builtin.popup.exit_application.title": "프로그램을 종료하시겠습니까?",
"hex.builtin.provider.disk": "Raw 디스크 공급자",
@ -350,11 +350,11 @@
"hex.builtin.provider.gdb.server": "서버",
"hex.builtin.provider.intel_hex": "Intel Hex 공급자",
"hex.builtin.provider.intel_hex.name": "Intel Hex {0}",
"hex.builtin.provider.mem_file": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.mem_file.unsaved": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.mem_file": "",
"hex.builtin.provider.mem_file.unsaved": "",
"hex.builtin.provider.motorola_srec": "Motorola SREC 공급자",
"hex.builtin.provider.motorola_srec.name": "Motorola SREC {0}",
"hex.builtin.provider.view": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.view": "",
"hex.builtin.setting.folders": "폴더",
"hex.builtin.setting.folders.add_folder": "새 폴더 추가",
"hex.builtin.setting.folders.description": "패턴, 스크립트, YARA 규칙 등을 찾아볼 추가적인 폴더 경로를 지정하세요",
@ -364,19 +364,19 @@
"hex.builtin.setting.font.font_size": "글꼴 크기",
"hex.builtin.setting.general": "일반",
"hex.builtin.setting.general.auto_load_patterns": "지원하는 패턴 자동으로 로드",
"hex.builtin.setting.general.check_for_updates": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.general.enable_unicode": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.general.check_for_updates": "",
"hex.builtin.setting.general.enable_unicode": "",
"hex.builtin.setting.general.show_tips": "시작 시 팁 표시",
"hex.builtin.setting.general.sync_pattern_source": "공급자 간 패턴 소스 코드 동기화",
"hex.builtin.setting.hex_editor": "헥스 편집기",
"hex.builtin.setting.hex_editor.advanced_decoding": "추가 디코딩 열 표시",
"hex.builtin.setting.hex_editor.ascii": "ASCII 열 표시",
"hex.builtin.setting.hex_editor.byte_padding": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.byte_padding": "",
"hex.builtin.setting.hex_editor.bytes_per_row": "한 줄당 바이트 수",
"hex.builtin.setting.hex_editor.char_padding": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.char_padding": "",
"hex.builtin.setting.hex_editor.grey_zeros": "00을 회색으로 표시",
"hex.builtin.setting.hex_editor.highlight_color": "선택 영역 색상 하이라이트",
"hex.builtin.setting.hex_editor.sync_scrolling": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.sync_scrolling": "",
"hex.builtin.setting.hex_editor.uppercase_hex": "16진수 값을 대문자로 표시",
"hex.builtin.setting.hex_editor.visualizer": "데이터 표시",
"hex.builtin.setting.imhex": "ImHex",
@ -386,11 +386,11 @@
"hex.builtin.setting.interface.fps": "FPS 제한",
"hex.builtin.setting.interface.fps.unlocked": "제한 없음",
"hex.builtin.setting.interface.language": "언어",
"hex.builtin.setting.interface.multi_windows": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.tree": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.multi_windows": "",
"hex.builtin.setting.interface.pattern_tree_style": "",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "",
"hex.builtin.setting.interface.pattern_tree_style.tree": "",
"hex.builtin.setting.interface.scaling": "크기",
"hex.builtin.setting.interface.scaling.native": "기본",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -473,7 +473,7 @@
"hex.builtin.tools.format.standard": "표준",
"hex.builtin.tools.history": "이력",
"hex.builtin.tools.ieee754": "IEEE 754 부동 소수점 테스트",
"hex.builtin.tools.ieee754.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.description": "",
"hex.builtin.tools.ieee754.double_precision": "Double Precision",
"hex.builtin.tools.ieee754.exponent": "지수부",
"hex.builtin.tools.ieee754.exponent_size": "지수부 크기",
@ -488,9 +488,9 @@
"hex.builtin.tools.ieee754.singe_precision": "Single Precision",
"hex.builtin.tools.ieee754.type": "종류",
"hex.builtin.tools.input": "입력",
"hex.builtin.tools.invariant_multiplication": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.num_bits": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication": "",
"hex.builtin.tools.invariant_multiplication.description": "",
"hex.builtin.tools.invariant_multiplication.num_bits": "",
"hex.builtin.tools.name": "이름",
"hex.builtin.tools.permissions": "UNIX 권한 계산기",
"hex.builtin.tools.permissions.absolute": "절대값",
@ -601,11 +601,11 @@
"hex.builtin.view.find.demangled": "Demangled",
"hex.builtin.view.find.name": "찾기",
"hex.builtin.view.find.regex": "정규식",
"hex.builtin.view.find.regex.full_match": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.regex.pattern": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.regex.full_match": "",
"hex.builtin.view.find.regex.pattern": "",
"hex.builtin.view.find.search": "검색",
"hex.builtin.view.find.search.entries": "{} 개 검색됨",
"hex.builtin.view.find.search.reset": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.search.reset": "",
"hex.builtin.view.find.searching": "검색 중...",
"hex.builtin.view.find.sequences": "텍스트 시퀸스",
"hex.builtin.view.find.strings": "문자열",
@ -620,9 +620,9 @@
"hex.builtin.view.find.strings.symbols": "특수 문자",
"hex.builtin.view.find.strings.underscores": "언더스코어",
"hex.builtin.view.find.strings.upper_case": "대문자",
"hex.builtin.view.find.value": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.value.max": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.value.min": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.value": "",
"hex.builtin.view.find.value.max": "",
"hex.builtin.view.find.value.min": "",
"hex.builtin.view.hashes.function": "해시 함수",
"hex.builtin.view.hashes.hash": "해시",
"hex.builtin.view.hashes.hover_info": "헥스 편집기에서 영역을 선택 후 쉬프트를 누른 채로 마우스 커서를 올리면 해당 값들의 해시를 알 수 있습니다.",
@ -645,7 +645,7 @@
"hex.builtin.view.help.documentation": "ImHex 문서",
"hex.builtin.view.help.name": "도움말",
"hex.builtin.view.help.pattern_cheat_sheet": "패턴 언어 치트시트",
"hex.builtin.view.hex_editor.copy.address": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.copy.address": "",
"hex.builtin.view.hex_editor.copy.base64": "Base64",
"hex.builtin.view.hex_editor.copy.c": "C 배열",
"hex.builtin.view.hex_editor.copy.cpp": "C++ 배열",
@ -667,10 +667,10 @@
"hex.builtin.view.hex_editor.menu.edit.copy": "복사",
"hex.builtin.view.hex_editor.menu.edit.copy_as": "다른 방법으로 복사...",
"hex.builtin.view.hex_editor.menu.edit.insert": "삽입...",
"hex.builtin.view.hex_editor.menu.edit.jump_to": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.open_in_new_provider": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.jump_to": "",
"hex.builtin.view.hex_editor.menu.edit.open_in_new_provider": "",
"hex.builtin.view.hex_editor.menu.edit.paste": "붙여넣기",
"hex.builtin.view.hex_editor.menu.edit.paste_all": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.paste_all": "",
"hex.builtin.view.hex_editor.menu.edit.remove": "삭제...",
"hex.builtin.view.hex_editor.menu.edit.resize": "크기 변경...",
"hex.builtin.view.hex_editor.menu.edit.select_all": "모두 선택하기",
@ -694,23 +694,23 @@
"hex.builtin.view.information.analyzing": "분석 중...",
"hex.builtin.view.information.block_size": "블록 크기",
"hex.builtin.view.information.block_size.desc": "{1} 바이트 중 {0} 블록 ",
"hex.builtin.view.information.byte_types": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.byte_types": "",
"hex.builtin.view.information.control": "컨트롤",
"hex.builtin.view.information.description": "설명:",
"hex.builtin.view.information.digram": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.digram": "",
"hex.builtin.view.information.distribution": "바이트 분포",
"hex.builtin.view.information.encrypted": "이 데이터는 아마 암호화 혹은 압축되었을 가능성이 높습니다!",
"hex.builtin.view.information.entropy": "엔트로피",
"hex.builtin.view.information.file_entropy": "파일 엔트로피",
"hex.builtin.view.information.highest_entropy": "최대 엔트로피 블록",
"hex.builtin.view.information.info_analysis": "정보 분석",
"hex.builtin.view.information.layered_distribution": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.layered_distribution": "",
"hex.builtin.view.information.magic": "Magic 정보",
"hex.builtin.view.information.magic_db_added": "Magic 데이터베이스 추가됨!",
"hex.builtin.view.information.mime": "MIME 타입:",
"hex.builtin.view.information.name": "데이터 정보",
"hex.builtin.view.information.plain_text": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.plain_text_percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.plain_text": "",
"hex.builtin.view.information.plain_text_percentage": "",
"hex.builtin.view.information.region": "분석한 영역",
"hex.builtin.view.patches.name": "패치",
"hex.builtin.view.patches.offset": "오프셋",
@ -728,18 +728,18 @@
"hex.builtin.view.pattern_editor.dangerous_function.name": "위험한 함수를 허용하시겠습니까?",
"hex.builtin.view.pattern_editor.env_vars": "환경 변수",
"hex.builtin.view.pattern_editor.evaluating": "평가 중...",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.array": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.single": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.custom": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.array": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.single": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.custom": "",
"hex.builtin.view.pattern_editor.menu.file.load_pattern": "패턴 불러오기...",
"hex.builtin.view.pattern_editor.menu.file.save_pattern": "패턴 저장하기...",
"hex.builtin.view.pattern_editor.name": "패턴 편집기",
"hex.builtin.view.pattern_editor.no_in_out_vars": "'in' 또는 'out' 지정자를 이용해 여기에 나타날 전역 변수를 선언합니다.",
"hex.builtin.view.pattern_editor.open_pattern": "패턴 열기",
"hex.builtin.view.pattern_editor.section_popup": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.sections": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.section_popup": "",
"hex.builtin.view.pattern_editor.sections": "",
"hex.builtin.view.pattern_editor.settings": "설정",
"hex.builtin.view.provider_settings.load_error": "이 공급자를 여는 도중 에러가 발생했습니다!",
"hex.builtin.view.provider_settings.load_popup": "공급자 열기",
@ -751,7 +751,7 @@
"hex.builtin.view.store.download_error": "파일 다운로드에 실패했습니다! 저장 폴더가 존재하지 않습니다.",
"hex.builtin.view.store.loading": "스토어 콘텐츠 불러오는 중...",
"hex.builtin.view.store.name": "콘텐츠 스토어",
"hex.builtin.view.store.netfailed": "***** MISSING TRANSLATION *****",
"hex.builtin.view.store.netfailed": "",
"hex.builtin.view.store.reload": "새로 고침",
"hex.builtin.view.store.remove": "제거",
"hex.builtin.view.store.row.description": "설명",
@ -774,7 +774,7 @@
"hex.builtin.view.yara.name": "Yara 규칙",
"hex.builtin.view.yara.no_rules": "YARA 규칙이 없습니다. ImHex의 'yara' 폴더에 YARA 규칙을 넣으세요.",
"hex.builtin.view.yara.reload": "재검사",
"hex.builtin.view.yara.reset": "***** MISSING TRANSLATION *****",
"hex.builtin.view.yara.reset": "",
"hex.builtin.view.yara.rule_added": "Yara 규칙 추가됨!",
"hex.builtin.view.yara.whole_data": "모든 파일을 검색했습니다!",
"hex.builtin.visualizer.decimal.signed.16bit": "부호 있는 10진수 (16 비트)",
@ -794,7 +794,7 @@
"hex.builtin.visualizer.hexadecimal.8bit": "16진수 (8 비트)",
"hex.builtin.visualizer.hexii": "HexII",
"hex.builtin.visualizer.rgba8": "RGBA8 색상",
"hex.builtin.welcome.check_for_updates_text": "***** MISSING TRANSLATION *****",
"hex.builtin.welcome.check_for_updates_text": "",
"hex.builtin.welcome.customize.settings.desc": "ImHex의 설정을 변경합니다",
"hex.builtin.welcome.customize.settings.title": "설정",
"hex.builtin.welcome.header.customize": "커스터마이즈",

View File

@ -12,12 +12,12 @@
"hex.builtin.common.big": "Big",
"hex.builtin.common.big_endian": "Big Endian",
"hex.builtin.common.browse": "Navegar...",
"hex.builtin.common.bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.common.bytes": "",
"hex.builtin.common.cancel": "Cancelar",
"hex.builtin.common.choose_file": "Escolher arquivo",
"hex.builtin.common.close": "Fechar",
"hex.builtin.common.comment": "***** MISSING TRANSLATION *****",
"hex.builtin.common.count": "***** MISSING TRANSLATION *****",
"hex.builtin.common.comment": "",
"hex.builtin.common.count": "",
"hex.builtin.common.decimal": "Decimal",
"hex.builtin.common.dont_show_again": "Não Mostrar Novamente",
"hex.builtin.common.encoding.ascii": "ASCII",
@ -28,32 +28,32 @@
"hex.builtin.common.error": "Erro",
"hex.builtin.common.fatal": "Erro Fatal",
"hex.builtin.common.file": "Arquivo",
"hex.builtin.common.filter": "***** MISSING TRANSLATION *****",
"hex.builtin.common.filter": "",
"hex.builtin.common.hexadecimal": "Hexadecimal",
"hex.builtin.common.info": "Informação",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.instruction": "",
"hex.builtin.common.link": "Link",
"hex.builtin.common.little": "Little",
"hex.builtin.common.little_endian": "Little Endian",
"hex.builtin.common.load": "Carregar",
"hex.builtin.common.match_selection": "Seleção de correspondência",
"hex.builtin.common.name": "***** MISSING TRANSLATION *****",
"hex.builtin.common.name": "",
"hex.builtin.common.no": "Não",
"hex.builtin.common.number_format": "Format",
"hex.builtin.common.octal": "Octal",
"hex.builtin.common.offset": "Offset",
"hex.builtin.common.okay": "OK",
"hex.builtin.common.open": "Abrir",
"hex.builtin.common.percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.common.percentage": "",
"hex.builtin.common.processing": "Processando",
"hex.builtin.common.question": "Question",
"hex.builtin.common.range": "***** MISSING TRANSLATION *****",
"hex.builtin.common.range.entire_data": "***** MISSING TRANSLATION *****",
"hex.builtin.common.range.selection": "***** MISSING TRANSLATION *****",
"hex.builtin.common.range": "",
"hex.builtin.common.range.entire_data": "",
"hex.builtin.common.range.selection": "",
"hex.builtin.common.region": "Region",
"hex.builtin.common.set": "Colocar",
"hex.builtin.common.size": "Tamanho",
"hex.builtin.common.type": "***** MISSING TRANSLATION *****",
"hex.builtin.common.type": "",
"hex.builtin.common.type.f32": "float",
"hex.builtin.common.type.f64": "double",
"hex.builtin.common.type.i16": "int16_t",
@ -68,7 +68,7 @@
"hex.builtin.common.type.u48": "uint48_t",
"hex.builtin.common.type.u64": "uint64_t",
"hex.builtin.common.type.u8": "uint8_t",
"hex.builtin.common.value": "***** MISSING TRANSLATION *****",
"hex.builtin.common.value": "",
"hex.builtin.common.yes": "Sim",
"hex.builtin.hash.crc.iv": "Initial Value",
"hex.builtin.hash.crc.poly": "Polynomial",
@ -108,7 +108,7 @@
"hex.builtin.inspector.long_double": "long double (128 bit)",
"hex.builtin.inspector.rgb565": "RGB565 Color",
"hex.builtin.inspector.rgba8": "RGBA8 Color",
"hex.builtin.inspector.sleb128": "***** MISSING TRANSLATION *****",
"hex.builtin.inspector.sleb128": "",
"hex.builtin.inspector.string": "String",
"hex.builtin.inspector.string16": "Wide String",
"hex.builtin.inspector.time": "time_t",
@ -120,7 +120,7 @@
"hex.builtin.inspector.u48": "uint48_t",
"hex.builtin.inspector.u64": "uint64_t",
"hex.builtin.inspector.u8": "uint8_t",
"hex.builtin.inspector.uleb128": "***** MISSING TRANSLATION *****",
"hex.builtin.inspector.uleb128": "",
"hex.builtin.inspector.utf8": "UTF-8 code point",
"hex.builtin.inspector.wide": "Wide Character",
"hex.builtin.layouts.default": "Default",
@ -129,21 +129,21 @@
"hex.builtin.menu.edit.redo": "Refazer",
"hex.builtin.menu.edit.undo": "Desfazer",
"hex.builtin.menu.file": "File",
"hex.builtin.menu.file.bookmark.export": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.bookmark.import": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.bookmark.export": "",
"hex.builtin.menu.file.bookmark.import": "",
"hex.builtin.menu.file.clear_recent": "Limpar",
"hex.builtin.menu.file.close": "Fechar",
"hex.builtin.menu.file.create_file": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.create_file": "",
"hex.builtin.menu.file.export": "Exportar...",
"hex.builtin.menu.file.export.base64": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64": "",
"hex.builtin.menu.file.export.base64.popup.export_error": "",
"hex.builtin.menu.file.export.ips": "IPS Patch",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "",
"hex.builtin.menu.file.export.ips.popup.export_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "",
"hex.builtin.menu.file.export.ips32": "IPS32 Patch",
"hex.builtin.menu.file.export.popup.create": "Não é possível exportar os dados. Falha ao criar arquivo!",
"hex.builtin.menu.file.export.title": "Exportar Arquivo",
@ -158,9 +158,9 @@
"hex.builtin.menu.file.open_project": "Abrir Projeto...",
"hex.builtin.menu.file.open_recent": "Abrir Recentes",
"hex.builtin.menu.file.quit": "Sair do ImHex",
"hex.builtin.menu.file.reload_file": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.reload_file": "",
"hex.builtin.menu.file.save_project": "Salvar Projeto",
"hex.builtin.menu.file.save_project_as": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.save_project_as": "",
"hex.builtin.menu.help": "Ajuda",
"hex.builtin.menu.layout": "Layout",
"hex.builtin.menu.view": "Exibir",
@ -169,12 +169,12 @@
"hex.builtin.nodes.arithmetic": "Aritmética",
"hex.builtin.nodes.arithmetic.add": "Adição",
"hex.builtin.nodes.arithmetic.add.header": "Adicionar",
"hex.builtin.nodes.arithmetic.average": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.average.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.average": "",
"hex.builtin.nodes.arithmetic.average.header": "",
"hex.builtin.nodes.arithmetic.div": "Divisão",
"hex.builtin.nodes.arithmetic.div.header": "Dividir",
"hex.builtin.nodes.arithmetic.median": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.median.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.arithmetic.median": "",
"hex.builtin.nodes.arithmetic.median.header": "",
"hex.builtin.nodes.arithmetic.mod": "Módulos",
"hex.builtin.nodes.arithmetic.mod.header": "Módulo",
"hex.builtin.nodes.arithmetic.mul": "Multiplição",
@ -193,12 +193,12 @@
"hex.builtin.nodes.buffer": "Buffer",
"hex.builtin.nodes.buffer.combine": "Combinar",
"hex.builtin.nodes.buffer.combine.header": "Combinar buffers",
"hex.builtin.nodes.buffer.patch": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.patch.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.patch.input.patch": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.patch": "",
"hex.builtin.nodes.buffer.patch.header": "",
"hex.builtin.nodes.buffer.patch.input.patch": "",
"hex.builtin.nodes.buffer.repeat": "Repetir",
"hex.builtin.nodes.buffer.repeat.header": "Repetir buffer",
"hex.builtin.nodes.buffer.repeat.input.buffer": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.buffer.repeat.input.buffer": "",
"hex.builtin.nodes.buffer.repeat.input.count": "Contar",
"hex.builtin.nodes.buffer.slice": "Slice",
"hex.builtin.nodes.buffer.slice.header": "Slice buffer",
@ -206,20 +206,20 @@
"hex.builtin.nodes.buffer.slice.input.from": "Do",
"hex.builtin.nodes.buffer.slice.input.to": "Para",
"hex.builtin.nodes.casting": "Conversão de Dados",
"hex.builtin.nodes.casting.buffer_to_float": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.casting.buffer_to_float.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.casting.buffer_to_float": "",
"hex.builtin.nodes.casting.buffer_to_float.header": "",
"hex.builtin.nodes.casting.buffer_to_int": "Buffer to Integer",
"hex.builtin.nodes.casting.buffer_to_int.header": "Buffer to Integer",
"hex.builtin.nodes.casting.float_to_buffer": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.casting.float_to_buffer.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.casting.float_to_buffer": "",
"hex.builtin.nodes.casting.float_to_buffer.header": "",
"hex.builtin.nodes.casting.int_to_buffer": "Integer to Buffer",
"hex.builtin.nodes.casting.int_to_buffer.header": "Integer to Buffer",
"hex.builtin.nodes.common.height": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.common.height": "",
"hex.builtin.nodes.common.input": "Input",
"hex.builtin.nodes.common.input.a": "Input A",
"hex.builtin.nodes.common.input.b": "Input B",
"hex.builtin.nodes.common.output": "Output",
"hex.builtin.nodes.common.width": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.common.width": "",
"hex.builtin.nodes.constants": "Constants",
"hex.builtin.nodes.constants.buffer": "Buffer",
"hex.builtin.nodes.constants.buffer.header": "Buffer",
@ -289,17 +289,17 @@
"hex.builtin.nodes.decoding.hex": "Hexadecimal",
"hex.builtin.nodes.decoding.hex.header": "Hexadecimal decoder",
"hex.builtin.nodes.display": "Display",
"hex.builtin.nodes.display.buffer": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.display.buffer.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.display.buffer": "",
"hex.builtin.nodes.display.buffer.header": "",
"hex.builtin.nodes.display.float": "Float",
"hex.builtin.nodes.display.float.header": "Float display",
"hex.builtin.nodes.display.int": "Integer",
"hex.builtin.nodes.display.int.header": "Integer display",
"hex.builtin.nodes.display.string": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.display.string.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.pattern_language": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.pattern_language.out_var": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.pattern_language.out_var.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.display.string": "",
"hex.builtin.nodes.display.string.header": "",
"hex.builtin.nodes.pattern_language": "",
"hex.builtin.nodes.pattern_language.out_var": "",
"hex.builtin.nodes.pattern_language.out_var.header": "",
"hex.builtin.nodes.visualizer": "Visualizers",
"hex.builtin.nodes.visualizer.byte_distribution": "Byte Distribution",
"hex.builtin.nodes.visualizer.byte_distribution.header": "Byte Distribution",
@ -307,29 +307,29 @@
"hex.builtin.nodes.visualizer.digram.header": "Digram",
"hex.builtin.nodes.visualizer.image": "Image",
"hex.builtin.nodes.visualizer.image.header": "Image Visualizer",
"hex.builtin.nodes.visualizer.image_rgba": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.image_rgba.header": "***** MISSING TRANSLATION *****",
"hex.builtin.nodes.visualizer.image_rgba": "",
"hex.builtin.nodes.visualizer.image_rgba.header": "",
"hex.builtin.nodes.visualizer.layered_dist": "Layered Distribution",
"hex.builtin.nodes.visualizer.layered_dist.header": "Layered Distribution",
"hex.builtin.pattern_drawer.color": "Cor",
"hex.builtin.pattern_drawer.double_click": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.double_click": "",
"hex.builtin.pattern_drawer.offset": "Offset",
"hex.builtin.pattern_drawer.size": "Tamanho",
"hex.builtin.pattern_drawer.type": "Tipo",
"hex.builtin.pattern_drawer.value": "Valor",
"hex.builtin.pattern_drawer.var_name": "Nome",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.unknown": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.close_provider.desc": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.close_provider.title": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "",
"hex.builtin.pattern_drawer.visualizer.unknown": "",
"hex.builtin.popup.close_provider.desc": "",
"hex.builtin.popup.close_provider.title": "",
"hex.builtin.popup.error.create": "Falha ao criar um novo arquivo!",
"hex.builtin.popup.error.file_dialog.common": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.file_dialog.portal": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.file_dialog.common": "",
"hex.builtin.popup.error.file_dialog.portal": "",
"hex.builtin.popup.error.open": "Falha ao abrir o arquivo!",
"hex.builtin.popup.error.project.load": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.project.save": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.project.load": "",
"hex.builtin.popup.error.project.save": "",
"hex.builtin.popup.error.read_only": "Não foi possível obter acesso de gravação. Arquivo aberto no modo somente leitura.",
"hex.builtin.popup.error.task_exception": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.task_exception": "",
"hex.builtin.popup.exit_application.desc": "Você tem alterações não salvas feitas em seu projeto.\nVocê tem certeza que quer sair?",
"hex.builtin.popup.exit_application.title": "Sair da aplicação?",
"hex.builtin.provider.disk": "Provedor de disco bruto",
@ -348,13 +348,13 @@
"hex.builtin.provider.gdb.name": "GDB Server <{0}:{1}>",
"hex.builtin.provider.gdb.port": "Porta",
"hex.builtin.provider.gdb.server": "Servidor",
"hex.builtin.provider.intel_hex": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.intel_hex.name": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.mem_file": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.mem_file.unsaved": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.motorola_srec": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.motorola_srec.name": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.view": "***** MISSING TRANSLATION *****",
"hex.builtin.provider.intel_hex": "",
"hex.builtin.provider.intel_hex.name": "",
"hex.builtin.provider.mem_file": "",
"hex.builtin.provider.mem_file.unsaved": "",
"hex.builtin.provider.motorola_srec": "",
"hex.builtin.provider.motorola_srec.name": "",
"hex.builtin.provider.view": "",
"hex.builtin.setting.folders": "Pastas",
"hex.builtin.setting.folders.add_folder": "Adicionar nova pasta",
"hex.builtin.setting.folders.description": "Especifique caminhos de pesquisa adicionais para padrões, scripts, regras Yara e muito mais",
@ -364,20 +364,20 @@
"hex.builtin.setting.font.font_size": "Tamanho da Fonte",
"hex.builtin.setting.general": "General",
"hex.builtin.setting.general.auto_load_patterns": "Padrão compatível com carregamento automático",
"hex.builtin.setting.general.check_for_updates": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.general.enable_unicode": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.general.check_for_updates": "",
"hex.builtin.setting.general.enable_unicode": "",
"hex.builtin.setting.general.show_tips": "Mostrar dicas na inicialização",
"hex.builtin.setting.general.sync_pattern_source": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.general.sync_pattern_source": "",
"hex.builtin.setting.hex_editor": "Hex Editor",
"hex.builtin.setting.hex_editor.advanced_decoding": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.advanced_decoding": "",
"hex.builtin.setting.hex_editor.ascii": "Exibir coluna ASCII",
"hex.builtin.setting.hex_editor.byte_padding": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.byte_padding": "",
"hex.builtin.setting.hex_editor.bytes_per_row": "Bytes por linha",
"hex.builtin.setting.hex_editor.char_padding": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.grey_zeros": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.highlight_color": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.sync_scrolling": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.uppercase_hex": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.hex_editor.char_padding": "",
"hex.builtin.setting.hex_editor.grey_zeros": "",
"hex.builtin.setting.hex_editor.highlight_color": "",
"hex.builtin.setting.hex_editor.sync_scrolling": "",
"hex.builtin.setting.hex_editor.uppercase_hex": "",
"hex.builtin.setting.hex_editor.visualizer": "Visualizador de Dados",
"hex.builtin.setting.imhex": "ImHex",
"hex.builtin.setting.imhex.recent_files": "Arquivos Recentes",
@ -386,11 +386,11 @@
"hex.builtin.setting.interface.fps": "FPS Limit",
"hex.builtin.setting.interface.fps.unlocked": "Destravado",
"hex.builtin.setting.interface.language": "Idioma",
"hex.builtin.setting.interface.multi_windows": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.tree": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.multi_windows": "",
"hex.builtin.setting.interface.pattern_tree_style": "",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "",
"hex.builtin.setting.interface.pattern_tree_style.tree": "",
"hex.builtin.setting.interface.scaling": "Scaling",
"hex.builtin.setting.interface.scaling.native": "Nativo",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -400,11 +400,11 @@
"hex.builtin.setting.interface.scaling.x3_0": "x3.0",
"hex.builtin.setting.interface.scaling.x4_0": "x4.0",
"hex.builtin.setting.interface.wiki_explain_language": "Idioma do Wikipedia",
"hex.builtin.setting.proxy": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.proxy.description": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.proxy.enable": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.proxy.url": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.proxy.url.tooltip": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.proxy": "",
"hex.builtin.setting.proxy.description": "",
"hex.builtin.setting.proxy.enable": "",
"hex.builtin.setting.proxy.url": "",
"hex.builtin.setting.proxy.url.tooltip": "",
"hex.builtin.tools.ascii_table": "ASCII table",
"hex.builtin.tools.ascii_table.octal": "Mostrar octal",
"hex.builtin.tools.base_converter": "Base converter",
@ -473,7 +473,7 @@
"hex.builtin.tools.format.standard": "Standard",
"hex.builtin.tools.history": "History",
"hex.builtin.tools.ieee754": "IEEE 754 Floating Point Tester",
"hex.builtin.tools.ieee754.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.description": "",
"hex.builtin.tools.ieee754.double_precision": "Double Precision",
"hex.builtin.tools.ieee754.exponent": "Exponent",
"hex.builtin.tools.ieee754.exponent_size": "Exponent Size",
@ -488,9 +488,9 @@
"hex.builtin.tools.ieee754.singe_precision": "Single Precision",
"hex.builtin.tools.ieee754.type": "Tipo",
"hex.builtin.tools.input": "Input",
"hex.builtin.tools.invariant_multiplication": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.num_bits": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication": "",
"hex.builtin.tools.invariant_multiplication.description": "",
"hex.builtin.tools.invariant_multiplication.num_bits": "",
"hex.builtin.tools.name": "Nome",
"hex.builtin.tools.permissions": "Calculadora de Permissões UNIX",
"hex.builtin.tools.permissions.absolute": "Absolute Notation",
@ -595,34 +595,34 @@
"hex.builtin.view.disassembler.settings.header": "Configurações",
"hex.builtin.view.disassembler.settings.mode": "Modo",
"hex.builtin.view.disassembler.sparc.v9": "Sparc V9",
"hex.builtin.view.find.binary_pattern": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.context.copy": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.context.copy_demangle": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.demangled": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.name": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.regex": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.regex.full_match": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.regex.pattern": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.search": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.search.entries": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.search.reset": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.searching": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.sequences": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.chars": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.line_feeds": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.lower_case": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.match_settings": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.min_length": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.null_term": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.numbers": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.spaces": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.symbols": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.underscores": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.strings.upper_case": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.value": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.value.max": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.value.min": "***** MISSING TRANSLATION *****",
"hex.builtin.view.find.binary_pattern": "",
"hex.builtin.view.find.context.copy": "",
"hex.builtin.view.find.context.copy_demangle": "",
"hex.builtin.view.find.demangled": "",
"hex.builtin.view.find.name": "",
"hex.builtin.view.find.regex": "",
"hex.builtin.view.find.regex.full_match": "",
"hex.builtin.view.find.regex.pattern": "",
"hex.builtin.view.find.search": "",
"hex.builtin.view.find.search.entries": "",
"hex.builtin.view.find.search.reset": "",
"hex.builtin.view.find.searching": "",
"hex.builtin.view.find.sequences": "",
"hex.builtin.view.find.strings": "",
"hex.builtin.view.find.strings.chars": "",
"hex.builtin.view.find.strings.line_feeds": "",
"hex.builtin.view.find.strings.lower_case": "",
"hex.builtin.view.find.strings.match_settings": "",
"hex.builtin.view.find.strings.min_length": "",
"hex.builtin.view.find.strings.null_term": "",
"hex.builtin.view.find.strings.numbers": "",
"hex.builtin.view.find.strings.spaces": "",
"hex.builtin.view.find.strings.symbols": "",
"hex.builtin.view.find.strings.underscores": "",
"hex.builtin.view.find.strings.upper_case": "",
"hex.builtin.view.find.value": "",
"hex.builtin.view.find.value.max": "",
"hex.builtin.view.find.value.min": "",
"hex.builtin.view.hashes.function": "Função Hash",
"hex.builtin.view.hashes.hash": "Hash",
"hex.builtin.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.",
@ -645,7 +645,7 @@
"hex.builtin.view.help.documentation": "Documentação do ImHex",
"hex.builtin.view.help.name": "Ajuda",
"hex.builtin.view.help.pattern_cheat_sheet": "Pattern Language Cheat Sheet",
"hex.builtin.view.hex_editor.copy.address": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.copy.address": "",
"hex.builtin.view.hex_editor.copy.base64": "Base64",
"hex.builtin.view.hex_editor.copy.c": "C Array",
"hex.builtin.view.hex_editor.copy.cpp": "C++ Array",
@ -667,11 +667,11 @@
"hex.builtin.view.hex_editor.menu.edit.copy": "Copiar",
"hex.builtin.view.hex_editor.menu.edit.copy_as": "Copiar como...",
"hex.builtin.view.hex_editor.menu.edit.insert": "Inserir...",
"hex.builtin.view.hex_editor.menu.edit.jump_to": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.open_in_new_provider": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.jump_to": "",
"hex.builtin.view.hex_editor.menu.edit.open_in_new_provider": "",
"hex.builtin.view.hex_editor.menu.edit.paste": "Colar",
"hex.builtin.view.hex_editor.menu.edit.paste_all": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.remove": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.edit.paste_all": "",
"hex.builtin.view.hex_editor.menu.edit.remove": "",
"hex.builtin.view.hex_editor.menu.edit.resize": "Redimensionar...",
"hex.builtin.view.hex_editor.menu.edit.select_all": "Selecionar tudo",
"hex.builtin.view.hex_editor.menu.edit.set_base": "Definir endereço base",
@ -680,37 +680,37 @@
"hex.builtin.view.hex_editor.menu.file.save": "Salvar",
"hex.builtin.view.hex_editor.menu.file.save_as": "Salvar como...",
"hex.builtin.view.hex_editor.menu.file.search": "Procurar",
"hex.builtin.view.hex_editor.menu.file.select": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.menu.file.select": "",
"hex.builtin.view.hex_editor.name": "Editor Hex",
"hex.builtin.view.hex_editor.search.find": "Buscar",
"hex.builtin.view.hex_editor.search.hex": "Hex",
"hex.builtin.view.hex_editor.search.string": "String",
"hex.builtin.view.hex_editor.select.offset.begin": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.offset.end": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.offset.region": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.offset.size": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.select": "***** MISSING TRANSLATION *****",
"hex.builtin.view.hex_editor.select.offset.begin": "",
"hex.builtin.view.hex_editor.select.offset.end": "",
"hex.builtin.view.hex_editor.select.offset.region": "",
"hex.builtin.view.hex_editor.select.offset.size": "",
"hex.builtin.view.hex_editor.select.select": "",
"hex.builtin.view.information.analyze": "Analisar Pagina",
"hex.builtin.view.information.analyzing": "Analizando...",
"hex.builtin.view.information.block_size": "Block size",
"hex.builtin.view.information.block_size.desc": "{0} blocks of {1} bytes",
"hex.builtin.view.information.byte_types": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.byte_types": "",
"hex.builtin.view.information.control": "Controle",
"hex.builtin.view.information.description": "Descrição:",
"hex.builtin.view.information.digram": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.digram": "",
"hex.builtin.view.information.distribution": "Byte distribution",
"hex.builtin.view.information.encrypted": "Esses dados provavelmente estão criptografados ou compactados!",
"hex.builtin.view.information.entropy": "Entropy",
"hex.builtin.view.information.file_entropy": "File entropy",
"hex.builtin.view.information.highest_entropy": "Highest entropy block",
"hex.builtin.view.information.info_analysis": "Análise de Informações",
"hex.builtin.view.information.layered_distribution": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.layered_distribution": "",
"hex.builtin.view.information.magic": "Informação Mágica",
"hex.builtin.view.information.magic_db_added": "Magic database added!",
"hex.builtin.view.information.mime": "MIME Type:",
"hex.builtin.view.information.name": "Data Information",
"hex.builtin.view.information.plain_text": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.plain_text_percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.plain_text": "",
"hex.builtin.view.information.plain_text_percentage": "",
"hex.builtin.view.information.region": "Região analizada",
"hex.builtin.view.patches.name": "Patches",
"hex.builtin.view.patches.offset": "Desvio",
@ -728,20 +728,20 @@
"hex.builtin.view.pattern_editor.dangerous_function.name": "Permitir função perigosa?",
"hex.builtin.view.pattern_editor.env_vars": "Variáveis de Ambiente",
"hex.builtin.view.pattern_editor.evaluating": "Avaliando...",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.array": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.single": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.custom": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.array": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.builtin.single": "",
"hex.builtin.view.pattern_editor.menu.edit.place_pattern.custom": "",
"hex.builtin.view.pattern_editor.menu.file.load_pattern": "Carregando padrão...",
"hex.builtin.view.pattern_editor.menu.file.save_pattern": "Salvando padrão...",
"hex.builtin.view.pattern_editor.name": "Editor de padrões",
"hex.builtin.view.pattern_editor.no_in_out_vars": "Defina algumas variáveis globais com o especificador 'in' ou 'out' para que elas apareçam aqui.",
"hex.builtin.view.pattern_editor.open_pattern": "Abrir padrão",
"hex.builtin.view.pattern_editor.section_popup": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.sections": "***** MISSING TRANSLATION *****",
"hex.builtin.view.pattern_editor.section_popup": "",
"hex.builtin.view.pattern_editor.sections": "",
"hex.builtin.view.pattern_editor.settings": "Configurações",
"hex.builtin.view.provider_settings.load_error": "***** MISSING TRANSLATION *****",
"hex.builtin.view.provider_settings.load_error": "",
"hex.builtin.view.provider_settings.load_popup": "Abrir Provedor",
"hex.builtin.view.provider_settings.name": "Configurações do provedor",
"hex.builtin.view.settings.name": "Configurações",
@ -751,7 +751,7 @@
"hex.builtin.view.store.download_error": "Falha ao baixar o arquivo! A pasta de destino não existe.",
"hex.builtin.view.store.loading": "Carregando conteúdo da loja...",
"hex.builtin.view.store.name": "Loja de Conteúdo",
"hex.builtin.view.store.netfailed": "***** MISSING TRANSLATION *****",
"hex.builtin.view.store.netfailed": "",
"hex.builtin.view.store.reload": "Recarregar",
"hex.builtin.view.store.remove": "Remover",
"hex.builtin.view.store.row.description": "Descrição",
@ -774,7 +774,7 @@
"hex.builtin.view.yara.name": "Regras Yara",
"hex.builtin.view.yara.no_rules": "Nenhuma regra YARA encontrada. Coloque-os na pasta 'yara' do ImHex",
"hex.builtin.view.yara.reload": "Recarregar",
"hex.builtin.view.yara.reset": "***** MISSING TRANSLATION *****",
"hex.builtin.view.yara.reset": "",
"hex.builtin.view.yara.rule_added": "Regra Yara Adicionada!",
"hex.builtin.view.yara.whole_data": "O arquivo inteiro corresponde!",
"hex.builtin.visualizer.decimal.signed.16bit": "Decimal Signed (16 bits)",
@ -794,7 +794,7 @@
"hex.builtin.visualizer.hexadecimal.8bit": "Hexadecimal (8 bits)",
"hex.builtin.visualizer.hexii": "HexII",
"hex.builtin.visualizer.rgba8": "RGBA8 Color",
"hex.builtin.welcome.check_for_updates_text": "***** MISSING TRANSLATION *****",
"hex.builtin.welcome.check_for_updates_text": "",
"hex.builtin.welcome.customize.settings.desc": "Mudar preferencias do ImHex",
"hex.builtin.welcome.customize.settings.title": "Configurações",
"hex.builtin.welcome.header.customize": "Customizar",

View File

@ -12,7 +12,7 @@
"hex.builtin.common.big": "大",
"hex.builtin.common.big_endian": "大端序",
"hex.builtin.common.browse": "浏览...",
"hex.builtin.common.bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.common.bytes": "",
"hex.builtin.common.cancel": "取消",
"hex.builtin.common.choose_file": "选择文件",
"hex.builtin.common.close": "关闭",
@ -31,7 +31,7 @@
"hex.builtin.common.filter": "过滤器",
"hex.builtin.common.hexadecimal": "十六进制",
"hex.builtin.common.info": "信息",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.instruction": "",
"hex.builtin.common.link": "链接",
"hex.builtin.common.little": "小",
"hex.builtin.common.little_endian": "小端序",
@ -44,7 +44,7 @@
"hex.builtin.common.offset": "偏移",
"hex.builtin.common.okay": "好的",
"hex.builtin.common.open": "打开",
"hex.builtin.common.percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.common.percentage": "",
"hex.builtin.common.processing": "处理",
"hex.builtin.common.question": "问题",
"hex.builtin.common.range": "范围",
@ -135,15 +135,15 @@
"hex.builtin.menu.file.close": "关闭",
"hex.builtin.menu.file.create_file": "新建文件...",
"hex.builtin.menu.file.export": "导出...",
"hex.builtin.menu.file.export.base64": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64": "",
"hex.builtin.menu.file.export.base64.popup.export_error": "",
"hex.builtin.menu.file.export.ips": "IPS 补丁",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "",
"hex.builtin.menu.file.export.ips.popup.export_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "",
"hex.builtin.menu.file.export.ips32": "IPS32 补丁",
"hex.builtin.menu.file.export.popup.create": "无法导出文件。文件创建失败!",
"hex.builtin.menu.file.export.title": "导出文件",
@ -318,8 +318,8 @@
"hex.builtin.pattern_drawer.type": "类型",
"hex.builtin.pattern_drawer.value": "值",
"hex.builtin.pattern_drawer.var_name": "名称",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.unknown": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "",
"hex.builtin.pattern_drawer.visualizer.unknown": "",
"hex.builtin.popup.close_provider.desc": "有对此提供器做出的未保存的更改。\n你确定要关闭吗",
"hex.builtin.popup.close_provider.title": "关闭提供器?",
"hex.builtin.popup.error.create": "创建新文件失败!",
@ -382,15 +382,15 @@
"hex.builtin.setting.imhex": "ImHex",
"hex.builtin.setting.imhex.recent_files": "最近文件",
"hex.builtin.setting.interface": "界面",
"hex.builtin.setting.interface.color": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.color": "",
"hex.builtin.setting.interface.fps": "FPS 限制",
"hex.builtin.setting.interface.fps.unlocked": "无限制",
"hex.builtin.setting.interface.language": "语言",
"hex.builtin.setting.interface.multi_windows": "启用多窗口支持",
"hex.builtin.setting.interface.pattern_tree_style": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.tree": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style": "",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "",
"hex.builtin.setting.interface.pattern_tree_style.tree": "",
"hex.builtin.setting.interface.scaling": "缩放",
"hex.builtin.setting.interface.scaling.native": "本地默认",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -473,7 +473,7 @@
"hex.builtin.tools.format.standard": "标准",
"hex.builtin.tools.history": "历史",
"hex.builtin.tools.ieee754": "IEEE 754 浮点数测试器",
"hex.builtin.tools.ieee754.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.description": "",
"hex.builtin.tools.ieee754.double_precision": "双精度浮点数",
"hex.builtin.tools.ieee754.exponent": "指数",
"hex.builtin.tools.ieee754.exponent_size": "指数位数",
@ -488,9 +488,9 @@
"hex.builtin.tools.ieee754.singe_precision": "单精度浮点数",
"hex.builtin.tools.ieee754.type": "部分",
"hex.builtin.tools.input": "输入",
"hex.builtin.tools.invariant_multiplication": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.num_bits": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication": "",
"hex.builtin.tools.invariant_multiplication.description": "",
"hex.builtin.tools.invariant_multiplication.num_bits": "",
"hex.builtin.tools.name": "名称",
"hex.builtin.tools.permissions": "UNIX 权限计算器",
"hex.builtin.tools.permissions.absolute": "绝对符号",
@ -696,23 +696,23 @@
"hex.builtin.view.information.analyzing": "分析中...",
"hex.builtin.view.information.block_size": "块大小",
"hex.builtin.view.information.block_size.desc": "{0} 块 × {1} 字节",
"hex.builtin.view.information.byte_types": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.byte_types": "",
"hex.builtin.view.information.control": "控制",
"hex.builtin.view.information.description": "描述:",
"hex.builtin.view.information.digram": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.digram": "",
"hex.builtin.view.information.distribution": "字节分布",
"hex.builtin.view.information.encrypted": "此数据似乎经过了加密或压缩!",
"hex.builtin.view.information.entropy": "熵",
"hex.builtin.view.information.file_entropy": "文件熵",
"hex.builtin.view.information.highest_entropy": "最高熵",
"hex.builtin.view.information.info_analysis": "信息分析",
"hex.builtin.view.information.layered_distribution": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.layered_distribution": "",
"hex.builtin.view.information.magic": "LibMagic 信息",
"hex.builtin.view.information.magic_db_added": "LibMagic 数据库已添加!",
"hex.builtin.view.information.mime": "MIME 类型:",
"hex.builtin.view.information.name": "数据信息",
"hex.builtin.view.information.plain_text": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.plain_text_percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.plain_text": "",
"hex.builtin.view.information.plain_text_percentage": "",
"hex.builtin.view.information.region": "已分析区域",
"hex.builtin.view.patches.name": "补丁",
"hex.builtin.view.patches.offset": "偏移",

View File

@ -12,7 +12,7 @@
"hex.builtin.common.big": "大",
"hex.builtin.common.big_endian": "大端序",
"hex.builtin.common.browse": "瀏覽...",
"hex.builtin.common.bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.common.bytes": "",
"hex.builtin.common.cancel": "取消",
"hex.builtin.common.choose_file": "選擇檔案",
"hex.builtin.common.close": "關閉",
@ -31,7 +31,7 @@
"hex.builtin.common.filter": "篩選",
"hex.builtin.common.hexadecimal": "十六進位",
"hex.builtin.common.info": "資訊",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.instruction": "",
"hex.builtin.common.link": "連結",
"hex.builtin.common.little": "小",
"hex.builtin.common.little_endian": "小端序",
@ -44,7 +44,7 @@
"hex.builtin.common.offset": "位移",
"hex.builtin.common.okay": "好",
"hex.builtin.common.open": "開啟",
"hex.builtin.common.percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.common.percentage": "",
"hex.builtin.common.processing": "正在處理",
"hex.builtin.common.question": "問題",
"hex.builtin.common.range": "範圍",
@ -135,15 +135,15 @@
"hex.builtin.menu.file.close": "關閉",
"hex.builtin.menu.file.create_file": "新檔案...",
"hex.builtin.menu.file.export": "匯出...",
"hex.builtin.menu.file.export.base64": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.base64": "",
"hex.builtin.menu.file.export.base64.popup.export_error": "",
"hex.builtin.menu.file.export.ips": "IPS 修補檔案",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.export_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.ips.popup.address_out_of_range_error": "",
"hex.builtin.menu.file.export.ips.popup.export_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_format_error": "",
"hex.builtin.menu.file.export.ips.popup.invalid_patch_header_error": "",
"hex.builtin.menu.file.export.ips.popup.missing_eof_error": "",
"hex.builtin.menu.file.export.ips.popup.patch_too_large_error": "",
"hex.builtin.menu.file.export.ips32": "IPS32 修補檔案",
"hex.builtin.menu.file.export.popup.create": "無法匯出資料。無法建立檔案!",
"hex.builtin.menu.file.export.title": "匯出檔案",
@ -318,8 +318,8 @@
"hex.builtin.pattern_drawer.type": "類型",
"hex.builtin.pattern_drawer.value": "數值",
"hex.builtin.pattern_drawer.var_name": "名稱",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.unknown": "***** MISSING TRANSLATION *****",
"hex.builtin.pattern_drawer.visualizer.invalid_parameter_count": "",
"hex.builtin.pattern_drawer.visualizer.unknown": "",
"hex.builtin.popup.close_provider.desc": "您對此提供者有未儲存的更動。\n您確定要關閉嗎",
"hex.builtin.popup.close_provider.title": "關閉提供者?",
"hex.builtin.popup.error.create": "無法建立新檔案!",
@ -387,10 +387,10 @@
"hex.builtin.setting.interface.fps.unlocked": "解鎖",
"hex.builtin.setting.interface.language": "語言",
"hex.builtin.setting.interface.multi_windows": "啟用多視窗支援",
"hex.builtin.setting.interface.pattern_tree_style": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style.tree": "***** MISSING TRANSLATION *****",
"hex.builtin.setting.interface.pattern_tree_style": "",
"hex.builtin.setting.interface.pattern_tree_style.auto_expanded": "",
"hex.builtin.setting.interface.pattern_tree_style.flattened": "",
"hex.builtin.setting.interface.pattern_tree_style.tree": "",
"hex.builtin.setting.interface.scaling": "縮放",
"hex.builtin.setting.interface.scaling.native": "原生",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -473,7 +473,7 @@
"hex.builtin.tools.format.standard": "標準",
"hex.builtin.tools.history": "歷史",
"hex.builtin.tools.ieee754": "IEEE 754 浮點數測試工具",
"hex.builtin.tools.ieee754.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.description": "",
"hex.builtin.tools.ieee754.double_precision": "雙精度",
"hex.builtin.tools.ieee754.exponent": "指數",
"hex.builtin.tools.ieee754.exponent_size": "指數大小",
@ -488,9 +488,9 @@
"hex.builtin.tools.ieee754.singe_precision": "單精度",
"hex.builtin.tools.ieee754.type": "類型",
"hex.builtin.tools.input": "輸入",
"hex.builtin.tools.invariant_multiplication": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.description": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication.num_bits": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.invariant_multiplication": "",
"hex.builtin.tools.invariant_multiplication.description": "",
"hex.builtin.tools.invariant_multiplication.num_bits": "",
"hex.builtin.tools.name": "名稱",
"hex.builtin.tools.permissions": "UNIX 權限計算機",
"hex.builtin.tools.permissions.absolute": "Absolute Notation",
@ -694,23 +694,23 @@
"hex.builtin.view.information.analyzing": "正在分析...",
"hex.builtin.view.information.block_size": "區塊大小",
"hex.builtin.view.information.block_size.desc": "{0} blocks of {1} bytes",
"hex.builtin.view.information.byte_types": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.byte_types": "",
"hex.builtin.view.information.control": "控制",
"hex.builtin.view.information.description": "說明:",
"hex.builtin.view.information.digram": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.digram": "",
"hex.builtin.view.information.distribution": "位元組分佈",
"hex.builtin.view.information.encrypted": "此資料很有可能經過加密或壓縮!",
"hex.builtin.view.information.entropy": "熵",
"hex.builtin.view.information.file_entropy": "檔案熵",
"hex.builtin.view.information.highest_entropy": "Highest entropy block",
"hex.builtin.view.information.info_analysis": "資訊分析",
"hex.builtin.view.information.layered_distribution": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.layered_distribution": "",
"hex.builtin.view.information.magic": "Magic information",
"hex.builtin.view.information.magic_db_added": "Magic database added!",
"hex.builtin.view.information.mime": "MIME 類型:",
"hex.builtin.view.information.name": "資料資訊",
"hex.builtin.view.information.plain_text": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.plain_text_percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.view.information.plain_text": "",
"hex.builtin.view.information.plain_text_percentage": "",
"hex.builtin.view.information.region": "Analyzed region",
"hex.builtin.view.patches.name": "Patches",
"hex.builtin.view.patches.offset": "位移",

View File

@ -4,20 +4,20 @@
"language": "German",
"translations": {
"hex.builtin.setting.general.context_menu_entry": "Windows Kontextmenu-Eintrag",
"hex.windows.provider.process_memory": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.enumeration_failed": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.memory_regions": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.name": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.process_id": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.process_name": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.commit": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.mapped": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.private": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.reserve": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll.success": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory": "",
"hex.windows.provider.process_memory.enumeration_failed": "",
"hex.windows.provider.process_memory.memory_regions": "",
"hex.windows.provider.process_memory.name": "",
"hex.windows.provider.process_memory.process_id": "",
"hex.windows.provider.process_memory.process_name": "",
"hex.windows.provider.process_memory.region.commit": "",
"hex.windows.provider.process_memory.region.mapped": "",
"hex.windows.provider.process_memory.region.private": "",
"hex.windows.provider.process_memory.region.reserve": "",
"hex.windows.provider.process_memory.utils": "",
"hex.windows.provider.process_memory.utils.inject_dll": "",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "",
"hex.windows.provider.process_memory.utils.inject_dll.success": "",
"hex.windows.title_bar_button.debug_build": "Debug build",
"hex.windows.title_bar_button.feedback": "Feedback hinterlassen",
"hex.windows.view.tty_console.auto_scroll": "Auto scroll",

View File

@ -4,20 +4,20 @@
"language": "Korean",
"translations": {
"hex.builtin.setting.general.context_menu_entry": "Windows 컨텍스트 메뉴 항목",
"hex.windows.provider.process_memory": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.enumeration_failed": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.memory_regions": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.name": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.process_id": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.process_name": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.commit": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.mapped": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.private": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.reserve": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll.success": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory": "",
"hex.windows.provider.process_memory.enumeration_failed": "",
"hex.windows.provider.process_memory.memory_regions": "",
"hex.windows.provider.process_memory.name": "",
"hex.windows.provider.process_memory.process_id": "",
"hex.windows.provider.process_memory.process_name": "",
"hex.windows.provider.process_memory.region.commit": "",
"hex.windows.provider.process_memory.region.mapped": "",
"hex.windows.provider.process_memory.region.private": "",
"hex.windows.provider.process_memory.region.reserve": "",
"hex.windows.provider.process_memory.utils": "",
"hex.windows.provider.process_memory.utils.inject_dll": "",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "",
"hex.windows.provider.process_memory.utils.inject_dll.success": "",
"hex.windows.title_bar_button.debug_build": "디버그 빌드",
"hex.windows.title_bar_button.feedback": "피드백 남기기",
"hex.windows.view.tty_console.auto_scroll": "자동 스크롤",

View File

@ -4,20 +4,20 @@
"language": "Portuguese",
"translations": {
"hex.builtin.setting.general.context_menu_entry": "Entrada do menu de contexto do Windows",
"hex.windows.provider.process_memory": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.enumeration_failed": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.memory_regions": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.name": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.process_id": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.process_name": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.commit": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.mapped": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.private": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.reserve": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll.success": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory": "",
"hex.windows.provider.process_memory.enumeration_failed": "",
"hex.windows.provider.process_memory.memory_regions": "",
"hex.windows.provider.process_memory.name": "",
"hex.windows.provider.process_memory.process_id": "",
"hex.windows.provider.process_memory.process_name": "",
"hex.windows.provider.process_memory.region.commit": "",
"hex.windows.provider.process_memory.region.mapped": "",
"hex.windows.provider.process_memory.region.private": "",
"hex.windows.provider.process_memory.region.reserve": "",
"hex.windows.provider.process_memory.utils": "",
"hex.windows.provider.process_memory.utils.inject_dll": "",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "",
"hex.windows.provider.process_memory.utils.inject_dll.success": "",
"hex.windows.title_bar_button.debug_build": "Compilação de depuração",
"hex.windows.title_bar_button.feedback": "Deixar Feedback",
"hex.windows.view.tty_console.auto_scroll": "Auto rolagem",

View File

@ -4,20 +4,20 @@
"language": "Chinese (Simplified)",
"translations": {
"hex.builtin.setting.general.context_menu_entry": "窗口上下文菜单项",
"hex.windows.provider.process_memory": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.enumeration_failed": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.memory_regions": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.name": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.process_id": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.process_name": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.commit": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.mapped": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.private": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.reserve": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll.success": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory": "",
"hex.windows.provider.process_memory.enumeration_failed": "",
"hex.windows.provider.process_memory.memory_regions": "",
"hex.windows.provider.process_memory.name": "",
"hex.windows.provider.process_memory.process_id": "",
"hex.windows.provider.process_memory.process_name": "",
"hex.windows.provider.process_memory.region.commit": "",
"hex.windows.provider.process_memory.region.mapped": "",
"hex.windows.provider.process_memory.region.private": "",
"hex.windows.provider.process_memory.region.reserve": "",
"hex.windows.provider.process_memory.utils": "",
"hex.windows.provider.process_memory.utils.inject_dll": "",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "",
"hex.windows.provider.process_memory.utils.inject_dll.success": "",
"hex.windows.title_bar_button.debug_build": "调试构建",
"hex.windows.title_bar_button.feedback": "反馈",
"hex.windows.view.tty_console.auto_scroll": "自动滚动",

View File

@ -4,20 +4,20 @@
"language": "Chinese (Traditional)",
"translations": {
"hex.builtin.setting.general.context_menu_entry": "視窗內容功能表項目",
"hex.windows.provider.process_memory": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.enumeration_failed": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.memory_regions": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.name": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.process_id": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.process_name": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.commit": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.mapped": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.private": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.region.reserve": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory.utils.inject_dll.success": "***** MISSING TRANSLATION *****",
"hex.windows.provider.process_memory": "",
"hex.windows.provider.process_memory.enumeration_failed": "",
"hex.windows.provider.process_memory.memory_regions": "",
"hex.windows.provider.process_memory.name": "",
"hex.windows.provider.process_memory.process_id": "",
"hex.windows.provider.process_memory.process_name": "",
"hex.windows.provider.process_memory.region.commit": "",
"hex.windows.provider.process_memory.region.mapped": "",
"hex.windows.provider.process_memory.region.private": "",
"hex.windows.provider.process_memory.region.reserve": "",
"hex.windows.provider.process_memory.utils": "",
"hex.windows.provider.process_memory.utils.inject_dll": "",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "",
"hex.windows.provider.process_memory.utils.inject_dll.success": "",
"hex.windows.title_bar_button.debug_build": "除錯組建",
"hex.windows.title_bar_button.feedback": "意見回饋",
"hex.windows.view.tty_console.auto_scroll": "自動捲動",