refactor: Rework features that use external libraries into optional plugins (#1470)

This commit is contained in:
Nik
2023-12-23 21:09:41 +01:00
committed by GitHub
parent 84bfd10416
commit 61bfe10bc2
149 changed files with 2940 additions and 2390 deletions

View File

@@ -0,0 +1,108 @@
{
"code": "de-DE",
"language": "German",
"country": "Germany",
"fallback": false,
"translations": {
"hex.ui.common.address": "Adresse",
"hex.ui.common.allow": "Erlauben",
"hex.ui.common.begin": "Anfangen",
"hex.ui.common.big": "Big",
"hex.ui.common.big_endian": "Big Endian",
"hex.ui.common.browse": "Durchsuchen...",
"hex.ui.common.bytes": "Bytes",
"hex.ui.common.cancel": "Abbrechen",
"hex.ui.common.choose_file": "Datei auswählen",
"hex.ui.common.close": "Schliessen",
"hex.ui.common.comment": "Kommentar",
"hex.ui.common.count": "Anzahl",
"hex.ui.common.decimal": "Dezimal",
"hex.ui.common.deny": "Verweigern",
"hex.ui.common.dont_show_again": "Nicht mehr anzeigen",
"hex.ui.common.encoding.ascii": "ASCII",
"hex.ui.common.encoding.utf16be": "UTF-16BE",
"hex.ui.common.encoding.utf16le": "UTF-16LE",
"hex.ui.common.encoding.utf8": "UTF-8",
"hex.ui.common.end": "Beenden",
"hex.ui.common.endian": "Endian",
"hex.ui.common.warning": "Warnung",
"hex.ui.common.error": "Fehler",
"hex.ui.common.fatal": "Fataler Fehler",
"hex.ui.common.file": "Datei",
"hex.ui.common.filter": "Filter",
"hex.ui.common.hexadecimal": "Hexadezimal",
"hex.ui.common.info": "Information",
"hex.ui.common.instruction": "Instruktion",
"hex.ui.common.link": "Link",
"hex.ui.common.little": "Little",
"hex.ui.common.little_endian": "Little Endian",
"hex.ui.common.load": "Laden",
"hex.ui.common.match_selection": "Arbeitsbereich synchronisieren",
"hex.ui.common.name": "Name",
"hex.ui.common.no": "Nein",
"hex.ui.common.number_format": "Format",
"hex.ui.common.octal": "Oktal",
"hex.ui.common.offset": "Offset",
"hex.ui.common.okay": "Okay",
"hex.ui.common.open": "Öffnen",
"hex.ui.common.percentage": "Prozent",
"hex.ui.common.processing": "Verarbeiten",
"hex.ui.common.project": "Projekt",
"hex.ui.common.question": "Frage",
"hex.ui.common.range": "Bereich",
"hex.ui.common.range.entire_data": "Gesamte Daten",
"hex.ui.common.range.selection": "Auswahl",
"hex.ui.common.region": "Region",
"hex.ui.common.reset": "Zurücksetzen",
"hex.ui.common.set": "Setzen",
"hex.ui.common.settings": "Einstellungen",
"hex.ui.common.size": "Länge",
"hex.ui.common.type": "Typ",
"hex.ui.common.type.f32": "float",
"hex.ui.common.type.f64": "double",
"hex.ui.common.type.i16": "int16_t",
"hex.ui.common.type.i24": "int24_t",
"hex.ui.common.type.i32": "int32_t",
"hex.ui.common.type.i48": "int48_t",
"hex.ui.common.type.i64": "int64_t",
"hex.ui.common.type.i8": "int8_t",
"hex.ui.common.type.u16": "uint16_t",
"hex.ui.common.type.u24": "uint24_t",
"hex.ui.common.type.u32": "uint32_t",
"hex.ui.common.type.u48": "uint48_t",
"hex.ui.common.type.u64": "uint64_t",
"hex.ui.common.type.u8": "uint8_t",
"hex.ui.common.value": "Wert",
"hex.ui.common.yes": "Ja",
"hex.ui.hex_editor.ascii_view": "ASCII Spalte anzeigen",
"hex.ui.hex_editor.custom_encoding_view": "Erweiterte Dekodierungsspalte anzeigen",
"hex.ui.hex_editor.human_readable_units_footer": "",
"hex.ui.hex_editor.data_size": "Datengrösse",
"hex.ui.hex_editor.gray_out_zero": "Nullen ausgrauen",
"hex.ui.hex_editor.no_bytes": "Keine Bytes verfügbar",
"hex.ui.hex_editor.page": "Seite",
"hex.ui.hex_editor.region": "Region",
"hex.ui.hex_editor.selection": "Auswahl",
"hex.ui.hex_editor.selection.none": "Keine",
"hex.ui.hex_editor.uppercase_hex": "Hex Zeichen als Grossbuchstaben",
"hex.ui.hex_editor.visualizer": "Daten Anzeige",
"hex.ui.pattern_drawer.color": "Farbe",
"hex.ui.pattern_drawer.double_click": "Doppelklicken um mehr Einträge zu sehen",
"hex.ui.pattern_drawer.end": "Ende",
"hex.ui.pattern_drawer.export": "Pattern exportieren als...",
"hex.ui.pattern_drawer.favorites": "Favoriten",
"hex.ui.pattern_drawer.local": "Local",
"hex.ui.pattern_drawer.size": "Grösse",
"hex.ui.pattern_drawer.spec_name": "",
"hex.ui.pattern_drawer.start": "Start",
"hex.ui.pattern_drawer.tree_style.tree": "Baum",
"hex.ui.pattern_drawer.tree_style.auto_expanded": "Automatisch geöffneter Baum",
"hex.ui.pattern_drawer.tree_style.flattened": "Flach",
"hex.ui.pattern_drawer.type": "Typ",
"hex.ui.pattern_drawer.updating": "",
"hex.ui.pattern_drawer.value": "Wert",
"hex.ui.pattern_drawer.var_name": "Name",
"hex.ui.pattern_drawer.visualizer.unknown": "Unbekannter Visualizer",
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": "Falsche anzahl Parameter"
}
}

View File

@@ -0,0 +1,114 @@
{
"code": "en-US",
"language": "English",
"country": "United States",
"fallback": true,
"translations": {
"hex.ui.common.address": "Address",
"hex.ui.common.allow": "Allow",
"hex.ui.common.begin": "Begin",
"hex.ui.common.big": "Big",
"hex.ui.common.big_endian": "Big Endian",
"hex.ui.common.browse": "Browse...",
"hex.ui.common.bytes": "Bytes",
"hex.ui.common.cancel": "Cancel",
"hex.ui.common.choose_file": "Choose file",
"hex.ui.common.close": "Close",
"hex.ui.common.comment": "Comment",
"hex.ui.common.count": "Count",
"hex.ui.common.decimal": "Decimal",
"hex.ui.common.deny": "Deny",
"hex.ui.common.dont_show_again": "Don't show again",
"hex.ui.common.edit": "Edit",
"hex.ui.common.encoding.ascii": "ASCII",
"hex.ui.common.encoding.utf16be": "UTF-16BE",
"hex.ui.common.encoding.utf16le": "UTF-16LE",
"hex.ui.common.encoding.utf8": "UTF-8",
"hex.ui.common.end": "End",
"hex.ui.common.endian": "Endian",
"hex.ui.common.warning": "Warning",
"hex.ui.common.error": "Error",
"hex.ui.common.fatal": "Fatal Error",
"hex.ui.common.file": "File",
"hex.ui.common.filter": "Filter",
"hex.ui.common.hexadecimal": "Hexadecimal",
"hex.ui.common.info": "Information",
"hex.ui.common.instruction": "Instruction",
"hex.ui.common.link": "Link",
"hex.ui.common.little": "Little",
"hex.ui.common.little_endian": "Little Endian",
"hex.ui.common.load": "Load",
"hex.ui.common.loading": "Loading...",
"hex.ui.common.match_selection": "Match Selection",
"hex.ui.common.name": "Name",
"hex.ui.common.no": "No",
"hex.ui.common.number_format": "Format",
"hex.ui.common.octal": "Octal",
"hex.ui.common.offset": "Offset",
"hex.ui.common.okay": "Okay",
"hex.ui.common.open": "Open",
"hex.ui.common.on": "On",
"hex.ui.common.off": "Off",
"hex.ui.common.path": "Path",
"hex.ui.common.percentage": "Percentage",
"hex.ui.common.processing": "Processing",
"hex.ui.common.project": "Project",
"hex.ui.common.question": "Question",
"hex.ui.common.range": "Range",
"hex.ui.common.range.entire_data": "Entire Data",
"hex.ui.common.range.selection": "Selection",
"hex.ui.common.region": "Region",
"hex.ui.common.remove": "Remove",
"hex.ui.common.reset": "Reset",
"hex.ui.common.set": "Set",
"hex.ui.common.settings": "Settings",
"hex.ui.common.size": "Size",
"hex.ui.common.type": "Type",
"hex.ui.common.type.f32": "float",
"hex.ui.common.type.f64": "double",
"hex.ui.common.type.i16": "int16_t",
"hex.ui.common.type.i24": "int24_t",
"hex.ui.common.type.i32": "int32_t",
"hex.ui.common.type.i48": "int48_t",
"hex.ui.common.type.i64": "int64_t",
"hex.ui.common.type.i8": "int8_t",
"hex.ui.common.type.u16": "uint16_t",
"hex.ui.common.type.u24": "uint24_t",
"hex.ui.common.type.u32": "uint32_t",
"hex.ui.common.type.u48": "uint48_t",
"hex.ui.common.type.u64": "uint64_t",
"hex.ui.common.type.u8": "uint8_t",
"hex.ui.common.value": "Value",
"hex.ui.common.yes": "Yes",
"hex.ui.hex_editor.ascii_view": "Display ASCII column",
"hex.ui.hex_editor.custom_encoding_view": "Display advanced decoding column",
"hex.ui.hex_editor.human_readable_units_footer": "Convert sizes to human-readable units",
"hex.ui.hex_editor.data_size": "Data Size",
"hex.ui.hex_editor.gray_out_zero": "Grey out zeros",
"hex.ui.hex_editor.no_bytes": "No bytes available",
"hex.ui.hex_editor.page": "Page",
"hex.ui.hex_editor.region": "Region",
"hex.ui.hex_editor.selection": "Selection",
"hex.ui.hex_editor.selection.none": "None",
"hex.ui.hex_editor.uppercase_hex": "Upper case Hex characters",
"hex.ui.hex_editor.visualizer": "Data visualizer",
"hex.ui.pattern_drawer.color": "Color",
"hex.ui.pattern_drawer.double_click": "Double-click to see more items",
"hex.ui.pattern_drawer.end": "End",
"hex.ui.pattern_drawer.export": "Export Patterns as...",
"hex.ui.pattern_drawer.favorites": "Favorites",
"hex.ui.pattern_drawer.local": "Local",
"hex.ui.pattern_drawer.size": "Size",
"hex.ui.pattern_drawer.spec_name": "Display specification names",
"hex.ui.pattern_drawer.start": "Start",
"hex.ui.pattern_drawer.tree_style.tree": "Tree",
"hex.ui.pattern_drawer.tree_style.auto_expanded": "Auto Expanded Tree",
"hex.ui.pattern_drawer.tree_style.flattened": "Flattened",
"hex.ui.pattern_drawer.type": "Type",
"hex.ui.pattern_drawer.updating": "Updating patterns...",
"hex.ui.pattern_drawer.value": "Value",
"hex.ui.pattern_drawer.var_name": "Name",
"hex.ui.pattern_drawer.visualizer.unknown": "Unknown visualizer",
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": "Invalid parameter count"
}
}

View File

@@ -0,0 +1,108 @@
{
"code": "es_ES",
"language": "Spanish",
"country": "Spain",
"fallback": false,
"translations": {
"hex.ui.common.address": "Dirección",
"hex.ui.common.allow": "",
"hex.ui.common.begin": "Inicio",
"hex.ui.common.big": "Big",
"hex.ui.common.big_endian": "Big Endian",
"hex.ui.common.browse": "Navegar...",
"hex.ui.common.bytes": "Bytes",
"hex.ui.common.cancel": "Cancelar",
"hex.ui.common.choose_file": "Escoger archivo",
"hex.ui.common.close": "Cerrar",
"hex.ui.common.comment": "Comentario",
"hex.ui.common.count": "Cantidad",
"hex.ui.common.decimal": "Decimal",
"hex.ui.common.deny": "",
"hex.ui.common.dont_show_again": "No mostrar de nuevo",
"hex.ui.common.encoding.ascii": "ASCII",
"hex.ui.common.encoding.utf16be": "UTF-16BE",
"hex.ui.common.encoding.utf16le": "UTF-16LE",
"hex.ui.common.encoding.utf8": "UTF-8",
"hex.ui.common.end": "Fin",
"hex.ui.common.endian": "Endian",
"hex.ui.common.warning": "",
"hex.ui.common.error": "Error",
"hex.ui.common.fatal": "Error Crítico",
"hex.ui.common.file": "Archivo",
"hex.ui.common.filter": "Filtro",
"hex.ui.common.hexadecimal": "Hexadecimal",
"hex.ui.common.info": "Información",
"hex.ui.common.instruction": "Instrucción",
"hex.ui.common.link": "Enlace",
"hex.ui.common.little": "Little",
"hex.ui.common.little_endian": "Little Endian",
"hex.ui.common.load": "Cargar",
"hex.ui.common.match_selection": "Match Selection",
"hex.ui.common.name": "Nombre",
"hex.ui.common.no": "No",
"hex.ui.common.number_format": "Formato",
"hex.ui.common.octal": "Octal",
"hex.ui.common.offset": "Offset",
"hex.ui.common.okay": "Okey",
"hex.ui.common.open": "Abrir",
"hex.ui.common.percentage": "Porcentaje",
"hex.ui.common.processing": "Procesado",
"hex.ui.common.project": "",
"hex.ui.common.question": "Pregunta",
"hex.ui.common.range": "Rango",
"hex.ui.common.range.entire_data": "Todos los Datos",
"hex.ui.common.range.selection": "Selección",
"hex.ui.common.region": "Región",
"hex.ui.common.reset": "",
"hex.ui.common.set": "Establecer",
"hex.ui.common.settings": "Ajustes",
"hex.ui.common.size": "Tamaño",
"hex.ui.common.type": "Tipo",
"hex.ui.common.type.f32": "float",
"hex.ui.common.type.f64": "double",
"hex.ui.common.type.i16": "int16_t",
"hex.ui.common.type.i24": "int24_t",
"hex.ui.common.type.i32": "int32_t",
"hex.ui.common.type.i48": "int48_t",
"hex.ui.common.type.i64": "int64_t",
"hex.ui.common.type.i8": "int8_t",
"hex.ui.common.type.u16": "uint16_t",
"hex.ui.common.type.u24": "uint24_t",
"hex.ui.common.type.u32": "uint32_t",
"hex.ui.common.type.u48": "uint48_t",
"hex.ui.common.type.u64": "uint64_t",
"hex.ui.common.type.u8": "uint8_t",
"hex.ui.common.value": "Valor",
"hex.ui.common.yes": "Sí",
"hex.ui.hex_editor.ascii_view": "Mostrar columna ASCII",
"hex.ui.hex_editor.custom_encoding_view": "Mostrar columna de decodificación avanzada",
"hex.ui.hex_editor.human_readable_units_footer": "",
"hex.ui.hex_editor.data_size": "Tamaño de Datos",
"hex.ui.hex_editor.gray_out_zero": "Mostrar ceros en gris",
"hex.ui.hex_editor.no_bytes": "No hay bytes disponibles",
"hex.ui.hex_editor.page": "Página",
"hex.ui.hex_editor.region": "Región",
"hex.ui.hex_editor.selection": "Selección",
"hex.ui.hex_editor.selection.none": "Ninguno",
"hex.ui.hex_editor.uppercase_hex": "Caracteres hexadecimales mayúscula",
"hex.ui.hex_editor.visualizer": "Visualizador de datos",
"hex.ui.pattern_drawer.color": "Color",
"hex.ui.pattern_drawer.double_click": "Haga doble clic para ver más elementos",
"hex.ui.pattern_drawer.end": "",
"hex.ui.pattern_drawer.export": "",
"hex.ui.pattern_drawer.favorites": "",
"hex.ui.pattern_drawer.local": "",
"hex.ui.pattern_drawer.size": "Tamaño",
"hex.ui.pattern_drawer.spec_name": "",
"hex.ui.pattern_drawer.start": "",
"hex.ui.pattern_drawer.tree_style.tree": "Árbol",
"hex.ui.pattern_drawer.tree_style.auto_expanded": "Árbol Automáticamente Expandido",
"hex.ui.pattern_drawer.tree_style.flattened": "Allanado",
"hex.ui.pattern_drawer.type": "Tipo",
"hex.ui.pattern_drawer.updating": "",
"hex.ui.pattern_drawer.value": "Valor",
"hex.ui.pattern_drawer.var_name": "Nombre",
"hex.ui.pattern_drawer.visualizer.unknown": "Visualizador Desconocido",
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": "Cantidad de parámetros inválida"
}
}

View File

@@ -0,0 +1,108 @@
{
"code": "it-IT",
"language": "Italian",
"country": "Italy",
"fallback": false,
"translations": {
"hex.ui.common.address": "Indirizzo",
"hex.ui.common.allow": "",
"hex.ui.common.begin": "",
"hex.ui.common.big": "Big",
"hex.ui.common.big_endian": "Big Endian",
"hex.ui.common.browse": "Esplora...",
"hex.ui.common.bytes": "",
"hex.ui.common.cancel": "Cancella",
"hex.ui.common.choose_file": "Scegli file",
"hex.ui.common.close": "Chiudi",
"hex.ui.common.comment": "",
"hex.ui.common.count": "",
"hex.ui.common.decimal": "Decimale",
"hex.ui.common.deny": "",
"hex.ui.common.dont_show_again": "Non mostrare di nuovo",
"hex.ui.common.encoding.ascii": "ASCII",
"hex.ui.common.encoding.utf16be": "UTF-16BE",
"hex.ui.common.encoding.utf16le": "UTF-16LE",
"hex.ui.common.encoding.utf8": "UTF-8",
"hex.ui.common.end": "",
"hex.ui.common.endian": "Endian",
"hex.ui.common.warning": "",
"hex.ui.common.error": "Errore",
"hex.ui.common.fatal": "Errore Fatale",
"hex.ui.common.file": "File",
"hex.ui.common.filter": "",
"hex.ui.common.hexadecimal": "Esadecimale",
"hex.ui.common.info": "Informazioni",
"hex.ui.common.instruction": "",
"hex.ui.common.link": "Link",
"hex.ui.common.little": "Little",
"hex.ui.common.little_endian": "Little Endian",
"hex.ui.common.load": "Carica",
"hex.ui.common.match_selection": "Seleziona abbinamento",
"hex.ui.common.name": "",
"hex.ui.common.no": "No",
"hex.ui.common.number_format": "",
"hex.ui.common.octal": "Ottale",
"hex.ui.common.offset": "Offset",
"hex.ui.common.okay": "Okay",
"hex.ui.common.open": "Apri",
"hex.ui.common.percentage": "",
"hex.ui.common.processing": "",
"hex.ui.common.project": "",
"hex.ui.common.question": "",
"hex.ui.common.range": "",
"hex.ui.common.range.entire_data": "",
"hex.ui.common.range.selection": "",
"hex.ui.common.region": "Regione",
"hex.ui.common.reset": "",
"hex.ui.common.set": "Imposta",
"hex.ui.common.settings": "Impostazioni",
"hex.ui.common.size": "Dimensione",
"hex.ui.common.type": "",
"hex.ui.common.type.f32": "float",
"hex.ui.common.type.f64": "double",
"hex.ui.common.type.i16": "int16_t",
"hex.ui.common.type.i24": "int24_t",
"hex.ui.common.type.i32": "int32_t",
"hex.ui.common.type.i48": "int48_t",
"hex.ui.common.type.i64": "int64_t",
"hex.ui.common.type.i8": "int8_t",
"hex.ui.common.type.u16": "uint16_t",
"hex.ui.common.type.u24": "uint24_t",
"hex.ui.common.type.u32": "uint32_t",
"hex.ui.common.type.u48": "uint48_t",
"hex.ui.common.type.u64": "uint64_t",
"hex.ui.common.type.u8": "uint8_t",
"hex.ui.common.value": "",
"hex.ui.common.yes": "Sì",
"hex.ui.hex_editor.ascii_view": "Mostra la colonna ASCII",
"hex.ui.hex_editor.custom_encoding_view": "Mostra la colonna di decodifica avanzata",
"hex.ui.hex_editor.human_readable_units_footer": "",
"hex.ui.hex_editor.data_size": "",
"hex.ui.hex_editor.gray_out_zero": "Taglia fuori gli zeri",
"hex.ui.hex_editor.no_bytes": "",
"hex.ui.hex_editor.page": "",
"hex.ui.hex_editor.region": "",
"hex.ui.hex_editor.selection": "",
"hex.ui.hex_editor.selection.none": "",
"hex.ui.hex_editor.uppercase_hex": "Caratteri esadecimali maiuscoli",
"hex.ui.hex_editor.visualizer": "",
"hex.ui.pattern_drawer.color": "",
"hex.ui.pattern_drawer.double_click": "",
"hex.ui.pattern_drawer.end": "",
"hex.ui.pattern_drawer.export": "",
"hex.ui.pattern_drawer.favorites": "",
"hex.ui.pattern_drawer.local": "",
"hex.ui.pattern_drawer.size": "",
"hex.ui.pattern_drawer.spec_name": "",
"hex.ui.pattern_drawer.start": "",
"hex.ui.pattern_drawer.tree_style.tree": "",
"hex.ui.pattern_drawer.tree_style.auto_expanded": "",
"hex.ui.pattern_drawer.tree_style.flattened": "",
"hex.ui.pattern_drawer.type": "",
"hex.ui.pattern_drawer.updating": "",
"hex.ui.pattern_drawer.value": "",
"hex.ui.pattern_drawer.var_name": "",
"hex.ui.pattern_drawer.visualizer.unknown": "",
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": ""
}
}

View File

@@ -0,0 +1,108 @@
{
"code": "ja-JP",
"language": "Japanese",
"country": "Japan",
"fallback": false,
"translations": {
"hex.ui.common.address": "アドレス",
"hex.ui.common.allow": "",
"hex.ui.common.begin": "",
"hex.ui.common.big": "ビッグ",
"hex.ui.common.big_endian": "ビッグエンディアン",
"hex.ui.common.browse": "ファイルを参照…",
"hex.ui.common.bytes": "",
"hex.ui.common.cancel": "キャンセル",
"hex.ui.common.choose_file": "ファイルを選択",
"hex.ui.common.close": "閉じる",
"hex.ui.common.comment": "コメント",
"hex.ui.common.count": "",
"hex.ui.common.decimal": "10進数",
"hex.ui.common.deny": "",
"hex.ui.common.dont_show_again": "再度表示しない",
"hex.ui.common.encoding.ascii": "ASCII",
"hex.ui.common.encoding.utf16be": "UTF-16BE",
"hex.ui.common.encoding.utf16le": "UTF-16LE",
"hex.ui.common.encoding.utf8": "UTF-8",
"hex.ui.common.end": "",
"hex.ui.common.endian": "エンディアン",
"hex.ui.common.warning": "",
"hex.ui.common.error": "エラー",
"hex.ui.common.fatal": "深刻なエラー",
"hex.ui.common.file": "ファイル",
"hex.ui.common.filter": "フィルタ",
"hex.ui.common.hexadecimal": "16進数",
"hex.ui.common.info": "情報",
"hex.ui.common.instruction": "",
"hex.ui.common.link": "リンク",
"hex.ui.common.little": "リトル",
"hex.ui.common.little_endian": "リトルエンディアン",
"hex.ui.common.load": "読み込む",
"hex.ui.common.match_selection": "選択範囲と一致",
"hex.ui.common.name": "",
"hex.ui.common.no": "いいえ",
"hex.ui.common.number_format": "",
"hex.ui.common.octal": "8進数",
"hex.ui.common.offset": "オフセット",
"hex.ui.common.okay": "OK",
"hex.ui.common.open": "開く",
"hex.ui.common.percentage": "",
"hex.ui.common.processing": "",
"hex.ui.common.project": "",
"hex.ui.common.question": "",
"hex.ui.common.range": "範囲",
"hex.ui.common.range.entire_data": "データ全体",
"hex.ui.common.range.selection": "選択範囲",
"hex.ui.common.region": "領域",
"hex.ui.common.reset": "",
"hex.ui.common.set": "セット",
"hex.ui.common.settings": "設定",
"hex.ui.common.size": "サイズ",
"hex.ui.common.type": "",
"hex.ui.common.type.f32": "float",
"hex.ui.common.type.f64": "double",
"hex.ui.common.type.i16": "int16_t",
"hex.ui.common.type.i24": "int24_t",
"hex.ui.common.type.i32": "int32_t",
"hex.ui.common.type.i48": "int48_t",
"hex.ui.common.type.i64": "int64_t",
"hex.ui.common.type.i8": "int8_t",
"hex.ui.common.type.u16": "uint16_t",
"hex.ui.common.type.u24": "uint24_t",
"hex.ui.common.type.u32": "uint32_t",
"hex.ui.common.type.u48": "uint48_t",
"hex.ui.common.type.u64": "uint64_t",
"hex.ui.common.type.u8": "uint8_t",
"hex.ui.common.value": "値",
"hex.ui.common.yes": "はい",
"hex.ui.hex_editor.ascii_view": "ASCIIを表示",
"hex.ui.hex_editor.custom_encoding_view": "他のデコード列を表示",
"hex.ui.hex_editor.human_readable_units_footer": "",
"hex.ui.hex_editor.data_size": "ファイルサイズ",
"hex.ui.hex_editor.gray_out_zero": "ゼロをグレーアウト",
"hex.ui.hex_editor.no_bytes": "",
"hex.ui.hex_editor.page": "ページ",
"hex.ui.hex_editor.region": "ページの領域",
"hex.ui.hex_editor.selection": "選択中",
"hex.ui.hex_editor.selection.none": "なし",
"hex.ui.hex_editor.uppercase_hex": "16進数を大文字表記",
"hex.ui.hex_editor.visualizer": "データ表示方式",
"hex.ui.pattern_drawer.color": "色",
"hex.ui.pattern_drawer.double_click": "",
"hex.ui.pattern_drawer.end": "",
"hex.ui.pattern_drawer.export": "",
"hex.ui.pattern_drawer.favorites": "",
"hex.ui.pattern_drawer.local": "",
"hex.ui.pattern_drawer.size": "サイズ",
"hex.ui.pattern_drawer.spec_name": "",
"hex.ui.pattern_drawer.start": "",
"hex.ui.pattern_drawer.tree_style.tree": "",
"hex.ui.pattern_drawer.tree_style.auto_expanded": "",
"hex.ui.pattern_drawer.tree_style.flattened": "",
"hex.ui.pattern_drawer.type": "型",
"hex.ui.pattern_drawer.updating": "",
"hex.ui.pattern_drawer.value": "値",
"hex.ui.pattern_drawer.var_name": "名前",
"hex.ui.pattern_drawer.visualizer.unknown": "",
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": ""
}
}

View File

@@ -0,0 +1,108 @@
{
"code": "ko-KR",
"language": "Korean",
"country": "Korea",
"fallback": false,
"translations": {
"hex.ui.common.address": "주소",
"hex.ui.common.allow": "허용",
"hex.ui.common.begin": "시작",
"hex.ui.common.big": "빅",
"hex.ui.common.big_endian": "빅 엔디언",
"hex.ui.common.browse": "찾아보기...",
"hex.ui.common.bytes": "바이트",
"hex.ui.common.cancel": "취소",
"hex.ui.common.choose_file": "파일 선택",
"hex.ui.common.close": "닫기",
"hex.ui.common.comment": "주석",
"hex.ui.common.count": "개수",
"hex.ui.common.decimal": "10진수",
"hex.ui.common.deny": "거부",
"hex.ui.common.dont_show_again": "다시 보지 않기",
"hex.ui.common.encoding.ascii": "ASCII",
"hex.ui.common.encoding.utf16be": "UTF-16BE",
"hex.ui.common.encoding.utf16le": "UTF-16LE",
"hex.ui.common.encoding.utf8": "UTF-8",
"hex.ui.common.end": "끝",
"hex.ui.common.endian": "엔디언",
"hex.ui.common.warning": "경고",
"hex.ui.common.error": "오류",
"hex.ui.common.fatal": "치명적 오류",
"hex.ui.common.file": "파일",
"hex.ui.common.filter": "필터",
"hex.ui.common.hexadecimal": "16진수",
"hex.ui.common.info": "정보",
"hex.ui.common.instruction": "지침",
"hex.ui.common.link": "링크",
"hex.ui.common.little": "리틀",
"hex.ui.common.little_endian": "리틀 엔디언",
"hex.ui.common.load": "불러오기",
"hex.ui.common.match_selection": "선택 영역 일치",
"hex.ui.common.name": "이름",
"hex.ui.common.no": "아니요",
"hex.ui.common.number_format": "포맷",
"hex.ui.common.octal": "8진수",
"hex.ui.common.offset": "오프셋",
"hex.ui.common.okay": "확인",
"hex.ui.common.open": "열기",
"hex.ui.common.percentage": "비율",
"hex.ui.common.processing": "작업 중",
"hex.ui.common.project": "프로젝트",
"hex.ui.common.question": "질문",
"hex.ui.common.range": "범위",
"hex.ui.common.range.entire_data": "전체 데이터",
"hex.ui.common.range.selection": "선택 영역",
"hex.ui.common.region": "영역",
"hex.ui.common.reset": "재설정",
"hex.ui.common.set": "설정",
"hex.ui.common.settings": "설정",
"hex.ui.common.size": "크기",
"hex.ui.common.type": "유형",
"hex.ui.common.type.f32": "플로트",
"hex.ui.common.type.f64": "더블",
"hex.ui.common.type.i16": "int16_t",
"hex.ui.common.type.i24": "int24_t",
"hex.ui.common.type.i32": "int32_t",
"hex.ui.common.type.i48": "int48_t",
"hex.ui.common.type.i64": "int64_t",
"hex.ui.common.type.i8": "int8_t",
"hex.ui.common.type.u16": "uint16_t",
"hex.ui.common.type.u24": "uint24_t",
"hex.ui.common.type.u32": "uint32_t",
"hex.ui.common.type.u48": "uint48_t",
"hex.ui.common.type.u64": "uint64_t",
"hex.ui.common.type.u8": "uint8_t",
"hex.ui.common.value": "값",
"hex.ui.common.yes": "예",
"hex.ui.hex_editor.ascii_view": "ASCII 열 표시",
"hex.ui.hex_editor.custom_encoding_view": "추가 디코딩 열 표시",
"hex.ui.hex_editor.human_readable_units_footer": "크기를 사람이 읽을 수 있는 단위로 변환",
"hex.ui.hex_editor.data_size": "데이터 크기",
"hex.ui.hex_editor.gray_out_zero": "00을 회색으로 표시",
"hex.ui.hex_editor.no_bytes": "바이트가 없습니다",
"hex.ui.hex_editor.page": "페이지",
"hex.ui.hex_editor.region": "영역",
"hex.ui.hex_editor.selection": "선택 영역",
"hex.ui.hex_editor.selection.none": "없음",
"hex.ui.hex_editor.uppercase_hex": "16진수 값을 대문자로 표시",
"hex.ui.hex_editor.visualizer": "데이터 시각화",
"hex.ui.pattern_drawer.color": "색상",
"hex.ui.pattern_drawer.double_click": "더 많은 항목을 보려면 두 번 클릭",
"hex.ui.pattern_drawer.end": "끝",
"hex.ui.pattern_drawer.export": "다른 이름으로 패턴 내보내기...",
"hex.ui.pattern_drawer.favorites": "즐겨찾기",
"hex.ui.pattern_drawer.local": "로컬",
"hex.ui.pattern_drawer.size": "크기",
"hex.ui.pattern_drawer.spec_name": "명세 이름 표시",
"hex.ui.pattern_drawer.start": "시작",
"hex.ui.pattern_drawer.tree_style.tree": "트리",
"hex.ui.pattern_drawer.tree_style.auto_expanded": "자동 확장 트리",
"hex.ui.pattern_drawer.tree_style.flattened": "접기",
"hex.ui.pattern_drawer.type": "유형",
"hex.ui.pattern_drawer.updating": "패턴 업데이트 중...",
"hex.ui.pattern_drawer.value": "값",
"hex.ui.pattern_drawer.var_name": "이름",
"hex.ui.pattern_drawer.visualizer.unknown": "알 수 없는 시각화",
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": "잘못된 매개변수 수"
}
}

View File

@@ -0,0 +1,108 @@
{
"code": "pt-BR",
"language": "Portuguese",
"country": "Brazil",
"fallback": false,
"translations": {
"hex.ui.common.address": "Address",
"hex.ui.common.allow": "",
"hex.ui.common.begin": "",
"hex.ui.common.big": "Big",
"hex.ui.common.big_endian": "Big Endian",
"hex.ui.common.browse": "Navegar...",
"hex.ui.common.bytes": "",
"hex.ui.common.cancel": "Cancelar",
"hex.ui.common.choose_file": "Escolher arquivo",
"hex.ui.common.close": "Fechar",
"hex.ui.common.comment": "",
"hex.ui.common.count": "",
"hex.ui.common.decimal": "Decimal",
"hex.ui.common.deny": "",
"hex.ui.common.dont_show_again": "Não Mostrar Novamente",
"hex.ui.common.encoding.ascii": "ASCII",
"hex.ui.common.encoding.utf16be": "UTF-16BE",
"hex.ui.common.encoding.utf16le": "UTF-16LE",
"hex.ui.common.encoding.utf8": "UTF-8",
"hex.ui.common.end": "",
"hex.ui.common.endian": "Endian",
"hex.ui.common.warning": "",
"hex.ui.common.error": "Erro",
"hex.ui.common.fatal": "Erro Fatal",
"hex.ui.common.file": "Arquivo",
"hex.ui.common.filter": "",
"hex.ui.common.hexadecimal": "Hexadecimal",
"hex.ui.common.info": "Informação",
"hex.ui.common.instruction": "",
"hex.ui.common.link": "Link",
"hex.ui.common.little": "Little",
"hex.ui.common.little_endian": "Little Endian",
"hex.ui.common.load": "Carregar",
"hex.ui.common.match_selection": "Seleção de correspondência",
"hex.ui.common.name": "",
"hex.ui.common.no": "Não",
"hex.ui.common.number_format": "Format",
"hex.ui.common.octal": "Octal",
"hex.ui.common.offset": "Offset",
"hex.ui.common.okay": "OK",
"hex.ui.common.open": "Abrir",
"hex.ui.common.percentage": "",
"hex.ui.common.processing": "Processando",
"hex.ui.common.project": "",
"hex.ui.common.question": "Question",
"hex.ui.common.range": "",
"hex.ui.common.range.entire_data": "",
"hex.ui.common.range.selection": "",
"hex.ui.common.region": "Region",
"hex.ui.common.reset": "",
"hex.ui.common.set": "Colocar",
"hex.ui.common.settings": "Configurações",
"hex.ui.common.size": "Tamanho",
"hex.ui.common.type": "",
"hex.ui.common.type.f32": "float",
"hex.ui.common.type.f64": "double",
"hex.ui.common.type.i16": "int16_t",
"hex.ui.common.type.i24": "int24_t",
"hex.ui.common.type.i32": "int32_t",
"hex.ui.common.type.i48": "int48_t",
"hex.ui.common.type.i64": "int64_t",
"hex.ui.common.type.i8": "int8_t",
"hex.ui.common.type.u16": "uint16_t",
"hex.ui.common.type.u24": "uint24_t",
"hex.ui.common.type.u32": "uint32_t",
"hex.ui.common.type.u48": "uint48_t",
"hex.ui.common.type.u64": "uint64_t",
"hex.ui.common.type.u8": "uint8_t",
"hex.ui.common.value": "",
"hex.ui.common.yes": "Sim",
"hex.ui.hex_editor.ascii_view": "Exibir coluna ASCII",
"hex.ui.hex_editor.custom_encoding_view": "",
"hex.ui.hex_editor.human_readable_units_footer": "",
"hex.ui.hex_editor.data_size": "Tamanho dos Dados",
"hex.ui.hex_editor.gray_out_zero": "",
"hex.ui.hex_editor.no_bytes": "Nenhum Byte Disponivel",
"hex.ui.hex_editor.page": "Pagina",
"hex.ui.hex_editor.region": "Região",
"hex.ui.hex_editor.selection": "Seleção",
"hex.ui.hex_editor.selection.none": "Nenhum",
"hex.ui.hex_editor.uppercase_hex": "",
"hex.ui.hex_editor.visualizer": "Visualizador de Dados",
"hex.ui.pattern_drawer.color": "Cor",
"hex.ui.pattern_drawer.double_click": "",
"hex.ui.pattern_drawer.end": "",
"hex.ui.pattern_drawer.export": "",
"hex.ui.pattern_drawer.favorites": "",
"hex.ui.pattern_drawer.local": "",
"hex.ui.pattern_drawer.size": "Tamanho",
"hex.ui.pattern_drawer.spec_name": "",
"hex.ui.pattern_drawer.start": "",
"hex.ui.pattern_drawer.tree_style.tree": "",
"hex.ui.pattern_drawer.tree_style.auto_expanded": "",
"hex.ui.pattern_drawer.tree_style.flattened": "",
"hex.ui.pattern_drawer.type": "Tipo",
"hex.ui.pattern_drawer.updating": "",
"hex.ui.pattern_drawer.value": "Valor",
"hex.ui.pattern_drawer.var_name": "Nome",
"hex.ui.pattern_drawer.visualizer.unknown": "",
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": ""
}
}

View File

@@ -0,0 +1,108 @@
{
"code": "zh-CN",
"language": "Chinese (Simplified)",
"country": "China",
"fallback": false,
"translations": {
"hex.ui.common.address": "地址",
"hex.ui.common.allow": "允许",
"hex.ui.common.begin": "起始",
"hex.ui.common.big": "大",
"hex.ui.common.big_endian": "大端序",
"hex.ui.common.browse": "浏览...",
"hex.ui.common.bytes": "字节",
"hex.ui.common.cancel": "取消",
"hex.ui.common.choose_file": "选择文件",
"hex.ui.common.close": "关闭",
"hex.ui.common.comment": "注释",
"hex.ui.common.count": "数量",
"hex.ui.common.decimal": "十进制",
"hex.ui.common.deny": "拒绝",
"hex.ui.common.dont_show_again": "不要再次显示",
"hex.ui.common.encoding.ascii": "ASCII",
"hex.ui.common.encoding.utf16be": "UTF-16BE",
"hex.ui.common.encoding.utf16le": "UTF-16LE",
"hex.ui.common.encoding.utf8": "UTF-8",
"hex.ui.common.end": "末尾",
"hex.ui.common.endian": "端序",
"hex.ui.common.warning": "警告",
"hex.ui.common.error": "错误",
"hex.ui.common.fatal": "致命错误",
"hex.ui.common.file": "文件",
"hex.ui.common.filter": "过滤器",
"hex.ui.common.hexadecimal": "十六进制",
"hex.ui.common.info": "信息",
"hex.ui.common.instruction": "指示",
"hex.ui.common.link": "链接",
"hex.ui.common.little": "小",
"hex.ui.common.little_endian": "小端序",
"hex.ui.common.load": "加载",
"hex.ui.common.match_selection": "匹配选择",
"hex.ui.common.name": "名称",
"hex.ui.common.no": "否",
"hex.ui.common.number_format": "数字进制",
"hex.ui.common.octal": "八进制",
"hex.ui.common.offset": "偏移",
"hex.ui.common.okay": "好的",
"hex.ui.common.open": "打开",
"hex.ui.common.percentage": "百分比",
"hex.ui.common.processing": "处理",
"hex.ui.common.project": "项目",
"hex.ui.common.question": "问题",
"hex.ui.common.range": "范围",
"hex.ui.common.range.entire_data": "所有数据",
"hex.ui.common.range.selection": "选区",
"hex.ui.common.region": "区域",
"hex.ui.common.reset": "重置",
"hex.ui.common.set": "设置",
"hex.ui.common.settings": "设置",
"hex.ui.common.size": "大小",
"hex.ui.common.type": "类型",
"hex.ui.common.type.f32": "float",
"hex.ui.common.type.f64": "double",
"hex.ui.common.type.i16": "int16_t",
"hex.ui.common.type.i24": "int24_t",
"hex.ui.common.type.i32": "int32_t",
"hex.ui.common.type.i48": "int48_t",
"hex.ui.common.type.i64": "int64_t",
"hex.ui.common.type.i8": "int8_t",
"hex.ui.common.type.u16": "uint16_t",
"hex.ui.common.type.u24": "uint24_t",
"hex.ui.common.type.u32": "uint32_t",
"hex.ui.common.type.u48": "uint48_t",
"hex.ui.common.type.u64": "uint64_t",
"hex.ui.common.type.u8": "uint8_t",
"hex.ui.common.value": "值",
"hex.ui.common.yes": "是",
"hex.ui.hex_editor.ascii_view": "显示 ASCII 栏",
"hex.ui.hex_editor.custom_encoding_view": "显示高级解码栏",
"hex.ui.hex_editor.human_readable_units_footer": "将数据转换为人类可读的单位",
"hex.ui.hex_editor.data_size": "总大小",
"hex.ui.hex_editor.gray_out_zero": "显示零字节为灰色",
"hex.ui.hex_editor.no_bytes": "没有可显示的字节",
"hex.ui.hex_editor.page": "分页",
"hex.ui.hex_editor.region": "范围",
"hex.ui.hex_editor.selection": "选区",
"hex.ui.hex_editor.selection.none": "未选中",
"hex.ui.hex_editor.uppercase_hex": "大写十六进制",
"hex.ui.hex_editor.visualizer": "数据处理器的数据可视化格式",
"hex.ui.pattern_drawer.color": "颜色",
"hex.ui.pattern_drawer.double_click": "双击查看更多",
"hex.ui.pattern_drawer.end": "结束",
"hex.ui.pattern_drawer.export": "导出为...",
"hex.ui.pattern_drawer.favorites": "收藏",
"hex.ui.pattern_drawer.local": "本地",
"hex.ui.pattern_drawer.size": "大小",
"hex.ui.pattern_drawer.spec_name": "显示标准名称",
"hex.ui.pattern_drawer.start": "开始",
"hex.ui.pattern_drawer.tree_style.tree": "树",
"hex.ui.pattern_drawer.tree_style.auto_expanded": "自动展开树",
"hex.ui.pattern_drawer.tree_style.flattened": "扁平化",
"hex.ui.pattern_drawer.type": "类型",
"hex.ui.pattern_drawer.updating": "更新模式中...",
"hex.ui.pattern_drawer.value": "值",
"hex.ui.pattern_drawer.var_name": "名称",
"hex.ui.pattern_drawer.visualizer.unknown": "未知可视化器",
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": "无效参数数"
}
}

View File

@@ -0,0 +1,108 @@
{
"code": "zh-TW",
"language": "Chinese (Traditional)",
"country": "Taiwan",
"fallback": false,
"translations": {
"hex.ui.common.address": "位址",
"hex.ui.common.allow": "允許",
"hex.ui.common.begin": "起始",
"hex.ui.common.big": "大",
"hex.ui.common.big_endian": "大端序",
"hex.ui.common.browse": "瀏覽...",
"hex.ui.common.bytes": "位元組",
"hex.ui.common.cancel": "取消",
"hex.ui.common.choose_file": "選擇檔案",
"hex.ui.common.close": "關閉",
"hex.ui.common.comment": "註解",
"hex.ui.common.count": "計數",
"hex.ui.common.decimal": "十進位",
"hex.ui.common.deny": "拒絕",
"hex.ui.common.dont_show_again": "不再顯示",
"hex.ui.common.encoding.ascii": "ASCII",
"hex.ui.common.encoding.utf16be": "UTF-16BE",
"hex.ui.common.encoding.utf16le": "UTF-16LE",
"hex.ui.common.encoding.utf8": "UTF-8",
"hex.ui.common.end": "結尾",
"hex.ui.common.endian": "端序",
"hex.ui.common.warning": "警告",
"hex.ui.common.error": "錯誤",
"hex.ui.common.fatal": "嚴重錯誤",
"hex.ui.common.file": "檔案",
"hex.ui.common.filter": "篩選",
"hex.ui.common.hexadecimal": "十六進位",
"hex.ui.common.info": "資訊",
"hex.ui.common.instruction": "指令",
"hex.ui.common.link": "連結",
"hex.ui.common.little": "小",
"hex.ui.common.little_endian": "小端序",
"hex.ui.common.load": "載入",
"hex.ui.common.match_selection": "符合選取",
"hex.ui.common.name": "名稱",
"hex.ui.common.no": "否",
"hex.ui.common.number_format": "格式",
"hex.ui.common.octal": "八進位",
"hex.ui.common.offset": "位移",
"hex.ui.common.okay": "好",
"hex.ui.common.open": "開啟",
"hex.ui.common.percentage": "百分比",
"hex.ui.common.processing": "正在處理",
"hex.ui.common.project": "專案",
"hex.ui.common.question": "問題",
"hex.ui.common.range": "範圍",
"hex.ui.common.range.entire_data": "整筆資料",
"hex.ui.common.range.selection": "所選",
"hex.ui.common.region": "區域",
"hex.ui.common.reset": "重設",
"hex.ui.common.set": "設定",
"hex.ui.common.settings": "設定",
"hex.ui.common.size": "大小",
"hex.ui.common.type": "類型",
"hex.ui.common.type.f32": "float",
"hex.ui.common.type.f64": "double",
"hex.ui.common.type.i16": "int16_t",
"hex.ui.common.type.i24": "int24_t",
"hex.ui.common.type.i32": "int32_t",
"hex.ui.common.type.i48": "int48_t",
"hex.ui.common.type.i64": "int64_t",
"hex.ui.common.type.i8": "int8_t",
"hex.ui.common.type.u16": "uint16_t",
"hex.ui.common.type.u24": "uint24_t",
"hex.ui.common.type.u32": "uint32_t",
"hex.ui.common.type.u48": "uint48_t",
"hex.ui.common.type.u64": "uint64_t",
"hex.ui.common.type.u8": "uint8_t",
"hex.ui.common.value": "數值",
"hex.ui.common.yes": "是",
"hex.ui.hex_editor.ascii_view": "顯示 ASCII 欄",
"hex.ui.hex_editor.custom_encoding_view": "顯示進階解碼欄",
"hex.ui.hex_editor.human_readable_units_footer": "將大小轉換成較為易讀的單位",
"hex.ui.hex_editor.data_size": "資料大小",
"hex.ui.hex_editor.gray_out_zero": "Grey out zeros",
"hex.ui.hex_editor.no_bytes": "無可用位元組",
"hex.ui.hex_editor.page": "頁面",
"hex.ui.hex_editor.region": "區域",
"hex.ui.hex_editor.selection": "選取",
"hex.ui.hex_editor.selection.none": "無",
"hex.ui.hex_editor.uppercase_hex": "十六進位使用大寫字母",
"hex.ui.hex_editor.visualizer": "資料可視化工具",
"hex.ui.pattern_drawer.color": "顏色",
"hex.ui.pattern_drawer.double_click": "點擊兩下以檢視更多項目",
"hex.ui.pattern_drawer.end": "結尾",
"hex.ui.pattern_drawer.export": "匯出模式為...",
"hex.ui.pattern_drawer.favorites": "",
"hex.ui.pattern_drawer.local": "",
"hex.ui.pattern_drawer.size": "大小",
"hex.ui.pattern_drawer.spec_name": "Display specification names",
"hex.ui.pattern_drawer.start": "起始",
"hex.ui.pattern_drawer.tree_style.tree": "樹",
"hex.ui.pattern_drawer.tree_style.auto_expanded": "",
"hex.ui.pattern_drawer.tree_style.flattened": "",
"hex.ui.pattern_drawer.type": "類型",
"hex.ui.pattern_drawer.updating": "正在更新模式...",
"hex.ui.pattern_drawer.value": "數值",
"hex.ui.pattern_drawer.var_name": "名稱",
"hex.ui.pattern_drawer.visualizer.unknown": "",
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": ""
}
}