1
0
mirror of synced 2024-11-14 19:17:42 +01:00
ImHex/plugins/ui/romfs/lang/zh_TW.json
2024-01-27 22:16:50 +01:00

117 lines
5.2 KiB
JSON

{
"code": "zh-TW",
"country": "Taiwan",
"fallback": false,
"language": "Chinese (Traditional)",
"translations": {
"hex.ui.common.add": "",
"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.continue": "",
"hex.ui.common.count": "計數",
"hex.ui.common.decimal": "十進位",
"hex.ui.common.deny": "拒絕",
"hex.ui.common.dont_show_again": "不再顯示",
"hex.ui.common.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": "結尾",
"hex.ui.common.endian": "端序",
"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.key": "",
"hex.ui.common.link": "連結",
"hex.ui.common.little": "小",
"hex.ui.common.little_endian": "小端序",
"hex.ui.common.load": "載入",
"hex.ui.common.loading": "",
"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.off": "",
"hex.ui.common.offset": "位移",
"hex.ui.common.okay": "好",
"hex.ui.common.on": "",
"hex.ui.common.open": "開啟",
"hex.ui.common.path": "",
"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.remove": "",
"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.warning": "警告",
"hex.ui.common.yes": "是",
"hex.ui.hex_editor.ascii_view": "顯示 ASCII 欄",
"hex.ui.hex_editor.custom_encoding_view": "顯示進階解碼欄",
"hex.ui.hex_editor.data_size": "資料大小",
"hex.ui.hex_editor.gray_out_zero": "Grey out zeros",
"hex.ui.hex_editor.human_readable_units_footer": "將大小轉換成較為易讀的單位",
"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.auto_expanded": "",
"hex.ui.pattern_drawer.tree_style.flattened": "",
"hex.ui.pattern_drawer.tree_style.tree": "樹",
"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.invalid_parameter_count": "",
"hex.ui.pattern_drawer.visualizer.unknown": ""
}
}