# Traditional Chinese Messages for opcodes # Copyright (C) 2026 Free Software Foundation, Inc. # This file is distributed under the same license as the binutils package. # Alang Hsu , 2026. # msgid "" msgstr "" "Project-Id-Version: opcodes 2.46.90\n" "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" "POT-Creation-Date: 2026-07-12 10:21+0100\n" "PO-Revision-Date: 2026-09-24 23:32+0800\n" "Last-Translator: Alang Hsu \n" "Language-Team: Chinese (traditional) \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Bugs: Report translation errors to the Language-Team address.\n" #: aarch64-asm.c:891 msgid "specified register cannot be read from" msgstr "無法從指定的暫存器讀取" #: aarch64-asm.c:900 msgid "specified register cannot be written to" msgstr "無法寫入指定的暫存器" #. Invalid option. #: aarch64-dis.c:116 arc-dis.c:795 arm-dis.c:11958 kvx-dis.c:154 #, c-format msgid "unrecognised disassembler option: %s" msgstr "無法辨識的反組譯器選項:%s" #: aarch64-dis.c:4172 #, c-format msgid "this `%s' should have an immediately preceding `%s'" msgstr "此 `%s' 應該緊接在 `%s' 之前" #: aarch64-dis.c:4179 #, c-format msgid "expected `%s' after previous `%s'" msgstr "在 `%s' 之後預期為 `%s'" #: aarch64-dis.c:4611 #, c-format msgid "" "\n" "The following AARCH64 specific disassembler options are supported for use\n" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" "\n" "以下 AARCH64 特定的反組譯器選項可與\n" "-M 參數一起使用(多個選項應以逗號分隔):\n" #: aarch64-dis.c:4615 #, c-format msgid "" "\n" " no-aliases Don't print instruction aliases.\n" msgstr "" "\n" " no-aliases 不輸出指令別名。\n" #: aarch64-dis.c:4618 #, c-format msgid "" "\n" " aliases Do print instruction aliases.\n" msgstr "" "\n" " aliases 輸出指令別名。\n" #: aarch64-dis.c:4621 #, c-format msgid "" "\n" " no-notes Don't print instruction notes.\n" msgstr "" "\n" " no-notes 不輸出指令備註。\n" #: aarch64-dis.c:4624 #, c-format msgid "" "\n" " notes Do print instruction notes.\n" msgstr "" "\n" " notes 輸出指令備註。\n" #: aarch64-dis.c:4627 #, c-format msgid "" "\n" " annotate Display symbol names for undefined instructions.\n" msgstr "" "\n" " annotate 顯示未定義指令的符號名稱。\n" #: aarch64-dis.c:4630 #, c-format msgid "" "\n" " no-annotate Do not display symbol names for undefined instructions.\n" msgstr "" "\n" " no-annotate 不顯示未定義指令的符號名稱。\n" #: aarch64-dis.c:4634 #, c-format msgid "" "\n" " debug_dump Temp switch for debug trace.\n" msgstr "" "\n" " debug_dump 除錯追蹤的暫時參數。\n" #: aarch64-dis.c:4638 arc-dis.c:1584 arc-dis.c:1607 arc-dis.c:1610 #: kvx-dis.c:1586 loongarch-dis.c:371 mips-dis.c:2930 mips-dis.c:2942 #: mips-dis.c:2945 nfp-dis.c:3004 riscv-dis.c:1860 riscv-dis.c:1863 #, c-format msgid "\n" msgstr "\n" #: aarch64-opc.c:1153 msgid "immediate value" msgstr "即時值" #: aarch64-opc.c:1163 msgid "immediate offset" msgstr "即時位移" #: aarch64-opc.c:1173 msgid "register number" msgstr "暫存器編號" #: aarch64-opc.c:1183 msgid "register element index" msgstr "暫存器元素索引" #: aarch64-opc.c:1193 msgid "shift amount" msgstr "移位量" #: aarch64-opc.c:1205 msgid "multiplier" msgstr "乘數" #: aarch64-opc.c:1374 msgid "expected a selection register in the range w12-w15" msgstr "預期為範圍 w12-w15 內的選擇暫存器" #: aarch64-opc.c:1378 msgid "expected a selection register in the range w8-w11" msgstr "預期為範圍 w8-w11 內的選擇暫存器" #: aarch64-opc.c:1397 msgid "starting offset is not a multiple of 2" msgstr "起始位移不是 2 的倍數" #: aarch64-opc.c:1398 msgid "starting offset is not a multiple of 4" msgstr "起始位移不是 4 的倍數" #: aarch64-opc.c:1406 msgid "expected a single offset rather than a range" msgstr "預期為單一位移而非範圍" #: aarch64-opc.c:1410 msgid "expected a range of two offsets" msgstr "預期為兩個位移的範圍" #: aarch64-opc.c:1413 msgid "expected a range of four offsets" msgstr "預期為四個位移的範圍" #: aarch64-opc.c:1494 msgid "second reg in pair should be xzr if first is xzr" msgstr "如果第一個為 xzr,則配對的第二個應為 xzr" #: aarch64-opc.c:1508 msgid "reg pair must start from even reg" msgstr "暫存器配對必須從偶數暫存器開始" #: aarch64-opc.c:1514 msgid "reg pair must be contiguous" msgstr "暫存器配對必須連續" #: aarch64-opc.c:1530 msgid "extraneous register" msgstr "多餘的暫存器" #: aarch64-opc.c:1536 msgid "missing register" msgstr "缺少暫存器" #: aarch64-opc.c:1640 aarch64-opc.c:1658 aarch64-opc.c:1667 arc-opc.c:188 msgid "register out of range" msgstr "暫存器超出範圍" #: aarch64-opc.c:1708 aarch64-opc.c:1724 aarch64-opc.c:1749 msgid "start register out of range" msgstr "起始暫存器超出範圍" #: aarch64-opc.c:1934 aarch64-opc.c:1942 aarch64-opc.c:1965 msgid "unexpected address writeback" msgstr "未預期的位址回寫" #: aarch64-opc.c:1953 msgid "address writeback expected" msgstr "預期為位址回寫" #: aarch64-opc.c:2058 msgid "invalid register offset" msgstr "無效的暫存器位移" #: aarch64-opc.c:2080 msgid "invalid post-increment amount" msgstr "無效的後遞增量" #: aarch64-opc.c:2096 aarch64-opc.c:2651 msgid "invalid shift amount" msgstr "無效的移位量" #: aarch64-opc.c:2109 msgid "invalid extend/shift operator" msgstr "無效的延伸/移位運算子" #: aarch64-opc.c:2184 aarch64-opc.c:2226 aarch64-opc.c:2294 aarch64-opc.c:2328 msgid "invalid addressing mode" msgstr "無效的定址模式" #: aarch64-opc.c:2286 msgid "index register xzr is not allowed" msgstr "不允許使用 xzr 作為索引暫存器" #: aarch64-opc.c:2355 msgid "invalid increment amount" msgstr "無效的遞增量" #: aarch64-opc.c:2438 aarch64-opc.c:2460 aarch64-opc.c:2684 aarch64-opc.c:2692 #: aarch64-opc.c:2758 aarch64-opc.c:2787 msgid "invalid shift operator" msgstr "無效的移位運算子" #: aarch64-opc.c:2444 msgid "shift amount must be 0 or 12" msgstr "移位量必須為 0 或 12" #: aarch64-opc.c:2450 aarch64-opc.c:2485 aarch64-opc.c:2504 aarch64-opc.c:2512 #: aarch64-opc.c:2604 aarch64-opc.c:2781 aarch64-opc.c:2881 aarch64-opc.c:2894 msgid "immediate out of range" msgstr "即時值超出範圍" #: aarch64-opc.c:2467 msgid "shift amount must be a multiple of 16" msgstr "移位量必須為 16 的倍數" #: aarch64-opc.c:2479 msgid "negative immediate value not allowed" msgstr "不允許負的即時值" #: aarch64-opc.c:2615 msgid "immediate zero expected" msgstr "預期為即時值零" #: aarch64-opc.c:2629 msgid "rotate expected to be 0, 90, 180 or 270" msgstr "旋轉預期為 0、90、180 或 270" #: aarch64-opc.c:2640 msgid "rotate expected to be 90 or 270" msgstr "旋轉預期為 90 或 270" #: aarch64-opc.c:2700 msgid "shift is not permitted" msgstr "不允許移位" #: aarch64-opc.c:2725 msgid "invalid value for immediate" msgstr "無效的即時值" #: aarch64-opc.c:2750 msgid "shift amount must be 0 or 16" msgstr "移位量必須為 0 或 16" #: aarch64-opc.c:2771 msgid "floating-point immediate expected" msgstr "預期為浮點即時值" #: aarch64-opc.c:2805 msgid "no shift amount allowed for 8-bit constants" msgstr "8 位元常數不允許移位" #: aarch64-opc.c:2815 msgid "shift amount must be 0 or 8" msgstr "移位量必須為 0 或 8" #: aarch64-opc.c:2828 msgid "immediate too big for element size" msgstr "即時值對元素大小而言太大" #: aarch64-opc.c:2835 msgid "invalid arithmetic immediate" msgstr "無效的算術即時值" #: aarch64-opc.c:2849 msgid "floating-point value must be 0.5 or 1.0" msgstr "浮點值必須為 0.5 或 1.0" #: aarch64-opc.c:2859 msgid "floating-point value must be 0.5 or 2.0" msgstr "浮點值必須為 0.5 或 2.0" #: aarch64-opc.c:2869 msgid "floating-point value must be 0.0 or 1.0" msgstr "浮點值必須為 0.0 或 1.0" #: aarch64-opc.c:2900 msgid "invalid replicated MOV immediate" msgstr "無效的複製 MOV 即時值" #: aarch64-opc.c:2959 msgid "byte index must be a multiple of 8" msgstr "位元組索引必須為 8 的倍數" #: aarch64-opc.c:2997 msgid "the register-index form of PRFM does not accept opcodes in the range 24-31" msgstr "PRFM 的暫存器索引形式不接受範圍 24-31 內的運算碼" #: aarch64-opc.c:3066 msgid "extend operator expected" msgstr "預期為延伸運算子" #: aarch64-opc.c:3079 msgid "missing extend operator" msgstr "缺少延伸運算子" #: aarch64-opc.c:3085 msgid "'LSL' operator not allowed" msgstr "不允許 'LSL' 運算子" #: aarch64-opc.c:3106 msgid "W register expected" msgstr "預期為 W 暫存器" #: aarch64-opc.c:3117 msgid "shift operator expected" msgstr "預期為移位運算子" #: aarch64-opc.c:3124 msgid "'ROR' operator not allowed" msgstr "不允許 'ROR' 運算子" #: aarch64-opc.c:3303 msgid "expected at least one stack pointer operand" msgstr "預期至少一個堆疊指標運算元" #: aarch64-opc.c:4725 msgid "writing to a read-only register" msgstr "寫入唯讀暫存器" #: aarch64-opc.c:4727 msgid "reading from a write-only register" msgstr "從唯寫暫存器讀取" #: aarch64-opc.c:5401 msgid "the three register operands must be distinct from one another" msgstr "三個暫存器運算元必須互不相同" #: aarch64-opc.c:5430 msgid "the two register operands must be distinct from each other" msgstr "兩個暫存器運算元必須彼此不同" #: aarch64-opc.c:5541 msgid "destination register differs from preceding instruction" msgstr "目的暫存器與前一個指令不同" #: aarch64-opc.c:5544 msgid "source register differs from preceding instruction" msgstr "來源暫存器與前一個指令不同" #: aarch64-opc.c:5547 msgid "size register differs from preceding instruction" msgstr "大小暫存器與前一個指令不同" #: aarch64-opc.c:5595 msgid "instruction opens new dependency sequence without ending previous one" msgstr "指令開啟新的依賴序列而未結束前一個" #: aarch64-opc.c:5624 msgid "previous `movprfx' sequence not closed" msgstr "前一個 `movprfx' 序列未結束" #: aarch64-opc.c:5655 msgid "SVE instruction expected after `movprfx'" msgstr "在 `movprfx' 之後預期為 SVE 指令" #: aarch64-opc.c:5668 msgid "SVE `movprfx' compatible instruction expected" msgstr "預期為 SVE `movprfx' 相容指令" #: aarch64-opc.c:5756 msgid "predicated instruction expected after `movprfx'" msgstr "在 `movprfx' 之後預期為謂詞指令" #: aarch64-opc.c:5768 msgid "merging predicate expected due to preceding `movprfx'" msgstr "因前一個 `movprfx' 而預期為合併謂詞" #: aarch64-opc.c:5780 msgid "predicate register differs from that in preceding `movprfx'" msgstr "謂詞暫存器與前一個 `movprfx' 中的不同" #: aarch64-opc.c:5799 msgid "output register of preceding `movprfx' not used in current instruction" msgstr "前一個 `movprfx' 的輸出暫存器未在目前指令中使用" #: aarch64-opc.c:5812 msgid "output register of preceding `movprfx' expected as output" msgstr "前一個 `movprfx' 的輸出暫存器預期為輸出" #: aarch64-opc.c:5824 msgid "output register of preceding `movprfx' used as input" msgstr "前一個 `movprfx' 的輸出暫存器被用作輸入" #: aarch64-opc.c:5840 msgid "register size not compatible with previous `movprfx'" msgstr "暫存器大小與前一個 `movprfx' 不相容" #: alpha-opc.c:154 msgid "branch operand unaligned" msgstr "分支運算元未對齊" #: alpha-opc.c:170 alpha-opc.c:186 msgid "jump hint unaligned" msgstr "跳躍提示未對齊" #: arc-dis.c:368 msgid "" "\n" "Warning: disassembly may be wrong due to guessed opcode class choice.\n" "Use -M to select the correct opcode class(es).\n" "\t\t\t\t" msgstr "" "\n" "警告:因猜測的運算碼類別選擇,反組譯可能不正確。\n" "使用 -M 以選擇正確的運算碼類別。\n" "\t\t\t\t" #: arc-dis.c:430 msgid "An error occurred while generating the extension instruction operations" msgstr "產生延伸指令操作時發生錯誤" #: arc-dis.c:834 #, c-format msgid "unrecognised disassembler CPU option: %s" msgstr "無法辨識的反組譯器 CPU 選項:%s" #: arc-dis.c:1299 msgid "" "\n" "Warning: illegal use of double register pair.\n" msgstr "" "\n" "警告:非法使用雙重暫存器配對。\n" #: arc-dis.c:1466 msgid "Enforce the designated architecture while decoding." msgstr "在解碼時強制使用指定的架構。" #: arc-dis.c:1468 msgid "Recognize DSP instructions." msgstr "辨識 DSP 指令。" #: arc-dis.c:1470 msgid "Recognize FPX SP instructions." msgstr "辨識 FPX SP 指令。" #: arc-dis.c:1472 msgid "Recognize FPX DP instructions." msgstr "辨識 FPX DP 指令。" #: arc-dis.c:1474 msgid "Recognize FPU QuarkSE-EM instructions." msgstr "辨識 FPU QuarkSE-EM 指令。" #: arc-dis.c:1476 msgid "Recognize double assist FPU instructions." msgstr "辨識雙重輔助 FPU 指令。" #: arc-dis.c:1478 msgid "Recognize single precision FPU instructions." msgstr "辨識單精確度 FPU 指令。" #: arc-dis.c:1480 msgid "Recognize double precision FPU instructions." msgstr "辨識雙精確度 FPU 指令。" #: arc-dis.c:1482 msgid "Recognize NPS400 instructions." msgstr "辨識 NPS400 指令。" #: arc-dis.c:1484 msgid "Use only hexadecimal number to print immediates." msgstr "僅使用十六進位數字輸出即時值。" #: arc-dis.c:1559 #, c-format msgid "" "\n" "The following ARC specific disassembler options are supported for use \n" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" "\n" "以下 ARC 特定的反組譯器選項可與\n" "-M 參數一起使用(多個選項應以逗號分隔):\n" #: arc-dis.c:1593 mips-dis.c:2937 riscv-dis.c:1855 #, c-format msgid "" "\n" " For the options above, the following values are supported for \"%s\":\n" " " msgstr "" "\n" " 對於上述選項,下列值支援 \"%s\":\n" " " #: arc-dis.c:1603 #, c-format msgid "" "\n" " " msgstr "" "\n" " " #: arc-opc.c:41 arc-opc.c:64 arc-opc.c:90 arc-opc.c:114 msgid "LP_COUNT register cannot be used as destination register" msgstr "LP_COUNT 暫存器不能用作目的暫存器" #: arc-opc.c:88 msgid "cannot use odd number destination register" msgstr "不能使用奇數目的暫存器" #: arc-opc.c:101 arc-opc.c:112 msgid "cannot use odd number source register" msgstr "不能使用奇數來源暫存器" #: arc-opc.c:127 msgid "operand is not zero" msgstr "運算元不是零" #: arc-opc.c:186 msgid "register R30 is a limm indicator" msgstr "暫存器 R30 是 limm 指示器" #: arc-opc.c:207 msgid "register must be R0" msgstr "暫存器必須是 R0" #: arc-opc.c:225 msgid "register must be R1" msgstr "暫存器必須是 R1" #: arc-opc.c:242 msgid "register must be R2" msgstr "暫存器必須是 R2" #: arc-opc.c:259 msgid "register must be R3" msgstr "暫存器必須是 R3" #: arc-opc.c:276 msgid "register must be SP" msgstr "暫存器必須是 SP" #: arc-opc.c:293 msgid "register must be GP" msgstr "暫存器必須是 GP" #: arc-opc.c:310 msgid "register must be PCL" msgstr "暫存器必須是 PCL" #: arc-opc.c:327 msgid "register must be BLINK" msgstr "暫存器必須是 BLINK" #: arc-opc.c:344 msgid "register must be ILINK1" msgstr "暫存器必須是 ILINK1" #: arc-opc.c:361 msgid "register must be ILINK2" msgstr "暫存器必須是 ILINK2" #. ARC NPS400 Support: See comment near head of file. #: arc-opc.c:392 arc-opc.c:430 arc-opc.c:468 arc-opc.c:737 msgid "register must be either r0-r3 or r12-r15" msgstr "暫存器必須是 r0-r3 或 r12-r15" #: arc-opc.c:519 msgid "accepted values are from -1 to 6" msgstr "接受的值為 -1 到 6" #: arc-opc.c:548 msgid "first register of the range should be r13" msgstr "範圍的第一個暫存器應為 r13" #: arc-opc.c:550 msgid "last register of the range doesn't fit" msgstr "範圍的最後一個暫存器不符合" #: arc-opc.c:570 arc-opc.c:585 msgid "invalid register number, should be fp" msgstr "無效的暫存器編號,應為 fp" #: arc-opc.c:607 msgid "invalid register number, should be blink" msgstr "無效的暫存器編號,應為 blink" #: arc-opc.c:629 msgid "invalid register number, should be pcl" msgstr "無效的暫存器編號,應為 pcl" #: arc-opc.c:785 msgid "invalid size, should be 1, 2, 4, or 8" msgstr "無效的大小,應為 1、2、4 或 8" #: arc-opc.c:830 msgid "invalid immediate, must be 1, 2, or 4" msgstr "無效的即時值,必須為 1、2 或 4" #: arc-opc.c:869 msgid "invalid value for CMEM ld/st immediate" msgstr "CMEM ld/st 即時值的無效值" #: arc-opc.c:896 msgid "invalid position, should be 0, 16, 32, 48 or 64." msgstr "無效的位置,應為 0、16、32、48 或 64。" #: arc-opc.c:930 msgid "invalid position, should be 16, 32, 64 or 128." msgstr "無效的位置,應為 16、32、64 或 128。" #: arc-opc.c:952 msgid "invalid size value must be on range 1-64." msgstr "無效的大小值必須在範圍 1-64 內。" #: arc-opc.c:983 msgid "invalid position, should be 0, 8, 16, or 24" msgstr "無效的位置,應為 0、8、16 或 24" #: arc-opc.c:1008 msgid "invalid size, value must be " msgstr "無效的大小,值必須為 " #: arc-opc.c:1082 msgid "value out of range 1 - 256" msgstr "值超出範圍 1 - 256" #: arc-opc.c:1091 msgid "value must be power of 2" msgstr "值必須是 2 的次方" #: arc-opc.c:1144 msgid "value must be in the range 0 to 28" msgstr "值必須在範圍 0 到 28 內" #: arc-opc.c:1166 msgid "value must be in the range 1 to " msgstr "值必須在範圍 1 到 " #: arc-opc.c:1196 msgid "value must be in the range 0 to 240" msgstr "值必須在範圍 0 到 240 內" #: arc-opc.c:1198 msgid "value must be a multiple of 16" msgstr "值必須是 16 的倍數" #: arc-opc.c:1218 msgid "invalid address type for operand" msgstr "無效的運算元位址類型" #: arc-opc.c:1252 msgid "value must be in the range 0 to 31" msgstr "值必須在範圍 0 到 31 內" #: arc-opc.c:1277 msgid "invalid position, should be one of: 0,4,8,...124." msgstr "無效的位置,應為:0、4、8、...124。" #: arm-dis.c:4934 msgid "Select raw register names" msgstr "選擇原始暫存器名稱" #: arm-dis.c:4936 msgid "Select register names used by GCC" msgstr "選擇 GCC 使用的暫存器名稱" #: arm-dis.c:4938 msgid "Select register names used in ARM's ISA documentation" msgstr "選擇 ARM ISA 文件中使用的暫存器名稱" #: arm-dis.c:4940 msgid "Assume all insns are Thumb insns" msgstr "假設所有指令皆為 Thumb 指令" #: arm-dis.c:4941 msgid "Examine preceding label to determine an insn's type" msgstr "檢查前一個標籤以決定指令類型" #: arm-dis.c:4942 msgid "Select register names used in the APCS" msgstr "選擇 APCS 中使用的暫存器名稱" #: arm-dis.c:4944 msgid "Select register names used in the ATPCS" msgstr "選擇 ATPCS 中使用的暫存器名稱" #: arm-dis.c:4946 msgid "Select special register names used in the ATPCS" msgstr "選擇 ATPCS 中使用的特殊暫存器名稱" #: arm-dis.c:4948 msgid "Enable CDE extensions for coprocessor N space" msgstr "啟用協同處理器 N 空間的 CDE 延伸" #: arm-dis.c:11924 #, c-format msgid "unrecognised register name set: %s" msgstr "無法辨識的暫存器名稱集:%s" #: arm-dis.c:11937 #, c-format msgid "cde coprocessor not between 0-7: %s" msgstr "cde 協同處理器不在 0-7 內:%s" #: arm-dis.c:11940 #, c-format msgid "coproc must have an argument: %s" msgstr "coproc 必須有引數:%s" #: arm-dis.c:11952 #, c-format msgid "coprocN argument takes options \"generic\", \"cde\", or \"CDE\": %s" msgstr "coprocN 引數接受選項 \"generic\"、\"cde\" 或 \"CDE\":%s" #: arm-dis.c:12673 #, c-format msgid "" "\n" "The following ARM specific disassembler options are supported for use with\n" "the -M switch:\n" msgstr "" "\n" "以下 ARM 特定的反組譯器選項可與\n" "-M 參數一起使用:\n" #: avr-dis.c:130 avr-dis.c:152 #, c-format msgid "undefined" msgstr "未定義" #: avr-dis.c:251 #, c-format msgid "internal disassembler error" msgstr "內部反組譯器錯誤" #: avr-dis.c:312 #, c-format msgid "unknown constraint `%c'" msgstr "未知的約束 `%c'" #: bpf-dis.c:55 #, c-format msgid "" "\n" "The following BPF specific disassembler options are supported for use\n" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" "\n" "以下 BPF 特定的反組譯器選項可與\n" "-M 參數一起使用(多個選項應以逗號分隔):\n" #: bpf-dis.c:59 #, c-format msgid "" " pseudoc Use pseudo-c syntax.\n" " v1,v2,v3,v4,xbpf Version of the BPF ISA to use.\n" " hex,oct,dec Output numerical base for immediates.\n" msgstr "" " pseudoc 使用 pseudo-c 語法。\n" " v1,v2,v3,v4,xbpf 要使用的 BPF ISA 版本。\n" " hex,oct,dec 輸出數字的數字基底。\n" #. The option without '=' should be defined above. #: bpf-dis.c:90 riscv-dis.c:140 riscv-dis.c:178 #, c-format msgid "unrecognized disassembler option: %s" msgstr "無法辨識的反組譯器選項:%s" #: bpf-dis.c:166 #, c-format msgid "unknown BPF CPU version %u\n" msgstr "未知的 BPF CPU 版本 %u\n" #: bpf-dis.c:290 #, c-format msgid "# internal error, unknown tag in opcode template (%s)" msgstr "# 內部錯誤,運算碼模板中有未知的標籤(%s)" #: cgen-asm.c:351 epiphany-ibld.c:203 fr30-ibld.c:203 frv-ibld.c:203 #: ip2k-ibld.c:203 iq2000-ibld.c:203 lm32-ibld.c:203 m32c-ibld.c:203 #: m32r-ibld.c:203 mep-ibld.c:203 mt-ibld.c:203 or1k-ibld.c:203 #: xstormy16-ibld.c:203 #, c-format msgid "operand out of range (%ld not between %ld and %ld)" msgstr "運算元超出範圍(%ld 不在 %ld 和 %ld 之間)" #: cgen-asm.c:373 #, c-format msgid "operand out of range (%lu not between %lu and %lu)" msgstr "運算元超出範圍(%lu 不在 %lu 和 %lu 之間)" #: cris-desc.c:2622 #, c-format msgid "internal error: cris_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:cris_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: cris-desc.c:2710 #, c-format msgid "internal error: cris_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:cris_cgen_cpu_open:不支援的引數 `%d'" #: cris-desc.c:2729 #, c-format msgid "internal error: cris_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:cris_cgen_cpu_open:未指定位元組順序" #: d30v-dis.c:232 #, c-format msgid "illegal id (%d)" msgstr "非法的 ID(%d)" #: d30v-dis.c:259 #, c-format msgid "" msgstr "<未知的暫存器 %d>" #. Can't happen. #: dis-buf.c:62 #, c-format msgid "Unknown error %d\n" msgstr "未知的錯誤 %d\n" #: dis-buf.c:68 #, c-format msgid "Address 0x% is out of bounds.\n" msgstr "位址 0x% 超出邊界。\n" #: disassemble.c:856 #, c-format msgid "assertion fail %s:%d" msgstr "斷言失敗 %s:%d" #: disassemble.c:857 msgid "Please report this bug" msgstr "請回報此錯誤" #: epiphany-asm.c:68 msgid "register unavailable for short instructions" msgstr "暫存器無法用於短指令" #: epiphany-asm.c:115 msgid "register name used as immediate value" msgstr "暫存器名稱被用作即時值" #. Don't treat "mov ip,ip" as a move-immediate. #: epiphany-asm.c:178 epiphany-asm.c:234 msgid "register source in immediate move" msgstr "即時搬移中的暫存器來源" #: epiphany-asm.c:187 msgid "byte relocation unsupported" msgstr "不支援位元組重定位" #. -- assembler routines inserted here. #. -- asm.c #: epiphany-asm.c:193 frv-asm.c:972 iq2000-asm.c:56 lm32-asm.c:95 #: lm32-asm.c:127 lm32-asm.c:157 lm32-asm.c:187 lm32-asm.c:217 lm32-asm.c:247 #: m32c-asm.c:140 m32c-asm.c:235 m32c-asm.c:276 m32c-asm.c:334 m32c-asm.c:355 #: m32r-asm.c:53 mep-asm.c:241 mep-asm.c:259 mep-asm.c:274 mep-asm.c:289 #: mep-asm.c:301 or1k-asm.c:54 msgid "missing `)'" msgstr "缺少 `)'" #: epiphany-asm.c:270 msgid "ABORT: unknown operand" msgstr "中止:未知的運算元" #: epiphany-asm.c:296 msgid "Not a pc-relative address." msgstr "不是相對於 PC 的位址。" #: epiphany-asm.c:456 fr30-asm.c:311 frv-asm.c:1264 ip2k-asm.c:512 #: iq2000-asm.c:460 lm32-asm.c:350 m32c-asm.c:1585 m32r-asm.c:329 #: mep-asm.c:1288 mt-asm.c:596 or1k-asm.c:576 xstormy16-asm.c:277 #, c-format msgid "internal error: unrecognized field %d while parsing" msgstr "內部錯誤:剖析時無法辨識的欄位 %d" #: epiphany-asm.c:508 fr30-asm.c:363 frv-asm.c:1316 ip2k-asm.c:564 #: iq2000-asm.c:512 lm32-asm.c:402 m32c-asm.c:1637 m32r-asm.c:381 #: mep-asm.c:1340 mt-asm.c:648 or1k-asm.c:628 xstormy16-asm.c:329 msgid "missing mnemonic in syntax string" msgstr "語法字串中缺少助憶碼" #. We couldn't parse it. #: epiphany-asm.c:643 epiphany-asm.c:647 epiphany-asm.c:736 epiphany-asm.c:843 #: fr30-asm.c:498 fr30-asm.c:502 fr30-asm.c:591 fr30-asm.c:698 frv-asm.c:1451 #: frv-asm.c:1455 frv-asm.c:1544 frv-asm.c:1651 ip2k-asm.c:699 ip2k-asm.c:703 #: ip2k-asm.c:792 ip2k-asm.c:899 iq2000-asm.c:647 iq2000-asm.c:651 #: iq2000-asm.c:740 iq2000-asm.c:847 lm32-asm.c:537 lm32-asm.c:541 #: lm32-asm.c:630 lm32-asm.c:737 m32c-asm.c:1772 m32c-asm.c:1776 #: m32c-asm.c:1865 m32c-asm.c:1972 m32r-asm.c:516 m32r-asm.c:520 m32r-asm.c:609 #: m32r-asm.c:716 mep-asm.c:1475 mep-asm.c:1479 mep-asm.c:1568 mep-asm.c:1675 #: mt-asm.c:783 mt-asm.c:787 mt-asm.c:876 mt-asm.c:983 or1k-asm.c:763 #: or1k-asm.c:767 or1k-asm.c:856 or1k-asm.c:963 xstormy16-asm.c:464 #: xstormy16-asm.c:468 xstormy16-asm.c:557 xstormy16-asm.c:664 msgid "unrecognized instruction" msgstr "無法辨識的指令" #: epiphany-asm.c:690 fr30-asm.c:545 frv-asm.c:1498 ip2k-asm.c:746 #: iq2000-asm.c:694 lm32-asm.c:584 m32c-asm.c:1819 m32r-asm.c:563 #: mep-asm.c:1522 mt-asm.c:830 or1k-asm.c:810 xstormy16-asm.c:511 #, c-format msgid "syntax error (expected char `%c', found `%c')" msgstr "語法錯誤(預期字元 `%c',找到 `%c')" #: epiphany-asm.c:700 fr30-asm.c:555 frv-asm.c:1508 ip2k-asm.c:756 #: iq2000-asm.c:704 lm32-asm.c:594 m32c-asm.c:1829 m32r-asm.c:573 #: mep-asm.c:1532 mt-asm.c:840 or1k-asm.c:820 xstormy16-asm.c:521 #, c-format msgid "syntax error (expected char `%c', found end of instruction)" msgstr "語法錯誤(預期字元 `%c',找到指令結尾)" #: epiphany-asm.c:730 fr30-asm.c:585 frv-asm.c:1538 ip2k-asm.c:786 #: iq2000-asm.c:734 lm32-asm.c:624 m32c-asm.c:1859 m32r-asm.c:603 #: mep-asm.c:1562 mt-asm.c:870 or1k-asm.c:850 xstormy16-asm.c:551 msgid "junk at end of line" msgstr "行末有多餘的內容" #: epiphany-asm.c:842 fr30-asm.c:697 frv-asm.c:1650 ip2k-asm.c:898 #: iq2000-asm.c:846 lm32-asm.c:736 m32c-asm.c:1971 m32r-asm.c:715 #: mep-asm.c:1674 mt-asm.c:982 or1k-asm.c:962 xstormy16-asm.c:663 msgid "unrecognized form of instruction" msgstr "無法辨識的指令形式" #: epiphany-asm.c:856 fr30-asm.c:711 frv-asm.c:1664 ip2k-asm.c:912 #: iq2000-asm.c:860 lm32-asm.c:750 m32c-asm.c:1985 m32r-asm.c:729 #: mep-asm.c:1688 mt-asm.c:996 or1k-asm.c:976 xstormy16-asm.c:677 #, c-format msgid "bad instruction `%.50s...'" msgstr "錯誤的指令 `%.50s...'" #: epiphany-asm.c:859 fr30-asm.c:714 frv-asm.c:1667 ip2k-asm.c:915 #: iq2000-asm.c:863 lm32-asm.c:753 m32c-asm.c:1988 m32r-asm.c:732 #: mep-asm.c:1691 mt-asm.c:999 or1k-asm.c:979 xstormy16-asm.c:680 #, c-format msgid "bad instruction `%.50s'" msgstr "錯誤的指令 `%.50s'" #: epiphany-desc.c:2110 #, c-format msgid "internal error: epiphany_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:epiphany_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: epiphany-desc.c:2198 #, c-format msgid "internal error: epiphany_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:epiphany_cgen_cpu_open:不支援的引數 `%d'" #: epiphany-desc.c:2217 #, c-format msgid "internal error: epiphany_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:epiphany_cgen_cpu_open:未指定位元組順序" #. Default text to print if an instruction isn't recognized. #: epiphany-dis.c:41 fr30-dis.c:41 frv-dis.c:41 ip2k-dis.c:41 iq2000-dis.c:41 #: lm32-dis.c:41 m32c-dis.c:41 m32r-dis.c:41 mep-dis.c:41 mmix-dis.c:294 #: mt-dis.c:41 nds32-dis.c:64 or1k-dis.c:41 xstormy16-dis.c:41 msgid "*unknown*" msgstr "*未知*" #: epiphany-dis.c:279 fr30-dis.c:300 frv-dis.c:397 ip2k-dis.c:289 #: iq2000-dis.c:190 lm32-dis.c:148 m32c-dis.c:892 m32r-dis.c:280 mep-dis.c:1201 #: mt-dis.c:288 or1k-dis.c:175 xstormy16-dis.c:169 #, c-format msgid "internal error: unrecognized field %d while printing insn" msgstr "內部錯誤:輸出指令時無法辨識的欄位 %d" #: epiphany-ibld.c:166 fr30-ibld.c:166 frv-ibld.c:166 ip2k-ibld.c:166 #: iq2000-ibld.c:166 lm32-ibld.c:166 m32c-ibld.c:166 m32r-ibld.c:166 #: mep-ibld.c:166 mt-ibld.c:166 or1k-ibld.c:166 xstormy16-ibld.c:166 #, c-format msgid "operand out of range (%ld not between %ld and %lu)" msgstr "運算元超出範圍(%ld 不在 %ld 和 %lu 之間)" #: epiphany-ibld.c:187 fr30-ibld.c:187 frv-ibld.c:187 ip2k-ibld.c:187 #: iq2000-ibld.c:187 lm32-ibld.c:187 m32c-ibld.c:187 m32r-ibld.c:187 #: mep-ibld.c:187 mt-ibld.c:187 or1k-ibld.c:187 xstormy16-ibld.c:187 #, c-format msgid "operand out of range (0x%lx not between 0 and 0x%lx)" msgstr "運算元超出範圍(0x%lx 不在 0 和 0x%lx 之間)" #: epiphany-ibld.c:885 fr30-ibld.c:740 frv-ibld.c:866 ip2k-ibld.c:617 #: iq2000-ibld.c:723 lm32-ibld.c:644 m32c-ibld.c:1741 m32r-ibld.c:675 #: mep-ibld.c:1218 mt-ibld.c:759 or1k-ibld.c:738 xstormy16-ibld.c:688 #, c-format msgid "internal error: unrecognized field %d while building insn" msgstr "內部錯誤:建立指令時無法辨識的欄位 %d" #: epiphany-ibld.c:1180 fr30-ibld.c:946 frv-ibld.c:1184 ip2k-ibld.c:693 #: iq2000-ibld.c:899 lm32-ibld.c:749 m32c-ibld.c:2903 m32r-ibld.c:813 #: mep-ibld.c:1818 mt-ibld.c:980 or1k-ibld.c:897 xstormy16-ibld.c:835 #, c-format msgid "internal error: unrecognized field %d while decoding insn" msgstr "內部錯誤:解碼指令時無法辨識的欄位 %d" #: epiphany-ibld.c:1324 fr30-ibld.c:1093 frv-ibld.c:1463 ip2k-ibld.c:768 #: iq2000-ibld.c:1031 lm32-ibld.c:839 m32c-ibld.c:3521 m32r-ibld.c:927 #: mep-ibld.c:2289 mt-ibld.c:1181 or1k-ibld.c:993 xstormy16-ibld.c:946 #, c-format msgid "internal error: unrecognized field %d while getting int operand" msgstr "內部錯誤:取得整數運算元時無法辨識的欄位 %d" #: epiphany-ibld.c:1450 fr30-ibld.c:1222 frv-ibld.c:1724 ip2k-ibld.c:825 #: iq2000-ibld.c:1145 lm32-ibld.c:911 m32c-ibld.c:4121 m32r-ibld.c:1023 #: mep-ibld.c:2742 mt-ibld.c:1364 or1k-ibld.c:1071 xstormy16-ibld.c:1039 #, c-format msgid "internal error: unrecognized field %d while getting vma operand" msgstr "內部錯誤:取得 VMA 運算元時無法辨識的欄位 %d" #: epiphany-ibld.c:1583 fr30-ibld.c:1354 frv-ibld.c:1992 ip2k-ibld.c:885 #: iq2000-ibld.c:1266 lm32-ibld.c:990 m32c-ibld.c:4709 m32r-ibld.c:1125 #: mep-ibld.c:3156 mt-ibld.c:1554 or1k-ibld.c:1156 xstormy16-ibld.c:1139 #, c-format msgid "internal error: unrecognized field %d while setting int operand" msgstr "內部錯誤:設定整數運算元時無法辨識的欄位 %d" #: epiphany-ibld.c:1706 fr30-ibld.c:1476 frv-ibld.c:2250 ip2k-ibld.c:935 #: iq2000-ibld.c:1377 lm32-ibld.c:1059 m32c-ibld.c:5287 m32r-ibld.c:1217 #: mep-ibld.c:3560 mt-ibld.c:1734 or1k-ibld.c:1231 xstormy16-ibld.c:1229 #, c-format msgid "internal error: unrecognized field %d while setting vma operand" msgstr "內部錯誤:設定 VMA 運算元時無法辨識的欄位 %d" #: fr30-asm.c:93 m32c-asm.c:872 m32c-asm.c:879 msgid "Register number is not valid" msgstr "暫存器編號無效" #: fr30-asm.c:95 msgid "Register must be between r0 and r7" msgstr "暫存器必須在 r0 和 r7 之間" #: fr30-asm.c:97 msgid "Register must be between r8 and r15" msgstr "暫存器必須在 r8 和 r15 之間" #: fr30-asm.c:116 m32c-asm.c:910 msgid "Register list is not valid" msgstr "暫存器清單無效" #: fr30-desc.c:1587 #, c-format msgid "internal error: fr30_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:fr30_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: fr30-desc.c:1675 #, c-format msgid "internal error: fr30_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:fr30_cgen_cpu_open:不支援的引數 `%d'" #: fr30-desc.c:1694 #, c-format msgid "internal error: fr30_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:fr30_cgen_cpu_open:未指定位元組順序" #: frv-asm.c:608 msgid "missing `]'" msgstr "缺少 `]'" #: frv-asm.c:611 frv-asm.c:621 msgid "Special purpose register number is out of range" msgstr "特殊用途暫存器編號超出範圍" #: frv-asm.c:908 msgid "Value of A operand must be 0 or 1" msgstr "A 運算元的值必須為 0 或 1" #: frv-asm.c:944 msgid "register number must be even" msgstr "暫存器編號必須為偶數" #: frv-desc.c:6327 #, c-format msgid "internal error: frv_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:frv_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: frv-desc.c:6415 #, c-format msgid "internal error: frv_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:frv_cgen_cpu_open:不支援的引數 `%d'" #: frv-desc.c:6434 #, c-format msgid "internal error: frv_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:frv_cgen_cpu_open:未指定位元組順序" #: frv-opc.c:459 #, c-format msgid "internal error: bad vliw->next_slot value" msgstr "內部錯誤:vliw->next_slot 值不良" #: frv-opc.c:769 #, c-format msgid "internal error: bad major code" msgstr "內部錯誤:主要代碼不良" #: frv-opc.c:819 #, c-format msgid "internal error: bad insn unit" msgstr "內部錯誤:指令單位不良" #: h8300-dis.c:309 #, c-format msgid "Hmmmm 0x%x" msgstr "嗯 0x%x" #: h8300-dis.c:617 #, c-format msgid "Don't understand 0x%x \n" msgstr "無法理解 0x%x \n" #: i386-dis.c:8784 msgid "" msgstr "<內部反組譯器錯誤>" #: i386-dis.c:9032 #, c-format msgid "" "\n" "The following i386/x86-64 specific disassembler options are supported for use\n" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" "\n" "以下 i386/x86-64 特定的反組譯器選項可與\n" "-M 參數一起使用(多個選項應以逗號分隔):\n" #: i386-dis.c:9036 #, c-format msgid " x86-64 Disassemble in 64bit mode\n" msgstr " x86-64 以 64 位元模式反組譯\n" #: i386-dis.c:9037 #, c-format msgid " i386 Disassemble in 32bit mode\n" msgstr " i386 以 32 位元模式反組譯\n" #: i386-dis.c:9038 #, c-format msgid " i8086 Disassemble in 16bit mode\n" msgstr " i8086 以 16 位元模式反組譯\n" #: i386-dis.c:9039 #, c-format msgid " att Display instruction in AT&T syntax\n" msgstr " att 以 AT&T 語法顯示指令\n" #: i386-dis.c:9040 #, c-format msgid " intel Display instruction in Intel syntax\n" msgstr " intel 以 Intel 語法顯示指令\n" #: i386-dis.c:9041 #, c-format msgid "" " att-mnemonic (AT&T syntax only)\n" " Display instruction with AT&T mnemonic\n" msgstr "" " att-mnemonic (僅 AT&T 語法)\n" " 以 AT&T 助憶碼顯示指令\n" #: i386-dis.c:9043 #, c-format msgid "" " intel-mnemonic (AT&T syntax only)\n" " Display instruction with Intel mnemonic\n" msgstr "" " intel-mnemonic (僅 AT&T 語法)\n" " 以 Intel 助憶碼顯示指令\n" #: i386-dis.c:9045 #, c-format msgid " addr64 Assume 64bit address size\n" msgstr " addr64 假設 64 位元位址大小\n" #: i386-dis.c:9046 #, c-format msgid " addr32 Assume 32bit address size\n" msgstr " addr32 假設 32 位元位址大小\n" #: i386-dis.c:9047 #, c-format msgid " addr16 Assume 16bit address size\n" msgstr " addr16 假設 16 位元位址大小\n" #: i386-dis.c:9048 #, c-format msgid " data32 Assume 32bit data size\n" msgstr " data32 假設 32 位元資料大小\n" #: i386-dis.c:9049 #, c-format msgid " data16 Assume 16bit data size\n" msgstr " data16 假設 16 位元資料大小\n" #: i386-dis.c:9050 #, c-format msgid " suffix Always display instruction suffix in AT&T syntax\n" msgstr " suffix 在 AT&T 語法中總是顯示指令後綴\n" #: i386-dis.c:9051 #, c-format msgid " amd64 Display instruction in AMD64 ISA\n" msgstr " amd64 以 AMD64 ISA 顯示指令\n" #: i386-dis.c:9052 #, c-format msgid " intel64 Display instruction in Intel64 ISA\n" msgstr " intel64 以 Intel64 ISA 顯示指令\n" #: i386-dis.c:9053 #, c-format msgid " annotate-immediates Annotate immediate operands that match symbols\n" msgstr " annotate-immediates 註解符合符號的即時運算元\n" #: i386-dis.c:9846 msgid "64-bit address is disabled" msgstr "64 位元位址已停用" #. We've been passed a w. Return with an error message so that #. cgen will try the next parsing option. #: ip2k-asm.c:81 msgid "W keyword invalid in FR operand slot." msgstr "W 關鍵字在 FR 運算元欄位中無效。" #. Invalid offset present. #: ip2k-asm.c:106 msgid "offset(IP) is not a valid form" msgstr "offset(IP) 不是有效格式" #. Found something there in front of (DP) but it's out #. of range. #: ip2k-asm.c:154 msgid "(DP) offset out of range." msgstr "(DP) 位移超出範圍。" #. Found something there in front of (SP) but it's out #. of range. #: ip2k-asm.c:195 msgid "(SP) offset out of range." msgstr "(SP) 位移超出範圍。" #: ip2k-asm.c:211 msgid "illegal use of parentheses" msgstr "非法使用括號" #: ip2k-asm.c:218 msgid "operand out of range (not between 1 and 255)" msgstr "運算元超出範圍(不在 1 和 255 之間)" #. Something is very wrong. opindex has to be one of the above. #: ip2k-asm.c:242 msgid "parse_addr16: invalid opindex." msgstr "parse_addr16:無效的 opindex。" #: ip2k-asm.c:296 msgid "Byte address required. - must be even." msgstr "需要位元組位址。- 必須為偶數。" #: ip2k-asm.c:305 msgid "cgen_parse_address returned a symbol. Literal required." msgstr "cgen_parse_address 傳回符號。需要常值。" #: ip2k-asm.c:360 msgid "percent-operator operand is not a symbol" msgstr "percent 運算子運算元不是符號" #: ip2k-asm.c:413 msgid "Attempt to find bit index of 0" msgstr "嘗試尋找 0 的位元索引" #: ip2k-desc.c:1016 #, c-format msgid "internal error: ip2k_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:ip2k_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: ip2k-desc.c:1104 #, c-format msgid "internal error: ip2k_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:ip2k_cgen_cpu_open:不支援的引數 `%d'" #: ip2k-desc.c:1123 #, c-format msgid "internal error: ip2k_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:ip2k_cgen_cpu_open:未指定位元組順序" #: iq2000-asm.c:112 iq2000-asm.c:142 msgid "immediate value cannot be register" msgstr "即時值不能是暫存器" #: iq2000-asm.c:123 iq2000-asm.c:153 lm32-asm.c:70 msgid "immediate value out of range" msgstr "即時值超出範圍" #: iq2000-asm.c:182 msgid "21-bit offset out of range" msgstr "21 位元位移超出範圍" #: iq2000-desc.c:2021 #, c-format msgid "internal error: iq2000_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:iq2000_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: iq2000-desc.c:2109 #, c-format msgid "internal error: iq2000_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:iq2000_cgen_cpu_open:不支援的引數 `%d'" #: iq2000-desc.c:2128 #, c-format msgid "internal error: iq2000_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:iq2000_cgen_cpu_open:未指定位元組順序" #: kvx-dis.c:1571 #, c-format msgid "" "\n" "The following KVX specific disassembler options are supported for use\n" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" "\n" "以下 KVX 特定的反組譯器選項可與\n" "-M 參數一起使用(多個選項應以逗號分隔):\n" #: kvx-dis.c:1575 #, c-format msgid "" "\n" " pretty Print 32-bit words in natural order corresponding to re-ordered instruction.\n" msgstr "" "\n" " pretty 以對應於重新排序指令的自然順序輸出 32 位元字組。\n" #: kvx-dis.c:1579 #, c-format msgid "" "\n" " compact-assembly Do not emit a new line between bundles of instructions.\n" msgstr "" "\n" " compact-assembly 在指令束之間不輸出新行。\n" #: kvx-dis.c:1583 #, c-format msgid "" "\n" " no-compact-assembly Emit a new line between bundles of instructions.\n" msgstr "" "\n" " no-compact-assembly 在指令束之間輸出新行。\n" #: lm32-asm.c:166 msgid "expecting gp relative address: gp(symbol)" msgstr "預期為 gp 相對位址:gp(symbol)" #: lm32-asm.c:196 msgid "expecting got relative address: got(symbol)" msgstr "預期為 got 相對位址:got(symbol)" #: lm32-asm.c:226 msgid "expecting got relative address: gotoffhi16(symbol)" msgstr "預期為 got 相對位址:gotoffhi16(symbol)" #: lm32-asm.c:256 msgid "expecting got relative address: gotofflo16(symbol)" msgstr "預期為 got 相對位址:gotofflo16(symbol)" #: lm32-desc.c:1003 #, c-format msgid "internal error: lm32_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:lm32_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: lm32-desc.c:1091 #, c-format msgid "internal error: lm32_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:lm32_cgen_cpu_open:不支援的引數 `%d'" #: lm32-desc.c:1110 #, c-format msgid "internal error: lm32_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:lm32_cgen_cpu_open:未指定位元組順序" #: loongarch-dis.c:363 #, c-format msgid "" "\n" "The following LoongArch disassembler options are supported for use\n" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" "\n" "以下 LoongArch 特定的反組譯器選項可與\n" "-M 參數一起使用(多個選項應以逗號分隔):\n" #: loongarch-dis.c:367 #, c-format msgid "" "\n" " no-aliases Use canonical instruction forms.\n" msgstr "" "\n" " no-aliases 使用標準指令形式。\n" #: loongarch-dis.c:369 #, c-format msgid "" "\n" " numeric Print numeric register names, rather than ABI names.\n" msgstr "" "\n" " numeric 輸出數字暫存器名稱,而非 ABI 名稱。\n" #: m10200-dis.c:151 m10300-dis.c:574 #, c-format msgid "unknown\t0x%04lx" msgstr "未知\t0x%04lx" #: m10200-dis.c:321 #, c-format msgid "unknown\t0x%02lx" msgstr "未知\t0x%02lx" #: m32c-asm.c:117 msgid "imm:6 immediate is out of range" msgstr "imm:6 即時值超出範圍" #: m32c-asm.c:145 #, c-format msgid "%dsp8() takes a symbolic address, not a number" msgstr "%dsp8() 接受符號位址,而非數字" #: m32c-asm.c:159 m32c-asm.c:163 m32c-asm.c:253 msgid "dsp:8 immediate is out of range" msgstr "dsp:8 即時值超出範圍" #: m32c-asm.c:184 m32c-asm.c:188 msgid "Immediate is out of range -8 to 7" msgstr "即時值超出範圍 -8 到 7" #: m32c-asm.c:209 m32c-asm.c:213 msgid "Immediate is out of range -7 to 8" msgstr "即時值超出範圍 -7 到 8" #: m32c-asm.c:281 #, c-format msgid "%dsp16() takes a symbolic address, not a number" msgstr "%dsp16() 接受符號位址,而非數字" #: m32c-asm.c:305 m32c-asm.c:312 m32c-asm.c:373 msgid "dsp:16 immediate is out of range" msgstr "dsp:16 即時值超出範圍" #: m32c-asm.c:399 msgid "dsp:20 immediate is out of range" msgstr "dsp:20 即時值超出範圍" #: m32c-asm.c:425 m32c-asm.c:445 msgid "dsp:24 immediate is out of range" msgstr "dsp:24 即時值超出範圍" #: m32c-asm.c:478 msgid "immediate is out of range 1-2" msgstr "即時值超出範圍 1-2" #: m32c-asm.c:496 msgid "immediate is out of range 1-8" msgstr "即時值超出範圍 1-8" #: m32c-asm.c:514 msgid "immediate is out of range 0-7" msgstr "即時值超出範圍 0-7" #: m32c-asm.c:550 msgid "immediate is out of range 2-9" msgstr "即時值超出範圍 2-9" #: m32c-asm.c:568 msgid "Bit number for indexing general register is out of range 0-15" msgstr "索引一般暫存器的位元編號超出範圍 0-15" #: m32c-asm.c:606 m32c-asm.c:662 msgid "bit,base is out of range" msgstr "位元、基底超出範圍" #: m32c-asm.c:613 m32c-asm.c:618 m32c-asm.c:666 msgid "bit,base out of range for symbol" msgstr "位元、基底對符號而言超出範圍" #: m32c-asm.c:802 msgid "not a valid r0l/r0h pair" msgstr "不是有效的 r0l/r0h 配對" #: m32c-asm.c:832 msgid "Invalid size specifier" msgstr "無效的大小修飾符" #: m32c-desc.c:63034 #, c-format msgid "internal error: m32c_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:m32c_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: m32c-desc.c:63122 #, c-format msgid "internal error: m32c_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:m32c_cgen_cpu_open:不支援的引數 `%d'" #: m32c-desc.c:63141 #, c-format msgid "internal error: m32c_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:m32c_cgen_cpu_open:未指定位元組順序" #: m32r-desc.c:1366 #, c-format msgid "internal error: m32r_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:m32r_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: m32r-desc.c:1454 #, c-format msgid "internal error: m32r_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:m32r_cgen_cpu_open:不支援的引數 `%d'" #: m32r-desc.c:1473 #, c-format msgid "internal error: m32r_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:m32r_cgen_cpu_open:未指定位元組順序" #: m68k-dis.c:1405 #, c-format msgid "" msgstr "<功能碼 %d>" #: m68k-dis.c:1590 #, c-format msgid "\n" msgstr "<運算碼表中的內部錯誤:%s %s>\n" #: mep-asm.c:129 msgid "Only $tp or $13 allowed for this opcode" msgstr "此運算碼僅允許 $tp 或 $13" #: mep-asm.c:143 msgid "Only $sp or $15 allowed for this opcode" msgstr "此運算碼僅允許 $sp 或 $15" #: mep-asm.c:309 mep-asm.c:506 #, no-c-format msgid "invalid %function() here" msgstr "此處無效的 %function()" #: mep-asm.c:337 msgid "Immediate is out of range -32768 to 32767" msgstr "即時值超出範圍 -32768 到 32767" #: mep-asm.c:357 msgid "Immediate is out of range 0 to 65535" msgstr "即時值超出範圍 0 到 65535" #: mep-asm.c:551 mep-asm.c:564 msgid "Immediate is out of range -512 to 511" msgstr "即時值超出範圍 -512 到 511" #: mep-asm.c:556 mep-asm.c:565 msgid "Immediate is out of range -128 to 127" msgstr "即時值超出範圍 -128 到 127" #: mep-asm.c:560 msgid "Value is not aligned enough" msgstr "值未充分對齊" #: mep-desc.c:6227 #, c-format msgid "internal error: mep_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:mep_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: mep-desc.c:6315 #, c-format msgid "internal error: mep_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:mep_cgen_cpu_open:不支援的引數 `%d'" #: mep-desc.c:6334 #, c-format msgid "internal error: mep_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:mep_cgen_cpu_open:未指定位元組順序" #: mep-dis.c:661 #, c-format msgid "illegal MEP INDEX setting '%x' in ELF header e_flags field" msgstr "ELF 標頭 e_flags 欄位中有非法的 MEP INDEX 設定 '%x'" #: mips-dis.c:1934 mips-dis.c:2167 #, c-format msgid "# internal error, undefined operand in `%s %s'" msgstr "# 內部錯誤,未定義的運算元在 `%s %s' 中" #: mips-dis.c:2772 msgid "Use canonical instruction forms.\n" msgstr "使用標準指令形式。\n" #: mips-dis.c:2774 msgid "Recognize MSA instructions.\n" msgstr "辨識 MSA 指令。\n" #: mips-dis.c:2776 msgid "Recognize the virtualization ASE instructions.\n" msgstr "辨識虛擬化 ASE 指令。\n" #: mips-dis.c:2778 msgid "" "Recognize the eXtended Physical Address (XPA) ASE\n" " instructions.\n" msgstr "" "辨識延伸實體位址(XPA)ASE\n" " 指令。\n" #: mips-dis.c:2781 msgid "Recognize the Global INValidate (GINV) ASE instructions.\n" msgstr "辨識全域作廢(GINV)ASE 指令。\n" #: mips-dis.c:2785 msgid "Recognize the Loongson MultiMedia extensions Instructions (MMI) ASE instructions.\n" msgstr "辨識龍橋多媒體延伸指令(MMI)ASE 指令。\n" #: mips-dis.c:2789 msgid "Recognize the Loongson Content Address Memory (CAM) instructions.\n" msgstr "辨識龍橋內容定址記憶體(CAM)指令。\n" #: mips-dis.c:2793 msgid "Recognize the Loongson EXTensions (EXT) instructions.\n" msgstr "辨識龍橋延伸(EXT)指令。\n" #: mips-dis.c:2797 msgid "Recognize the Loongson EXTensions R2 (EXT2) instructions.\n" msgstr "辨識龍橋延伸 R2(EXT2)指令。\n" #: mips-dis.c:2800 msgid "" "Print GPR names according to specified ABI.\n" " Default: based on binary being disassembled.\n" msgstr "" "根據指定的 ABI 輸出 GPR 名稱。\n" " 預設:基於正在反組譯的二進位檔。\n" #: mips-dis.c:2803 msgid "" "Print FPR names according to specified ABI.\n" " Default: numeric.\n" msgstr "" "根據指定的 ABI 輸出 FPR 名稱。\n" " 預設:數字。\n" #: mips-dis.c:2806 msgid "" "Print CP0 register names according to specified architecture.\n" " Default: based on binary being disassembled.\n" msgstr "" "根據指定的架構輸出 CP0 暫存器名稱。\n" " 預設:基於正在反組譯的二進位檔。\n" #: mips-dis.c:2810 msgid "" "Print HWR names according to specified architecture.\n" " Default: based on binary being disassembled.\n" msgstr "" "根據指定的架構輸出 HWR 名稱。\n" " 預設:基於正在反組譯的二進位檔。\n" #: mips-dis.c:2813 msgid "Print GPR and FPR names according to specified ABI.\n" msgstr "根據指定的 ABI 輸出 GPR 和 FPR 名稱。\n" #: mips-dis.c:2815 msgid "" "Print CP0 register and HWR names according to specified\n" " architecture." msgstr "" "根據指定的架構輸出 CP0 暫存器\n" " 和 HWR 名稱。" #: mips-dis.c:2901 #, c-format msgid "" "\n" "The following MIPS specific disassembler options are supported for use\n" "with the -M switch (multiple options should be separated by commas):\n" "\n" msgstr "" "\n" "以下 MIPS 特定的反組譯器選項可與\n" "-M 參數一起使用(多個選項應以逗號分隔):\n" "\n" #: mmix-dis.c:33 #, c-format msgid "bad case %d (%s) in %s:%d" msgstr "錯誤的案例 %d(%s)在 %s:%d 中" #: mmix-dis.c:42 #, c-format msgid "internal: non-debugged code (test-case missing): %s:%d" msgstr "內部:未除錯的程式碼(缺少測試案例):%s:%d" #: mmix-dis.c:52 msgid "(unknown)" msgstr "(未知)" #: mmix-dis.c:248 mmix-dis.c:256 msgid "*illegal*" msgstr "*非法*" #: mmix-dis.c:530 #, c-format msgid "*unknown operands type: %d*" msgstr "*未知的運算元類型:%d*" #: msp430-decode.opc:145 rl78-decode.opc:106 #, c-format msgid "internal error: immediate() called with invalid byte count %d" msgstr "內部錯誤:以無效的位元組計數 %d 呼叫 immediate()" #: msp430-dis.c:59 #, c-format msgid "Warning: disassembly unreliable - not enough bytes available" msgstr "警告:反組譯不可靠 - 沒有足夠可用的位元組" #: msp430-dis.c:65 #, c-format msgid "Error: read from memory failed" msgstr "錯誤:從記憶體讀取失敗" #: msp430-dis.c:510 msgid "Warning: illegal as emulation instr" msgstr "警告:作為模擬指令為非法" #. R2/R3 are illegal as dest: may be data section. #: msp430-dis.c:602 msgid "Warning: illegal as 2-op instr" msgstr "警告:作為 2-op 指令為非法" #: msp430-dis.c:1013 msgid "Warning: unrecognised CALLA addressing mode" msgstr "警告:無法辨識的 CALLA 定址模式" #: msp430-dis.c:1314 msp430-dis.c:1335 msp430-dis.c:1356 #, c-format msgid "Warning: reserved use of A/L and B/W bits detected" msgstr "警告:偵測到保留的 A/L 和 B/W 位元使用" #: mt-asm.c:110 mt-asm.c:190 msgid "Operand out of range. Must be between -32768 and 32767." msgstr "運算元超出範圍。必須在 -32768 和 32767 之間。" #: mt-asm.c:149 msgid "Biiiig Trouble in parse_imm16!" msgstr "parse_imm16 中有大麻煩!" #: mt-asm.c:157 msgid "The percent-operator's operand is not a symbol" msgstr "percent 運算子的運算元不是符號" #: mt-asm.c:395 msgid "invalid operand. type may have values 0,1,2 only." msgstr "無效的運算元。類型可能僅具有值 0、1、2。" #: mt-desc.c:1147 #, c-format msgid "internal error: mt_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:mt_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: mt-desc.c:1235 #, c-format msgid "internal error: mt_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:mt_cgen_cpu_open:不支援的引數 `%d'" #: mt-desc.c:1254 #, c-format msgid "internal error: mt_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:mt_cgen_cpu_open:未指定位元組順序" #: nds32-asm.c:1760 #, c-format msgid "internal error: unknown operand, %s" msgstr "內部錯誤:未知的運算元,%s" #: nds32-asm.c:2396 #, c-format msgid "internal error: don't know how to handle parsing results" msgstr "內部錯誤:不知道如何處理剖析結果" #: nds32-asm.c:2404 #, c-format msgid "internal error: unknown hardware resource" msgstr "內部錯誤:未知的硬體資源" #: nds32-dis.c:1178 msgid "insufficient data to decode instruction" msgstr "資料不足以解碼指令" #: nfp-dis.c:930 msgid ":" msgstr "<無效指令>:" #: nfp-dis.c:1334 msgid ", , " msgstr ", <無效的 CRC 運算子>, " #: nfp-dis.c:1686 msgid "[" msgstr "<無效分支>[" #: nfp-dis.c:2055 nfp-dis.c:2326 #, c-format msgid "[]" msgstr "<無效的 cmd 目標 %d:%d:%d>[]" #: nfp-dis.c:2066 nfp-dis.c:2337 #, c-format msgid "[]" msgstr "<無效的 cmd 動作 %d:%d:%d>[]" #: nfp-dis.c:2558 msgid "File has no ME-Config section." msgstr "檔案沒有 ME-Config 區段。" #. See PR 31843 for an example of this. #: nfp-dis.c:2565 msgid "The ME-Config section is corrupt." msgstr "ME-Config 區段已損壞。" #: nfp-dis.c:2579 msgid "File has invalid ME-Config section." msgstr "檔案有無效的 ME-Config 區段。" #: nfp-dis.c:2726 #, c-format msgid "Error processing section %u " msgstr "處理區段 %u 時發生錯誤 " #: nfp-dis.c:2750 #, c-format msgid "invalid NFP option: %s" msgstr "無效的 NFP 選項:%s" #: nfp-dis.c:2995 #, c-format msgid "" "\n" "The following NFP specific disassembler options are supported for use\n" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" "\n" "以下 NFP 特定的反組譯器選項可與\n" "-M 參數一起使用(多個選項應以逗號分隔):\n" #: nfp-dis.c:2999 #, c-format msgid "" "\n" " no-pc\t\t Don't print program counter prefix.\n" " ctx4\t\t Force disassembly using 4-context mode.\n" " ctx8\t\t Force 8-context mode, takes precedence." msgstr "" "\n" " no-pc\t\t 不輸出程式計數器前綴。\n" " ctx4\t\t 強制使用 4-context 模式反組譯。\n" " ctx8\t\t 強制 8-context 模式,優先。" #. I and Z are output operands and can`t be immediate #. A is an address and we can`t have the address of #. an immediate either. We don't know how much to increase #. aoffsetp by since whatever generated this is broken #. anyway! #: ns32k-dis.c:533 #, c-format msgid "$" msgstr "$<未定義>" #: or1k-asm.c:55 msgid "relocation invalid for store" msgstr "重定位對儲存無效" #: or1k-asm.c:56 msgid "internal relocation type invalid" msgstr "內部重定位類型無效" #: or1k-desc.c:2043 #, c-format msgid "internal error: or1k_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:or1k_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: or1k-desc.c:2131 #, c-format msgid "internal error: or1k_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:or1k_cgen_cpu_open:不支援的引數 `%d'" #: or1k-desc.c:2150 #, c-format msgid "internal error: or1k_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:or1k_cgen_cpu_open:未指定位元組順序" #: ppc-dis.c:374 #, c-format msgid "warning: ignoring unknown -M%s option" msgstr "警告:忽略未知的 -M%s 選項" #: ppc-dis.c:1287 #, c-format msgid "" "\n" "The following PPC specific disassembler options are supported for use with\n" "the -M switch:\n" msgstr "" "\n" "以下 PPC 特定的反組譯器選項可與\n" "-M 參數一起使用:\n" #: ppc-opc.c:52 ppc-opc.c:75 ppc-opc.c:101 ppc-opc.c:131 msgid "invalid register" msgstr "無效的暫存器" #: ppc-opc.c:397 msgid "invalid conditional option" msgstr "無效的條件選項" #: ppc-opc.c:400 msgid "invalid counter access" msgstr "無效的計數器存取" #: ppc-opc.c:464 msgid "BO value implies no branch hint, when using + or - modifier" msgstr "當使用 + 或 - 修飾符時,BO 值暗示無分支提示" #: ppc-opc.c:469 msgid "attempt to set y bit when using + or - modifier" msgstr "當使用 + 或 - 修飾符時嘗試設定 y 位元" #: ppc-opc.c:471 msgid "attempt to set 'at' bits when using + or - modifier" msgstr "當使用 + 或 - 修飾符時嘗試設定 'at' 位元" #: ppc-opc.c:575 msgid "invalid offset: must be in the range [-512, -8] and be a multiple of 8" msgstr "無效的位移:必須在範圍 [-512, -8] 內且為 8 的倍數" #: ppc-opc.c:752 msgid "invalid R operand" msgstr "無效的 R 運算元" #: ppc-opc.c:807 msgid "invalid mask field" msgstr "無效的遮罩欄位" #: ppc-opc.c:830 msgid "invalid mfcr mask" msgstr "無效的 mfcr 遮罩" #: ppc-opc.c:948 ppc-opc.c:966 msgid "illegal L operand value" msgstr "非法的 L 運算元值" #: ppc-opc.c:989 msgid "illegal WC operand value" msgstr "非法的 WC 運算元值" #: ppc-opc.c:1086 msgid "incompatible L operand value" msgstr "不相容的 L 運算元值" #: ppc-opc.c:1285 ppc-opc.c:1320 msgid "illegal bitmask" msgstr "非法的位元遮罩" #: ppc-opc.c:1464 msgid "address register in load range" msgstr "載入範圍內的位址暫存器" #: ppc-opc.c:1504 msgid "illegal PL operand value" msgstr "非法的 PL 運算元值" #: ppc-opc.c:1585 msgid "index register in load range" msgstr "載入範圍內的索引暫存器" #: ppc-opc.c:1614 ppc-opc.c:1700 msgid "source and target register operands must be different" msgstr "來源和目的暫存器運算元必須不同" #: ppc-opc.c:1645 msgid "invalid base address register operand" msgstr "無效的基底位址暫存器運算元" #: ppc-opc.c:1763 msgid "illegal immediate value" msgstr "非法的即時值" #: ppc-opc.c:1828 msgid "invalid SR value (must be 0-23)" msgstr "無效的 SR 值(必須為 0-23)" #: ppc-opc.c:1854 msgid "invalid combination: ID=1 with BL=0 or BL=1" msgstr "無效的組合:ID=1 且 BL=0 或 BL=1" #: ppc-opc.c:2122 msgid "invalid bat number" msgstr "無效的 bat 編號" #: ppc-opc.c:2157 msgid "invalid sprg number" msgstr "無效的 sprg 編號" #: ppc-opc.c:2194 msgid "invalid tbr number" msgstr "無效的 tbr 編號" #: ppc-opc.c:2301 ppc-opc.c:2369 msgid "VSR overlaps ACC operand" msgstr "VSR 與 ACC 運算元重疊" #: ppc-opc.c:2423 msgid "invalid S value (must be 0 - 6)" msgstr "無效的 S 值(必須為 0 - 6)" #: ppc-opc.c:2503 msgid "invalid constant" msgstr "無效的常數" #: ppc-opc.c:2525 msgid "invalid M value" msgstr "無效的 M 值" #: ppc-opc.c:2627 ppc-opc.c:2650 ppc-opc.c:2673 ppc-opc.c:2696 msgid "UIMM = 00000 is illegal" msgstr "UIMM = 00000 為非法" #: ppc-opc.c:2719 msgid "UIMM values >7 are illegal" msgstr "UIMM 值 >7 為非法" #: ppc-opc.c:2742 msgid "UIMM values >15 are illegal" msgstr "UIMM 值 >15 為非法" #: ppc-opc.c:2765 msgid "GPR odd is illegal" msgstr "GPR 奇數為非法" #: ppc-opc.c:2788 ppc-opc.c:2811 msgid "invalid offset" msgstr "無效的位移" #: ppc-opc.c:2834 msgid "invalid Ddd value" msgstr "無效的 Ddd 值" #: ppc-opc.c:2887 ppc-opc.c:2914 msgid "invalid TH value" msgstr "無效的 TH 值" #. Invalid options with '=', no option name before '=', #. and no value after '='. #: riscv-dis.c:148 #, c-format msgid "unrecognized disassembler option with '=': %s" msgstr "無法辨識的含 '=' 反組譯器選項:%s" #: riscv-dis.c:163 #, c-format msgid "unknown privileged spec set by %s=%s" msgstr "未知的權限規格由 %s=%s 設定" #: riscv-dis.c:170 #, c-format msgid "mis-matched privilege spec set by %s=%s, the elf privilege attribute is %s" msgstr "不符的權限規格由 %s=%s 設定,elf 權限屬性為 %s" #: riscv-dis.c:1039 #, c-format msgid "# internal error, undefined modifier (%c)" msgstr "# 內部錯誤,未定義的修飾符(%c)" #: riscv-dis.c:1733 msgid "Disassemble without checking architecture string." msgstr "不檢查架構字串即進行反組譯。" #: riscv-dis.c:1736 msgid "Print numeric register names, rather than ABI names." msgstr "輸出數字暫存器名稱,而非 ABI 名稱。" #: riscv-dis.c:1739 msgid "Disassemble only into canonical instructions." msgstr "僅反組譯成標準指令。" #: riscv-dis.c:1742 msgid "Print the CSR according to the chosen privilege spec." msgstr "根據選擇的權限規格輸出 CSR。" #: riscv-dis.c:1818 #, c-format msgid "" "\n" "The following RISC-V specific disassembler options are supported for use\n" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" "\n" "以下 RISC-V 特定的反組譯器選項可與\n" "-M 參數一起使用(多個選項應以逗號分隔):\n" #: rx-dis.c:139 rx-dis.c:163 rx-dis.c:171 rx-dis.c:179 rx-dis.c:187 msgid "" msgstr "<無效的暫存器編號>" #: rx-dis.c:147 rx-dis.c:195 msgid "" msgstr "<無效的條件碼>" #: rx-dis.c:155 msgid "" msgstr "<無效的旗標>" #: rx-dis.c:203 msgid "" msgstr "<無效的運算元大小>" #: rx-dis.c:211 msgid "" msgstr "<無效的大小>" #: s12z-dis.c:239 s12z-dis.c:296 s12z-dis.c:307 msgid "" msgstr "<非法的暫存器編號>" #: s12z-dis.c:370 msgid "" msgstr "<不良>" #: s12z-dis.c:380 msgid "." msgstr ".<不良>" #: s390-dis.c:44 msgid "Disassemble in ESA architecture mode" msgstr "以 ESA 架構模式反組譯" #. TRANSLATORS: Please do not translate 'z/Architecture' as this is a technical name. #: s390-dis.c:46 msgid "Disassemble in z/Architecture mode" msgstr "以 z/Architecture 模式反組譯" #: s390-dis.c:47 msgid "Print unknown instructions according to length from first two bits" msgstr "根據前兩個位元的長度輸出未知指令" #: s390-dis.c:49 msgid "Print instruction description as comment" msgstr "將指令描述輸出為註解" #: s390-dis.c:83 #, c-format msgid "unknown S/390 disassembler option: %s" msgstr "未知的 S/390 反組譯器選項:%s" #: s390-dis.c:584 #, c-format msgid "" "\n" "The following S/390 specific disassembler options are supported for use\n" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" "\n" "以下 S/390 特定的反組譯器選項可與\n" "-M 參數一起使用(多個選項應以逗號分隔):\n" #: score-dis.c:653 score-dis.c:871 score-dis.c:1032 score-dis.c:1138 #: score-dis.c:1146 score-dis.c:1153 score7-dis.c:691 score7-dis.c:854 msgid "" msgstr "<非法指令>" #: sparc-dis.c:308 sparc-dis.c:318 #, c-format msgid "internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "內部錯誤:sparc-opcode.h 不良:\"%s\"、%#.8lx、%#.8lx\n" #: sparc-dis.c:377 #, c-format msgid "internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" msgstr "內部錯誤:sparc-opcode.h 不良:\"%s\" 等於 \"%s\"\n" #. Mark as non-valid instruction. #: sparc-dis.c:1066 msgid "unknown" msgstr "未知" #: v850-dis.c:190 msgid "" msgstr "<無效的 s-reg 編號>" #: v850-dis.c:206 msgid "" msgstr "<無效的暫存器編號>" #: v850-dis.c:222 msgid "" msgstr "<無效的 v-reg 編號>" #: v850-dis.c:236 msgid "" msgstr "<無效的 CC-reg 編號>" #: v850-dis.c:250 msgid "" msgstr "<無效的 float-CC-reg 編號>" #: v850-dis.c:264 msgid "" msgstr "<無效的 cacheop 編號>" #: v850-dis.c:275 msgid "" msgstr "<無效的 prefop 編號>" #: v850-dis.c:510 #, c-format msgid "unknown operand shift: %x" msgstr "未知的運算元移位:%x" #: v850-dis.c:526 #, c-format msgid "unknown reg: %d" msgstr "未知的暫存器:%d" #. The functions used to insert and extract complicated operands. #. Note: There is a conspiracy between these functions and #. v850_insert_operand() in gas/config/tc-v850.c. Error messages #. containing the string 'out of range' will be ignored unless a #. specific command line option is given to GAS. #: v850-opc.c:53 msgid "displacement value is not in range and is not aligned" msgstr "位移值不在範圍內且未對齊" #: v850-opc.c:54 msgid "displacement value is out of range" msgstr "位移值超出範圍" #: v850-opc.c:55 msgid "displacement value is not aligned" msgstr "位移值未對齊" #: v850-opc.c:57 msgid "immediate value is out of range" msgstr "即時值超出範圍" #: v850-opc.c:58 msgid "branch value out of range" msgstr "分支值超出範圍" #: v850-opc.c:59 msgid "branch value not in range and to odd offset" msgstr "分支值不在範圍且位移為奇數" #: v850-opc.c:60 msgid "branch to odd offset" msgstr "分支到位移為奇數" #: v850-opc.c:61 msgid "position value is out of range" msgstr "位置值超出範圍" #: v850-opc.c:62 msgid "width value is out of range" msgstr "寬度值超出範圍" #: v850-opc.c:63 msgid "SelID is out of range" msgstr "SelID 超出範圍" #: v850-opc.c:64 msgid "vector8 is out of range" msgstr "vector8 超出範圍" #: v850-opc.c:65 msgid "vector5 is out of range" msgstr "vector5 超出範圍" #: v850-opc.c:66 msgid "imm10 is out of range" msgstr "imm10 超出範圍" #: v850-opc.c:67 msgid "SR/SelID is out of range" msgstr "SR/SelID 超出範圍" #: v850-opc.c:508 msgid "invalid register for stack adjustment" msgstr "無效的堆疊調整暫存器" #: v850-opc.c:526 msgid "invalid register name" msgstr "無效的暫存器名稱" #: wasm32-dis.c:93 msgid "Disassemble \"register\" names" msgstr "反組譯「暫存器」名稱" #: wasm32-dis.c:94 msgid "Name well-known globals" msgstr "命名知名的全域符號" #: wasm32-dis.c:549 #, c-format msgid "" "The following WebAssembly-specific disassembler options are supported for use\n" "with the -M switch:\n" msgstr "" "以下 WebAssembly 特定的反組譯器選項可與\n" "-M 參數一起使用:\n" #: xstormy16-asm.c:71 msgid "Bad register in preincrement" msgstr "前遞增中的暫存器錯誤" #: xstormy16-asm.c:76 msgid "Bad register in postincrement" msgstr "後遞增中的暫存器錯誤" #: xstormy16-asm.c:78 msgid "Bad register name" msgstr "暫存器名稱錯誤" #: xstormy16-asm.c:82 msgid "Label conflicts with register name" msgstr "標籤與暫存器名稱衝突" #: xstormy16-asm.c:86 msgid "Label conflicts with `Rx'" msgstr "標籤與 `Rx' 衝突" #: xstormy16-asm.c:88 msgid "Bad immediate expression" msgstr "即時表示式錯誤" #: xstormy16-asm.c:109 msgid "No relocation for small immediate" msgstr "小即時值無重定位" #: xstormy16-asm.c:119 msgid "Small operand was not an immediate number" msgstr "小運算元不是即時數字" #: xstormy16-asm.c:157 msgid "Operand is not a symbol" msgstr "運算元不是符號" #: xstormy16-asm.c:165 msgid "Syntax error: No trailing ')'" msgstr "語法錯誤:沒有結尾的 ')'" #: xstormy16-desc.c:1318 #, c-format msgid "internal error: xstormy16_cgen_rebuild_tables: conflicting insn-chunk-bitsize values: `%d' vs. `%d'" msgstr "內部錯誤:xstormy16_cgen_rebuild_tables:insn-chunk-bitsize 值衝突:`%d' 與 `%d'" #: xstormy16-desc.c:1406 #, c-format msgid "internal error: xstormy16_cgen_cpu_open: unsupported argument `%d'" msgstr "內部錯誤:xstormy16_cgen_cpu_open:不支援的引數 `%d'" #: xstormy16-desc.c:1425 #, c-format msgid "internal error: xstormy16_cgen_cpu_open: no endianness specified" msgstr "內部錯誤:xstormy16_cgen_cpu_open:未指定位元組順序"