1
0
mirror of synced 2025-02-20 04:01:01 +01:00

lang: Updated language files

This commit is contained in:
WerWolv 2023-01-25 10:56:13 +01:00
parent 4b112321d2
commit b3556c7c91
12 changed files with 267 additions and 20 deletions

View File

@ -12,6 +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.cancel": "Abbrechen",
"hex.builtin.common.choose_file": "Datei auswählen",
"hex.builtin.common.close": "Schliessen",
@ -30,6 +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.link": "Link",
"hex.builtin.common.little": "Little",
"hex.builtin.common.little_endian": "Little Endian",
@ -133,7 +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.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.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",
@ -308,6 +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.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!",
@ -375,6 +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.scaling": "Skalierung",
"hex.builtin.setting.interface.scaling.native": "Nativ",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -457,6 +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.double_precision": "Doppelte Genauigkeit",
"hex.builtin.tools.ieee754.exponent": "Exponent",
"hex.builtin.tools.ieee754.exponent_size": "Exponentengrösse",
@ -471,6 +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.name": "Name",
"hex.builtin.tools.permissions": "UNIX Berechtigungsrechner",
"hex.builtin.tools.permissions.absolute": "Absolute Notation",
@ -691,9 +711,9 @@
"hex.builtin.view.information.magic_db_added": "Magic Datenbank hinzugefügt!",
"hex.builtin.view.information.mime": "MIME Typ:",
"hex.builtin.view.information.name": "Dateninformationen",
"hex.builtin.view.information.region": "Analysierte Region",
"hex.builtin.view.information.plain_text": "Diese Daten sind vermutlich einfacher Text.",
"hex.builtin.view.information.plain_text_percentage": "Klartext Prozentanteil",
"hex.builtin.view.information.region": "Analysierte Region",
"hex.builtin.view.patches.name": "Patches",
"hex.builtin.view.patches.offset": "Offset",
"hex.builtin.view.patches.orig": "Originalwert",
@ -819,4 +839,4 @@
"hex.builtin.welcome.update.link": "https://github.com/WerWolv/ImHex/releases/latest",
"hex.builtin.welcome.update.title": "Neues Update verfügbar!"
}
}
}

View File

@ -12,6 +12,7 @@
"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.cancel": "Cancella",
"hex.builtin.common.choose_file": "Scegli file",
"hex.builtin.common.close": "Chiudi",
@ -30,6 +31,7 @@
"hex.builtin.common.filter": "***** MISSING TRANSLATION *****",
"hex.builtin.common.hexadecimal": "Esadecimale",
"hex.builtin.common.info": "Informazioni",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.link": "Link",
"hex.builtin.common.little": "Little",
"hex.builtin.common.little_endian": "Little Endian",
@ -42,6 +44,7 @@
"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 *****",
@ -132,7 +135,15 @@
"hex.builtin.menu.file.close": "Chiudi",
"hex.builtin.menu.file.create_file": "***** MISSING TRANSLATION *****",
"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.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.ips32": "IPS32 Patch",
"hex.builtin.menu.file.export.popup.create": "***** MISSING TRANSLATION *****",
"hex.builtin.menu.file.export.title": "Esporta File",
@ -307,6 +318,8 @@
"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.popup.error.create": "Impossibile creare il nuovo File!",
@ -374,6 +387,10 @@
"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.scaling": "Scale",
"hex.builtin.setting.interface.scaling.native": "Nativo",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -456,6 +473,7 @@
"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 *****",
@ -470,6 +488,9 @@
"hex.builtin.tools.ieee754.singe_precision": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.type": "***** MISSING TRANSLATION *****",
"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.name": "Nome",
"hex.builtin.tools.permissions": "Calcolatrice dei permessi UNIX",
"hex.builtin.tools.permissions.absolute": "Notazione assoluta",
@ -675,18 +696,23 @@
"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.control": "Controllo",
"hex.builtin.view.information.description": "Descrizione:",
"hex.builtin.view.information.digram": "***** MISSING TRANSLATION *****",
"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.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.region": "Regione Analizzata",
"hex.builtin.view.patches.name": "Patches",
"hex.builtin.view.patches.offset": "Offset",

View File

@ -12,6 +12,7 @@
"hex.builtin.common.big": "ビッグ",
"hex.builtin.common.big_endian": "ビッグエンディアン",
"hex.builtin.common.browse": "ファイルを参照…",
"hex.builtin.common.bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.common.cancel": "キャンセル",
"hex.builtin.common.choose_file": "ファイルを選択",
"hex.builtin.common.close": "閉じる",
@ -30,6 +31,7 @@
"hex.builtin.common.filter": "フィルタ",
"hex.builtin.common.hexadecimal": "16進数",
"hex.builtin.common.info": "情報",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.link": "リンク",
"hex.builtin.common.little": "リトル",
"hex.builtin.common.little_endian": "リトルエンディアン",
@ -42,6 +44,7 @@
"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.range": "範囲",
@ -132,7 +135,15 @@
"hex.builtin.menu.file.close": "ファイルを閉じる",
"hex.builtin.menu.file.create_file": "***** MISSING TRANSLATION *****",
"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.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.ips32": "IPS32パッチ",
"hex.builtin.menu.file.export.popup.create": "データをエクスポートできません。\nファイルの作成に失敗しました。",
"hex.builtin.menu.file.export.title": "ファイルをエクスポート",
@ -307,6 +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.popup.close_provider.desc": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.close_provider.title": "***** MISSING TRANSLATION *****",
"hex.builtin.popup.error.create": "新しいファイルを作成できませんでした。",
@ -374,6 +387,10 @@
"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.scaling": "スケーリング",
"hex.builtin.setting.interface.scaling.native": "ネイティブ",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -456,6 +473,7 @@
"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 *****",
@ -470,6 +488,9 @@
"hex.builtin.tools.ieee754.singe_precision": "***** MISSING TRANSLATION *****",
"hex.builtin.tools.ieee754.type": "***** MISSING TRANSLATION *****",
"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.name": "名前",
"hex.builtin.tools.permissions": "UNIXパーミッション計算機",
"hex.builtin.tools.permissions.absolute": "数値表記",
@ -675,18 +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.control": "コントロール",
"hex.builtin.view.information.description": "詳細:",
"hex.builtin.view.information.digram": "***** MISSING TRANSLATION *****",
"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.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.region": "解析する領域",
"hex.builtin.view.patches.name": "パッチ",
"hex.builtin.view.patches.offset": "オフセット",

View File

@ -12,6 +12,7 @@
"hex.builtin.common.big": "빅",
"hex.builtin.common.big_endian": "빅 엔디안",
"hex.builtin.common.browse": "찾아보기...",
"hex.builtin.common.bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.common.cancel": "취소",
"hex.builtin.common.choose_file": "파일 선택",
"hex.builtin.common.close": "닫기",
@ -30,6 +31,7 @@
"hex.builtin.common.filter": "필터",
"hex.builtin.common.hexadecimal": "16진수",
"hex.builtin.common.info": "정보",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.link": "링크",
"hex.builtin.common.little": "리틀",
"hex.builtin.common.little_endian": "리틀 엔디안",
@ -42,6 +44,7 @@
"hex.builtin.common.offset": "오프셋",
"hex.builtin.common.okay": "네",
"hex.builtin.common.open": "열기",
"hex.builtin.common.percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.common.processing": "작업 중",
"hex.builtin.common.question": "질문",
"hex.builtin.common.range": "범위",
@ -132,7 +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.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.ips32": "IPS32 패치",
"hex.builtin.menu.file.export.popup.create": "데이터를 내보낼 수 없습니다. 파일을 만드는 데 실패했습니다!",
"hex.builtin.menu.file.export.title": "파일 내보내기",
@ -307,6 +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.popup.close_provider.desc": "공급자에 저장하지 않은 내용이 있습니다.\n정말로 종료하시겠습니까?",
"hex.builtin.popup.close_provider.title": "공급자를 종료하시겠습니까?",
"hex.builtin.popup.error.create": "새 파일을 만드는데 실패했습니다!",
@ -374,6 +387,10 @@
"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.scaling": "크기",
"hex.builtin.setting.interface.scaling.native": "기본",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -456,6 +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.double_precision": "Double Precision",
"hex.builtin.tools.ieee754.exponent": "지수부",
"hex.builtin.tools.ieee754.exponent_size": "지수부 크기",
@ -470,6 +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.name": "이름",
"hex.builtin.tools.permissions": "UNIX 권한 계산기",
"hex.builtin.tools.permissions.absolute": "절대값",
@ -675,18 +696,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.control": "컨트롤",
"hex.builtin.view.information.description": "설명:",
"hex.builtin.view.information.digram": "***** MISSING TRANSLATION *****",
"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.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.region": "분석한 영역",
"hex.builtin.view.patches.name": "패치",
"hex.builtin.view.patches.offset": "오프셋",

View File

@ -12,6 +12,7 @@
"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.cancel": "Cancelar",
"hex.builtin.common.choose_file": "Escolher arquivo",
"hex.builtin.common.close": "Fechar",
@ -30,6 +31,7 @@
"hex.builtin.common.filter": "***** MISSING TRANSLATION *****",
"hex.builtin.common.hexadecimal": "Hexadecimal",
"hex.builtin.common.info": "Informação",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.link": "Link",
"hex.builtin.common.little": "Little",
"hex.builtin.common.little_endian": "Little Endian",
@ -42,6 +44,7 @@
"hex.builtin.common.offset": "Offset",
"hex.builtin.common.okay": "OK",
"hex.builtin.common.open": "Abrir",
"hex.builtin.common.percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.common.processing": "Processando",
"hex.builtin.common.question": "Question",
"hex.builtin.common.range": "***** MISSING TRANSLATION *****",
@ -132,7 +135,15 @@
"hex.builtin.menu.file.close": "Fechar",
"hex.builtin.menu.file.create_file": "***** MISSING TRANSLATION *****",
"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.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.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",
@ -307,6 +318,8 @@
"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.popup.error.create": "Falha ao criar um novo arquivo!",
@ -374,6 +387,10 @@
"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.scaling": "Scaling",
"hex.builtin.setting.interface.scaling.native": "Nativo",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -456,6 +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.double_precision": "Double Precision",
"hex.builtin.tools.ieee754.exponent": "Exponent",
"hex.builtin.tools.ieee754.exponent_size": "Exponent Size",
@ -470,6 +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.name": "Nome",
"hex.builtin.tools.permissions": "Calculadora de Permissões UNIX",
"hex.builtin.tools.permissions.absolute": "Absolute Notation",
@ -675,18 +696,23 @@
"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.control": "Controle",
"hex.builtin.view.information.description": "Descrição:",
"hex.builtin.view.information.digram": "***** MISSING TRANSLATION *****",
"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.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.region": "Região analizada",
"hex.builtin.view.patches.name": "Patches",
"hex.builtin.view.patches.offset": "Desvio",

View File

@ -12,6 +12,7 @@
"hex.builtin.common.big": "大",
"hex.builtin.common.big_endian": "大端序",
"hex.builtin.common.browse": "浏览...",
"hex.builtin.common.bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.common.cancel": "取消",
"hex.builtin.common.choose_file": "选择文件",
"hex.builtin.common.close": "关闭",
@ -30,6 +31,7 @@
"hex.builtin.common.filter": "过滤器",
"hex.builtin.common.hexadecimal": "十六进制",
"hex.builtin.common.info": "信息",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.link": "链接",
"hex.builtin.common.little": "小",
"hex.builtin.common.little_endian": "小端序",
@ -42,6 +44,7 @@
"hex.builtin.common.offset": "偏移",
"hex.builtin.common.okay": "好的",
"hex.builtin.common.open": "打开",
"hex.builtin.common.percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.common.processing": "处理",
"hex.builtin.common.question": "问题",
"hex.builtin.common.range": "范围",
@ -132,7 +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.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.ips32": "IPS32 补丁",
"hex.builtin.menu.file.export.popup.create": "无法导出文件。文件创建失败!",
"hex.builtin.menu.file.export.title": "导出文件",
@ -307,6 +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.popup.close_provider.desc": "有对此提供器做出的未保存的更改。\n你确定要关闭吗",
"hex.builtin.popup.close_provider.title": "关闭提供器?",
"hex.builtin.popup.error.create": "创建新文件失败!",
@ -369,10 +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.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.scaling": "缩放",
"hex.builtin.setting.interface.scaling.native": "本地默认",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -455,6 +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.double_precision": "双精度浮点数",
"hex.builtin.tools.ieee754.exponent": "指数",
"hex.builtin.tools.ieee754.exponent_size": "指数位数",
@ -469,6 +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.name": "名称",
"hex.builtin.tools.permissions": "UNIX 权限计算器",
"hex.builtin.tools.permissions.absolute": "绝对符号",
@ -674,18 +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.control": "控制",
"hex.builtin.view.information.description": "描述:",
"hex.builtin.view.information.digram": "***** MISSING TRANSLATION *****",
"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.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.region": "已分析区域",
"hex.builtin.view.patches.name": "补丁",
"hex.builtin.view.patches.offset": "偏移",

View File

@ -12,6 +12,7 @@
"hex.builtin.common.big": "大",
"hex.builtin.common.big_endian": "大端序",
"hex.builtin.common.browse": "瀏覽...",
"hex.builtin.common.bytes": "***** MISSING TRANSLATION *****",
"hex.builtin.common.cancel": "取消",
"hex.builtin.common.choose_file": "選擇檔案",
"hex.builtin.common.close": "關閉",
@ -20,9 +21,9 @@
"hex.builtin.common.decimal": "十進位",
"hex.builtin.common.dont_show_again": "不再顯示",
"hex.builtin.common.encoding.ascii": "ASCII",
"hex.builtin.common.encoding.utf8": "UTF-8",
"hex.builtin.common.encoding.utf16be": "UTF-16BE",
"hex.builtin.common.encoding.utf16le": "UTF-16LE",
"hex.builtin.common.encoding.utf8": "UTF-8",
"hex.builtin.common.endian": "端序",
"hex.builtin.common.error": "錯誤",
"hex.builtin.common.fatal": "嚴重錯誤",
@ -30,6 +31,7 @@
"hex.builtin.common.filter": "篩選",
"hex.builtin.common.hexadecimal": "十六進位",
"hex.builtin.common.info": "資訊",
"hex.builtin.common.instruction": "***** MISSING TRANSLATION *****",
"hex.builtin.common.link": "連結",
"hex.builtin.common.little": "小",
"hex.builtin.common.little_endian": "小端序",
@ -42,6 +44,7 @@
"hex.builtin.common.offset": "位移",
"hex.builtin.common.okay": "好",
"hex.builtin.common.open": "開啟",
"hex.builtin.common.percentage": "***** MISSING TRANSLATION *****",
"hex.builtin.common.processing": "正在處理",
"hex.builtin.common.question": "問題",
"hex.builtin.common.range": "範圍",
@ -53,18 +56,18 @@
"hex.builtin.common.type": "類型",
"hex.builtin.common.type.f32": "float",
"hex.builtin.common.type.f64": "double",
"hex.builtin.common.type.i8": "int8_t",
"hex.builtin.common.type.i16": "int16_t",
"hex.builtin.common.type.i24": "int24_t",
"hex.builtin.common.type.i32": "int32_t",
"hex.builtin.common.type.i48": "int48_t",
"hex.builtin.common.type.i64": "int64_t",
"hex.builtin.common.type.u8": "uint8_t",
"hex.builtin.common.type.i8": "int8_t",
"hex.builtin.common.type.u16": "uint16_t",
"hex.builtin.common.type.u24": "uint24_t",
"hex.builtin.common.type.u32": "uint32_t",
"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": "數值",
"hex.builtin.common.yes": "是",
"hex.builtin.hash.crc.iv": "初始數值",
@ -72,9 +75,9 @@
"hex.builtin.hash.crc.refl_in": "Reflect In",
"hex.builtin.hash.crc.refl_out": "Reflect Out",
"hex.builtin.hash.crc.xor_out": "XOR Out",
"hex.builtin.hash.crc8": "CRC8",
"hex.builtin.hash.crc16": "CRC16",
"hex.builtin.hash.crc32": "CRC32",
"hex.builtin.hash.crc8": "CRC8",
"hex.builtin.hash.md5": "MD5",
"hex.builtin.hash.sha1": "SHA1",
"hex.builtin.hash.sha224": "SHA224",
@ -96,12 +99,12 @@
"hex.builtin.inspector.float": "float (32 位元)",
"hex.builtin.inspector.float16": "half float (16 位元)",
"hex.builtin.inspector.guid": "GUID",
"hex.builtin.inspector.i8": "int8_t",
"hex.builtin.inspector.i16": "int16_t",
"hex.builtin.inspector.i24": "int24_t",
"hex.builtin.inspector.i32": "int32_t",
"hex.builtin.inspector.i48": "int48_t",
"hex.builtin.inspector.i64": "int64_t",
"hex.builtin.inspector.i8": "int8_t",
"hex.builtin.inspector.long_double": "long double (128 位元)",
"hex.builtin.inspector.rgb565": "RGB565 顏色",
"hex.builtin.inspector.rgba8": "RGBA8 顏色",
@ -111,12 +114,12 @@
"hex.builtin.inspector.time": "time_t",
"hex.builtin.inspector.time32": "time32_t",
"hex.builtin.inspector.time64": "time64_t",
"hex.builtin.inspector.u8": "uint8_t",
"hex.builtin.inspector.u16": "uint16_t",
"hex.builtin.inspector.u24": "uint24_t",
"hex.builtin.inspector.u32": "uint32_t",
"hex.builtin.inspector.u48": "uint48_t",
"hex.builtin.inspector.u64": "uint64_t",
"hex.builtin.inspector.u8": "uint8_t",
"hex.builtin.inspector.uleb128": "無號數 LEB128",
"hex.builtin.inspector.utf8": "UTF-8 code point",
"hex.builtin.inspector.wide": "框字元",
@ -132,7 +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.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.ips32": "IPS32 修補檔案",
"hex.builtin.menu.file.export.popup.create": "無法匯出資料。無法建立檔案!",
"hex.builtin.menu.file.export.title": "匯出檔案",
@ -295,9 +306,9 @@
"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": "RGBA8 圖片",
"hex.builtin.nodes.visualizer.image_rgba.header": "RGBA8 圖片視覺化工具",
"hex.builtin.nodes.visualizer.image.header": "圖片視覺化工具",
"hex.builtin.nodes.visualizer.layered_dist": "Layered Distribution",
"hex.builtin.nodes.visualizer.layered_dist.header": "Layered Distribution",
"hex.builtin.pattern_drawer.color": "顏色",
@ -307,6 +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.popup.close_provider.desc": "您對此提供者有未儲存的更動。\n您確定要關閉嗎",
"hex.builtin.popup.close_provider.title": "關閉提供者?",
"hex.builtin.popup.error.create": "無法建立新檔案!",
@ -374,6 +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.scaling": "縮放",
"hex.builtin.setting.interface.scaling.native": "原生",
"hex.builtin.setting.interface.scaling.x0_5": "x0.5",
@ -456,6 +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.double_precision": "雙精度",
"hex.builtin.tools.ieee754.exponent": "指數",
"hex.builtin.tools.ieee754.exponent_size": "指數大小",
@ -470,6 +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.name": "名稱",
"hex.builtin.tools.permissions": "UNIX 權限計算機",
"hex.builtin.tools.permissions.absolute": "Absolute Notation",
@ -535,12 +556,6 @@
"hex.builtin.view.disassembler.disassembly.bytes": "位元",
"hex.builtin.view.disassembler.disassembly.offset": "位移",
"hex.builtin.view.disassembler.disassembly.title": "反組譯",
"hex.builtin.view.disassembler.m68k.000": "000",
"hex.builtin.view.disassembler.m68k.010": "010",
"hex.builtin.view.disassembler.m68k.020": "020",
"hex.builtin.view.disassembler.m68k.030": "030",
"hex.builtin.view.disassembler.m68k.040": "040",
"hex.builtin.view.disassembler.m68k.060": "060",
"hex.builtin.view.disassembler.m680x.6301": "6301",
"hex.builtin.view.disassembler.m680x.6309": "6309",
"hex.builtin.view.disassembler.m680x.6800": "6800",
@ -551,18 +566,24 @@
"hex.builtin.view.disassembler.m680x.6811": "6811",
"hex.builtin.view.disassembler.m680x.cpu12": "CPU12",
"hex.builtin.view.disassembler.m680x.hcs08": "HCS08",
"hex.builtin.view.disassembler.m68k.000": "000",
"hex.builtin.view.disassembler.m68k.010": "010",
"hex.builtin.view.disassembler.m68k.020": "020",
"hex.builtin.view.disassembler.m68k.030": "030",
"hex.builtin.view.disassembler.m68k.040": "040",
"hex.builtin.view.disassembler.m68k.060": "060",
"hex.builtin.view.disassembler.mips.micro": "Micro",
"hex.builtin.view.disassembler.mips.mips2": "MIPS II",
"hex.builtin.view.disassembler.mips.mips3": "MIPS III",
"hex.builtin.view.disassembler.mips.mips32": "MIPS32",
"hex.builtin.view.disassembler.mips.mips32R6": "MIPS32R6",
"hex.builtin.view.disassembler.mips.mips64": "MIPS64",
"hex.builtin.view.disassembler.mos65xx.65c02": "65C02",
"hex.builtin.view.disassembler.mos65xx.6502": "6502",
"hex.builtin.view.disassembler.mos65xx.65816": "65816",
"hex.builtin.view.disassembler.mos65xx.65816_long_m": "65816 Long M",
"hex.builtin.view.disassembler.mos65xx.65816_long_mx": "65816 Long MX",
"hex.builtin.view.disassembler.mos65xx.65816_long_x": "65816 Long X",
"hex.builtin.view.disassembler.mos65xx.65c02": "65C02",
"hex.builtin.view.disassembler.mos65xx.w65c02": "W65C02",
"hex.builtin.view.disassembler.name": "反組譯器",
"hex.builtin.view.disassembler.position": "位置",
@ -675,18 +696,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.control": "控制",
"hex.builtin.view.information.description": "說明:",
"hex.builtin.view.information.digram": "***** MISSING TRANSLATION *****",
"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.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.region": "Analyzed region",
"hex.builtin.view.patches.name": "Patches",
"hex.builtin.view.patches.offset": "位移",
@ -753,21 +779,21 @@
"hex.builtin.view.yara.reset": "Reset",
"hex.builtin.view.yara.rule_added": " Yara 規則已新增!",
"hex.builtin.view.yara.whole_data": "Whole file matches!",
"hex.builtin.visualizer.decimal.signed.8bit": "十進位有號數 (8 位元)",
"hex.builtin.visualizer.decimal.signed.16bit": "十進位有號數 (16 位元)",
"hex.builtin.visualizer.decimal.signed.32bit": "十進位有號數 (32 位元)",
"hex.builtin.visualizer.decimal.signed.64bit": "十進位有號數 (64 位元)",
"hex.builtin.visualizer.decimal.unsigned.8bit": "十進位無號數 (8 位元)",
"hex.builtin.visualizer.decimal.signed.8bit": "十進位有號數 (8 位元)",
"hex.builtin.visualizer.decimal.unsigned.16bit": "十進位無號數 (16 位元)",
"hex.builtin.visualizer.decimal.unsigned.32bit": "十進位無號數 (32 位元)",
"hex.builtin.visualizer.decimal.unsigned.64bit": "十進位無號數 (64 位元)",
"hex.builtin.visualizer.decimal.unsigned.8bit": "十進位無號數 (8 位元)",
"hex.builtin.visualizer.floating_point.16bit": "浮點數 (16 位元)",
"hex.builtin.visualizer.floating_point.32bit": "浮點數 (32 位元)",
"hex.builtin.visualizer.floating_point.64bit": "浮點數 (64 位元)",
"hex.builtin.visualizer.hexadecimal.8bit": "十六進位 (8 位元)",
"hex.builtin.visualizer.hexadecimal.16bit": "十六進位 (16 位元)",
"hex.builtin.visualizer.hexadecimal.32bit": "十六進位 (32 位元)",
"hex.builtin.visualizer.hexadecimal.64bit": "十六進位 (64 位元)",
"hex.builtin.visualizer.hexadecimal.8bit": "十六進位 (8 位元)",
"hex.builtin.visualizer.hexii": "HexII",
"hex.builtin.visualizer.rgba8": "RGBA8 顏色",
"hex.builtin.welcome.check_for_updates_text": "您要在啟動時自動檢查更新嗎?\n 可用更新將在歡迎畫面的「更新」分頁顯示。",
@ -813,4 +839,4 @@
"hex.builtin.welcome.update.link": "https://github.com/WerWolv/ImHex/releases/latest",
"hex.builtin.welcome.update.title": "有可用更新!"
}
}
}

View File

@ -4,6 +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.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,6 +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.title_bar_button.debug_build": "디버그 빌드",
"hex.windows.title_bar_button.feedback": "피드백 남기기",
"hex.windows.view.tty_console.auto_scroll": "자동 스크롤",

View File

@ -4,6 +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.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,6 +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.title_bar_button.debug_build": "调试构建",
"hex.windows.title_bar_button.feedback": "反馈",
"hex.windows.view.tty_console.auto_scroll": "自动滚动",

View File

@ -4,6 +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.title_bar_button.debug_build": "除錯組建",
"hex.windows.title_bar_button.feedback": "意見回饋",
"hex.windows.view.tty_console.auto_scroll": "自動捲動",