2012-03-07 10:35:30 +00:00
# Traditional Chinese Messages for libc.
# Copyright (C) 2011 Free Software Foundation, Inc.
# This file is distributed under the same license as the glibc package.
2019-08-01 03:38:15 +00:00
# "# #" -> from gnulib
#
# # Yip Chi Lap <clyip@cs.hku.hk>, 1998.
# # Yuan-Chung Cheng <platin@ms.ccafps.khc.edu.tw>, 1998.
# # Abel Cheung <abelcheung@gmail.com>, 2002.
# # Pofeng Lee <pofeng@linux.org.tw>, 1998, 2002.
2012-03-07 10:35:30 +00:00
# Tung-Han Hsieh <thhsieh@linux.org.tw>, 2000.
# Yuan-Chung Cheng <platin@ch.ntu.edu.tw>, 2000.
# Wei-Lun Chao <william.chao@ossii.com.tw>, 2005, 2008, 2011.
2013-06-11 06:49:00 +00:00
# Wei-Lun Chao <bluebat@member.fsf.org>, 2012, 2013.
2020-08-05 00:31:51 +00:00
# Yi-Jyun Pan <pan93412@gmail.com>, 2019, 2020.
2000-08-28 08:00:42 +00:00
#
msgid ""
msgstr ""
2023-07-18 19:22:19 +00:00
"Project-Id-Version: libc 2.37.9000\n"
2024-07-21 15:50:35 +00:00
"POT-Creation-Date: 2024-07-21 00:32+0200\n"
2023-07-18 19:22:19 +00:00
"PO-Revision-Date: 2023-07-18 23:05+0800\n"
2020-01-19 04:51:35 +00:00
"Last-Translator: Yi-Jyun Pan <pan93412@gmail.com>\n"
2020-01-16 14:12:35 +00:00
"Language-Team: Chinese (traditional) <zh-l10n@lists.linux.org.tw>\n"
2012-03-07 10:35:30 +00:00
"Language: zh_TW\n"
2000-08-28 08:00:42 +00:00
"MIME-Version: 1.0\n"
2005-07-26 04:04:13 +00:00
"Content-Type: text/plain; charset=UTF-8\n"
2000-08-28 08:00:42 +00:00
"Content-Transfer-Encoding: 8bit\n"
2005-07-26 04:04:13 +00:00
"Plural-Forms: nplurals=1; plural=0;\n"
2022-02-03 04:30:15 +00:00
"X-Bugs: Report translation errors to the Language-Team address.\n"
2023-07-18 19:22:19 +00:00
"X-Generator: Poedit 3.3.2\n"
2000-08-28 08:00:42 +00:00
2021-08-01 03:24:51 +00:00
#: argp/argp-help.c:229
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
2019-08-01 03:38:15 +00:00
msgstr "%.*s: ARGP_HELP_FMT 參數需要一個值"
2000-08-28 08:00:42 +00:00
2021-08-01 03:24:51 +00:00
#: argp/argp-help.c:239
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
2019-08-01 03:38:15 +00:00
msgstr "%.*s: 未知 ARGP_HELP_FMT 參數"
2000-08-28 08:00:42 +00:00
2021-08-01 03:24:51 +00:00
#: argp/argp-help.c:252
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Garbage in ARGP_HELP_FMT: %s"
2019-08-01 03:38:15 +00:00
msgstr "ARGP_HELP_FMT 中的廢棄內容:%s"
2000-08-28 08:00:42 +00:00
2021-08-01 03:24:51 +00:00
#: argp/argp-help.c:1350
2012-03-07 10:35:30 +00:00
msgid "Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options."
2019-08-01 03:38:15 +00:00
msgstr "長選項所使用的參數,在相對應的短選項也必須使用。"
2000-08-28 08:00:42 +00:00
2021-08-01 03:24:51 +00:00
#: argp/argp-help.c:1713
2012-03-07 10:35:30 +00:00
msgid "Usage:"
2019-08-01 03:38:15 +00:00
msgstr "用法:"
2000-08-28 08:00:42 +00:00
2021-08-01 03:24:51 +00:00
#: argp/argp-help.c:1717
2012-03-07 10:35:30 +00:00
msgid " or: "
2019-08-01 03:38:15 +00:00
msgstr " 或:"
2000-08-28 08:00:42 +00:00
2021-08-01 03:24:51 +00:00
#: argp/argp-help.c:1729
2012-03-07 10:35:30 +00:00
msgid " [OPTION...]"
2019-08-01 03:38:15 +00:00
msgstr " [選項…]"
2000-08-28 08:00:42 +00:00
2021-08-01 03:24:51 +00:00
#: argp/argp-help.c:1756
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Try `%s --help' or `%s --usage' for more information.\n"
msgstr "請試著用 `%s --help' 或 `%s --usage' 來獲得更多相關訊息。\n"
2000-08-28 08:00:42 +00:00
2021-08-01 03:24:51 +00:00
#: argp/argp-help.c:1784
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Report bugs to %s.\n"
2019-08-01 03:38:15 +00:00
msgstr "請向 %s 匯報錯誤。\n"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: argp/argp-parse.c:86
2012-03-07 10:35:30 +00:00
msgid "Give this help list"
msgstr "給出這個使用方式列表"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: argp/argp-parse.c:87
2012-03-07 10:35:30 +00:00
msgid "Give a short usage message"
msgstr "給出簡短的使用訊息"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: argp/argp-parse.c:88 catgets/gencat.c:110 catgets/gencat.c:114
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:60 iconv/iconv_prog.c:61 nscd/nscd.c:106 nscd/nscd.c:110
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:122
2013-09-06 19:25:54 +00:00
msgid "NAME"
msgstr "名稱"
2024-01-07 10:18:18 +00:00
#: argp/argp-parse.c:89
2012-03-07 10:35:30 +00:00
msgid "Set the program name"
msgstr "設定程式名稱"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: argp/argp-parse.c:90
2013-09-06 19:25:54 +00:00
msgid "SECS"
2019-08-01 03:38:15 +00:00
msgstr "秒"
2013-09-06 19:25:54 +00:00
2024-01-07 10:18:18 +00:00
#: argp/argp-parse.c:91
2012-03-07 10:35:30 +00:00
msgid "Hang for SECS seconds (default 3600)"
msgstr "SECS 秒後掛斷 (預設是 3600)"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: argp/argp-parse.c:152
2012-03-07 10:35:30 +00:00
msgid "Print program version"
msgstr "印出程式版本"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: argp/argp-parse.c:168
2012-03-07 10:35:30 +00:00
msgid "(PROGRAM ERROR) No version known!?"
2019-08-01 03:38:15 +00:00
msgstr "(程式錯誤)沒有已知版本?!"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: argp/argp-parse.c:608
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: Too many arguments\n"
2019-08-01 03:38:15 +00:00
msgstr "%s: 過多參數\n"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: argp/argp-parse.c:751
2012-03-07 10:35:30 +00:00
msgid "(PROGRAM ERROR) Option should have been recognized!?"
2019-08-01 03:38:15 +00:00
msgstr "(程式錯誤)選項應該已被識別?!"
2000-08-28 08:00:42 +00:00
2013-09-06 19:25:54 +00:00
#: assert/assert-perr.c:35
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid ""
"%s%s%s:%u: %s%sUnexpected error: %s.\n"
"%n"
2019-08-01 03:38:15 +00:00
msgstr ""
"%s%s%s:%u: %s%s非預期錯誤: %s。\n"
"%n"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: assert/assert.c:103
2012-03-07 10:35:30 +00:00
#, c-format
msgid ""
"%s%s%s:%u: %s%sAssertion `%s' failed.\n"
"%n"
msgstr ""
"%s%s%s:%u: %s%s假設『%s』失敗。\n"
"%n"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:111
2012-03-07 10:35:30 +00:00
msgid "Create C header file NAME containing symbol definitions"
msgstr "產生的 C 標頭檔名內含符號定義"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:113
2012-03-07 10:35:30 +00:00
msgid "Do not use existing catalog, force new output file"
msgstr "不使用現存的 catalog, 強制使用新的輸出檔"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:114 nss/makedb.c:122
2012-03-07 10:35:30 +00:00
msgid "Write output to file NAME"
msgstr "將輸出寫到檔案 NAME 中"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:119
2012-03-07 10:35:30 +00:00
msgid ""
"Generate message catalog.\vIf INPUT-FILE is -, input is read from standard input. If OUTPUT-FILE\n"
"is -, output is written to standard output.\n"
msgstr ""
"產生訊息 catelog。\\v如果輸入檔名是 -, 將從標準輸入讀取輸入。\n"
"如果輸出檔名是 -, 則輸出將寫到標準輸出去。\n"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:124
2012-03-07 10:35:30 +00:00
msgid ""
"-o OUTPUT-FILE [INPUT-FILE]...\n"
"[OUTPUT-FILE [INPUT-FILE]...]"
msgstr ""
"-o 輸出檔案名稱 [輸入檔案名稱]...\n"
"[輸出檔案名稱 [輸入檔案名稱]...]"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: catgets/gencat.c:230 debug/pcprofiledump.c:208 elf/ldconfig.c:217
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:246 elf/sln.c:77 elf/sprof.c:371 iconv/iconv_prog.c:387
#: iconv/iconvconfig.c:380 locale/programs/locale.c:275
#: locale/programs/localedef.c:437 login/programs/pt_chown.c:88
2024-01-07 10:18:18 +00:00
#: malloc/memusagestat.c:564 nss/getent.c:961 nss/makedb.c:371
2024-06-24 10:09:30 +00:00
#: posix/getconf.c:505
2013-06-11 06:49:00 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid ""
"For bug reporting instructions, please see:\n"
2013-06-11 06:49:00 +00:00
"%s.\n"
2012-03-07 10:35:30 +00:00
msgstr ""
2013-06-11 06:49:00 +00:00
"要知道錯誤報告指令,請參看:\n"
"%s。\n"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:246 debug/pcprofiledump.c:224 debug/xtrace.sh:63
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:233 elf/ldd.bash.in:38 elf/pldd.c:262 elf/sotruss.sh:75
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:388 iconv/iconv_prog.c:404 iconv/iconvconfig.c:397
#: locale/programs/locale.c:292 locale/programs/localedef.c:459
2023-07-18 19:22:19 +00:00
#: login/programs/pt_chown.c:62 malloc/memusage.sh:70 malloc/memusagestat.c:582
2024-06-24 10:09:30 +00:00
#: nscd/nscd.c:521 nss/getent.c:92 nss/makedb.c:387 posix/getconf.c:487
2012-03-07 10:35:30 +00:00
#, c-format
msgid ""
"Copyright (C) %s Free Software Foundation, Inc.\n"
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
msgstr ""
"版權所有 (C) %s 自由軟體基金會。\n"
2013-09-06 19:25:54 +00:00
"這是一個自由軟體;請見原始碼的授權條款。這沒有擔保;甚至也沒有專為銷\n"
2012-03-07 10:35:30 +00:00
"售或者適合某些特殊目的。\n"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:251 debug/pcprofiledump.c:229 debug/xtrace.sh:67
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:238 elf/pldd.c:267 elf/sprof.c:394 iconv/iconv_prog.c:409
2022-02-03 04:30:15 +00:00
#: iconv/iconvconfig.c:402 locale/programs/locale.c:297
#: locale/programs/localedef.c:464 malloc/memusage.sh:74
2024-01-07 10:18:18 +00:00
#: malloc/memusagestat.c:587 nscd/nscd.c:526 nss/getent.c:97 nss/makedb.c:392
2024-06-24 10:09:30 +00:00
#: posix/getconf.c:492
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Written by %s.\n"
2019-08-01 03:38:15 +00:00
msgstr "由 %s 編寫。\n"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:282
2012-03-07 10:35:30 +00:00
msgid "*standard input*"
msgstr "*標準輸入*"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:288 iconv/iconv_charmap.c:172 iconv/iconv_prog.c:272
#: nss/makedb.c:248
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot open input file `%s'"
msgstr "無法開啟輸入檔 `%s'"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:417 catgets/gencat.c:492
2012-03-07 10:35:30 +00:00
msgid "illegal set number"
msgstr "不合法的集合編號"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:444
2012-03-07 10:35:30 +00:00
msgid "duplicate set definition"
msgstr "複製集合定義"
2004-12-22 20:10:10 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:446 catgets/gencat.c:618 catgets/gencat.c:670
2012-03-07 10:35:30 +00:00
msgid "this is the first definition"
msgstr "此為第一個定義"
2004-12-22 20:10:10 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:517
2012-03-07 10:35:30 +00:00
#, c-format
msgid "unknown set `%s'"
msgstr "不明的集合 `%s'"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:558
2012-03-07 10:35:30 +00:00
msgid "invalid quote character"
msgstr "不適用的引用字元"
2004-12-22 20:10:10 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:571
2012-03-07 10:35:30 +00:00
#, c-format
msgid "unknown directive `%s': line ignored"
2020-08-05 00:31:51 +00:00
msgstr "不明的 `%s' 指示詞: 此列忽略"
2012-03-07 10:35:30 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:616
2012-03-07 10:35:30 +00:00
msgid "duplicated message number"
msgstr "重複的訊息編號"
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:667
2012-03-07 10:35:30 +00:00
msgid "duplicated message identifier"
msgstr "重複的訊息識別符號"
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:724
2012-03-07 10:35:30 +00:00
msgid "invalid character: message ignored"
msgstr "不適用的字元: 忽略此訊息"
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:767
2012-03-07 10:35:30 +00:00
msgid "invalid line"
msgstr "無效的輸入列"
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:821
2012-03-07 10:35:30 +00:00
msgid "malformed line ignored"
msgstr "忽略奇怪的列"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:1000 catgets/gencat.c:1045
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "cannot open output file `%s'"
msgstr "無法開啟輸出檔 `%s'"
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:1210 locale/programs/linereader.c:588
2012-03-07 10:35:30 +00:00
msgid "invalid escape sequence"
msgstr "無效的跳脫序列"
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:1234
2012-03-07 10:35:30 +00:00
msgid "unterminated message"
msgstr "沒有結尾的訊息"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:1258
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "while opening old catalog file"
msgstr "在開啟舊的類別檔案時"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:1349
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "conversion modules not available"
msgstr "轉換模組不存在"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: catgets/gencat.c:1375
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "cannot determine escape character"
msgstr "無法決定跳脫字元"
2022-02-03 04:30:15 +00:00
#: debug/pcprofiledump.c:52
2012-03-07 10:35:30 +00:00
msgid "Don't buffer output"
msgstr "不要將輸入存入緩衝區"
2022-02-03 04:30:15 +00:00
#: debug/pcprofiledump.c:57
2012-03-07 10:35:30 +00:00
msgid "Dump information generated by PC profiling."
msgstr "將產生於 PC 測速評估的資料傾卸出來"
2022-02-03 04:30:15 +00:00
#: debug/pcprofiledump.c:60
2012-03-07 10:35:30 +00:00
msgid "[FILE]"
msgstr "[檔案]"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: debug/pcprofiledump.c:107
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "cannot open input file"
msgstr "無法開啟輸入檔"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: debug/pcprofiledump.c:114
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot read header"
msgstr "無法讀取標頭資料"
2001-04-26 06:51:00 +00:00
2022-02-03 04:30:15 +00:00
#: debug/pcprofiledump.c:178
2012-03-07 10:35:30 +00:00
#, c-format
msgid "invalid pointer size"
msgstr "無效的指標大小"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: debug/xtrace.sh:25 debug/xtrace.sh:43
2012-03-07 10:35:30 +00:00
msgid "Usage: xtrace [OPTION]... PROGRAM [PROGRAMOPTION]...\\n"
msgstr "用法: xtrace [選項]… 程式 [PROGRAMOPTION]…\\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: debug/xtrace.sh:31 elf/sotruss.sh:56 elf/sotruss.sh:67 elf/sotruss.sh:135
#: malloc/memusage.sh:25
2013-06-11 06:49:00 +00:00
msgid "Try \\`%s --help' or \\`%s --usage' for more information.\\n"
2023-07-07 15:27:08 +00:00
msgstr "請嘗試「%s --help」或「%s --usage」以獲得更多資訊。\\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: debug/xtrace.sh:37
2012-03-07 10:35:30 +00:00
msgid "%s: option '%s' requires an argument.\\n"
2023-07-07 15:27:08 +00:00
msgstr "%s: 選項「%s」需要一個引數.\\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: debug/xtrace.sh:44
2012-03-07 10:35:30 +00:00
msgid ""
"Trace execution of program by printing currently executed function.\n"
"\n"
" --data=FILE Don't run the program, just print the data from FILE.\n"
"\n"
" -?,--help Print this help and exit\n"
" --usage Give a short usage message\n"
" -V,--version Print version information and exit\n"
"\n"
"Mandatory arguments to long options are also mandatory for any corresponding\n"
"short options.\n"
"\n"
msgstr ""
"經由列印目前執行的函式來追蹤程式的執行。\n"
"\n"
" --data=檔案 無法運行程式,僅從檔案印出資料。\n"
"\n"
" -?,--help 列印這份說明然後離開\n"
" --usage 給出簡短用法訊息\n"
" -V,--version 印出版本資訊然後離開\n"
"\n"
"對於長選項必要的引數同樣必要於任何相應的\n"
"短選項。\n"
"\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: debug/xtrace.sh:56 elf/ldd.bash.in:55 elf/sotruss.sh:49
#: malloc/memusage.sh:63
2013-06-11 06:49:00 +00:00
msgid "For bug reporting instructions, please see:\\\\n%s.\\\\n"
msgstr "要知道錯誤報告指令,請參看:\\\\n%s.\\\\n"
2022-02-03 04:30:15 +00:00
#: debug/xtrace.sh:124
2012-03-07 10:35:30 +00:00
msgid "xtrace: unrecognized option \\`$1'\\n"
msgstr "xtrace: 無法辨識的選項「$1」\\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: debug/xtrace.sh:137
2012-03-07 10:35:30 +00:00
msgid "No program name given\\n"
msgstr "未給定程式名稱\\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: debug/xtrace.sh:145
2012-03-07 10:35:30 +00:00
#, sh-format
msgid "executable \\`$program' not found\\n"
msgstr "可執行檔案「$program」找不到\\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: debug/xtrace.sh:149
2012-03-07 10:35:30 +00:00
#, sh-format
msgid "\\`$program' is no executable\\n"
msgstr "「$program」不是可執行檔案\\n"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: dlfcn/dlinfo.c:48
2012-03-07 10:35:30 +00:00
msgid "unsupported dlinfo request"
msgstr "未支援的 dlinfo 請求"
2000-08-28 08:00:42 +00:00
2021-08-01 03:24:51 +00:00
#: dlfcn/dlmopen.c:53
2012-03-07 10:35:30 +00:00
msgid "invalid namespace"
msgstr "無效的命名空間"
2000-08-28 08:00:42 +00:00
2021-08-01 03:24:51 +00:00
#: dlfcn/dlmopen.c:58
2012-03-07 10:35:30 +00:00
msgid "invalid mode"
msgstr "無效的模式"
2000-08-28 08:00:42 +00:00
2021-08-01 03:24:51 +00:00
#: dlfcn/dlopen.c:54
2012-03-07 10:35:30 +00:00
msgid "invalid mode parameter"
msgstr "無效的模式參數"
2000-08-28 08:00:42 +00:00
2023-07-07 15:27:08 +00:00
#: elf/cache.c:174
msgid "unknown or unsupported flag"
msgstr "未知或不支援的旗標"
2024-01-31 00:10:02 +00:00
#: elf/cache.c:273
2022-02-03 04:30:15 +00:00
#, c-format
msgid "Cache file has wrong endianness.\n"
msgstr "快取檔案的字節順序有誤。\n"
2024-01-31 00:10:02 +00:00
#: elf/cache.c:282
2022-02-03 04:30:15 +00:00
msgid "Cache generated by: "
msgstr "快取產生者:"
2024-07-21 15:50:35 +00:00
#: elf/cache.c:296 elf/ldconfig.c:1239
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Can't open cache file %s\n"
msgstr "無法開啟快取檔 %s\n"
2000-08-28 08:00:42 +00:00
2024-01-31 00:10:02 +00:00
#: elf/cache.c:310
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "mmap of cache file failed.\n"
msgstr "快取檔案 mmap 失敗。\n"
2000-08-28 08:00:42 +00:00
2024-01-31 00:10:02 +00:00
#: elf/cache.c:314 elf/cache.c:328 elf/cache.c:339
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "File is not a cache file.\n"
msgstr "檔案並非快取檔。\n"
2000-08-28 08:00:42 +00:00
2024-01-31 00:10:02 +00:00
#: elf/cache.c:368 elf/cache.c:383
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%d libs found in cache `%s'\n"
msgstr "%d 函式庫在快取 `%s' 中找到\n"
2000-08-28 08:00:42 +00:00
2024-01-31 00:10:02 +00:00
#: elf/cache.c:381
2022-02-03 04:30:15 +00:00
#, c-format
msgid "Malformed extension data in cache file %s\n"
msgstr "快取檔案 %s 中的擴充資料格式錯誤\n"
2024-01-31 00:10:02 +00:00
#: elf/cache.c:510
2022-02-03 04:30:15 +00:00
#, c-format
msgid "Writing of cache extension data failed"
msgstr "快取擴充資料寫入失敗"
2024-01-31 00:10:02 +00:00
#: elf/cache.c:521
2022-02-03 04:30:15 +00:00
#, c-format
msgid "%s: ISA level is too high (%d > %d)"
msgstr "%s: ISA 級別過高 (%d > %d)"
2024-01-31 00:10:02 +00:00
#: elf/cache.c:685
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Can't create temporary cache file %s"
msgstr "無法產生暫時的快取檔 %s"
2000-08-28 08:00:42 +00:00
2024-01-31 00:10:02 +00:00
#: elf/cache.c:693 elf/cache.c:703 elf/cache.c:707 elf/cache.c:712
#: elf/cache.c:731
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Writing of cache data failed"
msgstr "寫入快取資料時發生錯誤"
2000-08-28 08:00:42 +00:00
2024-01-31 00:10:02 +00:00
#: elf/cache.c:726
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Changing access rights of %s to %#o failed"
msgstr "更改 %s 的存取權限為 %#o 失敗"
2000-08-28 08:00:42 +00:00
2024-01-31 00:10:02 +00:00
#: elf/cache.c:735
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Renaming of %s to %s failed"
msgstr "將 %s 改名為 %s 失敗"
2000-08-28 08:00:42 +00:00
2024-01-31 00:10:02 +00:00
#: elf/cache.c:765
2022-02-03 04:30:15 +00:00
#, c-format
msgid "Could not create library path"
msgstr "無法建立函式庫路徑"
2023-01-31 21:30:44 +00:00
#: elf/dl-catch.c:85
msgid "error while loading shared libraries"
msgstr "載入共用函式庫時發生錯誤"
#: elf/dl-catch.c:118
msgid "DYNAMIC LINKER BUG!!!"
msgstr "動態連接程式有問題!!!"
2024-01-07 10:18:18 +00:00
#: elf/dl-close.c:357 elf/dl-open.c:298
2012-03-07 10:35:30 +00:00
msgid "cannot create scope list"
msgstr "無法建立作用域列表"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: elf/dl-close.c:790
2012-03-07 10:35:30 +00:00
msgid "shared object not open"
2020-08-05 00:31:51 +00:00
msgstr "共用物件案沒有開啟"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-deps.c:96
2012-03-07 10:35:30 +00:00
msgid "DST not allowed in SUID/SGID programs"
msgstr "DST 不允許在 SUID/SGID 的程式中"
2022-12-21 22:15:37 +00:00
#: elf/dl-deps.c:109
2012-03-07 10:35:30 +00:00
msgid "empty dynamic string token substitution"
msgstr "空的動態字串字組替換"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-deps.c:115
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "cannot load auxiliary `%s' because of empty dynamic string token substitution\n"
msgstr "由於空的動態字串字組替換而無法載入外部的 `%s'\n"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-deps.c:204
2018-08-01 04:59:03 +00:00
msgid "cannot allocate dependency buffer"
2019-08-01 03:38:15 +00:00
msgstr "無法分配依賴緩衝區"
2018-08-01 04:59:03 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-deps.c:427
2012-03-07 10:35:30 +00:00
msgid "cannot allocate dependency list"
msgstr "無法配置相關性列表"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-deps.c:467
2012-03-07 10:35:30 +00:00
msgid "cannot allocate symbol search list"
msgstr "無法配置符號搜尋列表"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-fptr.c:88 sysdeps/hppa/dl-fptr.c:96
2012-03-07 10:35:30 +00:00
msgid "cannot map pages for fdesc table"
msgstr "無法將頁面對映於 fdesc 表格"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-fptr.c:192 sysdeps/hppa/dl-fptr.c:214
2012-03-07 10:35:30 +00:00
msgid "cannot map pages for fptr table"
msgstr "無法將頁面對映於 fptr 表格"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-fptr.c:221 sysdeps/hppa/dl-fptr.c:243
2012-03-07 10:35:30 +00:00
msgid "internal error: symidx out of range of fptr table"
msgstr "內部錯誤: symidx 超出 fptr 表格的範圍"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/dl-hwcaps.c:104
msgid "cannot create HWCAP priorities"
msgstr "無法建立 HWCAP 優先級"
2023-01-31 21:30:44 +00:00
#: elf/dl-hwcaps.c:196
2013-06-11 06:49:00 +00:00
msgid "cannot create capability list"
msgstr "無法建立 capability 列表"
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:423
2012-03-07 10:35:30 +00:00
msgid "cannot allocate name record"
msgstr "無法配置名稱紀錄"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:525 elf/dl-load.c:638 elf/dl-load.c:732 elf/dl-load.c:829
2012-03-07 10:35:30 +00:00
msgid "cannot create cache for search path"
msgstr "無法為搜尋路徑建立快取"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:621
2012-03-07 10:35:30 +00:00
msgid "cannot create RUNPATH/RPATH copy"
msgstr "無法建立 RUNPATH/RPATH 的副本"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:718
2012-03-07 10:35:30 +00:00
msgid "cannot create search path array"
msgstr "無法建立搜尋路徑陣列"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:957
2012-03-07 10:35:30 +00:00
msgid "cannot stat shared object"
2020-08-05 00:31:51 +00:00
msgstr "無法 stat 共用物件"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1048 elf/dl-load.c:2163
2012-03-07 10:35:30 +00:00
msgid "cannot create shared object descriptor"
2020-08-05 00:31:51 +00:00
msgstr "無法建立共用物件敘述項"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1067 elf/dl-load.c:1610 elf/dl-load.c:1718
2012-03-07 10:35:30 +00:00
msgid "cannot read file data"
msgstr "無法讀取檔案資料"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1120 elf/dl-map-segments.h:117
2022-02-03 04:30:15 +00:00
msgid "ELF load command address/offset not page-aligned"
msgstr "ELF 載入命令的位址或位移沒有對齊頁面"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1212
2012-03-07 10:35:30 +00:00
msgid "object file has no loadable segments"
2013-06-11 06:49:00 +00:00
msgstr "目的檔中沒有可載入的區段"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1229
2012-03-07 10:35:30 +00:00
msgid "cannot dynamically load executable"
msgstr "無法動態載入執行檔"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1236
2012-03-07 10:35:30 +00:00
msgid "object file has no dynamic section"
2020-08-05 00:31:51 +00:00
msgstr "共用物件中沒有動態區段"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1271
2019-08-01 03:38:15 +00:00
msgid "cannot dynamically load position-independent executable"
2020-01-19 04:51:35 +00:00
msgstr "無法動態載入地址無關可執行檔"
2019-08-01 03:38:15 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1273
2012-03-07 10:35:30 +00:00
msgid "shared object cannot be dlopen()ed"
2020-08-05 00:31:51 +00:00
msgstr "共用物件無法被 dlopen()"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1286
2012-03-07 10:35:30 +00:00
msgid "cannot allocate memory for program header"
msgstr "無法配置記憶體給程式標頭區使用"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1309
2012-03-07 10:35:30 +00:00
msgid "cannot enable executable stack as shared object requires"
2020-08-05 00:31:51 +00:00
msgstr "無法開啟可執行堆疊做為共用物件"
2005-07-26 04:04:13 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1337
2012-03-07 10:35:30 +00:00
msgid "cannot close file descriptor"
msgstr "無法關閉檔案描述符號"
2004-12-22 20:10:10 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1610
2012-03-07 10:35:30 +00:00
msgid "file too short"
msgstr "檔案太小"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1646
2012-03-07 10:35:30 +00:00
msgid "invalid ELF header"
msgstr "無效的 ELF 標頭"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1661
2012-03-07 10:35:30 +00:00
msgid "ELF file data encoding not big-endian"
msgstr "ELF 檔資料編碼並非大尾序"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1663
2012-03-07 10:35:30 +00:00
msgid "ELF file data encoding not little-endian"
msgstr "ELF 檔資料編碼並非小尾序"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1667
2012-03-07 10:35:30 +00:00
msgid "ELF file version ident does not match current one"
msgstr "ELF 檔版本 ident 不符合目前所使用的"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1671
2012-03-07 10:35:30 +00:00
msgid "ELF file OS ABI invalid"
msgstr "ELF 檔 OS ABI 版本不適用"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1674
2012-03-07 10:35:30 +00:00
msgid "ELF file ABI version invalid"
msgstr "ELF 檔 ABI 版本不適用"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1677
2012-03-07 10:35:30 +00:00
msgid "nonzero padding in e_ident"
msgstr "在 e_ident 中填補非零值"
2005-07-26 04:04:13 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1680
2012-03-07 10:35:30 +00:00
msgid "internal error"
msgstr "內部錯誤"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1687
2012-03-07 10:35:30 +00:00
msgid "ELF file version does not match current one"
msgstr "ELF 檔版本不符合目前的版本"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1699
2012-03-07 10:35:30 +00:00
msgid "only ET_DYN and ET_EXEC can be loaded"
msgstr "只有 ET_DYN 以及 ET_EXEC 可以載入"
2004-12-22 20:10:10 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:1704
2012-03-07 10:35:30 +00:00
msgid "ELF file's phentsize not the expected size"
msgstr "ELF 檔的 phentsize 並不是預期中的大小"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:2182
2012-03-07 10:35:30 +00:00
msgid "wrong ELF class: ELFCLASS64"
msgstr "錯誤 ELF 類別: ELFCLASS64"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:2183
2012-03-07 10:35:30 +00:00
msgid "wrong ELF class: ELFCLASS32"
msgstr "錯誤 ELF 類別: ELFCLASS32"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.c:2186
2012-03-07 10:35:30 +00:00
msgid "cannot open shared object file"
2020-08-05 00:31:51 +00:00
msgstr "無法開啟共用物件"
2005-07-26 04:04:13 +00:00
2024-01-07 10:18:18 +00:00
#: elf/dl-load.h:126
2018-08-01 04:59:03 +00:00
msgid "failed to map segment from shared object"
2020-08-05 00:31:51 +00:00
msgstr "從共用物件中對映區段失敗"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: elf/dl-load.h:128
msgid "cannot change memory protections"
msgstr "無法改變記憶體保護狀態"
2024-01-07 10:18:18 +00:00
#: elf/dl-load.h:130
2018-08-01 04:59:03 +00:00
msgid "cannot map zero-fill pages"
msgstr "無法對應以零填滿的分頁區"
2024-01-07 10:18:18 +00:00
#: elf/dl-lookup.c:813
2012-03-07 10:35:30 +00:00
msgid "symbol lookup error"
msgstr "符號查找錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/dl-open.c:84
2012-03-07 10:35:30 +00:00
msgid "cannot extend global scope"
msgstr "無法延展全域變數的作用域"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/dl-open.c:405
2012-03-07 10:35:30 +00:00
msgid "TLS generation counter wrapped! Please report this."
msgstr "TLS 產生計數器被轉換執行! 請報告這個情況。"
2005-07-26 04:04:13 +00:00
2024-01-07 10:18:18 +00:00
#: elf/dl-open.c:758
2022-02-03 04:30:15 +00:00
msgid "cannot allocate address lookup data"
msgstr "無法配置地址查詢資料"
2024-01-07 10:18:18 +00:00
#: elf/dl-open.c:848
2012-03-07 10:35:30 +00:00
msgid "invalid mode for dlopen()"
msgstr "無效的 dlopen() 模式"
2001-04-26 06:51:00 +00:00
2024-01-07 10:18:18 +00:00
#: elf/dl-open.c:865
2012-03-07 10:35:30 +00:00
msgid "no more namespaces available for dlmopen()"
msgstr "無更多命名空間可見於 dlmopen ()"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: elf/dl-open.c:890
2012-03-07 10:35:30 +00:00
msgid "invalid target namespace in dlmopen()"
msgstr "dlmopen() 中的無效目標命名空間"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-reloc.c:140
2012-03-07 10:35:30 +00:00
msgid "cannot allocate memory in static TLS block"
msgstr "無法在靜態 TLS 區塊中配置記憶體"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-reloc.c:288
2012-03-07 10:35:30 +00:00
msgid "cannot make segment writable for relocation"
msgstr "在重新定址以後無法將區段設為可寫入狀態"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-reloc.c:319
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: out of memory to store relocation results for %s\n"
msgstr "%s: 記憶體不足以儲存重定址結果用於 %s\n"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-reloc.c:335
2012-03-07 10:35:30 +00:00
msgid "cannot restore segment prot after reloc"
msgstr "在 reloc 之後無法復原 segment prot"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/dl-reloc.c:366
2012-03-07 10:35:30 +00:00
msgid "cannot apply additional memory protection after relocation"
msgstr "重定址之後無法套用額外記憶體保護"
2020-08-05 00:31:51 +00:00
#: elf/dl-sym.c:138
2012-03-07 10:35:30 +00:00
msgid "RTLD_NEXT used in code not dynamically loaded"
msgstr "程式碼所使用的 RTLD_NEXT 沒有動態載入"
2024-07-21 15:50:35 +00:00
#: elf/dl-tls.c:1136
2012-03-07 10:35:30 +00:00
msgid "cannot create TLS data structures"
msgstr "無法建立 TLS 資料結構"
2022-02-03 04:30:15 +00:00
#: elf/dl-version.c:147
2012-03-07 10:35:30 +00:00
msgid "version lookup error"
msgstr "版本查找錯誤"
2022-12-21 22:15:37 +00:00
#: elf/dl-version.c:285
2012-03-07 10:35:30 +00:00
msgid "cannot allocate version reference table"
msgstr "無法配置版本參照表"
2023-07-07 15:27:08 +00:00
#: elf/dl-version.c:380
msgid "DT_RELR without GLIBC_ABI_DT_RELR dependency"
msgstr "DT_RELR 缺少 GLIBC_ABI_DT_RELR 依賴關係"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:125
2012-03-07 10:35:30 +00:00
msgid "Print cache"
msgstr "印出快取"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:126
2012-03-07 10:35:30 +00:00
msgid "Generate verbose messages"
msgstr "產生更多的訊息"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:127
2012-03-07 10:35:30 +00:00
msgid "Don't build cache"
msgstr "不建立快取"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:128
2018-08-01 04:59:03 +00:00
msgid "Don't update symbolic links"
2019-08-01 03:38:15 +00:00
msgstr "不要更新符號連結"
2018-08-01 04:59:03 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:129
2012-03-07 10:35:30 +00:00
msgid "Change to and use ROOT as root directory"
msgstr "變換到 ROOT 目錄並以它做為根目錄"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:129
2012-03-07 10:35:30 +00:00
msgid "ROOT"
msgstr "ROOT"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:130
2012-03-07 10:35:30 +00:00
msgid "CACHE"
msgstr "CACHE"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:130
2012-03-07 10:35:30 +00:00
msgid "Use CACHE as cache file"
msgstr "使用 CACHE 當作快取檔案"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:131
2012-03-07 10:35:30 +00:00
msgid "CONF"
msgstr "CONF"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:131
2012-03-07 10:35:30 +00:00
msgid "Use CONF as configuration file"
msgstr "使用 CONF 當作設定檔"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:132
2012-03-07 10:35:30 +00:00
msgid "Only process directories specified on the command line. Don't build cache."
2019-08-01 03:38:15 +00:00
msgstr "只處理在指令列引數中有指定的目錄,不建立快取檔案。"
2012-03-07 10:35:30 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:133
2012-03-07 10:35:30 +00:00
msgid "Manually link individual libraries."
msgstr "手動個別連結函式庫"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:134
2012-03-07 10:35:30 +00:00
msgid "FORMAT"
msgstr "FORMAT"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:134
2020-08-05 00:31:51 +00:00
msgid "Format to use: new (default), old, or compat"
msgstr "要使用的格式: new (預設值)、old 或 compat"
2012-03-07 10:35:30 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:135
2012-03-07 10:35:30 +00:00
msgid "Ignore auxiliary cache file"
msgstr "忽略輔助設備快取檔案"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:143
2012-03-07 10:35:30 +00:00
msgid "Configure Dynamic Linker Run Time Bindings."
msgstr "設定執行時期動態連接"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:277
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Path `%s' given more than once"
msgstr "路徑 `%s' 使用超過一次"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:278
2020-08-05 00:31:51 +00:00
#, c-format
msgid "(from %s:%d and %s:%d)\n"
msgstr "(自 %s:%d 和 %s:%d)\n"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:310 elf/ldconfig.c:351
2022-02-03 04:30:15 +00:00
#, c-format
msgid "Could not form glibc-hwcaps path"
msgstr "無法建構 glibc-hwcaps 路徑"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:324
2022-02-03 04:30:15 +00:00
#, c-format
msgid "Listing directory %s"
msgstr "列出目錄 %s"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:406
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Can't stat %s"
msgstr "無法 stat %s"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:487
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Can't stat %s\n"
msgstr "無法 stat %s\n"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:497
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s is not a symbolic link\n"
msgstr "%s 不是一個符號連接檔\n"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:516
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Can't unlink %s"
msgstr "無法取消連結 %s"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:522
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Can't link %s to %s"
msgstr "無法從 %s 連結到 %s"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:528
2012-03-07 10:35:30 +00:00
msgid " (changed)\n"
msgstr " (已改變)\n"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:530
2012-03-07 10:35:30 +00:00
msgid " (SKIPPED)\n"
msgstr " (已忽略)\n"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:585
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Can't find %s"
msgstr "找不到 %s"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:601 elf/ldconfig.c:760 elf/ldconfig.c:827
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Cannot lstat %s"
msgstr "無法 lstat %s"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:607
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Ignored file %s since it is not a regular file."
msgstr "忽略檔案 %s 因為它不是一個正常的檔案。"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:615
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "No link created since soname could not be found for %s"
2020-08-05 00:31:51 +00:00
msgstr "由於找不到 %s 的共用物件名稱,連結並未被建立"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:701
2020-08-05 00:31:51 +00:00
#, c-format
msgid " (from %s:%d)\n"
msgstr " (自 %s:%d)\n"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:716
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Can't open directory %s"
msgstr "無法開啟目錄 %s"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:743 elf/ldconfig.c:748
2023-07-18 19:22:19 +00:00
#, c-format
msgid "Could not form library path"
msgstr "無法組織函式庫路徑"
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:777 elf/ldconfig.c:815 elf/readlib.c:81
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Input file %s not found.\n"
msgstr "輸入檔 %s 找不到。\n"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:784
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Cannot stat %s"
msgstr "無法顯示狀態 %s"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:903
2012-03-07 10:35:30 +00:00
#, c-format
msgid "libc6 library %s in wrong directory"
msgstr "libc6 函式庫 %s 擺錯目錄了"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:922
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "libraries %s and %s in directory %s have same soname but different type."
msgstr "函式庫 %s 跟 %s (在目錄 %s 底下) 有共同的共用函式庫名稱,不過其格式卻不同"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:1051
2004-12-22 20:10:10 +00:00
#, c-format
2013-06-11 06:49:00 +00:00
msgid "Warning: ignoring configuration file that cannot be opened: %s"
msgstr "警告:正在忽略無法開啟的組態檔案:%s"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:1099
2000-08-28 08:00:42 +00:00
#, c-format
2020-08-05 00:31:51 +00:00
msgid "%s:%u: hwcap directive ignored"
msgstr "%s:%u: 忽略 hwcap 指示詞"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:1118
2012-03-07 10:35:30 +00:00
#, c-format
msgid "need absolute file name for configuration file when using -r"
msgstr "需要絕對檔案名稱用於組態檔案時正在使用 -r"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:1125 locale/programs/xasprintf.c:31
2020-08-05 00:31:51 +00:00
#: locale/programs/xmalloc.c:63 malloc/obstack.c:416 malloc/obstack.c:418
2024-06-24 10:09:30 +00:00
#: posix/getconf.c:460 posix/getconf.c:699
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "memory exhausted"
2019-08-01 03:38:15 +00:00
msgstr "記憶體用盡"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:1158
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s:%u: cannot read directory %s"
msgstr "%s:%u: 無法讀取目錄 %s"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:1196
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "relative path `%s' used to build cache"
msgstr "用來建置快取的相對路徑 `%s'"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:1218
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Can't chdir to /"
msgstr "無法變更目錄到 /"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/ldconfig.c:1259
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Can't open cache file directory %s\n"
msgstr "無法開啟快取檔案目錄 %s\n"
2000-08-28 08:00:42 +00:00
2013-06-11 06:49:00 +00:00
#: elf/ldd.bash.in:42
2012-03-07 10:35:30 +00:00
msgid "Written by %s and %s.\n"
msgstr "由 %s 和 %s 編寫。\n"
2000-08-28 08:00:42 +00:00
2013-06-11 06:49:00 +00:00
#: elf/ldd.bash.in:47
2012-03-07 10:35:30 +00:00
msgid ""
"Usage: ldd [OPTION]... FILE...\n"
" --help print this help and exit\n"
" --version print version information and exit\n"
" -d, --data-relocs process data relocations\n"
" -r, --function-relocs process data and function relocations\n"
" -u, --unused print unused direct dependencies\n"
" -v, --verbose print all information\n"
msgstr ""
"用法: ldd [選項]… 檔案…\n"
" --help 印出這份說明然後離開\n"
" --version 印出版本資訊然後離開\n"
2013-06-11 06:49:00 +00:00
" -d, --data-relocs 行程資料重定址\n"
" -r, --function-relocs 行程資料和函式重定址\n"
2012-03-07 10:35:30 +00:00
" -u, --unused 印出未使用的直接相依性\n"
" -v, --verbose 印出所有資訊\n"
2013-06-11 06:49:00 +00:00
#: elf/ldd.bash.in:80
2012-03-07 10:35:30 +00:00
msgid "ldd: option \\`$1' is ambiguous"
msgstr "ldd: 選項「$1」為模稜兩可的"
2013-06-11 06:49:00 +00:00
#: elf/ldd.bash.in:87
2012-03-07 10:35:30 +00:00
msgid "unrecognized option"
msgstr "無法辨識的選項"
2018-08-01 04:59:03 +00:00
#: elf/ldd.bash.in:88 elf/ldd.bash.in:125
2012-03-07 10:35:30 +00:00
msgid "Try \\`ldd --help' for more information."
msgstr "嘗試「ldd --help」以獲得更多資訊。"
2018-08-01 04:59:03 +00:00
#: elf/ldd.bash.in:124
2012-03-07 10:35:30 +00:00
msgid "missing file arguments"
msgstr "缺少檔案引數"
2007-07-12 18:26:36 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS This is a ``file doesn't exist'' error
2012-03-07 10:35:30 +00:00
#. TRANS for ordinary files that are referenced in contexts where they are
#. TRANS expected to already exist.
2021-01-28 16:45:09 +00:00
#: elf/ldd.bash.in:147 sysdeps/gnu/errlist.h:13
2012-03-07 10:35:30 +00:00
msgid "No such file or directory"
msgstr "沒有此一檔案或目錄"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: elf/ldd.bash.in:150 inet/rcmd.c:483
2012-03-07 10:35:30 +00:00
msgid "not regular file"
msgstr "並非正常的檔案"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/ldd.bash.in:153
2012-03-07 10:35:30 +00:00
msgid "warning: you do not have execution permission for"
msgstr "警告:您沒有執行權限用於"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/ldd.bash.in:170
2012-03-07 10:35:30 +00:00
msgid "\tnot a dynamic executable"
msgstr "\t不是動態可執行檔案"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/ldd.bash.in:178
2012-03-07 10:35:30 +00:00
msgid "exited with unknown exit code"
msgstr "離開的與不明的離開代碼"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/ldd.bash.in:183
2012-03-07 10:35:30 +00:00
msgid "error: you do not have read permission for"
msgstr "錯誤:您沒有讀取許可權用於"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: elf/pldd-xx.c:103
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot find program header of process"
msgstr "找不到行程的程式標頭"
2022-12-21 22:15:37 +00:00
#: elf/pldd-xx.c:107
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot read program header"
msgstr "無法讀取程式標頭"
2022-12-21 22:15:37 +00:00
#: elf/pldd-xx.c:129
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot read dynamic section"
msgstr "無法讀取動態區段"
2022-12-21 22:15:37 +00:00
#: elf/pldd-xx.c:141
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot read r_debug"
msgstr "無法讀取 r_debug"
2022-12-21 22:15:37 +00:00
#: elf/pldd-xx.c:159
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot read program interpreter"
msgstr "無法讀取程式解譯器"
2022-12-21 22:15:37 +00:00
#: elf/pldd-xx.c:188
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot read link map"
msgstr "無法讀取鏈結映射"
2022-12-21 22:15:37 +00:00
#: elf/pldd-xx.c:195
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot read object name"
msgstr "無法讀取物件名稱"
2022-12-21 22:15:37 +00:00
#: elf/pldd-xx.c:202
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "cannot allocate buffer for object name"
2019-08-01 03:38:15 +00:00
msgstr "無法為物件名稱分配緩衝區"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:57
2013-06-11 06:49:00 +00:00
msgid "List dynamic shared objects loaded into process."
msgstr "列出已載入行程中的動態共用物件。"
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:61
2013-06-11 06:49:00 +00:00
msgid "PID"
msgstr "行程識別號"
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:88
2013-06-11 06:49:00 +00:00
#, c-format
msgid "Exactly one parameter with process ID required.\n"
msgstr "需要剛好一個附有行程識別號的參數。\n"
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:102
2013-06-11 06:49:00 +00:00
#, c-format
msgid "invalid process ID '%s'"
msgstr "無效的行程識別號 %s"
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:110
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot open %s"
msgstr "無法開啟 %s"
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:141
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot open %s/task"
msgstr "無法開啟 %s/任務"
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:144
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot prepare reading %s/task"
msgstr "無法準備讀取 %s/任務"
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:157
2013-06-11 06:49:00 +00:00
#, c-format
msgid "invalid thread ID '%s'"
msgstr "無效的執行緒識別號 %s"
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:168
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot attach to process %lu"
msgstr "無法附加到行程 %lu"
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:183
2020-01-19 04:51:35 +00:00
#, c-format
2019-08-01 03:38:15 +00:00
msgid "no valid %s/task entries"
msgstr "沒有有效的 %s/作業項目"
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:289
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot get information about process %lu"
msgstr "無法獲得行程 %lu 的相關資訊"
2022-02-03 04:30:15 +00:00
#: elf/pldd.c:302
2013-06-11 06:49:00 +00:00
#, c-format
msgid "process %lu is no ELF program"
msgstr "行程 %lu 並非 ELF 程式"
2022-02-03 04:30:15 +00:00
#: elf/readelflib.c:34
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "file %s is truncated\n"
msgstr "檔案 %s 已截短\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: elf/readelflib.c:63
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s is a 32 bit ELF file.\n"
msgstr "%s 是一個 32 位元的 ELF 檔案。\n"
2007-07-12 18:26:36 +00:00
2023-01-31 21:30:44 +00:00
#: elf/readelflib.c:65
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s is a 64 bit ELF file.\n"
msgstr "%s 是一個 64 位元的 ELF 檔案。\n"
2007-07-12 18:26:36 +00:00
2023-01-31 21:30:44 +00:00
#: elf/readelflib.c:67
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Unknown ELFCLASS in file %s.\n"
msgstr "檔案 %s 中未知的 ELFCLASS。\n"
2007-07-12 18:26:36 +00:00
2023-01-31 21:30:44 +00:00
#: elf/readelflib.c:74
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s is not a shared object file (Type: %d).\n"
2020-08-05 00:31:51 +00:00
msgstr "%s 不是一個共用物件 (型態: %d)。\n"
2007-07-12 18:26:36 +00:00
2023-01-31 21:30:44 +00:00
#: elf/readelflib.c:101
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "more than one dynamic segment\n"
msgstr "超過一個的動態區段\n"
2007-07-12 18:26:36 +00:00
2024-07-21 15:50:35 +00:00
#: elf/readlib.c:87
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Cannot fstat file %s.\n"
msgstr "無法 fstat 檔案 %s。\n"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/readlib.c:98
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "File %s is empty, not checked."
msgstr "檔案 %s 為空,不做檢查。"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/readlib.c:104
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "File %s is too small, not checked."
msgstr "檔案 %s 太小,不做檢查。"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/readlib.c:114
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Cannot mmap file %s.\n"
msgstr "無法 mmap 檔案 %s。\n"
2000-08-28 08:00:42 +00:00
2024-07-21 15:50:35 +00:00
#: elf/readlib.c:152
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s is not an ELF file - it has the wrong magic bytes at the start.\n"
msgstr "%s 不是一個 ELF 檔 - 其開頭的魔術位元組是錯的。\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sln.c:76
2012-03-07 10:35:30 +00:00
#, c-format
msgid ""
"Usage: sln src dest|file\n"
"\n"
msgstr ""
"用法: sln 原始碼 目的|檔案\n"
"\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sln.c:97
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: file open error: %m\n"
msgstr "%s: 檔案開啟錯誤: %m\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sln.c:134
2007-07-12 18:26:36 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "No target in line %d\n"
msgstr "沒有目標於第 %d 列\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sln.c:164
2007-07-12 18:26:36 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: destination must not be a directory\n"
msgstr "%s: 目的必須不是目錄\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sln.c:170
2007-07-12 18:26:36 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: failed to remove the old destination\n"
msgstr "%s: 無法移除舊的目的\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sln.c:178
2007-07-12 18:26:36 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: invalid destination: %s\n"
msgstr "%s: 無效的目的: %s\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sln.c:189 elf/sln.c:198
2007-07-12 18:26:36 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Invalid link from \"%s\" to \"%s\": %s\n"
msgstr "從「%s」到「%s」的鏈結無效: %s\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sotruss.sh:32
2012-03-07 10:35:30 +00:00
#, sh-format
msgid ""
"Usage: sotruss [OPTION...] [--] EXECUTABLE [EXECUTABLE-OPTION...]\n"
2013-06-11 06:49:00 +00:00
" -F, --from FROMLIST Trace calls from objects on FROMLIST\n"
" -T, --to TOLIST Trace calls to objects on TOLIST\n"
2012-03-07 10:35:30 +00:00
"\n"
2013-06-11 06:49:00 +00:00
" -e, --exit Also show exits from the function calls\n"
" -f, --follow Trace child processes\n"
" -o, --output FILENAME Write output to FILENAME (or FILENAME.$PID in case\n"
2012-03-07 10:35:30 +00:00
"\t\t\t -f is also used) instead of standard error\n"
"\n"
2013-06-11 06:49:00 +00:00
" -?, --help Give this help list\n"
" --usage Give a short usage message\n"
" --version Print program version"
2012-03-07 10:35:30 +00:00
msgstr ""
2013-06-11 06:49:00 +00:00
"用法: sotruss [選項…] [--] 可執行檔案 [EXECUTABLE-OPTION...]\n"
" -F, --from FROMLIST 追蹤來自 FROMLIST 上物件的呼叫\n"
" -T, --to TOLIST 追蹤來自 TOLIST 上物件的呼叫\n"
2012-03-07 10:35:30 +00:00
"\n"
2013-06-11 06:49:00 +00:00
" -e, --exit 也顯示來自函式的離開呼叫\n"
" -f, --follow 追蹤子行程\n"
" -o, --output 檔名 將輸出寫入 FILENAME (當同時使用 -f 時\n"
"\t\t\t 則使用 FILENAME.$PID) 以代替標準錯誤\n"
2012-03-07 10:35:30 +00:00
"\n"
2013-06-11 06:49:00 +00:00
" -?, --help 給出這份說明清單\n"
" --usage 給出簡短用法訊息\n"
" --version 印出程式版本"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sotruss.sh:46
2012-03-07 10:35:30 +00:00
msgid "Mandatory arguments to long options are also mandatory for any corresponding\\nshort options.\\n"
msgstr "長選項的必要引數同樣也是相對應短選項的必要引數。"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sotruss.sh:55
2012-03-07 10:35:30 +00:00
msgid "%s: option requires an argument -- '%s'\\n"
msgstr "%s: 選項需要一個引數 --『%s』\\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sotruss.sh:61
2012-03-07 10:35:30 +00:00
msgid "%s: option is ambiguous; possibilities:"
msgstr "%s: 選項是模稜兩可的; 可能是: "
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sotruss.sh:79
2012-03-07 10:35:30 +00:00
msgid "Written by %s.\\n"
msgstr "作者 %s。\\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sotruss.sh:86
2012-03-07 10:35:30 +00:00
msgid ""
"Usage: %s [-ef] [-F FROMLIST] [-o FILENAME] [-T TOLIST] [--exit]\n"
2013-06-11 06:49:00 +00:00
"\t [--follow] [--from FROMLIST] [--output FILENAME] [--to TOLIST]\n"
"\t [--help] [--usage] [--version] [--]\n"
"\t EXECUTABLE [EXECUTABLE-OPTION...]\\n"
2012-03-07 10:35:30 +00:00
msgstr ""
"用法:%s [-ef] [-F FROMLIST] [-o FILENAME] [-T TOLIST] [--exit]\n"
2013-06-11 06:49:00 +00:00
"\t [--follow] [--from FROMLIST] [--output 檔名] [--to TOLIST]\n"
"\t [--help] [--usage] [--version] [--]\n"
"\t 可執行檔案 [EXECUTABLE-OPTION...]\\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: elf/sotruss.sh:134
2012-03-07 10:35:30 +00:00
msgid "%s: unrecognized option '%c%s'\\n"
msgstr "%s: 無法辨識的選項『%c%s』\\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:76
2012-03-07 10:35:30 +00:00
msgid "Output selection:"
msgstr "輸出選擇:"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:78
2012-03-07 10:35:30 +00:00
msgid "print list of count paths and their number of use"
msgstr "列出計數的路徑以及它們使用的次數"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:80
2012-03-07 10:35:30 +00:00
msgid "generate flat profile with counts and ticks"
msgstr "從執行次數與經歷時間的資料中產生直接的測速結果"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:81
2012-03-07 10:35:30 +00:00
msgid "generate call graph"
msgstr "產生函式呼叫圖形"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:88
2012-03-07 10:35:30 +00:00
msgid "Read and display shared object profiling data."
msgstr "讀取和顯示共用物件規範資料。"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:93
2012-03-07 10:35:30 +00:00
msgid "SHOBJ [PROFDATA]"
msgstr "SHOBJ [PROFDATA]"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:432
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "failed to load shared object `%s'"
2020-08-05 00:31:51 +00:00
msgstr "開啟共用物件 `%s' 失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:441 elf/sprof.c:824 elf/sprof.c:922
2005-07-26 04:04:13 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "cannot create internal descriptor"
2012-03-07 10:35:30 +00:00
msgstr "無法建立內部敘述項"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:553
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Reopening shared object `%s' failed"
2020-08-05 00:31:51 +00:00
msgstr "重新開啟共用物件 %s 失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:560 elf/sprof.c:655
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "reading of section headers failed"
msgstr "讀取小節標頭時失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:568 elf/sprof.c:663
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "reading of section header string table failed"
msgstr "讀取小節標頭字串表格時失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:594
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "*** Cannot read debuginfo file name: %m\n"
msgstr "*** 無法讀取除錯資訊檔案名稱:%m\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:615
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "cannot determine file name"
msgstr "無法決定檔案名稱"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:648
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "reading of ELF header failed"
msgstr "讀取 ELF 標頭時失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:684
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "*** The file `%s' is stripped: no detailed analysis possible\n"
msgstr "*** 檔案 `%s' 被裁剪了: 無法做詳細的分析\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:714
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "failed to load symbol data"
msgstr "載入函式符號資料失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:779
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "cannot load profiling data"
msgstr "無法載入測試資料"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:788
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "while stat'ing profiling data file"
msgstr "在對測試資料檔案進行統計的時候"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:796
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "profiling data file `%s' does not match shared object `%s'"
2020-08-05 00:31:51 +00:00
msgstr "測試資料檔 `%s' 與共用物件 `%s' 不符合"
2001-04-26 06:51:00 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:807
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "failed to mmap the profiling data file"
msgstr "測試資料檔案 mmap 失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:815
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "error while closing the profiling data file"
msgstr "正在關閉測試資料檔案時發生錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:898
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "`%s' is no correct profile data file for `%s'"
msgstr "`%s' 不是 `%s' 中正確的測速評估資料檔"
2001-04-26 06:51:00 +00:00
2022-02-03 04:30:15 +00:00
#: elf/sprof.c:1079 elf/sprof.c:1137
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "cannot allocate symbol data"
msgstr "無法配置函式符號資料"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: elf/stringtable.c:90
#, c-format
msgid "String table string is too long"
msgstr "字串表的字串過長"
#: elf/stringtable.c:103
#, c-format
msgid "String table has too many entries"
msgstr "字串表項目過多"
#: elf/stringtable.c:188 elf/stringtable.c:196
#, c-format
msgid "String table is too large"
msgstr "字串表過大"
#: iconv/iconv_charmap.c:146 iconv/iconv_prog.c:427
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "cannot open output file"
msgstr "無法開啟輸出檔"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_charmap.c:192 iconv/iconv_prog.c:290
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "error while closing input `%s'"
msgstr "正在關閉輸入 `%s' 的時候發生錯誤"
2000-08-28 08:00:42 +00:00
2023-07-07 15:27:08 +00:00
#: iconv/iconv_charmap.c:443
#, c-format
msgid "illegal input sequence at position %zd"
msgstr "位置 %zd 有不合法的輸入序列"
2022-02-03 04:30:15 +00:00
#: iconv/iconv_charmap.c:462 iconv/iconv_prog.c:518
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "incomplete character or shift sequence at end of buffer"
msgstr "緩衝區結尾有不完全的字元或 shift sequence"
2007-07-12 18:26:36 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_charmap.c:507 iconv/iconv_charmap.c:543 iconv/iconv_prog.c:561
#: iconv/iconv_prog.c:597
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "error while reading the input"
msgstr "正在讀入資料的時候發生錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_charmap.c:525 iconv/iconv_prog.c:579
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "unable to allocate buffer for input"
msgstr "無法配置輸入用的緩衝區"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:59
2012-03-07 10:35:30 +00:00
msgid "Input/Output format specification:"
msgstr "輸入/輸出格式設定:"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:60
2012-03-07 10:35:30 +00:00
msgid "encoding of original text"
msgstr "原始文字的編碼"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:61
2012-03-07 10:35:30 +00:00
msgid "encoding for output"
msgstr "用來輸出的編碼"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:62
2012-03-07 10:35:30 +00:00
msgid "Information:"
msgstr "資料:"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:63
2012-03-07 10:35:30 +00:00
msgid "list all known coded character sets"
msgstr "列出所有已知的編碼字元集"
2007-07-12 18:26:36 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:64 locale/programs/localedef.c:123
2012-03-07 10:35:30 +00:00
msgid "Output control:"
msgstr "輸出控制:"
2007-07-12 18:26:36 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:65
2012-03-07 10:35:30 +00:00
msgid "omit invalid characters from output"
msgstr "省略無效字元的輸出"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:66 iconv/iconvconfig.c:128
#: locale/programs/localedef.c:116 locale/programs/localedef.c:118
#: locale/programs/localedef.c:120 locale/programs/localedef.c:149
2023-07-18 19:22:19 +00:00
#: malloc/memusagestat.c:56
2013-09-06 19:25:54 +00:00
msgid "FILE"
msgstr "檔案"
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:66
2012-03-07 10:35:30 +00:00
msgid "output file"
msgstr "輸出檔案"
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:67
2012-03-07 10:35:30 +00:00
msgid "suppress warnings"
msgstr "停止輸出警告訊息"
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:68
2012-03-07 10:35:30 +00:00
msgid "print progress information"
msgstr "印出程序相關資訊"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:73
2012-03-07 10:35:30 +00:00
msgid "Convert encoding of given files from one encoding to another."
msgstr "從給定的檔案的字元編碼轉換到另一個"
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:77
2012-03-07 10:35:30 +00:00
msgid "[FILE...]"
2013-06-11 06:49:00 +00:00
msgstr "[FILE…]"
2012-03-07 10:35:30 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:176 iconv/iconv_prog.c:238
2020-08-05 00:31:51 +00:00
#, c-format
msgid "failed to start conversion processing"
msgstr "開始轉換程序失敗"
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:212
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "conversions from `%s' and to `%s' are not supported"
msgstr "不支援從 `%s' 以及到 `%s' 的轉換"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:217
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "conversion from `%s' is not supported"
msgstr "不支援從 `%s' 的轉換"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:224
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "conversion to `%s' is not supported"
msgstr "不支援到 `%s' 的轉換"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:228
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "conversion from `%s' to `%s' is not supported"
msgstr "不支援從 `%s' 到 `%s' 的轉換"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:336
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "error while closing output file"
msgstr "正在關閉輸出檔案的時候發生錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:437
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "conversion stopped due to problem in writing the output"
msgstr "因寫入輸出時發生錯誤而導致轉換停止"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:514
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "illegal input sequence at position %ld"
msgstr "位置 %ld 有不合法的輸入序列"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:522
2012-03-07 10:35:30 +00:00
#, c-format
msgid "internal error (illegal descriptor)"
msgstr "內部錯誤 (不合法的敘述項)"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:525
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "unknown iconv() error %d"
msgstr "不明的 iconv() 錯誤 %d"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconv_prog.c:768
2012-03-07 10:35:30 +00:00
msgid ""
2018-08-01 04:59:03 +00:00
"The following list contains all the coded character sets known. This does\n"
2012-03-07 10:35:30 +00:00
"not necessarily mean that all combinations of these names can be used for\n"
"the FROM and TO command line parameters. One coded character set can be\n"
"listed with several different names (aliases).\n"
"\n"
" "
msgstr ""
"以下的列表包含所有已知的編碼字集,但這不代表所有的字集名稱組合皆可用於\n"
2019-08-01 03:38:15 +00:00
"指令列的 <來源> 以及 <目的> 引數。一個編碼字集可以用幾個不同的名稱\n"
"來表示 (即「別名」)。\n"
2012-03-07 10:35:30 +00:00
"\n"
" "
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconvconfig.c:109
2012-03-07 10:35:30 +00:00
msgid "Create fastloading iconv module configuration file."
msgstr "建立快速載入 iconv 模組的設定檔案。"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconvconfig.c:113
2012-03-07 10:35:30 +00:00
msgid "[DIR...]"
2013-06-11 06:49:00 +00:00
msgstr "[目錄…]"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconvconfig.c:126 locale/programs/localedef.c:128
2013-09-06 19:25:54 +00:00
msgid "PATH"
msgstr "路徑"
2022-02-03 04:30:15 +00:00
#: iconv/iconvconfig.c:127
2012-03-07 10:35:30 +00:00
msgid "Prefix used for all file accesses"
msgstr "使用於所有檔案存取時的前置文字"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconvconfig.c:128
2012-03-07 10:35:30 +00:00
msgid "Put output in FILE instead of installed location (--prefix does not apply to FILE)"
msgstr "在 FILE 中置放輸出以代替已安裝的位置 (--prefix 不套用到 FILE)"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconvconfig.c:132
2012-03-07 10:35:30 +00:00
msgid "Do not search standard directories, only those on the command line"
2019-08-01 03:38:15 +00:00
msgstr "不搜尋標準目錄,只有那些在之上指令列"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconvconfig.c:300
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Directory arguments required when using --nostdlib"
msgstr "目錄引數必要項時正在使用 --nostdlib"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconvconfig.c:342
2012-03-07 10:35:30 +00:00
#, c-format
msgid "no output file produced because warnings were issued"
msgstr "因為發出過警告訊息,所以沒有製造任何輸出檔"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconvconfig.c:431
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "while inserting in search tree"
msgstr "當插入於搜尋樹之中"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: iconv/iconvconfig.c:1195
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "cannot generate output file"
msgstr "無法產生輸出檔"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: include/unistd_ext.h:38
#, c-format
msgid "write of %zu bytes failed after %td: %m"
msgstr "在 %2$td 個單位後寫入 %1$zu 個位元組時發生錯誤:%3$m"
#: include/unistd_ext.h:43
#, c-format
msgid "write returned 0 after writing %td bytes of %zu"
msgstr "寫入 %2$zu 的 %1$td 個位元組後 write 回傳 0"
#: include/unistd_ext.h:59
#, c-format
msgid "read of %zu bytes failed after %td: %m"
msgstr "在 %2$td 個單位後讀入 %1$zu 個位元組時發生錯誤:%3$m"
#: inet/rcmd.c:160
2012-03-07 10:35:30 +00:00
msgid "rcmd: Cannot allocate memory\n"
msgstr "rcmd: 無法配置記憶體\n"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:177
2012-03-07 10:35:30 +00:00
msgid "rcmd: socket: All ports in use\n"
msgstr "rcmd: socket: 所有的埠都在使用中\n"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:205
2012-03-07 10:35:30 +00:00
#, c-format
msgid "connect to address %s: "
msgstr "連接到位址 %s: "
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:218
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Trying %s...\n"
2013-06-11 06:49:00 +00:00
msgstr "嘗試 %s…\n"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:254
2012-03-07 10:35:30 +00:00
#, c-format
msgid "rcmd: write (setting up stderr): %m\n"
msgstr "rcmd: write (正在設定標準錯誤輸出): %m\n"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:270
2012-03-07 10:35:30 +00:00
#, c-format
msgid "rcmd: poll (setting up stderr): %m\n"
msgstr "rcmd: poll (正在設定標準錯誤輸出): %m\n"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:273
2012-03-07 10:35:30 +00:00
msgid "poll: protocol failure in circuit setup\n"
msgstr "poll: 通訊協定在設定線路時失效\n"
2004-12-22 20:10:10 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:305
2012-03-07 10:35:30 +00:00
msgid "socket: protocol failure in circuit setup\n"
msgstr "socket: 通訊協定在設定線路時失效\n"
2004-12-22 20:10:10 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:329
2012-03-07 10:35:30 +00:00
#, c-format
msgid "rcmd: %s: short read"
msgstr "rcmd: %s: 讀入資料過短"
2004-12-22 20:10:10 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:481
2012-03-07 10:35:30 +00:00
msgid "lstat failed"
msgstr "lstat 失敗"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:488
2012-03-07 10:35:30 +00:00
msgid "cannot open"
msgstr "無法開啟"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:490
2012-03-07 10:35:30 +00:00
msgid "fstat failed"
msgstr "fstat 失敗"
2007-07-12 18:26:36 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:492
2012-03-07 10:35:30 +00:00
msgid "bad owner"
msgstr "錯誤的擁有者"
2007-07-12 18:26:36 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:494
2012-03-07 10:35:30 +00:00
msgid "writeable by other than owner"
msgstr "使用者以外的人亦可寫入"
2007-07-12 18:26:36 +00:00
2023-07-18 19:22:19 +00:00
#: inet/rcmd.c:496
2012-03-07 10:35:30 +00:00
msgid "hard linked somewhere"
msgstr "被實體連結到某處"
2007-07-12 18:26:36 +00:00
2018-08-01 04:59:03 +00:00
#: inet/ruserpass.c:165 inet/ruserpass.c:188
2012-03-07 10:35:30 +00:00
msgid "out of memory"
msgstr "記憶體不足"
2007-07-12 18:26:36 +00:00
2018-08-01 04:59:03 +00:00
#: inet/ruserpass.c:179
2012-03-07 10:35:30 +00:00
msgid "Error: .netrc file is readable by others."
msgstr "錯誤: .netrc 檔可以被別人讀取"
2007-07-12 18:26:36 +00:00
2018-08-01 04:59:03 +00:00
#: inet/ruserpass.c:180
msgid "Remove 'password' line or make file unreadable by others."
2019-08-01 03:38:15 +00:00
msgstr "請移除「password」密碼行, 或讓檔案無法被其他人讀取。"
2007-07-12 18:26:36 +00:00
2018-08-01 04:59:03 +00:00
#: inet/ruserpass.c:199
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Unknown .netrc keyword %s"
msgstr "未知的 .netrc 關鍵字 %s"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: locale/programs/charmap-dir.c:56
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot read character map directory `%s'"
msgstr "無法讀取字集對照檔目錄 `%s'"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:137
2012-03-07 10:35:30 +00:00
#, c-format
msgid "character map file `%s' not found"
msgstr "找不到字集對照檔 `%s'"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:195
2012-03-07 10:35:30 +00:00
#, c-format
msgid "default character map file `%s' not found"
msgstr "找不到預設的字集對照檔 `%s'"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:264
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "character map `%s' is not ASCII compatible, locale not ISO C compliant [--no-warnings=ascii]"
2019-08-01 03:38:15 +00:00
msgstr "「%s」字元映射不相容 ASCII, 語系不符合 ISO C 的規範 [--no-warnings=ascii]"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:342
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: <mb_cur_max> must be greater than <mb_cur_min>\n"
msgstr "%s: <mb_cur_max> 必須大於 <mb_cur_min>\n"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:362 locale/programs/charmap.c:379
#: locale/programs/repertoire.c:172
2012-03-07 10:35:30 +00:00
#, c-format
msgid "syntax error in prolog: %s"
msgstr "prolog 中有語法錯誤: %s"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:363
2012-03-07 10:35:30 +00:00
msgid "invalid definition"
msgstr "無效的定義"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:380 locale/programs/locfile.c:130
#: locale/programs/locfile.c:157 locale/programs/repertoire.c:173
2012-03-07 10:35:30 +00:00
msgid "bad argument"
msgstr "錯誤的引數"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:407
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "duplicate definition of <%s>"
msgstr "<%s> 的定義重複了"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:414
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "value for <%s> must be 1 or greater"
msgstr "<%s> 的值必須為 1 或者更大"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:426
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "value of <%s> must be greater or equal than the value of <%s>"
msgstr "<%s> 的值必須等於或大於 <%s> 的值"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:449 locale/programs/repertoire.c:181
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "argument to <%s> must be a single character"
msgstr "給 <%s> 的引數必須是一個單字元"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:475
2012-03-07 10:35:30 +00:00
msgid "character sets with locking states are not supported"
msgstr "不支援使用 locking 狀態的字元集"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:502 locale/programs/charmap.c:556
#: locale/programs/charmap.c:588 locale/programs/charmap.c:682
#: locale/programs/charmap.c:738 locale/programs/charmap.c:779
#: locale/programs/charmap.c:820
2012-03-07 10:35:30 +00:00
#, c-format
msgid "syntax error in %s definition: %s"
msgstr "定義 %s 的語法錯誤: %s"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:503 locale/programs/charmap.c:683
#: locale/programs/charmap.c:780 locale/programs/repertoire.c:228
2012-03-07 10:35:30 +00:00
msgid "no symbolic name given"
msgstr "沒有給予符號名稱"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:557
2012-03-07 10:35:30 +00:00
msgid "invalid encoding given"
msgstr "給予的編碼是無效的"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:566
2012-03-07 10:35:30 +00:00
msgid "too few bytes in character encoding"
msgstr "字元定義中的位元組太少了"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:568
2012-03-07 10:35:30 +00:00
msgid "too many bytes in character encoding"
msgstr "字元定義中的位元組太多了"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:590 locale/programs/charmap.c:739
#: locale/programs/charmap.c:822 locale/programs/repertoire.c:294
2012-03-07 10:35:30 +00:00
msgid "no symbolic name given for end of range"
msgstr "沒有給此區的最後一個字元符號名稱"
2007-07-12 18:26:36 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:614 locale/programs/ld-address.c:523
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:2635 locale/programs/ld-collate.c:3799
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2117 locale/programs/ld-ctype.c:2829
#: locale/programs/ld-identification.c:396 locale/programs/ld-measurement.c:212
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-messages.c:294 locale/programs/ld-monetary.c:855
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-name.c:261 locale/programs/ld-numeric.c:324
#: locale/programs/ld-paper.c:211 locale/programs/ld-telephone.c:275
#: locale/programs/ld-time.c:958 locale/programs/repertoire.c:311
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%1$s: definition does not end with `END %1$s'"
msgstr "%1$s: 定義並沒有以 `END %1$s' 做為結束"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:647
2012-03-07 10:35:30 +00:00
msgid "only WIDTH definitions are allowed to follow the CHARMAP definition"
msgstr "只有 WIDTH 定義才能直接寫在 CHARMAP 定義之後"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:655 locale/programs/charmap.c:719
2012-03-07 10:35:30 +00:00
#, c-format
msgid "value for %s must be an integer"
msgstr "%s 的值必須是整數才行"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:847
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: error in state machine"
msgstr "%s: 狀態機錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:855 locale/programs/ld-address.c:539
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:2632 locale/programs/ld-collate.c:3992
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2114 locale/programs/ld-ctype.c:2846
#: locale/programs/ld-identification.c:412 locale/programs/ld-measurement.c:228
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-messages.c:310 locale/programs/ld-monetary.c:871
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-name.c:277 locale/programs/ld-numeric.c:340
#: locale/programs/ld-paper.c:227 locale/programs/ld-telephone.c:291
#: locale/programs/ld-time.c:989 locale/programs/locfile.c:1009
#: locale/programs/repertoire.c:322
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: premature end of file"
msgstr "%s: 未完成已達檔案的末尾"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:874 locale/programs/charmap.c:885
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "unknown character `%s'"
msgstr "不明的字元 `%s'"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:893
2007-07-12 18:26:36 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "number of bytes for byte sequence of beginning and end of range not the same: %d vs %d"
msgstr "在範圍起始與結束的位元組序列中,位元組的數目並不一致: %d vs %d"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/charmap.c:998 locale/programs/ld-collate.c:2916
2022-02-03 04:30:15 +00:00
#: locale/programs/repertoire.c:417
2012-03-07 10:35:30 +00:00
msgid "invalid names for character range"
msgstr "無效的字元範圍名稱"
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:1010 locale/programs/repertoire.c:429
2012-03-07 10:35:30 +00:00
msgid "hexadecimal range format should use only capital characters"
msgstr "在表示十六進位的範圍時只能用大寫的英文字母表示"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:1028 locale/programs/repertoire.c:447
2007-07-12 18:26:36 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "<%s> and <%s> are invalid names for range"
msgstr "<%s> 以及 <%s> 是不適用的範圍名稱"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:1034 locale/programs/repertoire.c:454
2012-03-07 10:35:30 +00:00
msgid "upper limit in range is smaller than lower limit"
msgstr "範圍中上限小於下限"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/charmap.c:1092
2012-03-07 10:35:30 +00:00
msgid "resulting bytes for range not representable."
msgstr "用來定義範圍的位元組無法被表述出來"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-address.c:132 locale/programs/ld-collate.c:1569
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:429 locale/programs/ld-identification.c:130
#: locale/programs/ld-measurement.c:91 locale/programs/ld-messages.c:95
#: locale/programs/ld-monetary.c:191 locale/programs/ld-name.c:92
#: locale/programs/ld-numeric.c:96 locale/programs/ld-paper.c:88
#: locale/programs/ld-telephone.c:91 locale/programs/ld-time.c:163
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "No definition for %s category found"
msgstr "找不到 %s 類別的定義"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-address.c:143 locale/programs/ld-address.c:181
#: locale/programs/ld-address.c:198 locale/programs/ld-address.c:227
#: locale/programs/ld-address.c:299 locale/programs/ld-address.c:318
#: locale/programs/ld-address.c:330 locale/programs/ld-identification.c:143
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-measurement.c:102 locale/programs/ld-monetary.c:291
#: locale/programs/ld-monetary.c:368 locale/programs/ld-monetary.c:389
#: locale/programs/ld-name.c:103 locale/programs/ld-name.c:140
#: locale/programs/ld-numeric.c:110 locale/programs/ld-numeric.c:124
#: locale/programs/ld-paper.c:99 locale/programs/ld-paper.c:108
#: locale/programs/ld-telephone.c:102 locale/programs/ld-telephone.c:159
#: locale/programs/ld-time.c:179 locale/programs/ld-time.c:200
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: field `%s' not defined"
msgstr "%s: 欄位 `%s' 沒有定義"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-address.c:155 locale/programs/ld-address.c:206
#: locale/programs/ld-address.c:236 locale/programs/ld-address.c:274
#: locale/programs/ld-name.c:115 locale/programs/ld-telephone.c:114
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: field `%s' must not be empty"
msgstr "%s: 欄位 `%s' 不可以空白"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-address.c:167
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: invalid escape `%%%c' sequence in field `%s'"
msgstr "%s: 不適用的跳脫序列 `%%%c', 在欄位 `%s' 中"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-address.c:217
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: terminology language code `%s' not defined"
msgstr "%s: 術語語言編碼 `%s' 未定義"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-address.c:242
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: field `%s' must not be defined"
msgstr "%s: 欄位「%s」必須未被定義"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-address.c:256 locale/programs/ld-address.c:285
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: language abbreviation `%s' not defined"
msgstr "%s: 語言縮寫 `%s' 沒有定義"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-address.c:263 locale/programs/ld-address.c:291
#: locale/programs/ld-address.c:324 locale/programs/ld-address.c:336
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: `%s' value does not match `%s' value"
msgstr "%s: `%s' 值與 `%s' 值不符合"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-address.c:310
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: numeric country code `%d' not valid"
msgstr "%s: 國家數字代碼 `%d' 錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-address.c:431 locale/programs/ld-address.c:468
#: locale/programs/ld-address.c:506 locale/programs/ld-ctype.c:2478
#: locale/programs/ld-identification.c:308 locale/programs/ld-measurement.c:195
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-messages.c:263 locale/programs/ld-monetary.c:610
#: locale/programs/ld-monetary.c:645 locale/programs/ld-monetary.c:686
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-name.c:234 locale/programs/ld-numeric.c:216
#: locale/programs/ld-paper.c:194 locale/programs/ld-telephone.c:250
#: locale/programs/ld-time.c:863 locale/programs/ld-time.c:905
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: field `%s' declared more than once"
msgstr "%s: `%s' 欄位不只一次地宣告"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-address.c:435 locale/programs/ld-address.c:473
#: locale/programs/ld-identification.c:312 locale/programs/ld-messages.c:273
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-monetary.c:614 locale/programs/ld-monetary.c:649
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-name.c:238 locale/programs/ld-numeric.c:220
#: locale/programs/ld-telephone.c:254 locale/programs/ld-time.c:755
#: locale/programs/ld-time.c:826 locale/programs/ld-time.c:868
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: unknown character in field `%s'"
msgstr "%s: 未知的字元在欄位 `%s' 中"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-address.c:520 locale/programs/ld-collate.c:3797
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2826 locale/programs/ld-identification.c:393
#: locale/programs/ld-measurement.c:209 locale/programs/ld-messages.c:292
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-monetary.c:853 locale/programs/ld-name.c:259
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-numeric.c:322 locale/programs/ld-paper.c:209
#: locale/programs/ld-telephone.c:273 locale/programs/ld-time.c:956
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: incomplete `END' line"
msgstr "%s: 不完整的 `END' 列"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-address.c:530 locale/programs/ld-collate.c:553
#: locale/programs/ld-collate.c:605 locale/programs/ld-collate.c:901
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:914 locale/programs/ld-collate.c:2601
#: locale/programs/ld-collate.c:2622 locale/programs/ld-collate.c:3982
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:1846 locale/programs/ld-ctype.c:2104
#: locale/programs/ld-ctype.c:2676 locale/programs/ld-ctype.c:2837
#: locale/programs/ld-identification.c:403 locale/programs/ld-measurement.c:219
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-messages.c:301 locale/programs/ld-monetary.c:862
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-name.c:268 locale/programs/ld-numeric.c:331
#: locale/programs/ld-paper.c:218 locale/programs/ld-telephone.c:282
#: locale/programs/ld-time.c:980
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: syntax error"
msgstr "%s: 語法錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:428
2012-03-07 10:35:30 +00:00
#, c-format
msgid "`%.*s' already defined in charmap"
msgstr "`%.*s' 在字集對照表中已經定義過了"
2001-04-26 06:51:00 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:437
2012-03-07 10:35:30 +00:00
#, c-format
msgid "`%.*s' already defined in repertoire"
msgstr "`%.*s' 在編碼對映檔中已經被定義過了"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:444
2012-03-07 10:35:30 +00:00
#, c-format
msgid "`%.*s' already defined as collating symbol"
msgstr "`%.*s' 已被定義為對照符號"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:451
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "`%.*s' already defined as collating element"
msgstr "`%.*s' 已被定義為對照元素"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:482 locale/programs/ld-collate.c:508
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: `forward' and `backward' are mutually excluding each other"
msgstr "%s: `forward' 以及 `backward' 彼此互相排斥"
2004-12-22 20:10:10 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:492 locale/programs/ld-collate.c:518
#: locale/programs/ld-collate.c:534
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: `%s' mentioned more than once in definition of weight %d"
msgstr "%s: `%s' 不只一次地在權重 %d 中被提到"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:590
2007-07-12 18:26:36 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: too many rules; first entry only had %d"
msgstr "%s: 太多規則;第一個項目只包含 %d"
2007-07-12 18:26:36 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:626
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: not enough sorting rules"
msgstr "%s: 排序規則不足"
2007-07-12 18:26:36 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:791
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: empty weight string not allowed"
msgstr "%s: 空白的權重字串是不允許的"
2007-07-12 18:26:36 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:886
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: weights must use the same ellipsis symbol as the name"
msgstr "%s: 權重必須使用與名稱相同的省略符號"
2007-07-12 18:26:36 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:942
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: too many values"
msgstr "%s: 太多變數值"
2007-07-12 18:26:36 +00:00
2023-07-07 15:27:08 +00:00
#: locale/programs/ld-collate.c:1062 locale/programs/ld-collate.c:1237
#, c-format
msgid "order for `%.*s' already defined at %s:%zu"
msgstr "「%.*s」的順序已在 %s:%zu 裡面定義"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:1112
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: the start and the end symbol of a range must stand for characters"
msgstr "%s: 啟始與結束符號範圍必須代表字元"
2007-07-12 18:26:36 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:1139
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: byte sequences of first and last character must have the same length"
msgstr "%s: 第一個與最後一個字元的位元組序列必須有相同的長度"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:1181
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: byte sequence of first character of range is not lower than that of the last character"
msgstr "%s: 範圍首字元的位元組序列沒有低於末字元的位元組序列"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:1306
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: symbolic range ellipsis must not directly follow `order_start'"
msgstr "%s: 符號範圍的省略不可以直接在 `order_start' 之後"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:1310
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: symbolic range ellipsis must not be directly followed by `order_end'"
msgstr "%s: 符號範圍的省略不可以直接在 `order_end' 之前"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:1330 locale/programs/ld-ctype.c:1362
2012-03-07 10:35:30 +00:00
#, c-format
msgid "`%s' and `%.*s' are not valid names for symbolic range"
msgstr "`%s' 和 `%.*s' 皆非符號範圍中適用的名稱"
2005-07-26 04:04:13 +00:00
2023-07-07 15:27:08 +00:00
#: locale/programs/ld-collate.c:1380 locale/programs/ld-collate.c:3731
#, c-format
msgid "%s: order for `%.*s' already defined at %s:%zu"
msgstr "%s: 「%.*s」的順序已在 %s:%zu 中定義"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-collate.c:1389
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: `%s' must be a character"
msgstr "%s: `%s' 必須是一個字元"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:1590
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: `position' must be used for a specific level in all sections or none"
msgstr "%s: `position' 必須在所有區塊裡特定的等級中使用,否則不能使用"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:1614
2012-03-07 10:35:30 +00:00
#, c-format
msgid "symbol `%s' not defined"
msgstr "並未定義 `%s' 符號"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:1690 locale/programs/ld-collate.c:1789
2012-03-07 10:35:30 +00:00
#, c-format
msgid "symbol `%s' has the same encoding as"
msgstr "跟符號 `%s' 有相同的編碼: "
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:1694 locale/programs/ld-collate.c:1793
2012-03-07 10:35:30 +00:00
#, c-format
msgid "symbol `%s'"
msgstr "符號 `%s'"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:1856
2012-03-07 10:35:30 +00:00
msgid "too many errors; giving up"
msgstr "發生太多錯誤;放棄中"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:2527 locale/programs/ld-collate.c:3921
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: nested conditionals not supported"
msgstr "%s: 不支援巢狀條件"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:2545
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: more than one 'else'"
2012-03-07 10:35:30 +00:00
msgstr "%s: 使用多於一個「else」"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:2724
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: duplicate definition of `%s'"
msgstr "%s: 重複的定義 `%s'"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:2760
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: duplicate declaration of section `%s'"
msgstr "%s: 重複的 `%s' 區塊宣告"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:2896
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: unknown character in collating symbol name"
msgstr "%s: 未知的字元在對照符號名稱中"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3025
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: unknown character in equivalent definition name"
msgstr "%s: 未知的字元在同義定義名稱中"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3036
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: unknown character in equivalent definition value"
msgstr "%s: 未知的字元在同義定義值中"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3046
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: unknown symbol `%s' in equivalent definition"
msgstr "%s: 未知的符號 `%s' 在同義定義中"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3055
2012-03-07 10:35:30 +00:00
msgid "error while adding equivalent collating symbol"
msgstr "正在加入同義對照符號時發生錯誤"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3093
2012-03-07 10:35:30 +00:00
#, c-format
msgid "duplicate definition of script `%s'"
msgstr "敘述 `%s' 的定義重複了"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3141
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: unknown section name `%.*s'"
msgstr "%s: 不明的節段名稱「%.*s」"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3170
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: multiple order definitions for section `%s'"
msgstr "%s: `%s' 區塊中有多個順序定義"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3198
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: invalid number of sorting rules"
msgstr "%s: 不適用的排序規則數目"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3225
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: multiple order definitions for unnamed section"
msgstr "%s: 未命名的區塊中有多個順序定義"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3280 locale/programs/ld-collate.c:3410
#: locale/programs/ld-collate.c:3775
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: missing `order_end' keyword"
msgstr "%s: 缺少 `order_end' 關鍵字"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3343
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: order for collating symbol %.*s not yet defined"
msgstr "%s: 對照符號 %.*s 的順序尚未定義"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3361
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: order for collating element %.*s not yet defined"
msgstr "%s: 對照元素 %.*s 的順序尚未定義"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3372
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: cannot reorder after %.*s: symbol not known"
msgstr "%s: 無法重新排列在 %.*s 之後: 未知的符號"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3424 locale/programs/ld-collate.c:3787
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: missing `reorder-end' keyword"
msgstr "%s: 缺少 `reorder-end' 關鍵字"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3458 locale/programs/ld-collate.c:3656
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: section `%.*s' not known"
msgstr "%s: 未知的區塊 `%.*s'"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3523
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: bad symbol <%.*s>"
msgstr "%s: 不當的符號 <%.*s>"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3719
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: cannot have `%s' as end of ellipsis range"
msgstr "%s: 無法用 `%s' 做為省略區段的結尾"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3771
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: empty category description not allowed"
msgstr "%s: 空白的類別描述是不允許的"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3790
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: missing `reorder-sections-end' keyword"
msgstr "%s: 缺少 `reorder-sections-end' 關鍵字"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3954
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: '%s' without matching 'ifdef' or 'ifndef'"
msgstr "%s:「%s」而不需吻合中「ifdef」或「ifndef」"
2005-07-26 04:04:13 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-collate.c:3972
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: 'endif' without matching 'ifdef' or 'ifndef'"
msgstr "%s:「endif」而不需吻合中「ifdef」或「ifndef」"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:447
2012-03-07 10:35:30 +00:00
msgid "No character set name specified in charmap"
msgstr "在字元對應 (charmap) 中沒有設定字集名稱"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:475
2012-03-07 10:35:30 +00:00
#, c-format
msgid "character L'\\u%0*x' in class `%s' must be in class `%s'"
msgstr "character L'\\u%0*x' (放在類別 `%s' 之中) 必須在類別 `%s' 裡面"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:489
2012-03-07 10:35:30 +00:00
#, c-format
msgid "character L'\\u%0*x' in class `%s' must not be in class `%s'"
msgstr "character L'\\u%0*x' (放在類別 `%s' 之中) 不能在類別 `%s' 裡面"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:503 locale/programs/ld-ctype.c:559
2012-03-07 10:35:30 +00:00
#, c-format
msgid "internal error in %s, line %u"
msgstr "%s 的第 %u 列發生內部錯誤"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:531
2012-03-07 10:35:30 +00:00
#, c-format
msgid "character '%s' in class `%s' must be in class `%s'"
msgstr "字元 '%s' (放在類別 `%s' 之中) 必須在類別 `%s' 裡面"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:546
2012-03-07 10:35:30 +00:00
#, c-format
msgid "character '%s' in class `%s' must not be in class `%s'"
msgstr "字元 '%s' (放在類別 `%s' 之中) 不能在類別 `%s' 裡面"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:575 locale/programs/ld-ctype.c:610
2012-03-07 10:35:30 +00:00
#, c-format
msgid "<SP> character not in class `%s'"
msgstr "<SP> 字元不在類別 `%s' 中"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:586 locale/programs/ld-ctype.c:620
2012-03-07 10:35:30 +00:00
#, c-format
msgid "<SP> character must not be in class `%s'"
msgstr "<SP> 字元不可以在類別 `%s' 中"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:600
2012-03-07 10:35:30 +00:00
msgid "character <SP> not defined in character map"
msgstr "字元 <SP> 在字集對照檔中沒有定義"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:734
2012-03-07 10:35:30 +00:00
msgid "`digit' category has not entries in groups of ten"
msgstr "`digit' 類別在群組 \"十\" 中沒有項目"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:783
2012-03-07 10:35:30 +00:00
msgid "no input digits defined and none of the standard names in the charmap"
msgstr "沒有定義輸入數字,在字集對照檔中也找不到相符的標準名稱"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:846
2012-03-07 10:35:30 +00:00
msgid "not all characters used in `outdigit' are available in the charmap"
msgstr "在字集對照表中無法找到某些在 `outdigit' 中用到的字元"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:865
2012-03-07 10:35:30 +00:00
msgid "not all characters used in `outdigit' are available in the repertoire"
msgstr "在編碼對映檔中無法找到某些在 `outdigit' 中用到的字元"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:1130
2012-03-07 10:35:30 +00:00
#, c-format
msgid "character class `%s' already defined"
msgstr "字元類別 `%s' 已經定義過了"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:1136
2012-03-07 10:35:30 +00:00
#, c-format
msgid "implementation limit: no more than %Zd character classes allowed"
msgstr "程式實作的限制: 不能使用超過 %Zd 個字集類別"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:1162
2012-03-07 10:35:30 +00:00
#, c-format
msgid "character map `%s' already defined"
msgstr "字集對照檔 `%s' 已經定義過了"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:1168
2012-03-07 10:35:30 +00:00
#, c-format
msgid "implementation limit: no more than %d character maps allowed"
msgstr "程式實作的限制: 不能使用超過 %d 個字集對照檔"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:1434 locale/programs/ld-ctype.c:1559
#: locale/programs/ld-ctype.c:1665 locale/programs/ld-ctype.c:2341
#: locale/programs/ld-ctype.c:3301
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: field `%s' does not contain exactly ten entries"
msgstr "%s: `%s' 欄位沒有精確包含十個項目"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:1462 locale/programs/ld-ctype.c:2036
2012-03-07 10:35:30 +00:00
#, c-format
msgid "to-value <U%0*X> of range is smaller than from-value <U%0*X>"
msgstr "區域定義的結尾值 <U%0*X> 比起始值 <U%0*X> 還要小"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:1589
2012-03-07 10:35:30 +00:00
msgid "start and end character sequence of range must have the same length"
msgstr "從起始到結束之間的字元序列長度跟編碼範圍必須相同"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:1596
2012-03-07 10:35:30 +00:00
msgid "to-value character sequence is smaller than from-value sequence"
msgstr "字元序列定義的結尾值比起始值還要小"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:1956 locale/programs/ld-ctype.c:2007
2012-03-07 10:35:30 +00:00
msgid "premature end of `translit_ignore' definition"
msgstr "`translit_ignore' 定義沒有按時結束"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:1962 locale/programs/ld-ctype.c:2013
#: locale/programs/ld-ctype.c:2055
2012-03-07 10:35:30 +00:00
msgid "syntax error"
msgstr "語法錯誤"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2188
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: syntax error in definition of new character class"
msgstr "%s: 在定義新字元類別時語法錯誤"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2203
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: syntax error in definition of new character map"
msgstr "%s: 在定義新字元對應時語法錯誤"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2363
2012-03-07 10:35:30 +00:00
msgid "ellipsis range must be marked by two operands of same type"
msgstr "省略區域必須用兩個型別相同的運算元標示出來"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2372
2012-03-07 10:35:30 +00:00
msgid "with symbolic name range values the absolute ellipsis `...' must not be used"
2013-06-11 06:49:00 +00:00
msgstr "用符號名稱來指定字元編碼範圍時不可以用絕對位置的省略符號 `…'"
2012-03-07 10:35:30 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2387
2012-03-07 10:35:30 +00:00
msgid "with UCS range values one must use the hexadecimal symbolic ellipsis `..'"
msgstr "用來指定 UCS 值的範圍時得用十六進位表示的省略符號 `..'"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2401
2012-03-07 10:35:30 +00:00
msgid "with character code range values one must use the absolute ellipsis `...'"
2013-06-11 06:49:00 +00:00
msgstr "用來指定字元編碼值的範圍時得用絕對位置的省略符號 `…'"
2012-03-07 10:35:30 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2552
2012-03-07 10:35:30 +00:00
#, c-format
msgid "duplicated definition for mapping `%s'"
msgstr "對映 `%s' 的定義重複了"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2638 locale/programs/ld-ctype.c:2782
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: `translit_start' section does not end with `translit_end'"
msgstr "%s: `translit_start' 小節並沒有以 `translit_end' 做為結束"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2733
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: duplicate `default_missing' definition"
msgstr "%s: 重複的 `default_missing' 定義"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2738
2012-03-07 10:35:30 +00:00
msgid "previous definition was here"
msgstr "先前的設定在此"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2760
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: no representable `default_missing' definition found"
msgstr "%s: 找不到可表示為 `default_missing' 的定義"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2877 locale/programs/ld-ctype.c:2973
#: locale/programs/ld-ctype.c:2992 locale/programs/ld-ctype.c:3012
#: locale/programs/ld-ctype.c:3032 locale/programs/ld-ctype.c:3052
#: locale/programs/ld-ctype.c:3072 locale/programs/ld-ctype.c:3111
#: locale/programs/ld-ctype.c:3131 locale/programs/ld-ctype.c:3197
#: locale/programs/ld-ctype.c:3238 locale/programs/ld-ctype.c:3261
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: character `%s' not defined while needed as default value"
msgstr "%s: 字元 `%s' 沒有定義,但它是必需的預設值"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:2882 locale/programs/ld-ctype.c:2978
#: locale/programs/ld-ctype.c:2997 locale/programs/ld-ctype.c:3017
#: locale/programs/ld-ctype.c:3037 locale/programs/ld-ctype.c:3057
#: locale/programs/ld-ctype.c:3077 locale/programs/ld-ctype.c:3116
#: locale/programs/ld-ctype.c:3136 locale/programs/ld-ctype.c:3202
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: character `%s' in charmap not representable with one byte"
msgstr "%s: 字集對照表中的字元 `%s' 無法表示為單一位元組"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:3244 locale/programs/ld-ctype.c:3267
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: character `%s' needed as default value not representable with one byte"
msgstr "%s: 做為預設值所需的字元 `%s' 無法表示為單一位元組"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-ctype.c:3323
2012-03-07 10:35:30 +00:00
msgid "no output digits defined and none of the standard names in the charmap"
msgstr "沒有定義輸出數字,在字集對照檔中也找不到相符的標準名稱"
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-ctype.c:3545
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: transliteration data from locale `%s' not available"
msgstr "%s: 語區資料`%s' 的音譯資料不存在"
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-ctype.c:3644
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: table for class \"%s\": %lu bytes"
2019-08-01 03:38:15 +00:00
msgstr "%s: 類別「%s」表格: %lu 位元組"
2012-03-07 10:35:30 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-ctype.c:3708
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: table for map \"%s\": %lu bytes"
2019-08-01 03:38:15 +00:00
msgstr "%s: 對「%s」映射的表格: %lu 位元組"
2012-03-07 10:35:30 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-ctype.c:3832
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: table for width: %lu bytes"
2019-08-01 03:38:15 +00:00
msgstr "%s: 用於下述寬度的表格: %lu 位元組"
2012-03-07 10:35:30 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-identification.c:172
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: no identification for category `%s'"
msgstr "%s: 類別 `%s' 沒有認證"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-identification.c:196
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: unknown standard `%s' for category `%s'"
2019-08-01 03:38:15 +00:00
msgstr "%1$s: 「%3$s」分類的「%2$s」標準未知"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-identification.c:379
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: duplicate category version definition"
msgstr "%s: 重複的類別版本定義"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-measurement.c:110
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: invalid value for field `%s'"
msgstr "%s: 在欄位 `%s' 中的值不適用"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-messages.c:112 locale/programs/ld-messages.c:145
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: field `%s' undefined"
msgstr "%s: 欄位 `%s' 沒有定義"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-messages.c:118 locale/programs/ld-messages.c:151
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-numeric.c:116
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: value for field `%s' must not be an empty string"
msgstr "%s: 欄位 `%s' 值不可以是空字串"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-messages.c:134 locale/programs/ld-messages.c:167
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: no correct regular expression for field `%s': %s"
msgstr "%s: 沒有給欄位 `%s' 正確的常規表示式: %s"
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-monetary.c:310
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: value of field `int_curr_symbol' has wrong length"
msgstr "%s: 欄位 `int_curr_symbol' 值的長度錯誤"
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-monetary.c:327
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: value of field `int_curr_symbol' does not correspond to a valid name in ISO 4217 [--no-warnings=intcurrsym]"
2019-08-01 03:38:15 +00:00
msgstr "%s: 欄位「int_curr_symbol」的值並不是 ISO 4217 中合法的名稱 [--no-warnings=intcurrsym]"
2012-03-07 10:35:30 +00:00
2023-07-07 15:27:08 +00:00
#: locale/programs/ld-monetary.c:348 locale/programs/ld-monetary.c:358
#, c-format
msgid "%s: field `%s' not defined, using defaults"
msgstr "%s: 未定義欄位「%s」, 使用預設值"
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-monetary.c:396 locale/programs/ld-monetary.c:420
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: value for field `%s' must be in range %d...%d"
2013-06-11 06:49:00 +00:00
msgstr "%s: 欄位 `%s' 的值必須在範圍 %d…%d"
2012-03-07 10:35:30 +00:00
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-monetary.c:656 locale/programs/ld-numeric.c:227
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: value for field `%s' must be a single character"
msgstr "%s: 欄位 `%s' 的值必須是個單一字元"
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-monetary.c:753 locale/programs/ld-numeric.c:271
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: `-1' must be last entry in `%s' field"
msgstr "%s: `-1' 在 `%s' 欄位中必須是最後一個項目"
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-monetary.c:775 locale/programs/ld-numeric.c:288
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: values for field `%s' must be smaller than 127"
msgstr "%s: 欄位 `%s' 的值必須小於 127"
2022-12-21 22:15:37 +00:00
#: locale/programs/ld-monetary.c:821
2012-03-07 10:35:30 +00:00
msgid "conversion rate value cannot be zero"
msgstr "轉換率的值不可以是零"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-name.c:127 locale/programs/ld-telephone.c:123
#: locale/programs/ld-telephone.c:146
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: invalid escape sequence in field `%s'"
msgstr "%s: 在欄位 `%s' 中的跳脫序列不適用"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:250
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: direction flag in string %Zd in `era' field is not '+' nor '-'"
msgstr "%s: 在 `era' 欄位的字串 %Zd 中,方向旗標既不是 '+' 也不是 '-'"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:260
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: direction flag in string %Zd in `era' field is not a single character"
msgstr "%s: 在 `era' 欄位的字串 %Zd 中,方向旗標不是一個單一字元"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:272
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: invalid number for offset in string %Zd in `era' field"
msgstr "%s: 在 `era' 欄位、字串 %Zd 中的位移數字不適用"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:279
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: garbage at end of offset value in string %Zd in `era' field"
msgstr "%s: 無用的資料,在 `era' 欄位、字串 %Zd 中末尾的位移值"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:329
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: invalid starting date in string %Zd in `era' field"
msgstr "%s: 在 `era' 欄位、字串 %Zd 中的起始日期不適用"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:337
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: garbage at end of starting date in string %Zd in `era' field "
msgstr "%s: 無用的資料,在 `era' 欄位、字串 %Zd 中末尾的起始日期"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:355
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: starting date is invalid in string %Zd in `era' field"
msgstr "%s: 在 `era' 區域的字串 %Zd 中的啟始日期是不適用的"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:403 locale/programs/ld-time.c:429
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: invalid stopping date in string %Zd in `era' field"
msgstr "%s: 在 `era' 欄位、字串 %Zd 中的結束日期不適用"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:411
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: garbage at end of stopping date in string %Zd in `era' field"
msgstr "%s: 無用的資料,在 `era' 區域、字串 %Zd 中末尾的結束日期"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:437
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: missing era name in string %Zd in `era' field"
msgstr "%s: 缺少 era 名稱,在 `era' 欄位、字串 %Zd 中"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:448
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: missing era format in string %Zd in `era' field"
msgstr "%s: 缺少 era 格式,在 `era' 欄位、字串 %Zd 中"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:493
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: third operand for value of field `%s' must not be larger than %d"
msgstr "%s: 欄位 `%s' 值的第三個運算元不可以比 %d 大"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:501 locale/programs/ld-time.c:509
#: locale/programs/ld-time.c:517
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: values for field `%s' must not be larger than %d"
msgstr "%s: 欄位 `%s' 的值不可以大於 %d"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:739
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: too few values for field `%s'"
msgstr "%s: 欄位 `%s' 中的值太少"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:784
2012-03-07 10:35:30 +00:00
msgid "extra trailing semicolon"
msgstr "多出的尾端分號"
2022-02-03 04:30:15 +00:00
#: locale/programs/ld-time.c:787
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: too many values for field `%s'"
msgstr "%s: 欄位 `%s' 中的值太多"
2022-12-21 22:15:37 +00:00
#: locale/programs/linereader.c:130
2012-03-07 10:35:30 +00:00
msgid "trailing garbage at end of line"
msgstr "列結尾的無用字元"
2022-12-21 22:15:37 +00:00
#: locale/programs/linereader.c:298
2012-03-07 10:35:30 +00:00
msgid "garbage at end of number"
msgstr "號碼結束位置的無用資料"
2022-12-21 22:15:37 +00:00
#: locale/programs/linereader.c:423
2012-03-07 10:35:30 +00:00
msgid "garbage at end of character code specification"
msgstr "字元編碼設定結束位置的無用資料"
2022-12-21 22:15:37 +00:00
#: locale/programs/linereader.c:531
2012-03-07 10:35:30 +00:00
msgid "unterminated symbolic name"
msgstr "沒有結尾的符號名稱"
2023-07-07 15:27:08 +00:00
#: locale/programs/linereader.c:716
#, c-format
msgid "invalid UTF-8 sequence %s"
msgstr "無效的 UTF-8 序列 %s"
#: locale/programs/linereader.c:796
msgid "illegal 8-bit character in untranslated string"
msgstr "未轉譯字串中有無效的 8 位字元"
2022-12-21 22:15:37 +00:00
#: locale/programs/linereader.c:804
2012-03-07 10:35:30 +00:00
msgid "illegal escape sequence at end of string"
msgstr "字串結尾有不合法的跳脫序列"
2022-12-21 22:15:37 +00:00
#: locale/programs/linereader.c:808 locale/programs/linereader.c:979
2012-03-07 10:35:30 +00:00
msgid "unterminated string"
msgstr "沒有結尾的字串"
2023-07-07 15:27:08 +00:00
#: locale/programs/linereader.c:841
msgid "illegal 8-bit escape sequence"
msgstr "無效的 8 位跳脫序列"
2022-12-21 22:15:37 +00:00
#: locale/programs/linereader.c:940
2012-03-07 10:35:30 +00:00
#, c-format
msgid "symbol `%.*s' not in charmap"
msgstr "符號 `%.*s' 並不在字集對照表中"
2022-12-21 22:15:37 +00:00
#: locale/programs/linereader.c:961
2012-03-07 10:35:30 +00:00
#, c-format
msgid "symbol `%.*s' not in repertoire map"
msgstr "符號 `%.*s' 並不在編碼對映檔中"
2022-02-03 04:30:15 +00:00
#: locale/programs/locale-spec.c:129
2012-03-07 10:35:30 +00:00
#, c-format
msgid "unknown name \"%s\""
msgstr "不明名稱「%s」"
2022-02-03 04:30:15 +00:00
#: locale/programs/locale.c:69
2012-03-07 10:35:30 +00:00
msgid "System information:"
msgstr "系統相關資訊:"
2022-02-03 04:30:15 +00:00
#: locale/programs/locale.c:71
2012-03-07 10:35:30 +00:00
msgid "Write names of available locales"
msgstr "寫出存在的語區資料名稱"
2022-02-03 04:30:15 +00:00
#: locale/programs/locale.c:73
2012-03-07 10:35:30 +00:00
msgid "Write names of available charmaps"
msgstr "寫出存在的字集對照表名稱"
2022-02-03 04:30:15 +00:00
#: locale/programs/locale.c:74
2012-03-07 10:35:30 +00:00
msgid "Modify output format:"
msgstr "修改輸出格式:"
2022-02-03 04:30:15 +00:00
#: locale/programs/locale.c:75
2012-03-07 10:35:30 +00:00
msgid "Write names of selected categories"
msgstr "寫出選取的類別名稱"
2022-02-03 04:30:15 +00:00
#: locale/programs/locale.c:76
2012-03-07 10:35:30 +00:00
msgid "Write names of selected keywords"
msgstr "寫出選取的關鍵字名稱"
2022-02-03 04:30:15 +00:00
#: locale/programs/locale.c:77
2012-03-07 10:35:30 +00:00
msgid "Print more information"
msgstr "印出更多的資訊"
2022-02-03 04:30:15 +00:00
#: locale/programs/locale.c:82
2012-03-07 10:35:30 +00:00
msgid "Get locale-specific information."
msgstr "取得語區資料特定的資訊"
2022-02-03 04:30:15 +00:00
#: locale/programs/locale.c:85
2012-03-07 10:35:30 +00:00
msgid ""
"NAME\n"
"[-a|-m]"
msgstr ""
"名稱\n"
"[-a|-m]"
2022-02-03 04:30:15 +00:00
#: locale/programs/locale.c:521
2012-03-07 10:35:30 +00:00
#, c-format
2019-08-01 03:38:15 +00:00
msgid "while preparing output"
msgstr "在準備輸出時"
2012-03-07 10:35:30 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/locale.c:999
2012-03-07 10:35:30 +00:00
#, c-format
2019-08-01 03:38:15 +00:00
msgid "Cannot set %s to default locale"
msgstr "無法將 %s 設成預設語區"
2012-03-07 10:35:30 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/locale.c:1097
2012-03-07 10:35:30 +00:00
#, c-format
2019-08-01 03:38:15 +00:00
msgid "warning: The LOCPATH variable is set to \"%s\"\n"
msgstr "警告: LOCPATH 變數已設成「%s」\n"
2012-03-07 10:35:30 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:115
2012-03-07 10:35:30 +00:00
msgid "Input Files:"
msgstr "輸入檔:"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:117
2012-03-07 10:35:30 +00:00
msgid "Symbolic character names defined in FILE"
msgstr "符號字元的名稱定義在檔案 FILE 中"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:119
2012-03-07 10:35:30 +00:00
msgid "Source definitions are found in FILE"
msgstr "原始資料定義在檔案 FILE 中"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:121
2012-03-07 10:35:30 +00:00
msgid "FILE contains mapping from symbolic names to UCS4 values"
msgstr "檔案 FILE 內含符號名與 UCS4 編碼之間的對映"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:125
2012-03-07 10:35:30 +00:00
msgid "Create output even if warning messages were issued"
msgstr "產生輸出即使是有警告訊息"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:127
2019-01-25 16:35:42 +00:00
msgid "Do not create hard links between installed locales"
2019-08-01 03:38:15 +00:00
msgstr "不要在安裝的語系之間建立實際連結"
2019-01-25 16:35:42 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:128
2012-03-07 10:35:30 +00:00
msgid "Optional output file prefix"
msgstr "可有可無的輸出檔路徑"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:129
2013-09-06 19:25:54 +00:00
msgid "Strictly conform to POSIX"
2012-03-07 10:35:30 +00:00
msgstr "嚴格遵從 POSIX"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:131
2012-03-07 10:35:30 +00:00
msgid "Suppress warnings and information messages"
msgstr "忽略警告與提示訊息"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:132
2012-03-07 10:35:30 +00:00
msgid "Print more messages"
msgstr "印出更多的訊息"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:133 locale/programs/localedef.c:136
2018-08-01 04:59:03 +00:00
msgid "<warnings>"
2019-08-01 03:38:15 +00:00
msgstr "<警告>"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:134
2018-08-01 04:59:03 +00:00
msgid "Comma-separated list of warnings to disable; supported warnings are: ascii, intcurrsym"
2019-08-01 03:38:15 +00:00
msgstr "要停用的警告( 使用逗號分隔) ; 支援的警告有: ascii, intcurrsym"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:137
2018-08-01 04:59:03 +00:00
msgid "Comma-separated list of warnings to enable; supported warnings are: ascii, intcurrsym"
2019-08-01 03:38:15 +00:00
msgstr "要啟用的警告( 使用逗號分隔) ; 支援的警告有: ascii, intcurrsym"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:140
2012-03-07 10:35:30 +00:00
msgid "Archive control:"
msgstr "保存檔控制:"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:142
2012-03-07 10:35:30 +00:00
msgid "Don't add new data to archive"
msgstr "不要加入新資料到保存檔"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:144
2012-03-07 10:35:30 +00:00
msgid "Add locales named by parameters to archive"
msgstr "藉由參數加入語區名稱到保存檔"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:145
2012-03-07 10:35:30 +00:00
msgid "Replace existing archive content"
msgstr "替換已有的保存檔內容"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:147
2012-03-07 10:35:30 +00:00
msgid "Remove locales named by parameters from archive"
msgstr "藉由參數從保存檔中刪除語區名稱"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:148
2012-03-07 10:35:30 +00:00
msgid "List content of archive"
msgstr "列出保存檔的內容"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:150
2012-03-07 10:35:30 +00:00
msgid "locale.alias file to consult when making archive"
msgstr "製作保存檔時查閱 locale.alias 檔案"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:152
2018-08-01 04:59:03 +00:00
msgid "Generate little-endian output"
2019-08-01 03:38:15 +00:00
msgstr "產生小端序輸出"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:154
2018-08-01 04:59:03 +00:00
msgid "Generate big-endian output"
2019-08-01 03:38:15 +00:00
msgstr "產生大端序輸出"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:159
2012-03-07 10:35:30 +00:00
msgid "Compile locale specification"
msgstr "編譯語區資料規格"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:162
2012-03-07 10:35:30 +00:00
msgid ""
"NAME\n"
"[--add-to-archive|--delete-from-archive] FILE...\n"
"--list-archive [FILE]"
msgstr ""
"NAME\n"
"[--add-to-archive|--delete-from-archive] 檔案...\n"
"--list-archive [檔案]"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:238
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot create directory for output files"
msgstr "無法為輸出檔建立目錄"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:249
2012-03-07 10:35:30 +00:00
msgid "FATAL: system does not define `_POSIX2_LOCALEDEF'"
msgstr "嚴重錯誤: 系統沒有定義 `_POSIX2_LOCALEDEF'"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:263 locale/programs/localedef.c:279
#: locale/programs/localedef.c:677 locale/programs/localedef.c:697
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot open locale definition file `%s'"
msgstr "無法開啟語區資料定義檔 `%s'"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:303
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot write output files to `%s'"
msgstr "無法將輸出檔案寫入 `%s'"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:309
2018-08-01 04:59:03 +00:00
msgid "no output file produced because errors were issued"
2019-08-01 03:38:15 +00:00
msgstr "因為發出過錯誤訊息,所以沒有產生出任何輸出檔"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:440
2012-03-07 10:35:30 +00:00
#, c-format
msgid ""
"System's directory for character maps : %s\n"
"\t\t repertoire maps: %s\n"
"\t\t locale path : %s\n"
"%s"
msgstr ""
"系統的字元對應目錄:%s\n"
"\t\t 編碼對應:%s\n"
"\t\t 語區路徑 : %s\n"
"%s"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:545
2020-08-05 00:31:51 +00:00
#, c-format
msgid "cannot create output path '%s': %s"
msgstr "無法建立「%s」輸出路徑: %s"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:553
2020-08-05 00:31:51 +00:00
#, c-format
msgid "no write permission to output path '%s': %s"
msgstr "沒有「%s」輸出路徑的寫入權限: %s"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:645
2012-03-07 10:35:30 +00:00
msgid "circular dependencies between locale definitions"
msgstr "有語區資料在定義時發生循環相關的情況"
2022-02-03 04:30:15 +00:00
#: locale/programs/localedef.c:651
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot add already read locale `%s' a second time"
msgstr " `%s' 語區資料已經用過,不能重複加入"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:132 locale/programs/locarchive.c:379
2012-03-07 10:35:30 +00:00
#, c-format
2013-09-06 19:25:54 +00:00
msgid "cannot create temporary file: %s"
msgstr "無法產生暫時檔:%s"
2012-03-07 10:35:30 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:166 locale/programs/locarchive.c:429
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot initialize archive file"
msgstr "無法起始保存檔"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:173 locale/programs/locarchive.c:436
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot resize archive file"
msgstr "無法改變保存檔大小"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:188 locale/programs/locarchive.c:451
#: locale/programs/locarchive.c:680
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot map archive header"
msgstr "無法註記保存檔表頭"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:210
2012-03-07 10:35:30 +00:00
#, c-format
msgid "failed to create new locale archive"
msgstr "無法建立新的語區保存檔"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:222
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot change mode of new locale archive"
msgstr "無法改變新的語區資料保存檔狀態"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:323
2012-03-07 10:35:30 +00:00
msgid "cannot read data from locale archive"
msgstr "無法從語區歸檔讀取資料"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:354
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot map locale archive file"
msgstr "無法映射語區資料保存檔"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:459
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot lock new archive"
msgstr "無法鎖定新的保存檔"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:528
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot extend locale archive file"
msgstr "無法延展語區資料保存檔"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:537
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot change mode of resized locale archive"
msgstr "無法改變已變更大小的語區資料保存檔狀態"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:545
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot rename new archive"
msgstr "無法更改新保存檔名稱"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:607
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot open locale archive \"%s\""
msgstr "無法開啟語區資料保存檔 \"%s\""
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:612
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot stat locale archive \"%s\""
msgstr "無法統計語區資料保存檔 \"%s\""
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:631
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot lock locale archive \"%s\""
msgstr "無法鎖定語區資料保存檔 \"%s\""
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:654
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot read archive header"
msgstr "無法讀取保存檔表頭資料"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:661
#, c-format
msgid "bad magic value in archive header"
msgstr "封存檔標頭的 magic 值無效"
#: locale/programs/locarchive.c:734
2012-03-07 10:35:30 +00:00
#, c-format
msgid "locale '%s' already exists"
msgstr "語區資料 `%s' 已經存在"
2022-02-03 04:30:15 +00:00
#: locale/programs/locarchive.c:1009 locale/programs/locarchive.c:1024
#: locale/programs/locarchive.c:1036 locale/programs/locarchive.c:1048
#: locale/programs/locfile.c:349
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot add to locale archive"
msgstr "無法加入語區資料保存檔"
2023-07-18 19:22:19 +00:00
#: locale/programs/locarchive.c:1217
2012-03-07 10:35:30 +00:00
#, c-format
msgid "locale alias file `%s' not found"
msgstr "找不到語區資料別名檔 `%s'"
2023-07-18 19:22:19 +00:00
#: locale/programs/locarchive.c:1365
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Adding %s\n"
msgstr "加入 %s 中\n"
2023-07-18 19:22:19 +00:00
#: locale/programs/locarchive.c:1371
2012-03-07 10:35:30 +00:00
#, c-format
msgid "stat of \"%s\" failed: %s: ignored"
msgstr "取得 \"%s\" 的資訊時失敗: %s: 已忽略"
2023-07-18 19:22:19 +00:00
#: locale/programs/locarchive.c:1377
2012-03-07 10:35:30 +00:00
#, c-format
msgid "\"%s\" is no directory; ignored"
msgstr "\"%s\" 並非目錄; 已忽略"
2023-07-18 19:22:19 +00:00
#: locale/programs/locarchive.c:1384
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot open directory \"%s\": %s: ignored"
msgstr "無法開啟目錄 \"%s\": %s: 已忽略"
2023-07-18 19:22:19 +00:00
#: locale/programs/locarchive.c:1452
2012-03-07 10:35:30 +00:00
#, c-format
msgid "incomplete set of locale files in \"%s\""
msgstr "不完整的一組語區資料檔案存在於 \"%s\" 之中"
2023-07-18 19:22:19 +00:00
#: locale/programs/locarchive.c:1516
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot read all files in \"%s\": ignored"
msgstr "無法讀取 \"%s\" 中的所有檔案: 已忽略"
2023-07-18 19:22:19 +00:00
#: locale/programs/locarchive.c:1586
2012-03-07 10:35:30 +00:00
#, c-format
msgid "locale \"%s\" not in archive"
msgstr "語區資料 \"%s\" 不在保存檔中"
2022-02-03 04:30:15 +00:00
#: locale/programs/locfile.c:136
2012-03-07 10:35:30 +00:00
#, c-format
msgid "argument to `%s' must be a single character"
msgstr "給 `%s' 的引數必須是一個單字元"
2022-02-03 04:30:15 +00:00
#: locale/programs/locfile.c:256
2012-03-07 10:35:30 +00:00
msgid "syntax error: not inside a locale definition section"
msgstr "語法錯誤: 不能在語區資料定義區塊裡面使用"
2022-02-03 04:30:15 +00:00
#: locale/programs/locfile.c:798
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot open output file `%s' for category `%s'"
msgstr "無法開啟輸出檔 `%s' 供類別 `%s' 使用"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/locfile.c:821
2012-03-07 10:35:30 +00:00
#, c-format
msgid "failure while writing data for category `%s'"
msgstr "正在為類別 `%s' 寫入資料時發生錯誤"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/locfile.c:929
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot create output file `%s' for category `%s'"
msgstr "無法建立輸出檔 `%s' 供類別 `%s' 使用"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/locfile.c:965
2012-03-07 10:35:30 +00:00
msgid "expecting string argument for `copy'"
msgstr "`copy' 的引數應該是字串才對"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/locfile.c:969
2012-03-07 10:35:30 +00:00
msgid "locale name should consist only of portable characters"
msgstr "語區資料的名稱應該以常用字元組成"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/locfile.c:988
2012-03-07 10:35:30 +00:00
msgid "no other keyword shall be specified when `copy' is used"
msgstr "使用 `copy' 的時候不應該再用到任何其他的關鍵字了"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/locfile.c:1002
2012-03-07 10:35:30 +00:00
#, c-format
msgid "`%1$s' definition does not end with `END %1$s'"
msgstr "`%1$s' 定義沒有以 `END %1$s' 結束"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/repertoire.c:227 locale/programs/repertoire.c:268
#: locale/programs/repertoire.c:293
2012-03-07 10:35:30 +00:00
#, c-format
msgid "syntax error in repertoire map definition: %s"
msgstr "編碼對映檔中的定義有語法錯誤: %s"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/repertoire.c:269
2012-03-07 10:35:30 +00:00
msgid "no <Uxxxx> or <Uxxxxxxxx> value given"
msgstr "沒有給定 <Uxxxx> 或 <Uxxxxxxxx> 的值"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/repertoire.c:329
2012-03-07 10:35:30 +00:00
msgid "cannot save new repertoire map"
msgstr "無法儲存新的編碼對映檔"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: locale/programs/repertoire.c:340
2012-03-07 10:35:30 +00:00
#, c-format
msgid "repertoire map file `%s' not found"
msgstr "找不到編碼對映檔 `%s'"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: login/programs/pt_chown.c:78
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Set the owner, group and access permission of the slave pseudo terminal corresponding to the master pseudo terminal passed on file descriptor `%d'. This is the helper program for the `grantpt' function. It is not intended to be run directly from the command line.\n"
2019-08-01 03:38:15 +00:00
msgstr "設定擁有者、群組和存取許可的從屬 pseudo 終端機相應到主 pseudo 終端機傳遞於檔案描述符號「%d」。 這是輔助程式程式用於「grantpt」函式。 它並未預想的為運行直接的地從指令列。\n"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: login/programs/pt_chown.c:92
2012-03-07 10:35:30 +00:00
#, c-format
msgid ""
"The owner is set to the current user, the group is set to `%s', and the access permission is set to `%o'.\n"
"\n"
"%s"
msgstr ""
"擁有者為設定到目前使用者,群組為設定到「%s」, 而存取許可為設定到「%o」。\n"
"\n"
"%s"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: login/programs/pt_chown.c:203
2012-03-07 10:35:30 +00:00
#, c-format
msgid "too many arguments"
msgstr "太多引數"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: login/programs/pt_chown.c:211
2012-03-07 10:35:30 +00:00
#, c-format
msgid "needs to be installed setuid `root'"
msgstr "需要是已安裝的 setuid「根」"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: malloc/mcheck-impl.c:354
2012-03-07 10:35:30 +00:00
msgid "memory is consistent, library is buggy\n"
msgstr "記憶體內容一致,函式庫有問題\n"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: malloc/mcheck-impl.c:357
2012-03-07 10:35:30 +00:00
msgid "memory clobbered before allocated block\n"
msgstr "記憶體在配置區塊之前就 clobbered 了\n"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: malloc/mcheck-impl.c:360
2012-03-07 10:35:30 +00:00
msgid "memory clobbered past end of allocated block\n"
msgstr "記憶體在經過配置的區塊尾部時 clobbered 了\n"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: malloc/mcheck-impl.c:363
2012-03-07 10:35:30 +00:00
msgid "block freed twice\n"
msgstr "此區塊被用 free 指令釋放了兩次\n"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: malloc/mcheck-impl.c:366
2012-03-07 10:35:30 +00:00
msgid "bogus mcheck_status, library is buggy\n"
msgstr "記憶體檢查狀態 (mcheck_ststus) 有誤,您所用的函式庫有問題\n"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: malloc/memusage.sh:31
2012-03-07 10:35:30 +00:00
msgid "%s: option '%s' requires an argument\\n"
msgstr "%s: 選項『%s』需要一個引數\\n"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: malloc/memusage.sh:37
2012-03-07 10:35:30 +00:00
msgid ""
"Usage: memusage [OPTION]... PROGRAM [PROGRAMOPTION]...\n"
"Profile memory usage of PROGRAM.\n"
"\n"
" -n,--progname=NAME Name of the program file to profile\n"
" -p,--png=FILE Generate PNG graphic and store it in FILE\n"
" -d,--data=FILE Generate binary data file and store it in FILE\n"
" -u,--unbuffered Don't buffer output\n"
" -b,--buffer=SIZE Collect SIZE entries before writing them out\n"
" --no-timer Don't collect additional information through timer\n"
" -m,--mmap Also trace mmap & friends\n"
"\n"
" -?,--help Print this help and exit\n"
" --usage Give a short usage message\n"
" -V,--version Print version information and exit\n"
"\n"
" The following options only apply when generating graphical output:\n"
" -t,--time-based Make graph linear in time\n"
" -T,--total Also draw graph of total memory use\n"
" --title=STRING Use STRING as title of the graph\n"
" -x,--x-size=SIZE Make graphic SIZE pixels wide\n"
" -y,--y-size=SIZE Make graphic SIZE pixels high\n"
"\n"
"Mandatory arguments to long options are also mandatory for any corresponding\n"
"short options.\n"
"\n"
msgstr ""
"用法: memusage [選項]… 程式 [PROGRAMOPTION]…\n"
"側寫檔記憶體用法的程式。\n"
"\n"
" -n,--progname=名稱 做為側寫的程式檔案名稱\n"
" -p,--png=檔案 產生 PNG 圖形並儲存它於檔案\n"
" -d,--data=檔案 產生二進位資料檔案並儲存它於檔案\n"
" -u,--unbuffered 不要將輸出緩衝\n"
" -b,--buffer=大小 於寫出它們之前收集大小項目\n"
" --no-timer 不透過計時器收集附加資訊\n"
" -m,--mmap 同時追蹤 mmap 和相關者\n"
"\n"
" -?,--help 印出這個說明然後離開\n"
" --usage 給出短用法訊息\n"
" -V,--version 印出版本資訊然後離開\n"
"\n"
"下列的選項只有套用時產生圖形輸出:\n"
" -t,--time-based 及時定製圖形線性\n"
" -T,--total 同時繪製記憶體使用總計圖形\n"
" --title=字串 使用字串做為圖形的標題\n"
" -x,--x-size=大小 定製圖形大小像素寬度\n"
" -y,--y-size=大小 定製圖形大小像素高度\n"
"\n"
"長選項的必要引數同樣也是相對應短選項的必要引數。\n"
"\n"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: malloc/memusage.sh:98
2012-03-07 10:35:30 +00:00
msgid ""
"Syntax: memusage [--data=FILE] [--progname=NAME] [--png=FILE] [--unbuffered]\n"
"\t [--buffer=SIZE] [--no-timer] [--time-based] [--total]\n"
"\t [--title=STRING] [--x-size=SIZE] [--y-size=SIZE]\n"
"\t PROGRAM [PROGRAMOPTION]..."
msgstr ""
"語法: memusage [--data=檔案] [--progname=名稱] [--png=檔案] [--unbuffered]\n"
"\t [--buffer=大小] [--no-timer] [--time-based] [--total]\n"
"\t [--title=字串] [--x-size=大小] [--y-size=大小]\n"
"\t 程式 [PROGRAMOPTION]…"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: malloc/memusage.sh:190
2012-03-07 10:35:30 +00:00
msgid "memusage: option \\`${1##*=}' is ambiguous"
msgstr "memusage: 選項 \\「${1##*=}」為模稜兩可的"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: malloc/memusage.sh:199
2012-03-07 10:35:30 +00:00
msgid "memusage: unrecognized option \\`$1'"
msgstr "memusage: 無法辨識的選項「$1」"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: malloc/memusage.sh:212
2012-03-07 10:35:30 +00:00
msgid "No program name given"
msgstr "未給定程式名稱"
2005-07-26 04:04:13 +00:00
2023-07-18 19:22:19 +00:00
#: malloc/memusagestat.c:56
2012-03-07 10:35:30 +00:00
msgid "Name output file"
msgstr "名稱輸出檔"
2005-07-26 04:04:13 +00:00
2023-07-18 19:22:19 +00:00
#: malloc/memusagestat.c:57
2013-09-06 19:25:54 +00:00
msgid "STRING"
msgstr "字串"
2023-07-18 19:22:19 +00:00
#: malloc/memusagestat.c:57
2012-03-07 10:35:30 +00:00
msgid "Title string used in output graphic"
msgstr "在輸出的圖像中使用有標頭的字串"
2005-07-26 04:04:13 +00:00
2023-07-18 19:22:19 +00:00
#: malloc/memusagestat.c:58
2012-03-07 10:35:30 +00:00
msgid "Generate output linear to time (default is linear to number of function calls)"
msgstr "產生輸出與時間呈線性關係 (預設是與函式呼叫數目呈線性關係)"
2005-07-26 04:04:13 +00:00
2023-07-18 19:22:19 +00:00
#: malloc/memusagestat.c:62
2012-03-07 10:35:30 +00:00
msgid "Also draw graph for total memory consumption"
msgstr "同時對總記憶體用量作圖"
2005-07-26 04:04:13 +00:00
2023-07-18 19:22:19 +00:00
#: malloc/memusagestat.c:63
2013-09-06 19:25:54 +00:00
msgid "VALUE"
msgstr "像素值"
2023-07-18 19:22:19 +00:00
#: malloc/memusagestat.c:64
2012-03-07 10:35:30 +00:00
msgid "Make output graphic VALUE pixels wide"
2013-09-06 19:25:54 +00:00
msgstr "定製輸出圖形的寬度像素值"
2005-07-26 04:04:13 +00:00
2023-07-18 19:22:19 +00:00
#: malloc/memusagestat.c:65
2012-03-07 10:35:30 +00:00
msgid "Make output graphic VALUE pixels high"
2013-09-06 19:25:54 +00:00
msgstr "定製輸出圖形的高度像素值"
2012-03-07 10:35:30 +00:00
2023-07-18 19:22:19 +00:00
#: malloc/memusagestat.c:70
2012-03-07 10:35:30 +00:00
msgid "Generate graphic from memory profiling data"
msgstr "從記憶體性能測試資料產生圖像"
2023-07-18 19:22:19 +00:00
#: malloc/memusagestat.c:73
2012-03-07 10:35:30 +00:00
msgid "DATAFILE [OUTFILE]"
msgstr "資料檔 [輸出檔]"
2018-08-01 04:59:03 +00:00
#: misc/error.c:192
2012-03-07 10:35:30 +00:00
msgid "Unknown system error"
2019-08-01 03:38:15 +00:00
msgstr "未知系統錯誤"
2012-03-07 10:35:30 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_callback.c:187
2012-03-07 10:35:30 +00:00
msgid "unable to free arguments"
msgstr "無法釋放參數"
2022-02-03 04:30:15 +00:00
#: nis/nis_error.h:1 nis/ypclnt.c:832 nis/ypclnt.c:921 posix/regcomp.c:135
2023-07-18 19:22:19 +00:00
#: sysdeps/gnu/errlist.h:1 sysdeps/posix/gai_strerror-strs.h:1
2012-03-07 10:35:30 +00:00
msgid "Success"
msgstr "成功"
#: nis/nis_error.h:2
msgid "Probable success"
msgstr "可能成功"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:3
msgid "Not found"
msgstr "找不到"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:4
msgid "Probably not found"
msgstr "可能找不到"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:5
msgid "Cache expired"
msgstr "快取過時取消了"
2007-07-12 18:26:36 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:6
msgid "NIS+ servers unreachable"
msgstr "NIS+ 伺服器無法連線"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:7
msgid "Unknown object"
msgstr "未知的目的檔"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:8
msgid "Server busy, try again"
msgstr "伺服器忙碌中,請再試一次"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:9
msgid "Generic system error"
msgstr "一般系統錯誤"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:10
msgid "First/next chain broken"
msgstr "第一個/下一個序列壞掉了"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS The file permissions do not allow the attempted operation.
2022-02-03 04:30:15 +00:00
#: nis/nis_error.h:11 nis/ypclnt.c:877 sysdeps/gnu/errlist.h:90
2012-03-07 10:35:30 +00:00
msgid "Permission denied"
msgstr "拒絕不符權限的操作"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:12
msgid "Not owner"
msgstr "並非擁有者"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:13
msgid "Name not served by this server"
msgstr "網域名稱服務不是由此伺服器提供"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:14
msgid "Server out of memory"
msgstr "伺服器記憶體已用完"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:15
msgid "Object with same name exists"
msgstr "同名的目標已經存在"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:16
msgid "Not master server for this domain"
msgstr "並非此一領域的主伺服器"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:17
msgid "Invalid object for operation"
msgstr "不適用的運作物件"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:18
msgid "Malformed name, or illegal name"
msgstr "奇怪的名字,或不合法的名字"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:19
msgid "Unable to create callback"
msgstr "無法建立回叫資料 (callback)"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:20
msgid "Results sent to callback proc"
msgstr "結果傳送給回傳程序"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:21
msgid "Not found, no such name"
msgstr "找不到,沒有此一名稱"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:22
msgid "Name/entry isn't unique"
msgstr "名稱/項目不是唯一的"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:23
msgid "Modification failed"
msgstr "修改失敗"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:24
msgid "Database for table does not exist"
msgstr "表格的資料庫不存在"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:25
msgid "Entry/table type mismatch"
msgstr "項目/表格型態不符"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:26
msgid "Link points to illegal name"
msgstr "連結指向不合法的名稱"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:27
msgid "Partial success"
msgstr "部分成功"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:28
msgid "Too many attributes"
msgstr "太多的屬性"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:29
msgid "Error in RPC subsystem"
msgstr "RPC 子系統錯誤"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:30
msgid "Missing or malformed attribute"
msgstr "缺少或奇怪的屬性"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:31
msgid "Named object is not searchable"
msgstr "有名稱的物件無法搜尋"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:32
msgid "Error while talking to callback proc"
msgstr "在與 callback proc 通訊時錯誤"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:33
msgid "Non NIS+ namespace encountered"
msgstr "遭遇違反 NIS+ 命名規則的名稱"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:34
msgid "Illegal object type for operation"
msgstr "不合法的運作物件型態"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:35
msgid "Passed object is not the same object on server"
msgstr "經過的物件與伺服器上的並不相同"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:36
msgid "Modify operation failed"
msgstr "修改運作方式失敗"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:37
msgid "Query illegal for named table"
msgstr "對記名表格的查詢並不合法"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:38
msgid "Attempt to remove a non-empty table"
msgstr "嘗試刪除一個有內容的表格"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:39
msgid "Error in accessing NIS+ cold start file. Is NIS+ installed?"
msgstr "存取 NIS+ 原始啟動檔錯誤。有安裝 NIS+ 嗎?"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:40
msgid "Full resync required for directory"
msgstr "目錄的 resync 請求已滿"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:41
msgid "NIS+ operation failed"
msgstr "NIS+ 運作失敗"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:42
msgid "NIS+ service is unavailable or not installed"
msgstr "NIS+ 服務無法取得或者尚未安裝"
#: nis/nis_error.h:43
msgid "Yes, 42 is the meaning of life"
msgstr "是的, 42 就是存在的意義"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:44
msgid "Unable to authenticate NIS+ server"
msgstr "無法對 NIS+ 的伺服端進行認證"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:45
msgid "Unable to authenticate NIS+ client"
msgstr "無法對 NIS+ 的請求端進行認證"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:46
msgid "No file space on server"
msgstr "伺服器上沒有檔案空間"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:47
msgid "Unable to create process on server"
msgstr "無法在伺服器上建立執行程序"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: nis/nis_error.h:48
msgid "Master server busy, full dump rescheduled."
msgstr "主要伺服器忙碌中,重新進行完整資料傾卸排程。"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_local_names.c:122
2012-03-07 10:35:30 +00:00
#, c-format
msgid "LOCAL entry for UID %d in directory %s not unique\n"
msgstr "UID 為 %d 的項目在本地端中並不是唯一的 (在 %s 目錄裡面)\n"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print.c:51
2012-03-07 10:35:30 +00:00
msgid "UNKNOWN"
msgstr "不明"
2000-08-28 08:00:42 +00:00
2023-07-07 15:27:08 +00:00
#: nis/nis_print.c:61
msgid "BOGUS OBJECT"
msgstr "假的物件"
#: nis/nis_print.c:63
msgid "NO OBJECT"
msgstr "沒有物件"
#: nis/nis_print.c:65
msgid "DIRECTORY"
msgstr "目錄"
#: nis/nis_print.c:67
msgid "GROUP"
msgstr "群組"
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:69 nscd/nscd.c:117
msgid "TABLE"
msgstr "表格"
2000-08-28 08:00:42 +00:00
2023-07-07 15:27:08 +00:00
#: nis/nis_print.c:71
msgid "ENTRY"
msgstr "項目"
#: nis/nis_print.c:73
msgid "LINK"
msgstr "連結"
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:75
2012-03-07 10:35:30 +00:00
msgid "PRIVATE\n"
msgstr "私有的\n"
2000-08-28 08:00:42 +00:00
2023-07-07 15:27:08 +00:00
#: nis/nis_print.c:77
msgid "(Unknown object"
msgstr "(未知的目的檔"
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:164
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Name : `%s'\n"
msgstr "名稱 : `%s'\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:165
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Type : %s\n"
msgstr "格式 : %s\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:170
2012-03-07 10:35:30 +00:00
msgid "Master Server :\n"
msgstr "主要伺服器 :\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:172
2012-03-07 10:35:30 +00:00
msgid "Replicate :\n"
msgstr "複製 :\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:173
2012-03-07 10:35:30 +00:00
#, c-format
msgid "\tName : %s\n"
msgstr "\t名稱 : %s\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:174
2012-03-07 10:35:30 +00:00
msgid "\tPublic Key : "
msgstr "\t公共鑰匙 : "
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:178
2012-03-07 10:35:30 +00:00
msgid "None.\n"
msgstr "無\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:181
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Diffie-Hellmann (%d bits)\n"
msgstr "Diffie-Hellmann (%d 位元)\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:186
2012-03-07 10:35:30 +00:00
#, c-format
msgid "RSA (%d bits)\n"
msgstr "RSA (%d 位元)\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:189
2012-03-07 10:35:30 +00:00
msgid "Kerberos.\n"
msgstr "Kerberos.\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:192
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Unknown (type = %d, bits = %d)\n"
msgstr "未知的 (型態 = %d, 位元 = %d)\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:203
2012-03-07 10:35:30 +00:00
#, c-format
msgid "\tUniversal addresses (%u)\n"
msgstr "\t絕對位址 (%u)\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:225
2012-03-07 10:35:30 +00:00
msgid "Time to live : "
msgstr "存在時間 : "
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:227
2012-03-07 10:35:30 +00:00
msgid "Default Access rights :\n"
msgstr "預設的存取權限 :\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:236
2012-03-07 10:35:30 +00:00
#, c-format
msgid "\tType : %s\n"
msgstr "\t型別 : %s\n"
2007-07-12 18:26:36 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:237
2012-03-07 10:35:30 +00:00
msgid "\tAccess rights: "
msgstr "\t存取權限: "
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:251
2012-03-07 10:35:30 +00:00
msgid "Group Flags :"
msgstr "群組旗標 :"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:254
2012-03-07 10:35:30 +00:00
msgid ""
"\n"
"Group Members :\n"
msgstr ""
"\n"
"群組的成員 :\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:266
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Table Type : %s\n"
msgstr "表格形式 : %s\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:267
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Number of Columns : %d\n"
msgstr "欄位的數目 : %d\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:268
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Character Separator : %c\n"
msgstr "字元分隔號 : %c\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:269
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Search Path : %s\n"
msgstr "搜尋路徑 : %s\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:270
2012-03-07 10:35:30 +00:00
msgid "Columns :\n"
msgstr "行 :\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:273
2012-03-07 10:35:30 +00:00
#, c-format
msgid "\t[%d]\tName : %s\n"
msgstr "\t[%d]\t名稱 : %s\n"
2001-04-26 06:51:00 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:275
2012-03-07 10:35:30 +00:00
msgid "\t\tAttributes : "
msgstr "\t\t屬性 : "
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:277
2012-03-07 10:35:30 +00:00
msgid "\t\tAccess Rights : "
msgstr "\t\t存取權限 : "
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:287
2012-03-07 10:35:30 +00:00
msgid "Linked Object Type : "
msgstr "連結的物件型態 : "
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:289
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Linked to : %s\n"
msgstr "連結到 : %s\n"
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:299
2012-03-07 10:35:30 +00:00
#, c-format
msgid "\tEntry data of type %s\n"
msgstr "\t型別為 %s 的項目資料\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:302
2012-03-07 10:35:30 +00:00
#, c-format
msgid "\t[%u] - [%u bytes] "
msgstr "\t[%u] - [%u 位元組] "
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:305
2012-03-07 10:35:30 +00:00
msgid "Encrypted data\n"
msgstr "編碼資料\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:307
2012-03-07 10:35:30 +00:00
msgid "Binary data\n"
msgstr "二進位資料\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:323
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Object Name : %s\n"
msgstr "物件名稱 : %s\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:324
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Directory : %s\n"
msgstr "目錄 : %s\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:325
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Owner : %s\n"
msgstr "擁有者 : %s\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:326
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Group : %s\n"
msgstr "群組 : %s\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:327
2012-03-07 10:35:30 +00:00
msgid "Access Rights : "
msgstr "存取權限 : "
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:329
2012-03-07 10:35:30 +00:00
#, c-format
msgid ""
"\n"
"Time to Live : "
msgstr ""
"\n"
"存在的時間 : "
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:332
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Creation Time : %s"
msgstr "產生時間 : %s"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:334
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Mod. Time : %s"
msgstr "修改時間 : %s"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:335
2012-03-07 10:35:30 +00:00
msgid "Object Type : "
msgstr "物件型別 : "
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:355
2012-03-07 10:35:30 +00:00
#, c-format
msgid " Data Length = %u\n"
msgstr " 資料長度 = %u\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:369
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Status : %s\n"
msgstr "狀態 : %s\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:370
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Number of objects : %u\n"
msgstr "物件的數目 : %u\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nis/nis_print.c:374
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Object #%d:\n"
msgstr "目的檔 #%d:\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:116
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Group entry for \"%s.%s\" group:\n"
msgstr "群組 \"%s.%s\" 群組項目:\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:124
2012-03-07 10:35:30 +00:00
msgid " Explicit members:\n"
msgstr " 明確的成員:\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:129
2012-03-07 10:35:30 +00:00
msgid " No explicit members\n"
msgstr " 沒有明確的成員\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:132
2012-03-07 10:35:30 +00:00
msgid " Implicit members:\n"
msgstr " 不明確的成員:\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:137
2012-03-07 10:35:30 +00:00
msgid " No implicit members\n"
msgstr " 沒有不明確的成員\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:140
2012-03-07 10:35:30 +00:00
msgid " Recursive members:\n"
msgstr " 遞迴的成員:\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:145
2012-03-07 10:35:30 +00:00
msgid " No recursive members\n"
msgstr " 沒有遞迴的成員\n"
2004-12-22 20:10:10 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:148
2012-03-07 10:35:30 +00:00
msgid " Explicit nonmembers:\n"
msgstr " 明確的非成員:\n"
2004-12-22 20:10:10 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:153
2012-03-07 10:35:30 +00:00
msgid " No explicit nonmembers\n"
msgstr " 沒有明確的非成員\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:156
2012-03-07 10:35:30 +00:00
msgid " Implicit nonmembers:\n"
msgstr " 不明確的非成員:\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:161
2012-03-07 10:35:30 +00:00
msgid " No implicit nonmembers\n"
msgstr " 沒有不明確的非成員\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:164
2012-03-07 10:35:30 +00:00
msgid " Recursive nonmembers:\n"
msgstr " 遞迴的非成員:\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/nis_print_group_entry.c:169
2012-03-07 10:35:30 +00:00
msgid " No recursive nonmembers\n"
msgstr " 沒有遞迴的非成員\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:835
2012-03-07 10:35:30 +00:00
msgid "Request arguments bad"
msgstr "必須引數有錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:838
2012-03-07 10:35:30 +00:00
msgid "RPC failure on NIS operation"
msgstr "NIS 運作 RPC 失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:841
2012-03-07 10:35:30 +00:00
msgid "Can't bind to server which serves this domain"
msgstr "無法與服務於此網域的伺服器聯繫"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:844
2012-03-07 10:35:30 +00:00
msgid "No such map in server's domain"
msgstr "在伺服器的領域資料中找不到此一對映表"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:847
2012-03-07 10:35:30 +00:00
msgid "No such key in map"
msgstr "在對映表中沒有此一鍵值"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:850
2012-03-07 10:35:30 +00:00
msgid "Internal NIS error"
msgstr "內部 NIS 錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:853
2012-03-07 10:35:30 +00:00
msgid "Local resource allocation failure"
msgstr "區域資源配置失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:856
2012-03-07 10:35:30 +00:00
msgid "No more records in map database"
msgstr "在對映表資料庫中沒有其他紀錄了"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:859
2012-03-07 10:35:30 +00:00
msgid "Can't communicate with portmapper"
msgstr "無法與 portmapper 通訊"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:862
2012-03-07 10:35:30 +00:00
msgid "Can't communicate with ypbind"
msgstr "無法與 ypbind 通訊"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:865
2012-03-07 10:35:30 +00:00
msgid "Can't communicate with ypserv"
msgstr "無法與 ypserv 通訊"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:868
2012-03-07 10:35:30 +00:00
msgid "Local domain name not set"
msgstr "區域網域名稱沒有設定"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:871
2012-03-07 10:35:30 +00:00
msgid "NIS map database is bad"
msgstr "NIS 對映資料庫是壞的"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:874
2012-03-07 10:35:30 +00:00
msgid "NIS client/server version mismatch - can't supply service"
msgstr "NIS 請求端/伺服端版本不符合 - 無法提供服務"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:880
2012-03-07 10:35:30 +00:00
msgid "Database is busy"
msgstr "資料庫正在忙碌"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:883
2012-03-07 10:35:30 +00:00
msgid "Unknown NIS error code"
msgstr "未知的 NIS 錯誤碼"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:924
2012-03-07 10:35:30 +00:00
msgid "Internal ypbind error"
msgstr "內部 ypbind 錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:927
2012-03-07 10:35:30 +00:00
msgid "Domain not bound"
msgstr "網域找不到"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:930
2012-03-07 10:35:30 +00:00
msgid "System resource allocation failure"
msgstr "系統資源配置失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:933
2012-03-07 10:35:30 +00:00
msgid "Unknown ypbind error"
msgstr "未知的 ypbind 錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:974
2012-03-07 10:35:30 +00:00
msgid "yp_update: cannot convert host to netname\n"
msgstr "yp_update: 無法轉換主機的網路名稱\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nis/ypclnt.c:992
2012-03-07 10:35:30 +00:00
msgid "yp_update: cannot get server address\n"
msgstr "yp_update: 無法取得伺服器位址\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/aicache.c:68 nscd/hstcache.c:451
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Haven't found \"%s\" in hosts cache!"
msgstr "尚未在 hosts 快取中找到 \"%s\"!"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/aicache.c:70 nscd/hstcache.c:453
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Reloading \"%s\" in hosts cache!"
msgstr "重新載入「%s」於主機快取! "
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/cache.c:150
2012-03-07 10:35:30 +00:00
#, c-format
msgid "add new entry \"%s\" of type %s for %s to cache%s"
msgstr "加入新的項目「%s」的型態 %s 用於 %s 到 cache%s"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/cache.c:152
2012-03-07 10:35:30 +00:00
msgid " (first)"
msgstr " (先)"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/cache.c:287
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "checking for monitored file `%s': %s"
2019-08-01 03:38:15 +00:00
msgstr "檢查監控中檔案「%s」中: %s"
2016-02-18 19:23:47 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/cache.c:297
2018-08-01 04:59:03 +00:00
#, c-format
msgid "monitored file `%s` changed (mtime)"
2019-08-01 03:38:15 +00:00
msgstr "監控中檔案「%s」遭變更 (mtime)"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/cache.c:340
2012-03-07 10:35:30 +00:00
#, c-format
msgid "pruning %s cache; time %ld"
msgstr "pruning %s 快取;時間 %ld"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/cache.c:369
2012-03-07 10:35:30 +00:00
#, c-format
msgid "considering %s entry \"%s\", timeout %<PRIu64>"
msgstr "認為中 %s 項目「%s」, 逾時 %<PRIu64>"
2000-08-28 08:00:42 +00:00
2020-08-05 00:31:51 +00:00
#: nscd/cachedumper.c:168
msgid " - all data: "
msgstr " - 所有資料:"
#: nscd/cachedumper.c:362
#, c-format
msgid " - remaining data %p: "
msgstr " - 剩餘資料 %p: "
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:530
2012-03-07 10:35:30 +00:00
#, c-format
msgid "invalid persistent database file \"%s\": %s"
msgstr "無效的永久性的資料庫檔案「%s」: %s"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:538
2012-03-07 10:35:30 +00:00
msgid "uninitialized header"
msgstr "未起始的標頭"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:543
2012-03-07 10:35:30 +00:00
msgid "header size does not match"
msgstr "頁首大小不吻合"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:553
2012-03-07 10:35:30 +00:00
msgid "file size does not match"
msgstr "檔案大小不吻合"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:570
2012-03-07 10:35:30 +00:00
msgid "verification failed"
msgstr "查核失敗"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:584
2012-03-07 10:35:30 +00:00
#, c-format
msgid "suggested size of table for database %s larger than the persistent database's table"
msgstr "用於資料庫 %s 的建議表格大小大於永久性的資料庫表格"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:595 nscd/connections.c:679
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot create read-only descriptor for \"%s\"; no mmap"
msgstr "無法建立用於「%s」的唯讀描述元; 無 mmap"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:611
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot access '%s'"
msgstr "無法存取『%s』"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:659
2012-03-07 10:35:30 +00:00
#, c-format
msgid "database for %s corrupted or simultaneously used; remove %s manually if necessary and restart"
msgstr "資料庫用於 %s 已損壞或同步地使用;移除 %s 手動地如果必要的話和重新啟動"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:665
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot create %s; no persistent database used"
msgstr "無法建立 %s; 未使用永久性的資料庫"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:668
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot create %s; no sharing possible"
msgstr "無法建立 %s; 不可能共享"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:739
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot write to database file %s: %s"
msgstr "無法寫入資料庫檔案 %s: %s"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:795
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot open socket: %s"
msgstr "無法開啟 socket: %s"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:814
2012-03-07 10:35:30 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "cannot enable socket to accept connections: %s"
msgstr "無法開啟 socket 來接受連線: %s"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:871
2012-03-07 10:35:30 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "disabled inotify-based monitoring for file `%s': %s"
2019-08-01 03:38:15 +00:00
msgstr "已停用「%s」檔案基於 inotify 的監控:%s"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:875
2012-03-07 10:35:30 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "monitoring file `%s` (%d)"
2019-08-01 03:38:15 +00:00
msgstr "正在監控「%s」檔案 (%d)"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:888
2013-06-11 06:49:00 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "disabled inotify-based monitoring for directory `%s': %s"
2019-08-01 03:38:15 +00:00
msgstr "已停用「%s」目錄基於 inotify 的監控:%s"
2018-08-01 04:59:03 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:892
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "monitoring directory `%s` (%d)"
2019-08-01 03:38:15 +00:00
msgstr "正在監控「%s」目錄 (%d)"
2018-08-01 04:59:03 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:920
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "monitoring file %s for database %s"
2019-08-01 03:38:15 +00:00
msgstr "正在監控 %2$s 資料庫的 %1$s 檔案"
2013-06-11 06:49:00 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:930
2018-08-01 04:59:03 +00:00
#, c-format
msgid "stat failed for file `%s'; will try again later: %s"
2019-08-01 03:38:15 +00:00
msgstr "取得「%s」檔案的資訊 (stat) 失敗;將會在稍候重新嘗試:%s"
2018-08-01 04:59:03 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1049
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "provide access to FD %d, for %s"
msgstr "提供存取到 FD %d, 用於 %s"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1061
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot handle old request version %d; current version is %d"
msgstr "不能處理舊 %d 版的請求;目前使用的版本是 %d"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1084
2012-03-07 10:35:30 +00:00
#, c-format
msgid "request from %ld not handled due to missing permission"
msgstr "由於缺少權限而無法處理來自 %ld 的要求"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1089
2012-03-07 10:35:30 +00:00
#, c-format
msgid "request from '%s' [%ld] not handled due to missing permission"
msgstr "由於缺少權限而無法處理來自 '%s' [%ld] 的要求"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1094
2012-03-07 10:35:30 +00:00
msgid "request not handled due to missing permission"
msgstr "要求無法控柄的由於缺少權限"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1132 nscd/connections.c:1158
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot write result: %s"
msgstr "無法寫入結果: %s"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1249
2012-03-07 10:35:30 +00:00
#, c-format
msgid "error getting caller's id: %s"
msgstr "取得呼叫程式識別碼時發生錯誤: %s"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1359
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "cannot open /proc/self/cmdline: %m; disabling paranoia mode"
2019-08-01 03:38:15 +00:00
msgstr "無法開啟 /proc/self/cmdline: %m; 停用 paranoia 模式"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1382
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot change to old UID: %s; disabling paranoia mode"
msgstr "無法變更為舊的 UID: %s; 停用 paranoia 模式"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1393
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot change to old GID: %s; disabling paranoia mode"
msgstr "無法變更為舊的 GID: %s; 停用 paranoia 模式"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1407
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot change to old working directory: %s; disabling paranoia mode"
msgstr "無法變更為舊的工作目錄:%s; 停用 paranoia 模式"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1454
2012-03-07 10:35:30 +00:00
#, c-format
msgid "re-exec failed: %s; disabling paranoia mode"
msgstr "re-exec 失敗:%s; 停用 paranoia 模式"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1463
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot change current working directory to \"/\": %s"
msgstr "無法變更目前的工作目錄到「/」:%s"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1647
2012-03-07 10:35:30 +00:00
#, c-format
msgid "short read while reading request: %s"
msgstr "讀取請求時發現輸入值過短: %s"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1680
2012-03-07 10:35:30 +00:00
#, c-format
msgid "key length in request too long: %d"
msgstr "在此請求中使用的鍵值太長了: %d"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1693
2012-03-07 10:35:30 +00:00
#, c-format
msgid "short read while reading request key: %s"
msgstr "讀取請求的鍵值時發現輸入值過短: %s"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1703
2007-07-12 18:26:36 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "handle_request: request received (Version = %d) from PID %ld"
msgstr "handle_request: 請求已被接受 (版本為 %d) 來自於 PID %ld"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1708
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "handle_request: request received (Version = %d)"
msgstr "handle_request: 請求已被接受 (版本為 %d)"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1848
2018-08-01 04:59:03 +00:00
#, c-format
msgid "ignored inotify event for `%s` (file exists)"
2019-08-01 03:38:15 +00:00
msgstr "已忽略「%s」的 inotify 事件(檔案已經存在)"
2018-08-01 04:59:03 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1853
2018-08-01 04:59:03 +00:00
#, c-format
msgid "monitored file `%s` was %s, removing watch"
2019-08-01 03:38:15 +00:00
msgstr "監控中檔案「%s」原來是 %s, 移除觀察"
2018-08-01 04:59:03 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1861 nscd/connections.c:1903
2018-08-01 04:59:03 +00:00
#, c-format
msgid "failed to remove file watch `%s`: %s"
2019-08-01 03:38:15 +00:00
msgstr "無法移除「%s」檔案觀察: %s"
2018-08-01 04:59:03 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1876
2018-08-01 04:59:03 +00:00
#, c-format
msgid "monitored file `%s` was written to"
2019-08-01 03:38:15 +00:00
msgstr "監控中檔案「%s」已寫入"
2018-08-01 04:59:03 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1900
2016-02-18 19:23:47 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "monitored parent directory `%s` was %s, removing watch on `%s`"
2019-08-01 03:38:15 +00:00
msgstr "監控中上層目錄「%s」原來是 %s, 移除「%s」上的觀察"
2018-08-01 04:59:03 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1926
2018-08-01 04:59:03 +00:00
#, c-format
msgid "monitored file `%s` was %s, adding watch"
2019-08-01 03:38:15 +00:00
msgstr "監控中檔案「%s」原來是 %s, 新增觀察"
2018-08-01 04:59:03 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:1938
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "failed to add file watch `%s`: %s"
2019-08-01 03:38:15 +00:00
msgstr "無法新增「%s」檔案觀察: %s"
2018-08-01 04:59:03 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:2116 nscd/connections.c:2281
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "disabled inotify-based monitoring after read error %d"
2019-08-01 03:38:15 +00:00
msgstr "在發生讀取錯誤 %d 後,已停用基於 inotify 的監控"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:2397
2012-03-07 10:35:30 +00:00
msgid "could not initialize conditional variable"
msgstr "無法初始化條件變數"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:2405
2012-03-07 10:35:30 +00:00
msgid "could not start clean-up thread; terminating"
msgstr "無法開始清理執行緒;終止中"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:2419
2012-03-07 10:35:30 +00:00
msgid "could not start any worker thread; terminating"
msgstr "無法開始任何背景工作執行緒;終止中"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:2474 nscd/connections.c:2476 nscd/connections.c:2492
#: nscd/connections.c:2502 nscd/connections.c:2520 nscd/connections.c:2531
#: nscd/connections.c:2541
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Failed to run nscd as user '%s'"
msgstr "以使用者 '%s' 的身分執行 nscd 失敗"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:2494
2012-03-07 10:35:30 +00:00
msgid "initial getgrouplist failed"
msgstr "初始 getgrouplist 失敗"
2005-07-26 04:04:13 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:2503
2012-03-07 10:35:30 +00:00
msgid "getgrouplist failed"
msgstr "getgrouplist 失敗"
2005-07-26 04:04:13 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/connections.c:2521
2012-03-07 10:35:30 +00:00
msgid "setgroups failed"
msgstr "setgroups 失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/grpcache.c:384 nscd/hstcache.c:401 nscd/initgrcache.c:377
#: nscd/pwdcache.c:362 nscd/servicescache.c:309
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "short write in %s: %s"
msgstr "寫入 %s 的資料過短: %s"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/grpcache.c:429 nscd/initgrcache.c:74
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Haven't found \"%s\" in group cache!"
msgstr "尚未在群組快取中找到 \"%s\"!"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/grpcache.c:431 nscd/initgrcache.c:76
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Reloading \"%s\" in group cache!"
msgstr "重新載入「%s」於群組快取! "
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/grpcache.c:491
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Invalid numeric gid \"%s\"!"
msgstr "無效的 gid 數值 \"%s\"!"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: nscd/mem.c:420
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "freed %zu bytes in %s cache"
msgstr "在 %2$s 快取中 %1$zu 位元組可用"
2000-08-28 08:00:42 +00:00
2022-12-21 22:15:37 +00:00
#: nscd/mem.c:563
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "no more memory for database '%s'"
msgstr "無記憶體可用於資料庫「%s」"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: nscd/netgroupcache.c:198
2013-06-11 06:49:00 +00:00
#, c-format
msgid "Haven't found \"%s\" in netgroup cache!"
msgstr "尚未在網路群組快取中找到「%s」! "
2024-06-24 10:09:30 +00:00
#: nscd/netgroupcache.c:200
2013-06-11 06:49:00 +00:00
#, c-format
msgid "Reloading \"%s\" in netgroup cache!"
msgstr "重新在網路群組快取中載入「%s」! "
2024-06-24 10:09:30 +00:00
#: nscd/netgroupcache.c:486
2013-06-11 06:49:00 +00:00
#, c-format
msgid "Haven't found \"%s (%s,%s,%s)\" in netgroup cache!"
msgstr "尚未在網路群組快取中找到「%s (%s,%s,%s)」!"
2024-06-24 10:09:30 +00:00
#: nscd/netgroupcache.c:489
2013-06-11 06:49:00 +00:00
#, c-format
msgid "Reloading \"%s (%s,%s,%s)\" in netgroup cache!"
msgstr "重新在網路群組快取中載入「%s (%s,%s,%s)」!"
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:107
2012-03-07 10:35:30 +00:00
msgid "Read configuration data from NAME"
msgstr "自名稱中讀取設定資料"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:109
2012-03-07 10:35:30 +00:00
msgid "Do not fork and display messages on the current tty"
msgstr "不在目前的 tty 產生子行程 (fork) 以及顯示訊息"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:111
2020-08-05 00:31:51 +00:00
msgid "Print contents of the offline cache file NAME"
msgstr "輸出離線快取檔案 NAME 的內容"
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:113
2013-06-11 06:49:00 +00:00
msgid "Do not fork, but otherwise behave like a daemon"
msgstr "不衍生,但是否則 behave 如同守護程式"
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:114
2012-03-07 10:35:30 +00:00
msgid "NUMBER"
msgstr "號碼"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:114
2012-03-07 10:35:30 +00:00
msgid "Start NUMBER threads"
msgstr "啟動執行緒"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:115
2012-03-07 10:35:30 +00:00
msgid "Shut the server down"
msgstr "將伺服器關閉"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:116
2012-03-07 10:35:30 +00:00
msgid "Print current configuration statistics"
msgstr "印出目前組態統計"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:118
2012-03-07 10:35:30 +00:00
msgid "Invalidate the specified cache"
msgstr "使選定的快取無效"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:119
2012-03-07 10:35:30 +00:00
msgid "TABLE,yes"
msgstr "要製作表格"
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:120
2012-03-07 10:35:30 +00:00
msgid "Use separate cache for each user"
msgstr "對不同使用者使用不同的快取檔案"
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:125
2012-03-07 10:35:30 +00:00
msgid "Name Service Cache Daemon."
msgstr "網域名稱快取精靈"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nscd/nscd.c:158 nss/getent.c:995 nss/makedb.c:208
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "wrong number of arguments"
msgstr "參數數目不對"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:173
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "failure while reading configuration file; this is fatal"
msgstr "讀取組態檔案時失敗;這是一個嚴重錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:182
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "already running"
msgstr "已在執行"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:202
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "cannot create a pipe to talk to the child"
2019-08-01 03:38:15 +00:00
msgstr "無法建立與子程序通訊的管道"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:206
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "cannot fork"
msgstr "無法衍生"
2001-04-26 06:51:00 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:276
2012-03-07 10:35:30 +00:00
msgid "cannot change current working directory to \"/\""
msgstr "無法變更目前的工作目錄到「/」"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:284
2012-03-07 10:35:30 +00:00
msgid "Could not create log file"
msgstr "無法建立記錄檔"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:363 nscd/nscd_stat.c:208
2012-03-07 10:35:30 +00:00
#, c-format
msgid "write incomplete"
msgstr "寫入不完全"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:374
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "cannot read invalidate ACK"
msgstr "無法讀取設為無效的 ACK"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:380
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "invalidation failed"
msgstr "無效化失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:429 nscd/nscd.c:454 nscd/nscd_stat.c:189
2018-08-01 04:59:03 +00:00
#, c-format
msgid "Only root is allowed to use this option!"
msgstr "只有 root 才可以使用此一選項!"
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:449
2018-08-01 04:59:03 +00:00
#, c-format
msgid "'%s' is not a known database"
msgstr "『%s』並非一已知資料庫"
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:464
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "secure services not implemented anymore"
msgstr "安全服務不再實作"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:497
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid ""
"Supported tables:\n"
"%s\n"
"\n"
"For bug reporting instructions, please see:\n"
"%s.\n"
msgstr ""
2019-08-01 03:38:15 +00:00
"支援的表格:\n"
"%s\n"
2018-08-01 04:59:03 +00:00
"\n"
2019-08-01 03:38:15 +00:00
"若要取得臭蟲回報指引,請參閱:\n"
2018-08-01 04:59:03 +00:00
"%s。\n"
2019-08-01 03:38:15 +00:00
"\n"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:647
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "'wait' failed\n"
2019-08-01 03:38:15 +00:00
msgstr "'wait' 失敗\n"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:654
2018-08-01 04:59:03 +00:00
#, c-format
msgid "child exited with status %d\n"
2019-08-01 03:38:15 +00:00
msgstr "子程序已結束,回傳碼:%d\n"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd.c:659
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "child terminated by signal %d\n"
2019-08-01 03:38:15 +00:00
msgstr "子程序被 %d 信號終止\n"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_conf.c:53
2012-03-07 10:35:30 +00:00
#, c-format
msgid "database %s is not supported"
msgstr "資料庫 %s 並未支援"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_conf.c:104
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Parse error: %s"
msgstr "解析錯誤: %s"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_conf.c:190
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Must specify user name for server-user option"
msgstr "必須為伺服器使用者選項指定使用者名稱"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_conf.c:200
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Must specify user name for stat-user option"
msgstr "必須為 stat 使用者選項指定使用者名稱"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_conf.c:258
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Must specify value for restart-interval option"
msgstr "必須指定用於 restart-interval 選項的值"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_conf.c:272
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Unknown option: %s %s %s"
msgstr "未知的選項: %s %s %s"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_conf.c:285
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot get current working directory: %s; disabling paranoia mode"
msgstr "無法取得目前的工作目錄:%s; 停用 paranoia 模式"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_conf.c:305
2012-03-07 10:35:30 +00:00
#, c-format
msgid "maximum file size for %s database too small"
msgstr "最大值檔案大小用於 %s 資料庫太小"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:158
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot write statistics: %s"
msgstr "無法寫入統計資料: %s"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:173
2012-03-07 10:35:30 +00:00
msgid "yes"
msgstr "是"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:174
2012-03-07 10:35:30 +00:00
msgid "no"
msgstr "無"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:185
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Only root or %s is allowed to use this option!"
msgstr "只有 root 或 %s 才允許使用此一選項!"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:196
2012-03-07 10:35:30 +00:00
#, c-format
msgid "nscd not running!\n"
msgstr "nscd 並沒有在執行!\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:220
2012-03-07 10:35:30 +00:00
#, c-format
msgid "cannot read statistics data"
msgstr "無法讀取統計資料"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:223
2012-03-07 10:35:30 +00:00
#, c-format
msgid ""
"nscd configuration:\n"
"\n"
"%15d server debug level\n"
msgstr ""
"nscd 設定:\n"
"\n"
"%15d 伺服程式錯誤訊息報告等級\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:247
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%3ud %2uh %2um %2lus server runtime\n"
msgstr "%3ud %2uh %2um %2lus 伺服器 執行時期\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:250
2012-03-07 10:35:30 +00:00
#, c-format
msgid " %2uh %2um %2lus server runtime\n"
msgstr " %2uh %2um %2lus 伺服器 執行時期\n"
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:252
2012-03-07 10:35:30 +00:00
#, c-format
msgid " %2um %2lus server runtime\n"
msgstr " %2um %2lus 伺服器 執行時期\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:254
2012-03-07 10:35:30 +00:00
#, c-format
msgid " %2lus server runtime\n"
msgstr " %2lus 伺服器 執行時期\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:256
2012-03-07 10:35:30 +00:00
#, c-format
msgid ""
"%15d current number of threads\n"
"%15d maximum number of threads\n"
"%15lu number of times clients had to wait\n"
"%15s paranoia mode enabled\n"
"%15lu restart internal\n"
"%15u reload count\n"
msgstr ""
"%15d 目前執行緒數量\n"
"%15d 最大執行緒數量\n"
"%15lu 客戶端必須等待的次數\n"
"%15s paranoia 模式已啟用\n"
"%15lu 內部重新啟動\n"
"%15u 重新載入計數\n"
2007-07-12 18:26:36 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/nscd_stat.c:291
2012-03-07 10:35:30 +00:00
#, c-format
msgid ""
"\n"
"%s cache:\n"
"\n"
"%15s cache is enabled\n"
"%15s cache is persistent\n"
"%15s cache is shared\n"
"%15zu suggested size\n"
"%15zu total data pool size\n"
"%15zu used data pool size\n"
"%15lu seconds time to live for positive entries\n"
"%15lu seconds time to live for negative entries\n"
"%15<PRIuMAX> cache hits on positive entries\n"
"%15<PRIuMAX> cache hits on negative entries\n"
"%15<PRIuMAX> cache misses on positive entries\n"
"%15<PRIuMAX> cache misses on negative entries\n"
"%15lu%% cache hit rate\n"
"%15zu current number of cached values\n"
"%15zu maximum number of cached values\n"
"%15zu maximum chain length searched\n"
"%15<PRIuMAX> number of delays on rdlock\n"
"%15<PRIuMAX> number of delays on wrlock\n"
"%15<PRIuMAX> memory allocations failed\n"
"%15s check /etc/%s for changes\n"
msgstr ""
"\n"
"%s 快取:\n"
"\n"
"%15s 快取已啟用\n"
"%15s 快取為持續的\n"
"%15s 快取為共享\n"
"%15zu 建議的大小\n"
"%15zu 總計資料儲存池大小\n"
"%15zu 使用的資料儲存池大小\n"
"%15lu 正項目的存在時間(秒)\n"
"%15lu 負項目的存在時間(秒)\n"
"%15<PRIuMAX> 正項目中找到快取數\n"
"%15<PRIuMAX> 負項目中找到快取數\n"
"%15<PRIuMAX> 正項目中遺漏的快取數\n"
"%15<PRIuMAX> 負項目中遺漏的快取數\n"
"%15lu%% 快取找到的比例\n"
"%15zu 目前快取的數量值\n"
"%15zu 最大值快取數量值\n"
"%15zu 已搜尋最大值鏈接長度\n"
"%15<PRIuMAX> rdlock 延遲數量\n"
"%15<PRIuMAX> wrlock 延遲數量\n"
"%15<PRIuMAX> 記憶體配置失敗\n"
"%15s 檢查 /etc/%s 的變更\n"
2007-07-12 18:26:36 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/pwdcache.c:406
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "Haven't found \"%s\" in user database cache!"
2019-08-01 03:38:15 +00:00
msgstr "未在使用者資料庫快取發現「%s」! "
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/pwdcache.c:408
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "Reloading \"%s\" in user database cache!"
2019-08-01 03:38:15 +00:00
msgstr "正在重新載入使用者資料庫快取中的「%s」! "
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/pwdcache.c:470
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Invalid numeric uid \"%s\"!"
msgstr "無效的 uid 數值 \"%s\"!"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:154
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Failed opening connection to the audit subsystem: %m"
msgstr "失敗的開啟連線到稽核子系統:%m"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:175
2012-03-07 10:35:30 +00:00
msgid "Failed to set keep-capabilities"
msgstr "設定功能保持時失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:176 nscd/selinux.c:239
2012-03-07 10:35:30 +00:00
msgid "prctl(KEEPCAPS) failed"
msgstr "prctl(KEEPCAPS) 失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:190
2012-03-07 10:35:30 +00:00
msgid "Failed to initialize drop of capabilities"
msgstr "初始化功能放棄時失敗"
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:191
2012-03-07 10:35:30 +00:00
msgid "cap_init failed"
msgstr "cap_init 失敗"
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:212 nscd/selinux.c:229
2012-03-07 10:35:30 +00:00
msgid "Failed to drop capabilities"
msgstr "放棄功能時失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:213 nscd/selinux.c:230
2012-03-07 10:35:30 +00:00
msgid "cap_set_proc failed"
msgstr "cap_set_proc 失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:238
2012-03-07 10:35:30 +00:00
msgid "Failed to unset keep-capabilities"
msgstr "解除設定功能保持時失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:254
2012-03-07 10:35:30 +00:00
msgid "Failed to determine if kernel supports SELinux"
msgstr "決定如果內核支援 SELinux 時失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:269
2012-03-07 10:35:30 +00:00
msgid "Failed to start AVC thread"
msgstr "開始 AVC 執行緒時失敗"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:291
2012-03-07 10:35:30 +00:00
msgid "Failed to create AVC lock"
msgstr "建立 AVC 鎖定時失敗"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:337
2012-03-07 10:35:30 +00:00
msgid "Failed to start AVC"
msgstr "啟始 AVC 時失敗"
2005-07-26 04:04:13 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:339
2012-03-07 10:35:30 +00:00
msgid "Access Vector Cache (AVC) started"
msgstr "存取向量快取 (AVC) 開始"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:381
2018-08-01 04:59:03 +00:00
msgid "Error querying policy for undefined object classes or permissions."
2019-08-01 03:38:15 +00:00
msgstr "查詢未定義物件類別或權限的政策時發生錯誤。"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:388
2018-08-01 04:59:03 +00:00
msgid "Error getting security class for nscd."
2019-08-01 03:38:15 +00:00
msgstr "取得 nscd 的安全性類別時發生錯誤。"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:393
2018-08-01 04:59:03 +00:00
#, c-format
msgid "Error translating permission name \"%s\" to access vector bit."
2019-08-01 03:38:15 +00:00
msgstr "將「%s」權限名稱解譯成存取向量位元 (access vector bit) 時發生錯誤。"
2018-08-01 04:59:03 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:403
2012-03-07 10:35:30 +00:00
msgid "Error getting context of socket peer"
msgstr "取得對等通訊端的狀態組合時發生錯誤"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:408
2012-03-07 10:35:30 +00:00
msgid "Error getting context of nscd"
msgstr "取得 nscd 的狀態組合時發生錯誤"
2007-07-12 18:26:36 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:414
2012-03-07 10:35:30 +00:00
msgid "Error getting sid from context"
msgstr "從狀態組合取得 sid 時發生錯誤"
2022-02-03 04:30:15 +00:00
#: nscd/selinux.c:453
2012-03-07 10:35:30 +00:00
#, c-format
msgid ""
"\n"
"SELinux AVC Statistics:\n"
"\n"
"%15u entry lookups\n"
"%15u entry hits\n"
"%15u entry misses\n"
"%15u entry discards\n"
"%15u CAV lookups\n"
"%15u CAV hits\n"
"%15u CAV probes\n"
"%15u CAV misses\n"
msgstr ""
"\n"
"SELinux AVC 統計:\n"
"\n"
"%15u 項目查找\n"
"%15u 項目符合項目\n"
"%15u 項目缺少\n"
"%15u 項目捨棄\n"
"%15u CAV 查找\n"
"%15u CAV 符合項目\n"
"%15u CAV 探查\n"
"%15u CAV 缺少\n"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/servicescache.c:357
2000-08-28 08:00:42 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Haven't found \"%s\" in services cache!"
msgstr "尚未在服務快取中找到「%s」!"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nscd/servicescache.c:359
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Reloading \"%s\" in services cache!"
msgstr "重新載入「%s」於服務快取! "
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nss/getent.c:54
2012-03-07 10:35:30 +00:00
msgid "database [key ...]"
2013-06-11 06:49:00 +00:00
msgstr "資料庫 [鍵值…]"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nss/getent.c:59
2013-09-06 19:25:54 +00:00
msgid "CONFIG"
msgstr "組態"
2022-02-03 04:30:15 +00:00
#: nss/getent.c:59
2012-03-07 10:35:30 +00:00
msgid "Service configuration to be used"
2013-09-06 19:25:54 +00:00
msgstr "將要使用的服務組態"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: nss/getent.c:60
2012-03-07 10:35:30 +00:00
msgid "disable IDN encoding"
msgstr "停用 IDN 編碼"
2000-08-28 08:00:42 +00:00
2023-07-07 15:27:08 +00:00
#: nss/getent.c:62
msgid "do not filter out unsupported IPv4/IPv6 addresses (with ahosts*)"
msgstr "不要篩掉不支援的 IPv4/IPv6 地址 (使用 ahosts*)"
2023-01-31 21:30:44 +00:00
#: nss/getent.c:67
2012-03-07 10:35:30 +00:00
msgid "Get entries from administrative database."
msgstr "從管理資料庫取得條目。"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nss/getent.c:154 nss/getent.c:466 nss/getent.c:513
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Enumeration not supported on %s\n"
msgstr "此項目在 %s 中不被支援\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nss/getent.c:521 nss/getent.c:534
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "Could not allocate group list: %m\n"
2019-08-01 03:38:15 +00:00
msgstr "無法分配群組列表:%m\n"
2018-08-01 04:59:03 +00:00
2023-01-31 21:30:44 +00:00
#: nss/getent.c:905
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Unknown database name"
msgstr "不明的資料庫名稱"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nss/getent.c:939
2012-03-07 10:35:30 +00:00
msgid "Supported databases:\n"
msgstr "支援的資料庫:\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: nss/getent.c:1005
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Unknown database: %s\n"
msgstr "未知的資料庫: %s\n"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:121
2012-03-07 10:35:30 +00:00
msgid "Convert key to lower case"
msgstr "轉換鍵轉換為小寫"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:124
2012-03-07 10:35:30 +00:00
msgid "Do not print messages while building database"
msgstr "不印出訊息當建立資料庫"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:126
2012-03-07 10:35:30 +00:00
msgid "Print content of database file, one entry a line"
msgstr "印出內容的資料庫檔案,一個項目列"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:127
2013-06-11 06:49:00 +00:00
msgid "CHAR"
msgstr "字元"
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:128
2013-06-11 06:49:00 +00:00
msgid "Generated line not part of iteration"
msgstr "產生的列並非迭代的部分"
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:133
2013-06-11 06:49:00 +00:00
msgid "Create simple database from textual input."
msgstr "從文字輸入建立簡單的資料庫。"
2001-04-26 06:51:00 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:136
2012-03-07 10:35:30 +00:00
msgid ""
"INPUT-FILE OUTPUT-FILE\n"
"-o OUTPUT-FILE INPUT-FILE\n"
"-u INPUT-FILE"
msgstr ""
"輸入檔案名稱 輸出檔案名稱\n"
"-o 輸出檔案名稱 輸入檔案名稱\n"
"-u 輸入檔案名稱"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:229
2012-03-07 10:35:30 +00:00
#, c-format
2013-06-11 06:49:00 +00:00
msgid "cannot open database file `%s'"
msgstr "無法開啟資料庫檔案 %s"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:274
2012-03-07 10:35:30 +00:00
#, c-format
2013-06-11 06:49:00 +00:00
msgid "no entries to be processed"
msgstr "沒有條目可供處理"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:284
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot create temporary file name"
msgstr "無法建立暫存檔案名稱"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:290
2013-09-06 19:25:54 +00:00
#, c-format
msgid "cannot create temporary file"
msgstr "無法產生暫時檔"
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:306
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot stat newly created file"
msgstr "無法取得新建立檔案的狀態"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:317
2012-03-07 10:35:30 +00:00
#, c-format
2013-06-11 06:49:00 +00:00
msgid "cannot rename temporary file"
msgstr "無法重新命名暫存檔案"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:529 nss/makedb.c:552
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot create search tree"
msgstr "無法建立搜尋樹"
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:558
2013-06-11 06:49:00 +00:00
msgid "duplicate key"
msgstr "重複鍵值"
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:570
2012-03-07 10:35:30 +00:00
#, c-format
msgid "problems while reading `%s'"
msgstr "讀取「%s」時發生問題"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:814
2013-06-11 06:49:00 +00:00
#, c-format
msgid "failed to write new database file"
msgstr "寫入新資料庫檔案時失敗"
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:833
2012-03-07 10:35:30 +00:00
#, c-format
2013-06-11 06:49:00 +00:00
msgid "cannot stat database file"
msgstr "無法取得資料庫檔案的狀態"
2000-08-28 08:00:42 +00:00
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:838
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot map database file"
msgstr "無法映射資料庫檔案"
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:841
2013-06-11 06:49:00 +00:00
#, c-format
msgid "file not a database file"
msgstr "檔案不是資料庫檔案"
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:893
2023-07-07 15:27:08 +00:00
#, c-format
msgid "cannot initialize SELinux context"
msgstr "無法初始化 SELinux 情境"
2024-01-07 10:18:18 +00:00
#: nss/makedb.c:902
2013-06-11 06:49:00 +00:00
#, c-format
msgid "cannot set file creation context for `%s'"
msgstr "無法為 %s 設定檔案建立語境"
2024-06-24 10:09:30 +00:00
#: posix/getconf.c:419
2005-07-26 04:04:13 +00:00
#, c-format
msgid "Usage: %s [-v specification] variable_name [pathname]\n"
msgstr "用法: %s [-v 規格] 變數名稱 [路徑名稱]\n"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: posix/getconf.c:422
2012-03-07 10:35:30 +00:00
#, c-format
msgid " %s -a [pathname]\n"
msgstr " %s -a [路徑名稱]\n"
2024-06-24 10:09:30 +00:00
#: posix/getconf.c:498
2012-03-07 10:35:30 +00:00
#, c-format
msgid ""
"Usage: getconf [-v SPEC] VAR\n"
" or: getconf [-v SPEC] PATH_VAR PATH\n"
"\n"
"Get the configuration value for variable VAR, or for variable PATH_VAR\n"
"for path PATH. If SPEC is given, give values for compilation\n"
"environment SPEC.\n"
"\n"
msgstr ""
"用法: getconf [-v SPEC] VAR\n"
" 或: getconf [-v SPEC] PATH_VAR 路徑\n"
"\n"
"取得變數 VAR 的組態值,或是變數 PATH_VAR\n"
"用於路徑 PATH。 如果已提供 SPEC, 就給出用於編譯的\n"
"環境 SPEC 值。\n"
"\n"
2024-06-24 10:09:30 +00:00
#: posix/getconf.c:574
2007-07-12 18:26:36 +00:00
#, c-format
2005-07-26 04:04:13 +00:00
msgid "unknown specification \"%s\""
msgstr "不明的規格 \"%s\""
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: posix/getconf.c:626
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Couldn't execute %s"
msgstr "無法執行 %s"
2024-06-24 10:09:30 +00:00
#: posix/getconf.c:671 posix/getconf.c:687
2005-07-26 04:04:13 +00:00
msgid "undefined"
msgstr "未定義"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: posix/getconf.c:709
2005-07-26 04:04:13 +00:00
#, c-format
msgid "Unrecognized variable `%s'"
msgstr "無法識別的變數 `%s'"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: posix/getopt.c:278
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: option '%s%s' is ambiguous\n"
2019-08-01 03:38:15 +00:00
msgstr "%s: 「%s%s」選項不明確\n"
2018-08-01 04:59:03 +00:00
2023-01-31 21:30:44 +00:00
#: posix/getopt.c:284
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: option '%s%s' is ambiguous; possibilities:"
2019-08-01 03:38:15 +00:00
msgstr "%s: 「%s%s」選項不明確; 可能是: "
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: posix/getopt.c:319
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: unrecognized option '%s%s'\n"
2019-08-01 03:38:15 +00:00
msgstr "%s: 無法識別「%s%s」選項\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: posix/getopt.c:345
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: option '%s%s' doesn't allow an argument\n"
2019-08-01 03:38:15 +00:00
msgstr "%s: 「%s%s」選項不接受參數\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: posix/getopt.c:360
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: option '%s%s' requires an argument\n"
2019-08-01 03:38:15 +00:00
msgstr "%s: 「%s%s」選項需要參數\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: posix/getopt.c:621
2005-07-26 04:04:13 +00:00
#, c-format
2008-03-08 20:04:40 +00:00
msgid "%s: invalid option -- '%c'\n"
2019-08-01 03:38:15 +00:00
msgstr "%s: 無效選項 -- '%c'\n"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: posix/getopt.c:636 posix/getopt.c:682
2005-07-26 04:04:13 +00:00
#, c-format
2008-03-08 20:04:40 +00:00
msgid "%s: option requires an argument -- '%c'\n"
2019-08-01 03:38:15 +00:00
msgstr "%s: 選項需要參數 -- '%c'\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:138
2005-07-26 04:04:13 +00:00
msgid "No match"
2019-08-01 03:38:15 +00:00
msgstr "無符合項目"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:141
2005-07-26 04:04:13 +00:00
msgid "Invalid regular expression"
2019-08-01 03:38:15 +00:00
msgstr "正規表示式無效"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:144
2005-07-26 04:04:13 +00:00
msgid "Invalid collation character"
2019-08-01 03:38:15 +00:00
msgstr "定序字元無效"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:147
2005-07-26 04:04:13 +00:00
msgid "Invalid character class name"
2019-08-01 03:38:15 +00:00
msgstr "字元類型名稱無效"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:150
2005-07-26 04:04:13 +00:00
msgid "Trailing backslash"
2019-08-01 03:38:15 +00:00
msgstr "末尾反斜線"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:153
2005-07-26 04:04:13 +00:00
msgid "Invalid back reference"
2019-08-01 03:38:15 +00:00
msgstr "向後參考無效"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:156
msgid "Unmatched [, [^, [:, [., or [="
2019-08-01 03:38:15 +00:00
msgstr "不對稱的 [、[^、[:、[. 或 [="
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:159
2005-07-26 04:04:13 +00:00
msgid "Unmatched ( or \\("
2019-08-01 03:38:15 +00:00
msgstr "不對稱的 ( 或 \\("
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:162
2005-07-26 04:04:13 +00:00
msgid "Unmatched \\{"
2019-08-01 03:38:15 +00:00
msgstr "不對稱的 \\{"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:165
2005-07-26 04:04:13 +00:00
msgid "Invalid content of \\{\\}"
2019-08-01 03:38:15 +00:00
msgstr "\\{\\} 中內容無效"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:168
2005-07-26 04:04:13 +00:00
msgid "Invalid range end"
2019-08-01 03:38:15 +00:00
msgstr "結束範圍無效"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:171
2005-07-26 04:04:13 +00:00
msgid "Memory exhausted"
2019-08-01 03:38:15 +00:00
msgstr "記憶體用盡"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:174
2005-07-26 04:04:13 +00:00
msgid "Invalid preceding regular expression"
2019-08-01 03:38:15 +00:00
msgstr "前置正規表示式無效"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:177
2005-07-26 04:04:13 +00:00
msgid "Premature end of regular expression"
2019-08-01 03:38:15 +00:00
msgstr "正規表示式過早結束"
2007-07-12 18:26:36 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:180
2005-07-26 04:04:13 +00:00
msgid "Regular expression too big"
2019-08-01 03:38:15 +00:00
msgstr "正規表示式過長"
2007-07-12 18:26:36 +00:00
2018-08-01 04:59:03 +00:00
#: posix/regcomp.c:183
2005-07-26 04:04:13 +00:00
msgid "Unmatched ) or \\)"
2019-08-01 03:38:15 +00:00
msgstr "不對稱的 ) 或 \\)"
2000-08-28 08:00:42 +00:00
2019-01-25 16:35:42 +00:00
#: posix/regcomp.c:676
2005-07-26 04:04:13 +00:00
msgid "No previous regular expression"
2019-08-01 03:38:15 +00:00
msgstr "沒有上一個正規表示式"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: posix/wordexp.c:1794
2012-03-07 10:35:30 +00:00
msgid "parameter null or not set"
msgstr "參數為空字元或是未設置"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: resolv/herror.c:63
2005-07-26 04:04:13 +00:00
msgid "Resolver Error 0 (no error)"
msgstr "解讀錯誤碼 0 (沒有錯誤)"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: resolv/herror.c:64
2005-07-26 04:04:13 +00:00
msgid "Unknown host"
msgstr "未知的遠端位址"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: resolv/herror.c:65
2005-07-26 04:04:13 +00:00
msgid "Host name lookup failure"
msgstr "遠端系統名稱搜尋失敗"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: resolv/herror.c:66
2005-07-26 04:04:13 +00:00
msgid "Unknown server error"
msgstr "未知的伺服器錯誤"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: resolv/herror.c:67
2005-07-26 04:04:13 +00:00
msgid "No address associated with name"
msgstr "沒有此名稱所對應的位址"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: resolv/herror.c:102
2005-07-26 04:04:13 +00:00
msgid "Resolver internal error"
msgstr "內部解讀錯誤"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: resolv/herror.c:105
2005-07-26 04:04:13 +00:00
msgid "Unknown resolver error"
msgstr "未知的解讀錯誤"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: resolv/res_hconf.c:118
2005-07-26 04:04:13 +00:00
#, c-format
msgid "%s: line %d: cannot specify more than %d trim domains"
msgstr "%s: 第 %d 列: 無法指定超過 %d 個修剪範圍"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: resolv/res_hconf.c:139
2005-07-26 04:04:13 +00:00
#, c-format
msgid "%s: line %d: list delimiter not followed by domain"
msgstr "%s: 第 %d 列: 範圍不可跟在表列分隔字元之後"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: resolv/res_hconf.c:176
2005-07-26 04:04:13 +00:00
#, c-format
msgid "%s: line %d: expected `on' or `off', found `%s'\n"
msgstr "%s: 第 %d 列: 預期為 `on' 或 `off',卻發現 `%s'\n"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: resolv/res_hconf.c:219
2004-12-22 20:10:10 +00:00
#, c-format
2005-07-26 04:04:13 +00:00
msgid "%s: line %d: bad command `%s'\n"
msgstr "%s: 第 %d 列: 不當的命令 `%s'\n"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: resolv/res_hconf.c:252
2007-07-12 18:26:36 +00:00
#, c-format
2005-07-26 04:04:13 +00:00
msgid "%s: line %d: ignoring trailing garbage `%s'\n"
msgstr "%s: 第 %d 列: 正在忽略尾端的無用資料 `%s'\n"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:2
msgid "Illegal opcode"
msgstr "不合法的 opcode"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:3
msgid "Illegal operand"
msgstr "不合法的運算元"
2005-07-26 04:04:13 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:4
msgid "Illegal addressing mode"
msgstr "不合法的定址模式"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:5
msgid "Illegal trap"
msgstr "不合法的陷阱"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:6
msgid "Privileged opcode"
msgstr "需要權限的 opcode"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:7
msgid "Privileged register"
msgstr "需要權限的暫存器"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:8
msgid "Coprocessor error"
msgstr "輔助處理器錯誤"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:9
msgid "Internal stack error"
msgstr "內部堆疊錯誤"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:12
msgid "Integer divide by zero"
msgstr "整數被零除"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:13
msgid "Integer overflow"
msgstr "整數溢位"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:14
msgid "Floating-point divide by zero"
msgstr "浮點數被零除"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:15
msgid "Floating-point overflow"
msgstr "浮點數溢位"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:16
msgid "Floating-point underflow"
msgstr "浮點數下限溢位"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:17
msgid "Floating-poing inexact result"
msgstr "不精確的浮點數結果"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:18
msgid "Invalid floating-point operation"
msgstr "無效的浮點數操作"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:19
msgid "Subscript out of range"
msgstr "註標超出範圍"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:22
msgid "Address not mapped to object"
msgstr "位址沒有映射到物件"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:23
msgid "Invalid permissions for mapped object"
msgstr "對於映射物件的權限無效"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:26
msgid "Invalid address alignment"
msgstr "無效的位址對齊"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:27
msgid "Nonexisting physical address"
msgstr "不存在的實體位址"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:28
msgid "Object-specific hardware error"
msgstr "物件特定的硬體錯誤"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:31
msgid "Process breakpoint"
2013-06-11 06:49:00 +00:00
msgstr "行程中斷點"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:32
msgid "Process trace trap"
2013-06-11 06:49:00 +00:00
msgstr "行程追蹤陷阱"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:35
msgid "Child has exited"
msgstr "子行程已結束"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:36
msgid "Child has terminated abnormally and did not create a core file"
msgstr "子行程已異常終止且未建立記憶體檔案"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:37
2018-08-01 04:59:03 +00:00
msgid "Child has terminated abnormally and created a core file"
2019-08-01 03:38:15 +00:00
msgstr "子程序已異常終止並建立了核心檔案"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:38
msgid "Traced child has trapped"
msgstr "追蹤的子行程已落入陷阱"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:39
msgid "Child has stopped"
msgstr "子行程已停止"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:40
msgid "Stopped child has continued"
msgstr "停止的子行程已繼續"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#: stdio-common/psiginfo-data.h:43
msgid "Data input available"
msgstr "資料輸入可用"
#: stdio-common/psiginfo-data.h:44
msgid "Output buffers available"
msgstr "輸出緩衝區可用"
#: stdio-common/psiginfo-data.h:45
msgid "Input message available"
msgstr "輸入訊息可用"
2024-06-24 10:09:30 +00:00
#: stdio-common/psiginfo-data.h:46 timezone/zdump.c:445 timezone/zic.c:652
2012-03-07 10:35:30 +00:00
msgid "I/O error"
msgstr "I/O 錯誤"
#: stdio-common/psiginfo-data.h:47
msgid "High priority input available"
msgstr "高優先權輸入可用"
#: stdio-common/psiginfo-data.h:48
msgid "Device disconnected"
msgstr "裝置已經結束連線"
2018-08-01 04:59:03 +00:00
#: stdio-common/psiginfo.c:140
2012-03-07 10:35:30 +00:00
msgid "Signal sent by kill()"
msgstr "kill() 已發送信號"
2018-08-01 04:59:03 +00:00
#: stdio-common/psiginfo.c:143
2012-03-07 10:35:30 +00:00
msgid "Signal sent by sigqueue()"
msgstr "sigqueue() 已發送信號"
2018-08-01 04:59:03 +00:00
#: stdio-common/psiginfo.c:146
2012-03-07 10:35:30 +00:00
msgid "Signal generated by the expiration of a timer"
msgstr "計時器的逾期已產生信號"
2018-08-01 04:59:03 +00:00
#: stdio-common/psiginfo.c:149
2012-03-07 10:35:30 +00:00
msgid "Signal generated by the completion of an asynchronous I/O request"
msgstr "非同步 I/O 要求的完成已產生信號"
2018-08-01 04:59:03 +00:00
#: stdio-common/psiginfo.c:153
2012-03-07 10:35:30 +00:00
msgid "Signal generated by the arrival of a message on an empty message queue"
msgstr "空訊息佇列中到達的訊息已產生信號"
2018-08-01 04:59:03 +00:00
#: stdio-common/psiginfo.c:158
2012-03-07 10:35:30 +00:00
msgid "Signal sent by tkill()"
msgstr "tkill() 已發送信號"
2018-08-01 04:59:03 +00:00
#: stdio-common/psiginfo.c:163
2012-03-07 10:35:30 +00:00
msgid "Signal generated by the completion of an asynchronous name lookup request"
msgstr "非同步名稱查找要求的完成已產生信號"
2018-08-01 04:59:03 +00:00
#: stdio-common/psiginfo.c:169
2012-03-07 10:35:30 +00:00
msgid "Signal generated by the completion of an I/O request"
msgstr "I/O 要求的完成已產生信號"
2018-08-01 04:59:03 +00:00
#: stdio-common/psiginfo.c:175
2012-03-07 10:35:30 +00:00
msgid "Signal sent by the kernel"
msgstr "內核已發送信號"
2018-08-01 04:59:03 +00:00
#: stdio-common/psiginfo.c:199
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Unknown signal %d\n"
msgstr "不明信號 %d\n"
2013-06-11 06:49:00 +00:00
#: stdio-common/psignal.c:43
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s%sUnknown signal %d\n"
msgstr "%s%s未知的信號 %d\n"
2013-06-11 06:49:00 +00:00
#: stdio-common/psignal.c:44
2012-03-07 10:35:30 +00:00
msgid "Unknown signal"
msgstr "不明的信號"
2000-08-28 08:00:42 +00:00
2020-08-05 00:31:51 +00:00
#: string/_strerror.c:30 sysdeps/mach/_strerror.c:55
2012-03-07 10:35:30 +00:00
msgid "Unknown error "
msgstr "未知的錯誤 "
2000-08-28 08:00:42 +00:00
2020-08-05 00:31:51 +00:00
#: string/strsignal.c:39
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "Real-time signal %d"
2019-08-01 03:38:15 +00:00
msgstr "即時信號 %d"
2012-03-07 10:35:30 +00:00
2020-08-05 00:31:51 +00:00
#: string/strsignal.c:43
2012-03-07 10:35:30 +00:00
#, c-format
msgid "Unknown signal %d"
2019-08-01 03:38:15 +00:00
msgstr "未知信號 %d"
2000-08-28 08:00:42 +00:00
2020-01-19 04:51:35 +00:00
#: sunrpc/auth_unix.c:113 sunrpc/clnt_tcp.c:124 sunrpc/clnt_udp.c:140
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_unix.c:125 sunrpc/svc_tcp.c:189 sunrpc/svc_tcp.c:233
2022-02-03 04:30:15 +00:00
#: sunrpc/svc_udp.c:161 sunrpc/svc_unix.c:186 sunrpc/svc_unix.c:226
2019-08-01 03:38:15 +00:00
#: sunrpc/xdr.c:631 sunrpc/xdr.c:791 sunrpc/xdr_array.c:102
2018-08-01 04:59:03 +00:00
#: sunrpc/xdr_rec.c:153 sunrpc/xdr_ref.c:79
2012-03-07 10:35:30 +00:00
msgid "out of memory\n"
msgstr "記憶體不足\n"
2001-04-26 06:51:00 +00:00
2020-01-19 04:51:35 +00:00
#: sunrpc/auth_unix.c:350
2012-03-07 10:35:30 +00:00
msgid "auth_unix.c: Fatal marshalling problem"
msgstr "auth_unix.c: 嚴重的編組問題"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:92 sunrpc/clnt_perr.c:108
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: %s; low version = %lu, high version = %lu"
msgstr "%s: %s; 低版本 = %lu, 高版本 = %lu"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:99
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: %s; why = %s\n"
msgstr "%s: %s; 原因 = %s\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:101
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s: %s; why = (unknown authentication error - %d)\n"
msgstr "%s: %s; 原因 = (不明的認證錯誤 - %d)\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:150
2005-07-26 04:04:13 +00:00
msgid "RPC: Success"
msgstr "RPC: 成功"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:153
2005-07-26 04:04:13 +00:00
msgid "RPC: Can't encode arguments"
msgstr "RPC: 無法將引數編碼"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:157
2005-07-26 04:04:13 +00:00
msgid "RPC: Can't decode result"
msgstr "RPC: 無法解碼得出結果"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:161
2005-07-26 04:04:13 +00:00
msgid "RPC: Unable to send"
msgstr "RPC: 無法傳送"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:165
2005-07-26 04:04:13 +00:00
msgid "RPC: Unable to receive"
msgstr "RPC: 無法接收"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:169
2005-07-26 04:04:13 +00:00
msgid "RPC: Timed out"
msgstr "RPC: 超過時間上限"
2007-07-12 18:26:36 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:173
2005-07-26 04:04:13 +00:00
msgid "RPC: Incompatible versions of RPC"
msgstr "RPC: RPC 版本不相容"
2007-07-12 18:26:36 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:177
2005-07-26 04:04:13 +00:00
msgid "RPC: Authentication error"
msgstr "RPC: 認證錯誤"
2007-07-12 18:26:36 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:181
2005-07-26 04:04:13 +00:00
msgid "RPC: Program unavailable"
msgstr "RPC: 程式不存在"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:185
2005-07-26 04:04:13 +00:00
msgid "RPC: Program/version mismatch"
msgstr "RPC: 程式/版本不符"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:189
2005-07-26 04:04:13 +00:00
msgid "RPC: Procedure unavailable"
msgstr "RPC: 無法取得程序"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:193
2005-07-26 04:04:13 +00:00
msgid "RPC: Server can't decode arguments"
msgstr "RPC: 伺服器無法將引數解碼"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:197
2005-07-26 04:04:13 +00:00
msgid "RPC: Remote system error"
msgstr "RPC: 遠端程式錯誤"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:201
2005-07-26 04:04:13 +00:00
msgid "RPC: Unknown host"
msgstr "RPC: 未知的遠端位址"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:205
2005-07-26 04:04:13 +00:00
msgid "RPC: Unknown protocol"
msgstr "RPC: 未知的協定"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:209
2005-07-26 04:04:13 +00:00
msgid "RPC: Port mapper failure"
msgstr "RPC: 通訊阜對映錯誤"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:213
2005-07-26 04:04:13 +00:00
msgid "RPC: Program not registered"
msgstr "RPC: 程式沒有註冊"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:217
2005-07-26 04:04:13 +00:00
msgid "RPC: Failed (unspecified error)"
msgstr "RPC: 失敗 (非特定的錯誤)"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_perr.c:258
2005-07-26 04:04:13 +00:00
msgid "RPC: (unknown error code)"
msgstr "RPC: (未知的錯誤碼)"
2000-08-28 08:00:42 +00:00
2020-08-05 00:31:51 +00:00
#: sunrpc/clnt_perr.c:334
2005-07-26 04:04:13 +00:00
msgid "Authentication OK"
msgstr "鑑定完成"
2000-08-28 08:00:42 +00:00
2020-08-05 00:31:51 +00:00
#: sunrpc/clnt_perr.c:337
2005-07-26 04:04:13 +00:00
msgid "Invalid client credential"
2012-03-07 10:35:30 +00:00
msgstr "不適用的請求端身分認證"
2000-08-28 08:00:42 +00:00
2020-08-05 00:31:51 +00:00
#: sunrpc/clnt_perr.c:341
2005-07-26 04:04:13 +00:00
msgid "Server rejected credential"
2012-03-07 10:35:30 +00:00
msgstr "伺服器拒絕身分證明"
2000-08-28 08:00:42 +00:00
2020-08-05 00:31:51 +00:00
#: sunrpc/clnt_perr.c:345
2005-07-26 04:04:13 +00:00
msgid "Invalid client verifier"
msgstr "不適用的請求端認證"
2000-08-28 08:00:42 +00:00
2020-08-05 00:31:51 +00:00
#: sunrpc/clnt_perr.c:349
2005-07-26 04:04:13 +00:00
msgid "Server rejected verifier"
msgstr "伺服器拒絕認證"
2000-08-28 08:00:42 +00:00
2020-08-05 00:31:51 +00:00
#: sunrpc/clnt_perr.c:353
2005-07-26 04:04:13 +00:00
msgid "Client credential too weak"
msgstr "用戶端背景太弱"
2000-08-28 08:00:42 +00:00
2020-08-05 00:31:51 +00:00
#: sunrpc/clnt_perr.c:357
2005-07-26 04:04:13 +00:00
msgid "Invalid server verifier"
msgstr "不適用的服務認證"
2000-08-28 08:00:42 +00:00
2020-08-05 00:31:51 +00:00
#: sunrpc/clnt_perr.c:361
2005-07-26 04:04:13 +00:00
msgid "Failed (unspecified error)"
2012-03-07 10:35:30 +00:00
msgstr "失敗 (無特定的錯誤)"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/clnt_raw.c:112
2012-03-07 10:35:30 +00:00
msgid "clnt_raw.c: fatal header serialization error"
msgstr "clnt_raw.c: 嚴重的標頭序列化錯誤"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/pm_getmaps.c:78
2012-03-07 10:35:30 +00:00
msgid "pmap_getmaps.c: rpc problem"
msgstr "pmap_getmaps.c: 遠端程序呼叫問題"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/pmap_clnt.c:128
2005-07-26 04:04:13 +00:00
msgid "Cannot register service"
msgstr "無法註冊服務"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/pmap_rmt.c:244
2005-07-26 04:04:13 +00:00
msgid "Cannot create socket for broadcast rpc"
msgstr "無法為廣播式遠端程序呼叫 (broadcast rpc) 產生 socket"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/pmap_rmt.c:251
2005-07-26 04:04:13 +00:00
msgid "Cannot set socket option SO_BROADCAST"
msgstr "無法設定 socket 選項 SO_BROADCAST"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/pmap_rmt.c:303
2005-07-26 04:04:13 +00:00
msgid "Cannot send broadcast packet"
msgstr "無法傳送廣播封包"
2018-08-01 04:59:03 +00:00
#: sunrpc/pmap_rmt.c:328
2005-07-26 04:04:13 +00:00
msgid "Broadcast poll problem"
msgstr "Broadcast 調查有問題"
2018-08-01 04:59:03 +00:00
#: sunrpc/pmap_rmt.c:341
2005-07-26 04:04:13 +00:00
msgid "Cannot receive reply to broadcast"
msgstr "無法接受廣播後的回應"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_run.c:72
2012-03-07 10:35:30 +00:00
msgid "svc_run: - out of memory"
msgstr "svc_run: - 記憶體不足"
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_run.c:92
2005-07-26 04:04:13 +00:00
msgid "svc_run: - poll failed"
msgstr "svc_run: - poll 失敗"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_simple.c:72
2005-07-26 04:04:13 +00:00
#, c-format
msgid "can't reassign procedure number %ld\n"
msgstr "不能重複指定程序號碼 %ld\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_simple.c:82
2005-07-26 04:04:13 +00:00
msgid "couldn't create an rpc server\n"
msgstr "不能產生遠端程序呼叫伺服程式\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_simple.c:90
2000-08-28 08:00:42 +00:00
#, c-format
2005-07-26 04:04:13 +00:00
msgid "couldn't register prog %ld vers %ld\n"
msgstr "不能將程式 %ld 註冊到 %ld\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_simple.c:98
2005-07-26 04:04:13 +00:00
msgid "registerrpc: out of memory\n"
msgstr "registerrpc: 記憶體不足\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_simple.c:161
2005-07-26 04:04:13 +00:00
#, c-format
msgid "trouble replying to prog %d\n"
msgstr "回應程式 %d 時發生困難\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_simple.c:170
2005-07-26 04:04:13 +00:00
#, c-format
msgid "never registered prog %d\n"
msgstr "千萬不要註冊程式 %d\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_tcp.c:165
2005-07-26 04:04:13 +00:00
msgid "svc_tcp.c - tcp socket creation problem"
msgstr "svc_tcp.c - tcp socket 建立發生問題"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_tcp.c:180
2005-07-26 04:04:13 +00:00
msgid "svc_tcp.c - cannot getsockname or listen"
msgstr "svc_tcp.c - 無法 getsockname 或 listen"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_udp.c:136
2005-07-26 04:04:13 +00:00
msgid "svcudp_create: socket creation problem"
msgstr "svcudp_create: socket 建立有問題"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_udp.c:150
2005-07-26 04:04:13 +00:00
msgid "svcudp_create - cannot getsockname"
msgstr "svcudp_create - 無法 getsockname"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_udp.c:182
2005-07-26 04:04:13 +00:00
msgid "svcudp_create: xp_pad is too small for IP_PKTINFO\n"
msgstr "svcudp_create: xp_pad 太小以致於無法 IP_PKTINFO\n"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_udp.c:481
2005-07-26 04:04:13 +00:00
msgid "enablecache: cache already enabled"
msgstr "enablecache: 快取已經開啟"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_udp.c:487
2005-07-26 04:04:13 +00:00
msgid "enablecache: could not allocate cache"
msgstr "enablecache: 無法配置快取"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_udp.c:496
2005-07-26 04:04:13 +00:00
msgid "enablecache: could not allocate cache data"
2012-03-07 10:35:30 +00:00
msgstr "enablecache: 無法配置快取資料"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_udp.c:504
2012-03-07 10:35:30 +00:00
msgid "enablecache: could not allocate cache fifo"
msgstr "enablecache: 無法配置快取 fifo 管線"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_udp.c:540
2012-03-07 10:35:30 +00:00
msgid "cache_set: victim not found"
msgstr "cache_set: 找不到 victim"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_udp.c:551
2012-03-07 10:35:30 +00:00
msgid "cache_set: victim alloc failed"
msgstr "cache_set: victim 配置失敗"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sunrpc/svc_udp.c:558
2012-03-07 10:35:30 +00:00
msgid "cache_set: could not allocate new rpc_buffer"
msgstr "cache_set: 無法配置新的遠端程序呼叫緩衝區 (rpc_buffer)"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: sunrpc/svc_unix.c:166
2012-03-07 10:35:30 +00:00
msgid "svc_unix.c - AF_UNIX socket creation problem"
msgstr "svc_unix.c - AF_UNIX socket 建立有問題"
2004-12-22 20:10:10 +00:00
2022-02-03 04:30:15 +00:00
#: sunrpc/svc_unix.c:176
2012-03-07 10:35:30 +00:00
msgid "svc_unix.c - cannot getsockname or listen"
msgstr "svc_unix.c - 無法 getsockname 或 listen"
2000-08-28 08:00:42 +00:00
2022-02-03 04:30:15 +00:00
#: sysdeps/aarch64/dl-bti.c:72
msgid "failed to turn on BTI protection"
msgstr "無法啟動 BTI 保護"
2023-07-07 15:27:08 +00:00
#: sysdeps/generic/dl-protected.h:55
msgid "error due to GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS"
msgstr "因為 GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS 導致錯誤"
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:29
2012-03-07 10:35:30 +00:00
msgid "Hangup"
msgstr "掛斷"
2005-07-26 04:04:13 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:30
2012-03-07 10:35:30 +00:00
msgid "Interrupt"
2020-01-16 14:12:35 +00:00
msgstr "中斷"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:31
2012-03-07 10:35:30 +00:00
msgid "Quit"
2020-01-16 14:12:35 +00:00
msgstr "退出"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:32
2012-03-07 10:35:30 +00:00
msgid "Illegal instruction"
2019-08-01 03:38:15 +00:00
msgstr "無效指令"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:33
2012-03-07 10:35:30 +00:00
msgid "Trace/breakpoint trap"
2019-08-01 03:38:15 +00:00
msgstr "追蹤 / 斷點陷阱"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:34
2012-03-07 10:35:30 +00:00
msgid "Aborted"
2020-01-16 14:12:35 +00:00
msgstr "中止"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:35
2012-03-07 10:35:30 +00:00
msgid "Floating point exception"
2020-01-16 14:12:35 +00:00
msgstr "浮點數例外"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:36
2012-03-07 10:35:30 +00:00
msgid "Killed"
2019-08-01 03:38:15 +00:00
msgstr "強制結束"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:37
2012-03-07 10:35:30 +00:00
msgid "Bus error"
msgstr "匯流排錯誤"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:38
msgid "Bad system call"
2019-08-01 03:38:15 +00:00
msgstr "無效系統呼叫"
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:39
2012-03-07 10:35:30 +00:00
msgid "Segmentation fault"
2020-01-16 14:12:35 +00:00
msgstr "程式記憶體區段錯誤"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS There is no process reading from the other end of a pipe.
2012-03-07 10:35:30 +00:00
#. TRANS Every library function that returns this error code also generates a
#. TRANS @code{SIGPIPE} signal; this signal terminates the program if not handled
#. TRANS or blocked. Thus, your program will never actually see @code{EPIPE}
#. TRANS unless it has handled or blocked @code{SIGPIPE}.
2021-01-28 16:45:09 +00:00
#: sysdeps/generic/siglist.h:40 sysdeps/gnu/errlist.h:216
2012-03-07 10:35:30 +00:00
msgid "Broken pipe"
2019-08-01 03:38:15 +00:00
msgstr "管線損壞"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:41
2012-03-07 10:35:30 +00:00
msgid "Alarm clock"
msgstr "鬧鐘"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:42
2012-03-07 10:35:30 +00:00
msgid "Terminated"
msgstr "終止"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:43
2012-03-07 10:35:30 +00:00
msgid "Urgent I/O condition"
2019-08-01 03:38:15 +00:00
msgstr "緊急 I/O 條件"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:44
2012-03-07 10:35:30 +00:00
msgid "Stopped (signal)"
2019-08-01 03:38:15 +00:00
msgstr "停止(信號)"
2001-04-26 06:51:00 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:45
2012-03-07 10:35:30 +00:00
msgid "Stopped"
msgstr "停止"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:46
2012-03-07 10:35:30 +00:00
msgid "Continued"
msgstr "繼續"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:47
2012-03-07 10:35:30 +00:00
msgid "Child exited"
2019-08-01 03:38:15 +00:00
msgstr "子程序退出"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:48
2012-03-07 10:35:30 +00:00
msgid "Stopped (tty input)"
2019-08-01 03:38:15 +00:00
msgstr "停止( tty 輸入)"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:49
2012-03-07 10:35:30 +00:00
msgid "Stopped (tty output)"
2019-08-01 03:38:15 +00:00
msgstr "停止( tty 輸出)"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:50
2012-03-07 10:35:30 +00:00
msgid "I/O possible"
2019-08-01 03:38:15 +00:00
msgstr "可能 I/O"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:51
2012-03-07 10:35:30 +00:00
msgid "CPU time limit exceeded"
2019-08-01 03:38:15 +00:00
msgstr "到達 CPU 時間上限"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:52
2012-03-07 10:35:30 +00:00
msgid "File size limit exceeded"
2019-08-01 03:38:15 +00:00
msgstr "到達檔案大小上限"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:53
2012-03-07 10:35:30 +00:00
msgid "Virtual timer expired"
2019-08-01 03:38:15 +00:00
msgstr "虛擬計時器過期"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:54
2012-03-07 10:35:30 +00:00
msgid "Profiling timer expired"
2019-08-01 03:38:15 +00:00
msgstr "分析計時器過期"
2001-04-26 06:51:00 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:55
2012-03-07 10:35:30 +00:00
msgid "User defined signal 1"
2019-08-01 03:38:15 +00:00
msgstr "使用者定義信號 1"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:56
2012-03-07 10:35:30 +00:00
msgid "User defined signal 2"
2019-08-01 03:38:15 +00:00
msgstr "使用者定義信號 2"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:57
msgid "Window changed"
2019-08-01 03:38:15 +00:00
msgstr "已變更視窗"
2000-08-28 08:00:42 +00:00
2013-06-11 06:49:00 +00:00
#: sysdeps/generic/siglist.h:61
2018-08-01 04:59:03 +00:00
msgid "EMT trap"
msgstr "EMT 陷阱"
2000-08-28 08:00:42 +00:00
2013-06-11 06:49:00 +00:00
#: sysdeps/generic/siglist.h:64
2012-03-07 10:35:30 +00:00
msgid "Stack fault"
msgstr "堆疊錯誤"
2000-08-28 08:00:42 +00:00
2013-06-11 06:49:00 +00:00
#: sysdeps/generic/siglist.h:67
2012-03-07 10:35:30 +00:00
msgid "Power failure"
2019-08-01 03:38:15 +00:00
msgstr "電源錯誤"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:70
msgid "Information request"
2019-08-01 03:38:15 +00:00
msgstr "資訊請求"
2018-08-01 04:59:03 +00:00
#: sysdeps/generic/siglist.h:73
2012-03-07 10:35:30 +00:00
msgid "Resource lost"
2019-08-01 03:38:15 +00:00
msgstr "資源遺失"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS Only the owner of the file (or other resource)
2012-03-07 10:35:30 +00:00
#. TRANS or processes with special privileges can perform the operation.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:6
2012-03-07 10:35:30 +00:00
msgid "Operation not permitted"
msgstr "此項操作並不被允許"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS No process matches the specified process ID.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:18
2012-03-07 10:35:30 +00:00
msgid "No such process"
msgstr "沒有此一程序"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS An asynchronous signal occurred and prevented
2012-03-07 10:35:30 +00:00
#. TRANS completion of the call. When this happens, you should try the call
#. TRANS again.
#. TRANS
#. TRANS You can choose to have functions resume after a signal that is handled,
#. TRANS rather than failing with @code{EINTR}; see @ref{Interrupted
#. TRANS Primitives}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:29
2012-03-07 10:35:30 +00:00
msgid "Interrupted system call"
msgstr "中斷的系統呼叫"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS Usually used for physical read or write errors.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:34
2012-03-07 10:35:30 +00:00
msgid "Input/output error"
msgstr "輸入/輸出錯誤"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS The system tried to use the device
2012-03-07 10:35:30 +00:00
#. TRANS represented by a file you specified, and it couldn't find the device.
#. TRANS This can mean that the device file was installed incorrectly, or that
#. TRANS the physical device is missing or not correctly attached to the
#. TRANS computer.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:43
2012-03-07 10:35:30 +00:00
msgid "No such device or address"
msgstr "沒有此一裝置或位址"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS Used when the arguments passed to a new program
2012-03-07 10:35:30 +00:00
#. TRANS being executed with one of the @code{exec} functions (@pxref{Executing a
2013-06-11 06:49:00 +00:00
#. TRANS File}) occupy too much memory space. This condition never arises on
#. TRANS @gnuhurdsystems{}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:51
2012-03-07 10:35:30 +00:00
msgid "Argument list too long"
msgstr "引數列項目過長"
#. TRANS Invalid executable file format. This condition is detected by the
#. TRANS @code{exec} functions; see @ref{Executing a File}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:57
2012-03-07 10:35:30 +00:00
msgid "Exec format error"
msgstr "可執行檔格式錯誤"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS For example, I/O on a descriptor that has been
2012-03-07 10:35:30 +00:00
#. TRANS closed or reading from a descriptor open only for writing (or vice
#. TRANS versa).
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:64
2012-03-07 10:35:30 +00:00
msgid "Bad file descriptor"
msgstr "錯誤的檔案敘述項"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS This error happens on operations that are
2012-03-07 10:35:30 +00:00
#. TRANS supposed to manipulate child processes, when there aren't any processes
#. TRANS to manipulate.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:71
2012-03-07 10:35:30 +00:00
msgid "No child processes"
msgstr "沒有子程序存在"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS Allocating a system resource would have resulted in a
2012-03-07 10:35:30 +00:00
#. TRANS deadlock situation. The system does not guarantee that it will notice
#. TRANS all such situations. This error means you got lucky and the system
#. TRANS noticed; it might just hang. @xref{File Locks}, for an example.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:79
2012-03-07 10:35:30 +00:00
msgid "Resource deadlock avoided"
msgstr "避開資源鎖定"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS The system cannot allocate more virtual memory
2012-03-07 10:35:30 +00:00
#. TRANS because its capacity is full.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:85
2012-03-07 10:35:30 +00:00
msgid "Cannot allocate memory"
msgstr "無法配置記憶體"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS An invalid pointer was detected.
2013-06-11 06:49:00 +00:00
#. TRANS On @gnuhurdsystems{}, this error never happens; you get a signal instead.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:96
2012-03-07 10:35:30 +00:00
msgid "Bad address"
msgstr "錯誤的位址"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS A file that isn't a block special file was given in a situation that
#. TRANS requires one. For example, trying to mount an ordinary file as a file
#. TRANS system in Unix gives this error.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:103
2012-03-07 10:35:30 +00:00
msgid "Block device required"
msgstr "必須是區塊裝置 (Block device)"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS A system resource that can't be shared is already in use.
2012-03-07 10:35:30 +00:00
#. TRANS For example, if you try to delete a file that is the root of a currently
#. TRANS mounted filesystem, you get this error.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:110
2012-03-07 10:35:30 +00:00
msgid "Device or resource busy"
msgstr "裝置或系統資源忙碌中"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS An existing file was specified in a context where it only
2012-03-07 10:35:30 +00:00
#. TRANS makes sense to specify a new file.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:116
2012-03-07 10:35:30 +00:00
msgid "File exists"
msgstr "檔案已存在"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS An attempt to make an improper link across file systems was detected.
#. TRANS This happens not only when you use @code{link} (@pxref{Hard Links}) but
#. TRANS also when you rename a file with @code{rename} (@pxref{Renaming Files}).
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:123
2012-03-07 10:35:30 +00:00
msgid "Invalid cross-device link"
msgstr "不適用的裝置間連結"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The wrong type of device was given to a function that expects a
#. TRANS particular sort of device.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:129
2012-03-07 10:35:30 +00:00
msgid "No such device"
msgstr "沒有此一裝置"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS A file that isn't a directory was specified when a directory is required.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:134
2012-03-07 10:35:30 +00:00
msgid "Not a directory"
msgstr "並不是一個目錄"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS You cannot open a directory for writing,
2012-03-07 10:35:30 +00:00
#. TRANS or create or remove hard links to it.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:140
2012-03-07 10:35:30 +00:00
msgid "Is a directory"
msgstr "是個目錄"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS This is used to indicate various kinds of problems
2012-03-07 10:35:30 +00:00
#. TRANS with passing the wrong argument to a library function.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:146
2012-03-07 10:35:30 +00:00
msgid "Invalid argument"
msgstr "不適用的引數"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The current process has too many files open and can't open any more.
#. TRANS Duplicate descriptors do count toward this limit.
#. TRANS
#. TRANS In BSD and GNU, the number of open files is controlled by a resource
#. TRANS limit that can usually be increased. If you get this error, you might
#. TRANS want to increase the @code{RLIMIT_NOFILE} limit or make it unlimited;
#. TRANS @pxref{Limits on Resources}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:157
2012-03-07 10:35:30 +00:00
msgid "Too many open files"
msgstr "開啟太多檔案"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS There are too many distinct file openings in the entire system. Note
#. TRANS that any number of linked channels count as just one file opening; see
2013-06-11 06:49:00 +00:00
#. TRANS @ref{Linked Channels}. This error never occurs on @gnuhurdsystems{}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:164
2012-03-07 10:35:30 +00:00
msgid "Too many open files in system"
msgstr "系統中太多的開啟檔案"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS Inappropriate I/O control operation, such as trying to set terminal
#. TRANS modes on an ordinary file.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:170
2012-03-07 10:35:30 +00:00
msgid "Inappropriate ioctl for device"
msgstr "不希望的裝置輸出入控制 (ioctl)"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS An attempt to execute a file that is currently open for writing, or
#. TRANS write to a file that is currently being executed. Often using a
#. TRANS debugger to run a program is considered having it open for writing and
#. TRANS will cause this error. (The name stands for ``text file busy''.) This
2013-06-11 06:49:00 +00:00
#. TRANS is not an error on @gnuhurdsystems{}; the text is copied as necessary.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:179
2012-03-07 10:35:30 +00:00
msgid "Text file busy"
2022-12-21 22:15:37 +00:00
msgstr "文字檔忙碌中"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS The size of a file would be larger than allowed by the system.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:184
2012-03-07 10:35:30 +00:00
msgid "File too large"
msgstr "檔案太大"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS Write operation on a file failed because the
2012-03-07 10:35:30 +00:00
#. TRANS disk is full.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:190
2012-03-07 10:35:30 +00:00
msgid "No space left on device"
msgstr "裝置上已無多餘空間"
2001-04-26 06:51:00 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS Invalid seek operation (such as on a pipe).
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:195
2012-03-07 10:35:30 +00:00
msgid "Illegal seek"
msgstr "不合法的搜尋"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS An attempt was made to modify something on a read-only file system.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:200
2012-03-07 10:35:30 +00:00
msgid "Read-only file system"
msgstr "唯讀的檔案系統"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS The link count of a single file would become too large.
2012-03-07 10:35:30 +00:00
#. TRANS @code{rename} can cause this error if the file being renamed already has
#. TRANS as many links as it can take (@pxref{Renaming Files}).
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:207
2012-03-07 10:35:30 +00:00
msgid "Too many links"
msgstr "太多連結"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS Used by mathematical functions when an argument value does
2012-03-07 10:35:30 +00:00
#. TRANS not fall into the domain over which the function is defined.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:222
2012-03-07 10:35:30 +00:00
msgid "Numerical argument out of domain"
msgstr "數值參數的值超出範圍"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS Used by mathematical functions when the result value is
2012-03-07 10:35:30 +00:00
#. TRANS not representable because of overflow or underflow.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:228
2012-03-07 10:35:30 +00:00
msgid "Numerical result out of range"
msgstr "數值運算結果超出範圍"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS The call might work if you try again
2012-03-07 10:35:30 +00:00
#. TRANS later. The macro @code{EWOULDBLOCK} is another name for @code{EAGAIN};
2013-06-11 06:49:00 +00:00
#. TRANS they are always the same in @theglibc{}.
2012-03-07 10:35:30 +00:00
#. TRANS
#. TRANS This error can happen in a few different situations:
#. TRANS
#. TRANS @itemize @bullet
#. TRANS @item
#. TRANS An operation that would block was attempted on an object that has
#. TRANS non-blocking mode selected. Trying the same operation again will block
#. TRANS until some external condition makes it possible to read, write, or
#. TRANS connect (whatever the operation). You can use @code{select} to find out
#. TRANS when the operation will be possible; @pxref{Waiting for I/O}.
#. TRANS
#. TRANS @strong{Portability Note:} In many older Unix systems, this condition
#. TRANS was indicated by @code{EWOULDBLOCK}, which was a distinct error code
#. TRANS different from @code{EAGAIN}. To make your program portable, you should
#. TRANS check for both codes and treat them the same.
#. TRANS
#. TRANS @item
#. TRANS A temporary resource shortage made an operation impossible. @code{fork}
#. TRANS can return this error. It indicates that the shortage is expected to
#. TRANS pass, so your program can try the call again later and it may succeed.
#. TRANS It is probably a good idea to delay for a few seconds before trying it
#. TRANS again, to allow time for other processes to release scarce resources.
#. TRANS Such shortages are usually fairly serious and affect the whole system,
#. TRANS so usually an interactive program should report the error to the user
#. TRANS and return to its command loop.
#. TRANS @end itemize
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:261
2012-03-07 10:35:30 +00:00
msgid "Resource temporarily unavailable"
msgstr "資源暫時無法取得"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS An operation that cannot complete immediately was initiated on an object
#. TRANS that has non-blocking mode selected. Some functions that must always
#. TRANS block (such as @code{connect}; @pxref{Connecting}) never return
#. TRANS @code{EAGAIN}. Instead, they return @code{EINPROGRESS} to indicate that
#. TRANS the operation has begun and will take some time. Attempts to manipulate
#. TRANS the object before the call completes return @code{EALREADY}. You can
#. TRANS use the @code{select} function to find out when the pending operation
#. TRANS has completed; @pxref{Waiting for I/O}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:273
2012-03-07 10:35:30 +00:00
msgid "Operation now in progress"
msgstr "操作正在處理"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS An operation is already in progress on an object that has non-blocking
#. TRANS mode selected.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:279
2012-03-07 10:35:30 +00:00
msgid "Operation already in progress"
msgstr "此項操作已在處理中"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS A file that isn't a socket was specified when a socket is required.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:284
2012-03-07 10:35:30 +00:00
msgid "Socket operation on non-socket"
msgstr "Socket 在非 socket 上運作"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The size of a message sent on a socket was larger than the supported
#. TRANS maximum size.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:290
2012-03-07 10:35:30 +00:00
msgid "Message too long"
msgstr "訊息太長"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The socket type does not support the requested communications protocol.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:295
2012-03-07 10:35:30 +00:00
msgid "Protocol wrong type for socket"
msgstr "通訊端的協定錯誤型態"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS You specified a socket option that doesn't make sense for the
#. TRANS particular protocol being used by the socket. @xref{Socket Options}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:301
2012-03-07 10:35:30 +00:00
msgid "Protocol not available"
msgstr "協定不存在"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The socket domain does not support the requested communications protocol
#. TRANS (perhaps because the requested protocol is completely invalid).
#. TRANS @xref{Creating a Socket}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:308
2012-03-07 10:35:30 +00:00
msgid "Protocol not supported"
msgstr "協定不支援"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The socket type is not supported.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:313
2012-03-07 10:35:30 +00:00
msgid "Socket type not supported"
msgstr "通訊端型別不支援"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The operation you requested is not supported. Some socket functions
#. TRANS don't make sense for all types of sockets, and others may not be
2013-06-11 06:49:00 +00:00
#. TRANS implemented for all communications protocols. On @gnuhurdsystems{}, this
2012-03-07 10:35:30 +00:00
#. TRANS error can happen for many calls when the object does not support the
#. TRANS particular operation; it is a generic indication that the server knows
#. TRANS nothing to do for that call.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:323
2012-03-07 10:35:30 +00:00
msgid "Operation not supported"
msgstr "此項操作並不被支援"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The socket communications protocol family you requested is not supported.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:328
2012-03-07 10:35:30 +00:00
msgid "Protocol family not supported"
msgstr "協定群組不支援"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The address family specified for a socket is not supported; it is
#. TRANS inconsistent with the protocol being used on the socket. @xref{Sockets}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:334
2012-03-07 10:35:30 +00:00
msgid "Address family not supported by protocol"
msgstr "位址族群不被協定所支援"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The requested socket address is already in use. @xref{Socket Addresses}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:339
2012-03-07 10:35:30 +00:00
msgid "Address already in use"
msgstr "位址已經有在使用"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The requested socket address is not available; for example, you tried
#. TRANS to give a socket a name that doesn't match the local host name.
#. TRANS @xref{Socket Addresses}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:346
2012-03-07 10:35:30 +00:00
msgid "Cannot assign requested address"
msgstr "無法指定所需的位址"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS A socket operation failed because the network was down.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:351
2012-03-07 10:35:30 +00:00
msgid "Network is down"
msgstr "網路停擺"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS A socket operation failed because the subnet containing the remote host
#. TRANS was unreachable.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:357
2012-03-07 10:35:30 +00:00
msgid "Network is unreachable"
msgstr "無法接觸網路"
2004-12-22 20:10:10 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS A network connection was reset because the remote host crashed.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:362
2012-03-07 10:35:30 +00:00
msgid "Network dropped connection on reset"
msgstr "在重設時網路連線漏失"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS A network connection was aborted locally.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:367
2012-03-07 10:35:30 +00:00
msgid "Software caused connection abort"
msgstr "軟體造成連線中斷"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS A network connection was closed for reasons outside the control of the
#. TRANS local host, such as by the remote machine rebooting or an unrecoverable
#. TRANS protocol violation.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:374
2012-03-07 10:35:30 +00:00
msgid "Connection reset by peer"
msgstr "連線被對方重設"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The kernel's buffers for I/O operations are all in use. In GNU, this
#. TRANS error is always synonymous with @code{ENOMEM}; you may get one or the
#. TRANS other from network operations.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:381
2012-03-07 10:35:30 +00:00
msgid "No buffer space available"
msgstr "沒有可用的緩衝空間了"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS You tried to connect a socket that is already connected.
#. TRANS @xref{Connecting}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:387
2012-03-07 10:35:30 +00:00
msgid "Transport endpoint is already connected"
msgstr "傳輸的兩端已經完成連線了"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The socket is not connected to anything. You get this error when you
#. TRANS try to transmit data over a socket, without first specifying a
#. TRANS destination for the data. For a connectionless socket (for datagram
#. TRANS protocols, such as UDP), you get @code{EDESTADDRREQ} instead.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:395
2012-03-07 10:35:30 +00:00
msgid "Transport endpoint is not connected"
msgstr "傳輸的兩端尚未連線"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS No default destination address was set for the socket. You get this
#. TRANS error when you try to transmit data over a connectionless socket,
#. TRANS without first specifying a destination for the data with @code{connect}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:402
2012-03-07 10:35:30 +00:00
msgid "Destination address required"
msgstr "需要目標位址"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The socket has already been shut down.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:407
2012-03-07 10:35:30 +00:00
msgid "Cannot send after transport endpoint shutdown"
msgstr "無法在輸送端點關閉後傳送"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:410
2012-03-07 10:35:30 +00:00
msgid "Too many references: cannot splice"
msgstr "太多的參考指標: 無法連接"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS A socket operation with a specified timeout received no response during
#. TRANS the timeout period.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:416
2012-03-07 10:35:30 +00:00
msgid "Connection timed out"
msgstr "連線超過時間"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS A remote host refused to allow the network connection (typically because
#. TRANS it is not running the requested service).
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:422
2012-03-07 10:35:30 +00:00
msgid "Connection refused"
msgstr "連線被拒絕"
2001-04-26 06:51:00 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS Too many levels of symbolic links were encountered in looking up a file name.
#. TRANS This often indicates a cycle of symbolic links.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:428
2012-03-07 10:35:30 +00:00
msgid "Too many levels of symbolic links"
msgstr "太多層級的符號連結檔"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS Filename too long (longer than @code{PATH_MAX}; @pxref{Limits for
#. TRANS Files}) or host name too long (in @code{gethostname} or
#. TRANS @code{sethostname}; @pxref{Host Identification}).
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:435
2012-03-07 10:35:30 +00:00
msgid "File name too long"
msgstr "檔名太長"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The remote host for a requested network connection is down.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:440
2012-03-07 10:35:30 +00:00
msgid "Host is down"
msgstr "遠端系統已停機了"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:445
2012-03-07 10:35:30 +00:00
msgid "No route to host"
msgstr "找不到通往該主機的路由路徑"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS Directory not empty, where an empty directory was expected. Typically,
#. TRANS this error occurs when you are trying to delete a directory.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:451
2012-03-07 10:35:30 +00:00
msgid "Directory not empty"
msgstr "目錄不是空的"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The file quota system is confused because there are too many users.
#. TRANS @c This can probably happen in a GNU system when using NFS.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:457
2012-03-07 10:35:30 +00:00
msgid "Too many users"
msgstr "太多使用者"
2001-04-26 06:51:00 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS The user's disk quota was exceeded.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:462
2012-03-07 10:35:30 +00:00
msgid "Disk quota exceeded"
2013-09-06 19:25:54 +00:00
msgstr "磁碟配額已滿"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS This indicates an internal confusion in the
2013-09-06 19:25:54 +00:00
#. TRANS file system which is due to file system rearrangements on the server host
#. TRANS for NFS file systems or corruption in other file systems.
#. TRANS Repairing this condition usually requires unmounting, possibly repairing
#. TRANS and remounting the file system.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:471
2013-09-06 19:25:54 +00:00
msgid "Stale file handle"
msgstr "過舊的檔案控柄"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS An attempt was made to NFS-mount a remote file system with a file name that
#. TRANS already specifies an NFS-mounted file.
#. TRANS (This is an error on some operating systems, but we expect it to work
2013-06-11 06:49:00 +00:00
#. TRANS properly on @gnuhurdsystems{}, making this error code impossible.)
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:479
2012-03-07 10:35:30 +00:00
msgid "Object is remote"
msgstr "目標檔案位於遠端"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS This is used by the file locking facilities; see
2013-06-11 06:49:00 +00:00
#. TRANS @ref{File Locks}. This error is never generated by @gnuhurdsystems{}, but
2012-03-07 10:35:30 +00:00
#. TRANS it can result from an operation to an NFS server running another
#. TRANS operating system.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:487
2012-03-07 10:35:30 +00:00
msgid "No locks available"
msgstr "無法鎖定資料"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS This indicates that the function called is
2012-03-07 10:35:30 +00:00
#. TRANS not implemented at all, either in the C library itself or in the
#. TRANS operating system. When you get this error, you can be sure that this
#. TRANS particular function will always fail with @code{ENOSYS} unless you
#. TRANS install a new version of the C library or the operating system.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:496
2012-03-07 10:35:30 +00:00
msgid "Function not implemented"
msgstr "功能沒有實作"
2000-08-28 08:00:42 +00:00
2012-03-07 10:35:30 +00:00
#. TRANS While decoding a multibyte character the function came along an invalid
#. TRANS or an incomplete sequence of bytes or the given wide character is invalid.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:502
2012-03-07 10:35:30 +00:00
msgid "Invalid or incomplete multibyte or wide character"
msgstr "不適用或不完整的多位元組字元或寬字元"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:505
2012-03-07 10:35:30 +00:00
msgid "Bad message"
msgstr "錯誤的訊息"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:508
2012-03-07 10:35:30 +00:00
msgid "Identifier removed"
msgstr "識別符號移除"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:511
2012-03-07 10:35:30 +00:00
msgid "Multihop attempted"
msgstr "嘗試 Multihop"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:514
2012-03-07 10:35:30 +00:00
msgid "No data available"
msgstr "沒有可用的資料"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:517
2012-03-07 10:35:30 +00:00
msgid "Link has been severed"
msgstr "連結已有服務"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:520
2012-03-07 10:35:30 +00:00
msgid "No message of desired type"
msgstr "沒有符合需求格式的訊息"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:523
2012-03-07 10:35:30 +00:00
msgid "Out of streams resources"
msgstr "所有資料流的資源都已用盡"
2004-12-22 20:10:10 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:526
2012-03-07 10:35:30 +00:00
msgid "Device not a stream"
msgstr "裝置不是資料流"
2004-12-22 20:10:10 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:529
2012-03-07 10:35:30 +00:00
msgid "Value too large for defined data type"
msgstr "有定義的資料型別值太大"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:532
2012-03-07 10:35:30 +00:00
msgid "Protocol error"
msgstr "協定錯誤"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:535
2012-03-07 10:35:30 +00:00
msgid "Timer expired"
msgstr "計時器已逾時"
2000-08-28 08:00:42 +00:00
2018-08-01 04:59:03 +00:00
#. TRANS An asynchronous operation was canceled before it
2012-03-07 10:35:30 +00:00
#. TRANS completed. @xref{Asynchronous I/O}. When you call @code{aio_cancel},
#. TRANS the normal result is for the operations affected to complete with this
#. TRANS error; @pxref{Cancel AIO Operations}.
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:543
2012-03-07 10:35:30 +00:00
msgid "Operation canceled"
msgstr "操作已被取消"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:546
2018-08-01 04:59:03 +00:00
msgid "Owner died"
msgstr "擁有者已消逝"
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:549
2018-08-01 04:59:03 +00:00
msgid "State not recoverable"
msgstr "狀態無法回復"
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:552
2012-03-07 10:35:30 +00:00
msgid "Interrupted system call should be restarted"
msgstr "中斷的系統呼叫必須重新啟動"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:555
2012-03-07 10:35:30 +00:00
msgid "Channel number out of range"
msgstr "通道號碼超出範圍"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:558
2012-03-07 10:35:30 +00:00
msgid "Level 2 not synchronized"
msgstr "層級 2 沒有同步"
2004-12-22 20:10:10 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:561
2012-03-07 10:35:30 +00:00
msgid "Level 3 halted"
msgstr "層級 3 停止"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:564
2012-03-07 10:35:30 +00:00
msgid "Level 3 reset"
msgstr "層級 3 重設"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:567
2012-03-07 10:35:30 +00:00
msgid "Link number out of range"
msgstr "連結數目超過範圍"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:570
2012-03-07 10:35:30 +00:00
msgid "Protocol driver not attached"
msgstr "協定的驅動程式未連接"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:573
2012-03-07 10:35:30 +00:00
msgid "No CSI structure available"
msgstr "沒有可用的 CSI 結構了"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:576
2012-03-07 10:35:30 +00:00
msgid "Level 2 halted"
msgstr "層級 2 停止"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:579
2012-03-07 10:35:30 +00:00
msgid "Invalid exchange"
msgstr "不適用的交換"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:582
2012-03-07 10:35:30 +00:00
msgid "Invalid request descriptor"
msgstr "不適用的請求敘述項"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:585
2012-03-07 10:35:30 +00:00
msgid "Exchange full"
msgstr "交換已滿"
2000-08-28 08:00:42 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:588
2012-03-07 10:35:30 +00:00
msgid "No anode"
msgstr "沒有 anode"
2004-12-22 20:10:10 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:591
2012-03-07 10:35:30 +00:00
msgid "Invalid request code"
msgstr "不適用的請求碼"
2004-12-22 20:10:10 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:594
2012-03-07 10:35:30 +00:00
msgid "Invalid slot"
msgstr "不適用的 slot"
2004-12-22 20:10:10 +00:00
2021-01-28 16:45:09 +00:00
#: sysdeps/gnu/errlist.h:597
2023-01-31 21:30:44 +00:00
msgid "File locking deadlock error"
msgstr "檔案鎖定停頓錯誤"
#: sysdeps/gnu/errlist.h:600
2012-03-07 10:35:30 +00:00
msgid "Bad font file format"
msgstr "錯誤的字型檔格式"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:603
2012-03-07 10:35:30 +00:00
msgid "Machine is not on the network"
msgstr "機器不在網路中"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:606
2012-03-07 10:35:30 +00:00
msgid "Package not installed"
msgstr "套件並未安裝"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:609
2012-03-07 10:35:30 +00:00
msgid "Advertise error"
msgstr "通知錯誤"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:612
2012-03-07 10:35:30 +00:00
msgid "Srmount error"
msgstr "Srmount 錯誤"
2001-04-26 06:51:00 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:615
2012-03-07 10:35:30 +00:00
msgid "Communication error on send"
msgstr "在傳送時通訊錯誤"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:618
2012-03-07 10:35:30 +00:00
msgid "RFS specific error"
msgstr "RFS 特定錯誤"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:621
2012-03-07 10:35:30 +00:00
msgid "Name not unique on network"
msgstr "網路上的名稱不是唯一的"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:624
2012-03-07 10:35:30 +00:00
msgid "File descriptor in bad state"
msgstr "檔案敘述項處於錯誤狀態"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:627
2012-03-07 10:35:30 +00:00
msgid "Remote address changed"
msgstr "遠端位址改變了"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:630
2012-03-07 10:35:30 +00:00
msgid "Can not access a needed shared library"
msgstr "無法存取所需的分享函式庫"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:633
2012-03-07 10:35:30 +00:00
msgid "Accessing a corrupted shared library"
msgstr "存取一個毀掉的分享函式庫"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:636
2012-03-07 10:35:30 +00:00
msgid ".lib section in a.out corrupted"
2013-06-11 06:49:00 +00:00
msgstr "a.out 中 .lib 區段毀掉了"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:639
2012-03-07 10:35:30 +00:00
msgid "Attempting to link in too many shared libraries"
msgstr "嘗試去連結太多的分享資料庫"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:642
2012-03-07 10:35:30 +00:00
msgid "Cannot exec a shared library directly"
msgstr "不能直接執行一個分享函式庫"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:645
2012-03-07 10:35:30 +00:00
msgid "Streams pipe error"
msgstr "資料流管線錯誤"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:648
2012-03-07 10:35:30 +00:00
msgid "Structure needs cleaning"
msgstr "結構需要清理"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:651
2012-03-07 10:35:30 +00:00
msgid "Not a XENIX named type file"
msgstr "並非 XENIX 命名格式的檔案"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:654
2012-03-07 10:35:30 +00:00
msgid "No XENIX semaphores available"
msgstr "沒有可用的 XENIX 信號標誌了"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:657
2012-03-07 10:35:30 +00:00
msgid "Is a named type file"
msgstr "是個具名的型態檔案"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:660
2012-03-07 10:35:30 +00:00
msgid "Remote I/O error"
msgstr "遠端輸出入錯誤"
2005-07-26 04:04:13 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:663
2012-03-07 10:35:30 +00:00
msgid "No medium found"
msgstr "找不到媒體"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:666
2012-03-07 10:35:30 +00:00
msgid "Wrong medium type"
msgstr "錯誤的媒體型態"
2007-07-12 18:26:36 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:669
2012-03-07 10:35:30 +00:00
msgid "Required key not available"
msgstr "必要鍵值無法使用"
2007-07-12 18:26:36 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:672
2012-03-07 10:35:30 +00:00
msgid "Key has expired"
msgstr "鍵值已過期"
2000-08-28 08:00:42 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:675
2012-03-07 10:35:30 +00:00
msgid "Key has been revoked"
msgstr "鍵值已取消"
2005-07-26 04:04:13 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:678
2012-03-07 10:35:30 +00:00
msgid "Key was rejected by service"
msgstr "鍵值被服務所拒絕"
2005-07-26 04:04:13 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:681
2012-03-07 10:35:30 +00:00
msgid "Operation not possible due to RF-kill"
msgstr "由於 RF-kill 而無法操作"
2005-07-26 04:04:13 +00:00
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:684
2013-06-11 06:49:00 +00:00
msgid "Memory page has hardware error"
msgstr "記憶體分頁有硬體錯誤"
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:687
2020-08-05 00:31:51 +00:00
msgid "RPC struct is bad"
msgstr "RPC 結構是壞的"
#. TRANS The file was the wrong type for the
#. TRANS operation, or a data file had the wrong format.
#. TRANS
#. TRANS On some systems @code{chmod} returns this error if you try to set the
#. TRANS sticky bit on a non-directory file; @pxref{Setting Permissions}.
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:696
2020-08-05 00:31:51 +00:00
msgid "Inappropriate file type or format"
msgstr "不希望的檔案型態或格式"
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:699
2020-08-05 00:31:51 +00:00
msgid "RPC bad procedure for program"
msgstr "程式的 RPC 程序錯誤"
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:702
2020-08-05 00:31:51 +00:00
msgid "Authentication error"
msgstr "鑑定錯誤"
#. TRANS On @gnuhurdsystems{}, opening a file returns this error when the file is
#. TRANS translated by a program and the translator program dies while starting
#. TRANS up, before it has connected to the file.
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:709
2020-08-05 00:31:51 +00:00
msgid "Translator died"
msgstr "中介程式已經結束"
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:712
2020-08-05 00:31:51 +00:00
msgid "RPC version wrong"
msgstr "RPC 版本錯誤"
#. TRANS You did @strong{what}?
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:717
2020-08-05 00:31:51 +00:00
msgid "You really blew it this time"
msgstr "這次真的被您打敗了"
#. TRANS This means that the per-user limit on new process would be exceeded by
#. TRANS an attempted @code{fork}. @xref{Limits on Resources}, for details on
#. TRANS the @code{RLIMIT_NPROC} limit.
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:724
2020-08-05 00:31:51 +00:00
msgid "Too many processes"
msgstr "太多的行程"
#. TRANS This error code has no purpose.
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:729
2020-08-05 00:31:51 +00:00
msgid "Gratuitous error"
msgstr "無故的錯誤"
#. TRANS A function returns this error when certain parameter
#. TRANS values are valid, but the functionality they request is not available.
#. TRANS This can mean that the function does not implement a particular command
#. TRANS or option value or flag bit at all. For functions that operate on some
#. TRANS object given in a parameter, such as a file descriptor or a port, it
#. TRANS might instead mean that only @emph{that specific object} (file
#. TRANS descriptor, port, etc.) is unable to support the other parameters given;
#. TRANS different file descriptors might support different ranges of parameter
#. TRANS values.
#. TRANS
#. TRANS If the entire function is not available at all in the implementation,
#. TRANS it returns @code{ENOSYS} instead.
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:745
2020-08-05 00:31:51 +00:00
msgid "Not supported"
msgstr "並未支援"
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:748
2020-08-05 00:31:51 +00:00
msgid "RPC program version wrong"
msgstr "RPC 程式版本錯誤"
#. TRANS On @gnuhurdsystems{}, servers supporting the @code{term} protocol return
#. TRANS this error for certain operations when the caller is not in the
#. TRANS foreground process group of the terminal. Users do not usually see this
#. TRANS error because functions such as @code{read} and @code{write} translate
#. TRANS it into a @code{SIGTTIN} or @code{SIGTTOU} signal. @xref{Job Control},
#. TRANS for information on process groups and these signals.
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:758
2020-08-05 00:31:51 +00:00
msgid "Inappropriate operation for background process"
msgstr "不希望的背景行程運作"
# This is error EIEIO, errno 104
#
# - Macro: int EIEIO
# Go home and have a glass of warm, dairy-fresh milk.
#
# The following messages were copied & pasted
# from es.po by Santiago Vila Doncel <sanvila@unex.es>.
#
# <es.po>
# 穌u diablos es esto?, esperemos a tener las fuentes
# estupendo, este error parece mostrarse en dos ocasiones
# - Macro: int EIEIO
# Go home and have a glass of warm, dairy-fresh milk.
# Jochen tambien lo traduce as. em
#
# Okay. Since you are dying to know, I'll tell you.
# This is a joke, obviously. There is a children's song which begins,
# "Old McDonald had a farm, e-i-e-i-o." Every time I see the (real)
# errno macro EIO, I think about that song. Probably most of my
# compatriots who program on Unix do, too. One of them must have stayed
# up a little too late one night and decided to add it to Hurd or Glibc.
# Whoever did it should be castigated, but it made me laugh.
# --jtobey@channel1.com
#
# "bought the farm" means "died". -jtobey
#
# Bueno, pues despu廥 de pensarlo mucho, he seguido el ejemplo de la
# traducci鏮 francesa (traducci鏮 libre). sv
# </es.po>
#
# 簡單的說,兒歌 "唐老先生有塊地...",然後呢?? ;-p
#
#. TRANS Go home and have a glass of warm, dairy-fresh milk.
#. TRANS @c Okay. Since you are dying to know, I'll tell you.
#. TRANS @c This is a joke, obviously. There is a children's song which begins,
#. TRANS @c "Old McDonald had a farm, e-i-e-i-o." Every time I see the (real)
#. TRANS @c errno macro EIO, I think about that song. Probably most of my
#. TRANS @c compatriots who program on Unix do, too. One of them must have stayed
#. TRANS @c up a little too late one night and decided to add it to Hurd or Glibc.
#. TRANS @c Whoever did it should be castigated, but it made me laugh.
#. TRANS @c --jtobey@channel1.com
#. TRANS @c
#. TRANS @c "bought the farm" means "died". -jtobey
#. TRANS @c
#. TRANS @c Translators, please do not translate this litteraly, translate it into
#. TRANS @c an idiomatic funny way of saying that the computer died.
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:776
2020-08-05 00:31:51 +00:00
msgid "Computer bought the farm"
msgstr "這臺電腦買了一塊地囉"
#. TRANS In @theglibc{}, this is another name for @code{EAGAIN} (above).
#. TRANS The values are always the same, on every operating system.
#. TRANS
#. TRANS C libraries in many older Unix systems have @code{EWOULDBLOCK} as a
#. TRANS separate error code.
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:785
2020-08-05 00:31:51 +00:00
msgid "Operation would block"
msgstr "操作將會暫停"
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:788
2020-08-05 00:31:51 +00:00
msgid "Need authenticator"
msgstr "需要認證"
#. TRANS The experienced user will know what is wrong.
#. TRANS @c This error code is a joke. Its perror text is part of the joke.
#. TRANS @c Don't change it.
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:795
2020-08-05 00:31:51 +00:00
msgid "?"
msgstr "?"
2023-01-31 21:30:44 +00:00
#: sysdeps/gnu/errlist.h:798
2020-08-05 00:31:51 +00:00
msgid "RPC program not available"
msgstr "RPC 程式不存在"
2023-01-31 21:30:44 +00:00
#: sysdeps/mach/_strerror.c:43 sysdeps/mach/xpg-strerror.c:55
2012-03-07 10:35:30 +00:00
msgid "Error in unknown error system: "
msgstr "未知系統錯誤: "
2005-07-26 04:04:13 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:2
2012-03-07 10:35:30 +00:00
msgid "Address family for hostname not supported"
2019-08-01 03:38:15 +00:00
msgstr "不支援主機名稱的位址家族"
2005-07-26 04:04:13 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:3
2012-03-07 10:35:30 +00:00
msgid "Temporary failure in name resolution"
2019-08-01 03:38:15 +00:00
msgstr "解析名稱時發生暫時性錯誤"
2005-07-26 04:04:13 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:4
2012-03-07 10:35:30 +00:00
msgid "Bad value for ai_flags"
2019-08-01 03:38:15 +00:00
msgstr "ai_flags 的值無效"
2005-07-26 04:04:13 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:5
2012-03-07 10:35:30 +00:00
msgid "Non-recoverable failure in name resolution"
2019-08-01 03:38:15 +00:00
msgstr "解析名稱時發生無法復原錯誤"
2005-07-26 04:04:13 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:6
2012-03-07 10:35:30 +00:00
msgid "ai_family not supported"
2019-08-01 03:38:15 +00:00
msgstr "不支援 ai_family"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:7
2012-03-07 10:35:30 +00:00
msgid "Memory allocation failure"
2019-08-01 03:38:15 +00:00
msgstr "分配記憶體失敗"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:8
2012-03-07 10:35:30 +00:00
msgid "No address associated with hostname"
2019-08-01 03:38:15 +00:00
msgstr "沒有位址關聯至此主機名稱"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:9
2012-03-07 10:35:30 +00:00
msgid "Name or service not known"
2019-08-01 03:38:15 +00:00
msgstr "名稱或服務未知"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:10
2012-03-07 10:35:30 +00:00
msgid "Servname not supported for ai_socktype"
2019-08-01 03:38:15 +00:00
msgstr "ai_socktype 不支援伺服器名稱 (Servname)"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:11
2012-03-07 10:35:30 +00:00
msgid "ai_socktype not supported"
2019-08-01 03:38:15 +00:00
msgstr "不支援 ai_socktype"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:12
2012-03-07 10:35:30 +00:00
msgid "System error"
msgstr "系統錯誤"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:13
2012-03-07 10:35:30 +00:00
msgid "Processing request in progress"
2019-08-01 03:38:15 +00:00
msgstr "正在處理請求"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:14
2012-03-07 10:35:30 +00:00
msgid "Request canceled"
2019-08-01 03:38:15 +00:00
msgstr "已取消請求"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:15
2012-03-07 10:35:30 +00:00
msgid "Request not canceled"
2019-08-01 03:38:15 +00:00
msgstr "未取消請求"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:16
2012-03-07 10:35:30 +00:00
msgid "All requests done"
2019-08-01 03:38:15 +00:00
msgstr "所有請求完成"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:17
2012-03-07 10:35:30 +00:00
msgid "Interrupted by a signal"
2020-01-16 14:12:35 +00:00
msgstr "遭信號中斷"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:18
2012-03-07 10:35:30 +00:00
msgid "Parameter string not correctly encoded"
2019-08-01 03:38:15 +00:00
msgstr "未正確編碼參數字串"
2000-08-28 08:00:42 +00:00
2023-07-18 19:22:19 +00:00
#: sysdeps/posix/gai_strerror-strs.h:19
msgid "Result too large for supplied buffer"
msgstr "結果過大,無法置入緩衝區"
2022-02-03 04:30:15 +00:00
#: sysdeps/x86/dl-prop.h:61
msgid "CPU ISA level is lower than required"
msgstr "CPU ISA 級別小於所需級別"
2024-01-31 00:10:02 +00:00
#: sysdeps/x86/readelflib.c:49
2023-07-18 19:22:19 +00:00
#, c-format
msgid "%s is for unknown machine %d.\n"
msgstr "%s 是給未知的機器 %d。\n"
2024-01-31 00:10:02 +00:00
#: sysdeps/x86_64/dl-cet.c:214
msgid "rebuild shared object with IBT support enabled"
msgstr "重新組建啟用 IBT 支援的共用物件"
#: sysdeps/x86_64/dl-cet.c:233
msgid "rebuild shared object with SHSTK support enabled"
msgstr "重新組建啟用 SHSTK 支援的共用物件"
2024-06-24 10:09:30 +00:00
#: timezone/zdump.c:402
2020-08-05 00:31:51 +00:00
msgid "has characters other than ASCII alphanumerics, '-' or '+'"
msgstr "包含除 ASCII 數字、英文字母、「-」及「+」以外的字元"
2024-06-24 10:09:30 +00:00
#: timezone/zdump.c:404
2018-08-01 04:59:03 +00:00
msgid "has fewer than 3 characters"
2019-08-01 03:38:15 +00:00
msgstr "少於 3 個字元"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zdump.c:406
2018-08-01 04:59:03 +00:00
msgid "has more than 6 characters"
2019-08-01 03:38:15 +00:00
msgstr "多於 6 個字元"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zdump.c:411
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"
msgstr "%s: 警告:區域「%s」縮寫「%s」%s\n"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zdump.c:457
2017-01-11 14:05:35 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid ""
2019-01-25 16:35:42 +00:00
"%s: usage: %s OPTIONS TIMEZONE ...\n"
2018-08-01 04:59:03 +00:00
"Options include:\n"
" -c [L,]U Start at year L (default -500), end before year U (default 2500)\n"
" -t [L,]U Start at time L, end before time U (in seconds since 1970)\n"
" -i List transitions briefly (format is experimental)\n"
" -v List transitions verbosely\n"
" -V List transitions a bit less verbosely\n"
" --help Output this help\n"
" --version Output version info\n"
2012-03-07 10:35:30 +00:00
"\n"
2013-06-11 06:49:00 +00:00
"Report bugs to %s.\n"
2012-03-07 10:35:30 +00:00
msgstr ""
2019-08-01 03:38:15 +00:00
"%s: 用法: %s 選項 時區 ...\n"
"<選項> 包含:\n"
" -c [L,]U 從 L 年開始(預設 -500) , 到 U 年結束(預設 2500) \n"
" -t [L,]U 從 L 時間開始,到 U 時間結束 (秒數,從 1970 年開始)\n"
" -i 簡略列出轉換(格式為實驗性功能)\n"
" -v 詳細列出轉換\n"
" -V 稍微詳細地列出轉換\n"
" --help 輸出此說明\n"
" --version 輸出版本資訊\n"
"\n"
"將臭蟲回報到 %s。\n"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zdump.c:543
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: wild -c argument %s\n"
msgstr "%s: wild -c 引數 %s\n"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zdump.c:576
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: wild -t argument %s\n"
2019-08-01 03:38:15 +00:00
msgstr "%s: wild -t 引數 %s\n"
2017-01-11 14:05:35 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:463
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: Memory exhausted: %s\n"
msgstr "%s: 記憶體已用完: %s\n"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:470
2018-08-01 04:59:03 +00:00
msgid "size overflow"
2019-08-01 03:38:15 +00:00
msgstr "大小溢位"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:559
2018-08-01 04:59:03 +00:00
msgid "integer overflow"
msgstr "整數溢位"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:585
msgid "command line"
msgstr "指令行"
#: timezone/zic.c:588
msgid "standard input"
msgstr "標準輸入"
#: timezone/zic.c:616
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "\"%s\", line %<PRIdMAX>: "
2019-08-01 03:38:15 +00:00
msgstr "「%s」, 第 %<PRIdMAX> 列:"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:620
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid " (rule from \"%s\", line %<PRIdMAX>)"
2019-08-01 03:38:15 +00:00
msgstr "(規則來自「%s」, 第 %<PRIdMAX> 行)"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:639
2018-08-01 04:59:03 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "warning: "
msgstr "警告: "
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:695
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: Can't chdir to %s: %s\n"
2019-08-01 03:38:15 +00:00
msgstr "%s: 無法切換目錄 (chdir) 至 %s: %s\n"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:992
2012-03-07 10:35:30 +00:00
msgid "wild compilation-time specification of zic_t"
msgstr "zic_t 的萬用編譯時間規格"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1011 timezone/zic.c:1015
2020-08-05 00:31:51 +00:00
msgid "incompatible -b options"
msgstr "不相容的 -b 選項"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1018
2020-08-05 00:31:51 +00:00
#, c-format
msgid "invalid option: -b '%s'"
msgstr "無效選項:-b '%s'"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1025
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: More than one -d option specified\n"
msgstr "%s: 您使用了超過一個 -d 選項\n"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1036
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: More than one -l option specified\n"
msgstr "%s: 您使用了超過一個 -l 選項\n"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1047
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: More than one -p option specified\n"
msgstr "%s: 您使用了超過一個 -p 選項\n"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1056
2019-08-01 03:38:15 +00:00
#, c-format
2019-01-25 16:35:42 +00:00
msgid "%s: More than one -t option specified\n"
2019-08-01 03:38:15 +00:00
msgstr "%s: 指定了多於一個 -t 選項\n"
2019-01-25 16:35:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1071
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: More than one -L option specified\n"
msgstr "%s: 您使用了超過一個 -L 選項\n"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1083
2020-08-05 00:31:51 +00:00
#, c-format
msgid "%s: More than one -r option specified\n"
msgstr "%s: 指定的 -r 選項超過一個\n"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1090
2020-08-05 00:31:51 +00:00
#, c-format
msgid "%s: invalid time range: %s\n"
msgstr "%s: 無效的時間範圍: %s\n"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1104
2018-08-01 04:59:03 +00:00
msgid "-s ignored"
2019-08-01 03:38:15 +00:00
msgstr "-s 已被忽略"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1171
2018-08-01 04:59:03 +00:00
msgid "empty file name"
2019-08-01 03:38:15 +00:00
msgstr "檔名為空"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1174
2018-08-01 04:59:03 +00:00
#, c-format
msgid "file name '%s' begins with '/'"
2019-08-01 03:38:15 +00:00
msgstr "「%s」檔名開頭為「/」"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1184
2018-08-01 04:59:03 +00:00
#, c-format
msgid "file name '%s' contains '%.*s' component"
2019-08-01 03:38:15 +00:00
msgstr "「%s」檔名包含「%.*s」元件"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1190
2018-08-01 04:59:03 +00:00
#, c-format
msgid "file name '%s' component contains leading '-'"
2019-08-01 03:38:15 +00:00
msgstr "「%s」檔名的元件包含前置「-」"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1193
2018-08-01 04:59:03 +00:00
#, c-format
msgid "file name '%s' contains overlength component '%.*s...'"
2019-08-01 03:38:15 +00:00
msgstr "「%s」檔名包含過長的「%.*s...」元件"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1221
2015-02-06 03:56:00 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "file name '%s' contains byte '%c'"
2019-08-01 03:38:15 +00:00
msgstr "「%s」檔名包含「%c」位元"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1222
2018-08-01 04:59:03 +00:00
#, c-format
msgid "file name '%s' contains byte '\\%o'"
2019-08-01 03:38:15 +00:00
msgstr "「%s」檔名包含「\\%o」位元"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1369
2019-08-01 03:38:15 +00:00
#, c-format
2024-06-24 10:09:30 +00:00
msgid "%s: Can't create %s/%s: %s\n"
msgstr "%s: 無法建立 %s/%s: %s\n"
2015-02-06 03:56:00 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1463
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: Can't remove %s/%s: %s\n"
2019-08-01 03:38:15 +00:00
msgstr "%s: 無法移除 %s/%s: %s\n"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1536
2018-08-01 04:59:03 +00:00
#, c-format
msgid "symbolic link used because hard link failed: %s"
2019-08-01 03:38:15 +00:00
msgstr "因為建立實際連結失敗,因此改使用符號連結:%s"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1544
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: Can't read %s/%s: %s\n"
2019-08-01 03:38:15 +00:00
msgstr "%s: 無法讀取 %s/%s: %s\n"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1554
2018-08-01 04:59:03 +00:00
#, c-format
msgid "copy used because hard link failed: %s"
2019-08-01 03:38:15 +00:00
msgstr "因為建立實際連結失敗,因此改複製:%s"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1557
2018-08-01 04:59:03 +00:00
#, c-format
msgid "copy used because symbolic link failed: %s"
2019-08-01 03:38:15 +00:00
msgstr "因為建立符號連結失敗,因此改複製:%s"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1608 timezone/zic.c:1610
2012-03-07 10:35:30 +00:00
msgid "same rule name in multiple files"
msgstr "在多個檔案裡面有相同的規則名稱"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1656
2004-12-22 20:10:10 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "%s in ruleless zone"
msgstr "%s 在沒有規則的區段"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1688
msgid "line too long"
msgstr "列的長度過長"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1709
2012-03-07 10:35:30 +00:00
#, c-format
msgid "%s: Can't open %s: %s\n"
msgstr "%s: 無法開啟 %s: %s\n"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1734
2012-03-07 10:35:30 +00:00
msgid "input line of unknown type"
msgstr "不明型別的輸入列"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1761
2012-03-07 10:35:30 +00:00
msgid "expected continuation line not found"
msgstr "找不到預期的接續列"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1797
2020-08-05 00:31:51 +00:00
msgid "fractional seconds rejected by pre-2018 versions of zic"
msgstr "早於 2018 版的 zic 拒絕有小數部分的秒"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1815 timezone/zic.c:3761
2012-03-07 10:35:30 +00:00
msgid "time overflow"
msgstr "時間溢位"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1821
2012-03-07 10:35:30 +00:00
msgid "values over 24 hours not handled by pre-2007 versions of zic"
msgstr "24 小時以上的值無法由早於 2007 的 zic 版本所處理"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1839
2019-01-25 16:35:42 +00:00
msgid "invalid saved time"
msgstr "無效的節約時間"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1850
2012-03-07 10:35:30 +00:00
msgid "wrong number of fields on Rule line"
msgstr "規則設定列的欄位數目錯誤"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1859
2019-08-01 03:38:15 +00:00
#, c-format
2019-01-25 16:35:42 +00:00
msgid "Invalid rule name \"%s\""
2019-08-01 03:38:15 +00:00
msgstr "規則名稱「%s」無效"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1883
2012-03-07 10:35:30 +00:00
msgid "wrong number of fields on Zone line"
msgstr "時區設定列的欄位數目錯誤"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1887
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "\"Zone %s\" line and -l option are mutually exclusive"
msgstr "\"區段 %s\" 列和 -l 選項是互斥的"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1892
2005-07-26 04:04:13 +00:00
#, c-format
2012-03-07 10:35:30 +00:00
msgid "\"Zone %s\" line and -p option are mutually exclusive"
msgstr "\"區段 %s\" 列和 -p 選項是互斥的"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1899
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "duplicate zone name %s (file \"%s\", line %<PRIdMAX>)"
2019-08-01 03:38:15 +00:00
msgstr "時區名稱 %s 重複(「%s」檔案, 第 %<PRIdMAX> 行)"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1913
2012-03-07 10:35:30 +00:00
msgid "wrong number of fields on Zone continuation line"
msgstr "時區接續列的欄位數目不對"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1952
2018-08-01 04:59:03 +00:00
msgid "invalid UT offset"
2019-08-01 03:38:15 +00:00
msgstr "無效的 UT 位移"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1956
2012-03-07 10:35:30 +00:00
msgid "invalid abbreviation format"
msgstr "無效的縮寫格式"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:1986
msgid "Zone continuation line end time is not after end time of previous line"
msgstr "時區接續列的結束時間不在上一列的結束時間之後"
#: timezone/zic.c:1997
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "format '%s' not handled by pre-2015 versions of zic"
2019-08-01 03:38:15 +00:00
msgstr "「%s」格式並非由早於 2015 的 zic 版本處理"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2027
2012-03-07 10:35:30 +00:00
msgid "invalid leaping year"
msgstr "無效的閏年"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2049 timezone/zic.c:2154
2012-03-07 10:35:30 +00:00
msgid "invalid month name"
2019-08-01 03:38:15 +00:00
msgstr "無效的月份名稱"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2062 timezone/zic.c:2252 timezone/zic.c:2266
2012-03-07 10:35:30 +00:00
msgid "invalid day of month"
msgstr "無效的日期數字"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2067
2012-03-07 10:35:30 +00:00
msgid "time too small"
msgstr "時間太小"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2071
2012-03-07 10:35:30 +00:00
msgid "time too large"
msgstr "時間太大"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2075 timezone/zic.c:2183
2012-03-07 10:35:30 +00:00
msgid "invalid time of day"
msgstr "無效的時間數字"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2078
2023-07-07 15:27:08 +00:00
msgid "leap second precedes Epoch"
msgstr "閏表比 Epoch 早"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2086
2020-08-05 00:31:51 +00:00
msgid "wrong number of fields on Leap line"
msgstr "閏時設定列的欄位數目錯誤"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2092
2020-08-05 00:31:51 +00:00
msgid "invalid Rolling/Stationary field on Leap line"
msgstr "Leap 列上的 Rolling/Stationary 欄位無效"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2100
2020-08-05 00:31:51 +00:00
msgid "invalid CORRECTION field on Leap line"
msgstr "Leap 列上的 CORRECTION 欄位無效"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2112
2020-08-05 00:31:51 +00:00
msgid "wrong number of fields on Expires line"
msgstr "Expires 列上的欄位數有誤"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2114
2020-08-05 00:31:51 +00:00
msgid "multiple Expires lines"
msgstr "有多個 Expires 列"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2125
2012-03-07 10:35:30 +00:00
msgid "wrong number of fields on Link line"
msgstr "連結設定列的欄位數目錯誤"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2199
2012-03-07 10:35:30 +00:00
msgid "invalid starting year"
msgstr "無效的起始年分"
2005-07-26 04:04:13 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2214
2012-03-07 10:35:30 +00:00
msgid "invalid ending year"
msgstr "無效的結束年分"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2218
2012-03-07 10:35:30 +00:00
msgid "starting year greater than ending year"
msgstr "起始年分比結束年分還要大"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2257
2012-03-07 10:35:30 +00:00
msgid "invalid weekday name"
msgstr "無效的工作日名稱"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2435
2005-07-26 04:04:13 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "reference clients mishandle more than %d transition times"
2019-08-01 03:38:15 +00:00
msgstr "參考客戶端會無法處理超過 %d 次的轉換次數"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2439
2018-08-01 04:59:03 +00:00
msgid "pre-2014 clients may mishandle more than 1200 transition times"
2019-08-01 03:38:15 +00:00
msgstr "早於 2014 的客戶端可能會無法處理超過 1200 次的轉換次數"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2537
2018-08-01 04:59:03 +00:00
msgid "too many transition times"
2019-08-01 03:38:15 +00:00
msgstr "轉換次數過多"
2018-08-01 04:59:03 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:2801
2023-07-07 15:27:08 +00:00
#, c-format
msgid "%%z UT offset magnitude exceeds 99:59:59"
msgstr "%%z UT 偏移量超出 99:59:59"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3187
2018-08-01 04:59:03 +00:00
#, c-format
msgid "%s: pre-%d clients may mishandle distant timestamps"
2019-08-01 03:38:15 +00:00
msgstr "%s: 早於 %d 的客戶端可能會無法處理過久的時間戳"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3316
2023-07-07 15:27:08 +00:00
msgid "two rules for same instant"
msgstr "同個瞬間有兩條規則"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3389
2018-08-01 04:59:03 +00:00
msgid "can't determine time zone abbreviation to use just after until time"
msgstr "無法決定在結束時間以後該使用的時區簡寫"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3490
2018-08-01 04:59:03 +00:00
msgid "UT offset out of range"
2019-08-01 03:38:15 +00:00
msgstr "UT 位移超出範圍"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3513
2020-08-05 00:31:51 +00:00
msgid "too many local time types"
msgstr "太多本地時間格式"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3531
2012-03-07 10:35:30 +00:00
msgid "too many leap seconds"
msgstr "太多閏秒"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3562
2019-01-25 16:35:42 +00:00
msgid "Leap seconds too close together"
2019-08-01 03:38:15 +00:00
msgstr "閏秒之間過於接近"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3573
2023-07-07 15:27:08 +00:00
msgid "last Leap time does not precede Expires time"
msgstr "上個 Leap 時間沒有比 Expires 時間早"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3680
2019-01-25 16:35:42 +00:00
#, c-format
msgid "\"%s\" is undocumented; use \"last%s\" instead"
2019-08-01 03:38:15 +00:00
msgstr "「%s」未在文件中記載; 請改用「last%s」"
2019-01-25 16:35:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3711
2019-01-25 16:35:42 +00:00
#, c-format
msgid "\"%s\" is ambiguous in pre-2017c zic"
2019-08-01 03:38:15 +00:00
msgstr "「%s」在 pre-2017c zic 是不明確的"
2019-01-25 16:35:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3742
2012-03-07 10:35:30 +00:00
msgid "Odd number of quotation marks"
msgstr "引號數目為奇數"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3839
2012-03-07 10:35:30 +00:00
msgid "use of 2/29 in non leap-year"
msgstr "在非閏年時用到 2/29 日"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3865
2018-08-01 04:59:03 +00:00
msgid "rule goes past start/end of month; will not work with pre-2004 versions of zic"
2019-08-01 03:38:15 +00:00
msgstr "規則超過開始 / 結束月份;將無法適用於早於 2004 的 zic 版本"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3892
2018-08-01 04:59:03 +00:00
msgid "time zone abbreviation has fewer than 3 characters"
2019-08-01 03:38:15 +00:00
msgstr "時區縮寫小於 3 個字元"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3894
2018-08-01 04:59:03 +00:00
msgid "time zone abbreviation has too many characters"
2019-08-01 03:38:15 +00:00
msgstr "時區縮寫字數過多"
2000-08-28 08:00:42 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3896
2012-03-07 10:35:30 +00:00
msgid "time zone abbreviation differs from POSIX standard"
msgstr "時區縮寫與 POSIX 標準不同"
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3902
2012-03-07 10:35:30 +00:00
msgid "too many, or too long, time zone abbreviations"
msgstr "時區縮寫太多或者太長"
2004-12-22 20:10:10 +00:00
2024-06-24 10:09:30 +00:00
#: timezone/zic.c:3953
2019-08-01 03:38:15 +00:00
#, c-format
2018-08-01 04:59:03 +00:00
msgid "%s: Can't create directory %s: %s"
2019-08-01 03:38:15 +00:00
msgstr "%s: 無法建立 %s 目錄:%s"