(root)/
tar-1.35/
po/
zh_TW.po
# Traditional Chinese Messages for tar.
# Copyright (C) 2005 Free Software Foundation, Inc.
# This file is distributed under the same license as the tar package.
#
# Wei-Lun Chao <bluebat@member.fsf.org>, 2009, 2013, 2016.
# Yi-Jyun Pan <pan93412@gmail.com>, 2018, 2019, 2023.
#: src/create.c:1579
msgid ""
msgstr ""
"Project-Id-Version: GNU tar 1.34\n"
"Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
"POT-Creation-Date: 2023-07-18 09:55+0300\n"
"PO-Revision-Date: 2023-05-23 12:57+0800\n"
"Last-Translator: Yi-Jyun Pan <pan93412@gmail.com>\n"
"Language-Team: Chinese (traditional) <zh-l10n@lists.linux.org.tw>\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
"X-Generator: Poedit 3.3.1\n"

#: gnu/argmatch.c:145
#, c-format
msgid "invalid argument %s for %s"
msgstr "%2$s 的引數 %1$s 無效"

#: gnu/argmatch.c:146
#, c-format
msgid "ambiguous argument %s for %s"
msgstr "%2$s 的引數 %1$s 是模稜兩可的"

#: gnu/argmatch.c:165
msgid "Valid arguments are:"
msgstr "有效的引數為:"

#: gnu/argp-help.c:151
#, c-format
msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
msgstr "ARGP_HELP_FMT:%s 值是少於或等於 %s"

#: gnu/argp-help.c:227
#, c-format
msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
msgstr "%.*s: ARGP_HELP_FMT 參數需要一個值"

#: gnu/argp-help.c:237
#, c-format
msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
msgstr "%.*s: 不明的 ARGP_HELP_FMT 參數"

#: gnu/argp-help.c:250
#, c-format
msgid "Garbage in ARGP_HELP_FMT: %s"
msgstr "ARGP_HELP_FMT 中無用的資訊: %s"

#: gnu/argp-help.c:1363
msgid ""
"Mandatory or optional arguments to long options are also mandatory or "
"optional for any corresponding short options."
msgstr "長選項的必須或可選用的引數也是相對應短選項的必須或可選用的引數。"

#: gnu/argp-help.c:1729
msgid "Usage:"
msgstr "用法:"

#: gnu/argp-help.c:1733
msgid "  or: "
msgstr "  或:"

#: gnu/argp-help.c:1745
msgid " [OPTION...]"
msgstr " [選項…]"

#: gnu/argp-help.c:1772
#, c-format
msgid "Try '%s --help' or '%s --usage' for more information.\n"
msgstr "試試 %s --help 或 %s --usage 以獲得更多資訊。\n"

#: gnu/argp-help.c:1800
#, c-format
msgid "Report bugs to %s.\n"
msgstr "請向 %s 回報錯誤。\n"

#: gnu/argp-help.c:2001 gnu/error.c:194
msgid "Unknown system error"
msgstr "不明的系統錯誤"

#: gnu/argp-parse.c:80
msgid "give this help list"
msgstr "給出這個使用方式列表"

#: gnu/argp-parse.c:81
msgid "give a short usage message"
msgstr "給出簡短的使用訊息"

#: gnu/argp-parse.c:82 src/tar.c:554 src/tar.c:556 src/tar.c:661
#: tests/genfile.c:134
msgid "NAME"
msgstr "名稱"

#: gnu/argp-parse.c:83
msgid "set the program name"
msgstr "設定程式名稱"

#: gnu/argp-parse.c:84
msgid "SECS"
msgstr "秒"

#: gnu/argp-parse.c:85
msgid "hang for SECS seconds (default 3600)"
msgstr "掛斷若干秒 (預設 3600)"

#: gnu/argp-parse.c:142
msgid "print program version"
msgstr "印出程式版本"

#: gnu/argp-parse.c:159
msgid "(PROGRAM ERROR) No version known!?"
msgstr "(程式錯誤) 沒有已知版本 !?"

#: gnu/argp-parse.c:612
#, c-format
msgid "%s: Too many arguments\n"
msgstr "%s:太多引數\n"

#: gnu/argp-parse.c:758
msgid "(PROGRAM ERROR) Option should have been recognized!?"
msgstr "(程式錯誤) 選項應該已被辨識 !?"

#: gnu/closeout.c:121
msgid "write error"
msgstr "寫入錯誤"

#: gnu/getopt.c:278
#, c-format
msgid "%s: option '%s%s' is ambiguous\n"
msgstr "%s:選項「%s%s」是模稜兩可的\n"

#: gnu/getopt.c:284
#, c-format
msgid "%s: option '%s%s' is ambiguous; possibilities:"
msgstr "%s:選項「%s%s」是模稜兩可的;可能是:"

#: gnu/getopt.c:319
#, c-format
msgid "%s: unrecognized option '%s%s'\n"
msgstr "%s:無法辨識的選項「%s%s」\n"

#: gnu/getopt.c:345
#, c-format
msgid "%s: option '%s%s' doesn't allow an argument\n"
msgstr "%s:選項「%s%s」不允許有引數\n"

#: gnu/getopt.c:360
#, c-format
msgid "%s: option '%s%s' requires an argument\n"
msgstr "%s:選項「%s%s」需要一個引數\n"

#: gnu/getopt.c:621
#, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s:無效的選項 -- %c\n"

#: gnu/getopt.c:636 gnu/getopt.c:682
#, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s:選項需要一個引數 -- %c\n"

#: gnu/obstack.c:337 gnu/obstack.c:339 gnu/xalloc-die.c:34
msgid "memory exhausted"
msgstr "記憶體已耗盡"

#: gnu/openat-die.c:38
#, c-format
msgid "unable to record current working directory"
msgstr "無法記錄目前的工作目錄"

#: gnu/openat-die.c:57
#, c-format
msgid "failed to return to initial working directory"
msgstr "回到初始工作目錄時失敗"

#. TRANSLATORS:
#. Get translations for open and closing quotation marks.
#. The message catalog should translate "`" to a left
#. quotation mark suitable for the locale, and similarly for
#. "'".  For example, a French Unicode local should translate
#. these to U+00AB (LEFT-POINTING DOUBLE ANGLE
#. QUOTATION MARK), and U+00BB (RIGHT-POINTING DOUBLE ANGLE
#. QUOTATION MARK), respectively.
#.
#. If the catalog has no translation, we will try to
#. use Unicode U+2018 (LEFT SINGLE QUOTATION MARK) and
#. Unicode U+2019 (RIGHT SINGLE QUOTATION MARK).  If the
#. current locale is not Unicode, locale_quoting_style
#. will quote 'like this', and clocale_quoting_style will
#. quote "like this".  You should always include translations
#. for "`" and "'" even if U+2018 and U+2019 are appropriate
#. for your locale.
#.
#. If you don't know what to put here, please see
#. <https://en.wikipedia.org/wiki/Quotation_marks_in_other_languages>
#. and use glyphs suitable for your language.
#: gnu/quotearg.c:354
msgid "`"
msgstr "「"

#: gnu/quotearg.c:355
msgid "'"
msgstr "」"

#. TRANSLATORS: A regular expression testing for an affirmative answer
#. (english: "yes").  Testing the first character may be sufficient.
#. Take care to consider upper and lower case.
#. To enquire the regular expression that your system uses for this
#. purpose, you can use the command
#. locale -k LC_MESSAGES | grep '^yesexpr='
#: gnu/rpmatch.c:149
msgid "^[yY]"
msgstr "^[yY是]"

#. TRANSLATORS: A regular expression testing for a negative answer
#. (english: "no").  Testing the first character may be sufficient.
#. Take care to consider upper and lower case.
#. To enquire the regular expression that your system uses for this
#. purpose, you can use the command
#. locale -k LC_MESSAGES | grep '^noexpr='
#: gnu/rpmatch.c:162
msgid "^[nN]"
msgstr "^[nN否]"

#: gnu/version-etc.c:73
#, c-format
msgid "Packaged by %s (%s)\n"
msgstr "由 %s (%s) 打包套件\n"

#: gnu/version-etc.c:76
#, c-format
msgid "Packaged by %s\n"
msgstr "由 %s 打包套件\n"

#. TRANSLATORS: Translate "(C)" to the copyright symbol
#. (C-in-a-circle), if this symbol is available in the user's
#. locale.  Otherwise, do not translate "(C)"; leave it as-is.
#: gnu/version-etc.c:83
msgid "(C)"
msgstr "©"

#. TRANSLATORS: The %s placeholder is the web address of the GPL license.
#: gnu/version-etc.c:88
#, c-format
msgid ""
"License GPLv3+: GNU GPL version 3 or later <%s>.\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"
msgstr ""
"授權條款 GPLv3+: GNU GPL 第三版或後續版本 <%s>。\n"
"這是自由軟體:您可以自由變更和再次散布它。\n"
"在法律所允許的範圍內沒有任何擔保。\n"

#. TRANSLATORS: %s denotes an author name.
#: gnu/version-etc.c:105
#, c-format
msgid "Written by %s.\n"
msgstr "由 %s 編寫。\n"

#. TRANSLATORS: Each %s denotes an author name.
#: gnu/version-etc.c:109
#, c-format
msgid "Written by %s and %s.\n"
msgstr "由 %s 和 %s 編寫。\n"

#. TRANSLATORS: Each %s denotes an author name.
#: gnu/version-etc.c:113
#, c-format
msgid "Written by %s, %s, and %s.\n"
msgstr "由 %s, %s, 和 %s 編寫。\n"

#. TRANSLATORS: Each %s denotes an author name.
#. You can use line breaks, estimating that each author name occupies
#. ca. 16 screen columns and that a screen line has ca. 80 columns.
#: gnu/version-etc.c:120
#, c-format
msgid ""
"Written by %s, %s, %s,\n"
"and %s.\n"
msgstr ""
"由 %s, %s, %s,\n"
"和 %s 編寫。\n"

#. TRANSLATORS: Each %s denotes an author name.
#. You can use line breaks, estimating that each author name occupies
#. ca. 16 screen columns and that a screen line has ca. 80 columns.
#: gnu/version-etc.c:127
#, c-format
msgid ""
"Written by %s, %s, %s,\n"
"%s, and %s.\n"
msgstr ""
"寫作由 %s, %s, %s,\n"
" %s, 和 %s 編寫。\n"

#. TRANSLATORS: Each %s denotes an author name.
#. You can use line breaks, estimating that each author name occupies
#. ca. 16 screen columns and that a screen line has ca. 80 columns.
#: gnu/version-etc.c:134
#, c-format
msgid ""
"Written by %s, %s, %s,\n"
"%s, %s, and %s.\n"
msgstr ""
"寫作由 %s, %s, %s,\n"
" %s, %s, 和 %s 編寫。\n"

#. TRANSLATORS: Each %s denotes an author name.
#. You can use line breaks, estimating that each author name occupies
#. ca. 16 screen columns and that a screen line has ca. 80 columns.
#: gnu/version-etc.c:142
#, c-format
msgid ""
"Written by %s, %s, %s,\n"
"%s, %s, %s, and %s.\n"
msgstr ""
"寫作由 %s, %s, %s,\n"
" %s, %s, %s, 和 %s 編寫。\n"

#. TRANSLATORS: Each %s denotes an author name.
#. You can use line breaks, estimating that each author name occupies
#. ca. 16 screen columns and that a screen line has ca. 80 columns.
#: gnu/version-etc.c:150
#, c-format
msgid ""
"Written by %s, %s, %s,\n"
"%s, %s, %s, %s,\n"
"and %s.\n"
msgstr ""
"寫作由 %s, %s, %s,\n"
" %s, %s, %s, %s,\n"
"和 %s 編寫。\n"

#. TRANSLATORS: Each %s denotes an author name.
#. You can use line breaks, estimating that each author name occupies
#. ca. 16 screen columns and that a screen line has ca. 80 columns.
#: gnu/version-etc.c:159
#, c-format
msgid ""
"Written by %s, %s, %s,\n"
"%s, %s, %s, %s,\n"
"%s, and %s.\n"
msgstr ""
"寫作由 %s, %s, %s,\n"
" %s, %s, %s, %s,\n"
" %s, 和 %s 編寫。\n"

#. TRANSLATORS: Each %s denotes an author name.
#. You can use line breaks, estimating that each author name occupies
#. ca. 16 screen columns and that a screen line has ca. 80 columns.
#: gnu/version-etc.c:170
#, c-format
msgid ""
"Written by %s, %s, %s,\n"
"%s, %s, %s, %s,\n"
"%s, %s, and others.\n"
msgstr ""
"寫作由 %s, %s, %s,\n"
" %s, %s, %s, %s,\n"
" %s, %s, 和其他人編寫。\n"

#. TRANSLATORS: The placeholder indicates the bug-reporting address
#. for this package.  Please add _another line_ saying
#. "Report translation bugs to <...>\n" with the address for translation
#. bugs (typically your translation team's web or email address).
#: gnu/version-etc.c:249
#, c-format
msgid "Report bugs to: %s\n"
msgstr "將錯誤通報給:%s\n"

#: gnu/version-etc.c:251
#, c-format
msgid "Report %s bugs to: %s\n"
msgstr "通報 %s 錯誤給:%s\n"

#: gnu/version-etc.c:255 gnu/version-etc.c:257
#, c-format
msgid "%s home page: <%s>\n"
msgstr "%s 首頁:<%s>\n"

#: gnu/version-etc.c:260
#, c-format
msgid "General help using GNU software: <%s>\n"
msgstr "使用 GNU 軟體的一般說明:<%s>\n"

#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
#. Directly translating this to another language will not work, first because
#. %s itself is not translated.
#. Translate it as `%s: Function %s failed'.
#: lib/paxerror.c:60 lib/paxerror.c:73
#, c-format
msgid "%s: Cannot %s"
msgstr "%s:無法 %s"

#. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'.
#. Directly translating this to another language will not work, first because
#. %s itself is not translated.
#. Translate it as `%s: Function %s failed'.
#: lib/paxerror.c:86
#, c-format
msgid "%s: Warning: Cannot %s"
msgstr "%s:警告:無法 %s"

#: lib/paxerror.c:95
#, c-format
msgid "%s: Cannot change mode to %s"
msgstr "%s:無法變更模式為 %s"

#: lib/paxerror.c:104
#, fuzzy, c-format
#| msgid "%s: Cannot change ownership to uid %lu, gid %lu"
msgid "%s: Cannot change ownership to uid %ju, gid %ju"
msgstr "%s:無法變更所有權為 uid %lu,gid %lu"

#: lib/paxerror.c:130
#, c-format
msgid "%s: Cannot hard link to %s"
msgstr "%s:無法建立硬式連結到 %s"

#: lib/paxerror.c:182 lib/paxerror.c:212
#, fuzzy, c-format
#| msgid "%s: Read error at byte %s, while reading %lu byte"
#| msgid_plural "%s: Read error at byte %s, while reading %lu bytes"
msgid "%s: Read error at byte %jd, while reading %zu byte"
msgid_plural "%s: Read error at byte %jd, while reading %zu bytes"
msgstr[0] "%s:讀取 %s 位元組時錯誤,正在讀取 %lu 位元組"

#: lib/paxerror.c:194
#, fuzzy, c-format
#| msgid "%s: Warning: Read error at byte %s, while reading %lu byte"
#| msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes"
msgid "%s: Warning: Read error at byte %jd, while reading %zu byte"
msgid_plural "%s: Warning: Read error at byte %jd, while reading %zu bytes"
msgstr[0] "%s:警告:讀取 %s 位元組時錯誤,正在讀取 %lu 位元組"

#: lib/paxerror.c:259
#, fuzzy, c-format
#| msgid "%s: Cannot seek to %s"
msgid "%s: Cannot seek to %jd"
msgstr "%s:無法尋求到 %s"

#: lib/paxerror.c:273
#, fuzzy, c-format
#| msgid "%s: Warning: Cannot seek to %s"
msgid "%s: Warning: Cannot seek to %jd"
msgstr "%s:警告:無法尋求到 %s"

#: lib/paxerror.c:281
#, c-format
msgid "%s: Cannot create symlink to %s"
msgstr "%s:無法建立符號連結到 %s"

#: lib/paxerror.c:346
#, fuzzy, c-format
#| msgid "%s: Wrote only %lu of %lu byte"
#| msgid_plural "%s: Wrote only %lu of %lu bytes"
msgid "%s: Wrote only %zu of %zu byte"
msgid_plural "%s: Wrote only %zu of %zu bytes"
msgstr[0] "%1$s:只能寫入 %3$lu 位元組中的 %2$lu 個"

#: lib/paxnames.c:140
#, c-format
msgid "Removing leading `%s' from member names"
msgstr "從成員名稱中移除前端的 %s"

#: lib/paxnames.c:141
#, c-format
msgid "Removing leading `%s' from hard link targets"
msgstr "從硬式連結目標中移除前端的 %s"

#: lib/paxnames.c:154
msgid "Substituting `.' for empty member name"
msgstr "以 . 來替換空的成員名稱"

#: lib/paxnames.c:155
msgid "Substituting `.' for empty hard link target"
msgstr "以 . 來替換空的硬式連結目標"

#: lib/rtapelib.c:295
#, c-format
msgid "exec/tcp: Service not available"
msgstr "exec/tcp:無法提供服務"

#: lib/rtapelib.c:299
#, c-format
msgid "stdin"
msgstr "標準輸入"

#: lib/rtapelib.c:302 src/tar.c:2771
#, c-format
msgid "stdout"
msgstr "標準輸出"

#: lib/rtapelib.c:457
#, c-format
msgid "Cannot connect to %s: resolve failed"
msgstr "無法連線到 %s:解析失敗"

#: lib/rtapelib.c:539
#, c-format
msgid "Cannot redirect files for remote shell"
msgstr "無法將檔案重導至遠端命令殼"

#: lib/rtapelib.c:544
#, fuzzy, c-format
#| msgid "cannot set time on `%s'"
msgid "Cannot reset uid and gid: %s"
msgstr "無法設定時間為 %s"

#: lib/rtapelib.c:556
#, c-format
msgid "Cannot execute remote shell"
msgstr "無法執行遠端命令殼"

#: rmt/rmt.c:434
msgid "Seek direction out of range"
msgstr "尋求方向超出範圍"

#: rmt/rmt.c:440
msgid "Invalid seek direction"
msgstr "無效的尋求方向"

#: rmt/rmt.c:448
msgid "Invalid seek offset"
msgstr "無效的尋求偏移"

#: rmt/rmt.c:454
msgid "Seek offset out of range"
msgstr "尋求偏移值超出範圍"

#: rmt/rmt.c:495 rmt/rmt.c:546 rmt/rmt.c:610
msgid "Invalid byte count"
msgstr "無效的位元組計數"

#: rmt/rmt.c:501 rmt/rmt.c:552 rmt/rmt.c:616 rmt/rmt.c:627
msgid "Byte count out of range"
msgstr "位元組計數超出範圍"

#: rmt/rmt.c:560
msgid "Premature eof"
msgstr "過早出現檔尾"

#: rmt/rmt.c:603
msgid "Invalid operation code"
msgstr "無效的運算碼"

#: rmt/rmt.c:638 rmt/rmt.c:682
msgid "Operation not supported"
msgstr "作業不支援"

#: rmt/rmt.c:666
msgid "Unexpected arguments"
msgstr "未預期的引數"

#: rmt/rmt.c:691
msgid "Manipulate a tape drive, accepting commands from a remote process"
msgstr "操控磁帶機,從遠端行程接受命令"

#: rmt/rmt.c:698 src/tar.c:485 src/tar.c:489 src/tar.c:658 src/tar.c:674
#: src/tar.c:763 src/tar.c:774 tests/genfile.c:179
msgid "NUMBER"
msgstr "數目"

#: rmt/rmt.c:699
msgid "set debug level"
msgstr "設定除錯等級"

#: rmt/rmt.c:700 src/names.c:77 src/names.c:81 src/names.c:99 src/names.c:109
#: src/names.c:112 src/names.c:115 src/names.c:118 src/names.c:120
#: src/tar.c:483 src/tar.c:558 src/tar.c:560 src/tar.c:665 src/tar.c:791
#: tests/genfile.c:136 tests/genfile.c:193 tests/genfile.c:197
#: tests/genfile.c:200 tests/genfile.c:206
msgid "FILE"
msgstr "檔案"

#: rmt/rmt.c:701
msgid "set debug output file name"
msgstr "設定除錯輸出檔案名稱"

#: rmt/rmt.c:717 rmt/rmt.c:785
#, c-format
msgid "cannot open %s"
msgstr "無法開啟 %s"

#: rmt/rmt.c:782 tests/genfile.c:1036
#, c-format
msgid "too many arguments"
msgstr "太多引數"

#: rmt/rmt.c:824
msgid "Garbage command"
msgstr "無用的命令"

#: src/buffer.c:451 src/buffer.c:456 src/buffer.c:779 src/buffer.c:1396
#: src/buffer.c:1433 src/buffer.c:1445 src/buffer.c:1474 src/delete.c:219
#: src/list.c:281 src/update.c:193
msgid "This does not look like a tar archive"
msgstr "這個看起來不像 tar 封存"

#: src/buffer.c:567
msgid "Total bytes read"
msgstr "已讀取位元組總數"

#: src/buffer.c:569
msgid "Total bytes written"
msgstr "已寫入位元組總數"

#: src/buffer.c:570
msgid "Total bytes deleted"
msgstr "已刪除位元組總數"

#: src/buffer.c:649
msgid "(pipe)"
msgstr "(管線)"

#: src/buffer.c:673
msgid "Refusing to read archive contents from terminal (missing -f option?)"
msgstr "拒絕從終端機讀取封存內容 (缺少 -f 選項?)"

#: src/buffer.c:675
msgid "Refusing to write archive contents to terminal (missing -f option?)"
msgstr "拒絕寫入封存內容到終端機 (缺少 -f 選項?)"

#: src/buffer.c:717
msgid "Invalid value for record_size"
msgstr "無效的記錄大小"

#: src/buffer.c:720
msgid "No archive name given"
msgstr "沒有指定封存名稱"

#: src/buffer.c:763
msgid "Cannot verify stdin/stdout archive"
msgstr "無法檢驗標準輸出入封存"

#: src/buffer.c:776
#, c-format
msgid "Archive is compressed. Use %s option"
msgstr "封存被壓縮過。使用 %s 選項"

#: src/buffer.c:832 src/tar.c:2523
msgid "Cannot update compressed archives"
msgstr "無法更新壓縮的封存"

#: src/buffer.c:919
msgid "At beginning of tape, quitting now"
msgstr "位於磁帶起始部分,立刻退出"

#: src/buffer.c:925
msgid "Too many errors, quitting"
msgstr "太多錯誤,離開中"

#: src/buffer.c:958
#, c-format
msgid "Record size = %lu block"
msgid_plural "Record size = %lu blocks"
msgstr[0] "記錄大小 = %lu 區塊"

#: src/buffer.c:979
#, c-format
msgid "Unaligned block (%lu byte) in archive"
msgid_plural "Unaligned block (%lu bytes) in archive"
msgstr[0] "封存中未排列的區塊 (%lu 位元組)"

#: src/buffer.c:1057
msgid "Cannot backspace archive file; it may be unreadable without -i"
msgstr "無法倒退封存檔案;沒有 -i 也許會無法讀取"

#: src/buffer.c:1089
msgid "rmtlseek not stopped at a record boundary"
msgstr "rmtlseek 無法在記錄分界處停止"

#: src/buffer.c:1150
#, c-format
msgid "%s: contains invalid volume number"
msgstr "%s:包含無效的卷冊號碼"

#: src/buffer.c:1185
msgid "Volume number overflow"
msgstr "卷冊號碼已滿"

#: src/buffer.c:1200
#, c-format
msgid "Prepare volume #%d for %s and hit return: "
msgstr "準備好卷冊 #%d 以完成 %s 並按下 return: "

#: src/buffer.c:1206
msgid "EOF where user reply was expected"
msgstr "到達期待使用者回答的檔案末端"

#: src/buffer.c:1211 src/buffer.c:1243
msgid "WARNING: Archive is incomplete"
msgstr "警告:封存不完整"

#: src/buffer.c:1225
#, c-format
msgid ""
" n name        Give a new file name for the next (and subsequent) volume(s)\n"
" q             Abort tar\n"
" y or newline  Continue operation\n"
msgstr ""
" n 名稱        賦予下一個 (以及後續的) 卷冊一個新檔名\n"
" q             放棄打包\n"
" y 或 newline  繼續作業\n"

#: src/buffer.c:1230
#, c-format
msgid " !             Spawn a subshell\n"
msgstr " !             衍生一個子命令殼\n"

#: src/buffer.c:1231
#, c-format
msgid " ?             Print this list\n"
msgstr " ?             列印這個清單\n"

#: src/buffer.c:1238
msgid "No new volume; exiting.\n"
msgstr "沒有新卷冊;離開。\n"

#: src/buffer.c:1271
msgid "File name not specified. Try again.\n"
msgstr "檔案名稱尚未指定。再次嘗試。\n"

#: src/buffer.c:1283
#, c-format
msgid "Invalid input. Type ? for help.\n"
msgstr "無效的輸入。按下 ? 以獲得說明。\n"

#: src/buffer.c:1334
#, c-format
msgid "%s command failed"
msgstr "%s 命令失敗"

#: src/buffer.c:1510 src/buffer.c:1526
#, c-format
msgid "%s is not continued on this volume"
msgstr "%s 在本卷冊中並不連續"

#: src/buffer.c:1522
#, c-format
msgid "%s is possibly continued on this volume: header contains truncated name"
msgstr "%s 在本卷冊中可能連續:標頭含有截斷的名稱"

#: src/buffer.c:1540
#, c-format
msgid "%s is the wrong size (%s != %s + %s)"
msgstr "%s 的大小有錯 (%s != %s + %s)"

#: src/buffer.c:1555
#, c-format
msgid "This volume is out of sequence (%s - %s != %s)"
msgstr "本卷冊已超出序列 (%s - %s !=%s)"

#: src/buffer.c:1633 src/buffer.c:1651
#, c-format
msgid "Archive not labeled to match %s"
msgstr "封存未標誌為符合 %s"

#: src/buffer.c:1655
#, c-format
msgid "Volume %s does not match %s"
msgstr "卷冊 %s 不符合 %s"

#: src/buffer.c:1749
#, c-format
msgid ""
"%s: file name too long to be stored in a GNU multivolume header, truncated"
msgstr "%s:檔名太長,無法儲存於 GNU 多重卷冊標頭之中,已截斷"

#: src/buffer.c:1942
msgid "write did not end on a block boundary"
msgstr "並未於區段界限結束寫入"

#: src/compare.c:96
#, c-format
msgid "Could only read %lu of %lu byte"
msgid_plural "Could only read %lu of %lu bytes"
msgstr[0] "只能讀取 %2$lu 位元組中的 %1$lu 個"

#: src/compare.c:106 src/compare.c:396
msgid "Contents differ"
msgstr "內容不同"

#: src/compare.c:132 src/extract.c:1316 src/incremen.c:1511 src/list.c:502
#: src/list.c:1427 src/xheader.c:801
msgid "Unexpected EOF in archive"
msgstr "未預期的封存結尾"

#: src/compare.c:180 src/compare.c:196 src/compare.c:315 src/compare.c:420
msgid "File type differs"
msgstr "檔案類型不同"

#: src/compare.c:183 src/compare.c:203 src/compare.c:329
msgid "Mode differs"
msgstr "模式不同"

#: src/compare.c:206
msgid "Uid differs"
msgstr "Uid 號碼不同"

#: src/compare.c:208
msgid "Gid differs"
msgstr "Gid 號碼不同"

#: src/compare.c:212
msgid "Mod time differs"
msgstr "修改時間不同"

#: src/compare.c:216 src/compare.c:430
msgid "Size differs"
msgstr "大小不同"

#: src/compare.c:265
#, c-format
msgid "Not linked to %s"
msgstr "並未鏈結至 %s"

#: src/compare.c:291
msgid "Symlink differs"
msgstr "符號連結不同"

#: src/compare.c:323
msgid "Device number differs"
msgstr "裝置編號不同"

#: src/compare.c:471
#, c-format
msgid "Verify "
msgstr "驗證 "

#: src/compare.c:478
#, c-format
msgid "%s: Unknown file type '%c', diffed as normal file"
msgstr "%s:不明檔案類型 %c,會以普通檔案的方式作比較"

#: src/compare.c:533
msgid "Archive contains file names with leading prefixes removed."
msgstr "封存包含前置文字被移除的檔案名稱。"

#: src/compare.c:539
msgid "Archive contains transformed file names."
msgstr "封存含有變換過的檔案名稱。"

#: src/compare.c:544
msgid "Verification may fail to locate original files."
msgstr "查核動作可能無法找到原始檔案"

#: src/compare.c:599
#, c-format
msgid "VERIFY FAILURE: %d invalid header detected"
msgid_plural "VERIFY FAILURE: %d invalid headers detected"
msgstr[0] "驗證失敗:%d 偵測到無效的標頭"

#: src/compare.c:617 src/list.c:251
#, c-format
msgid "A lone zero block at %s"
msgstr "位於 %s 的孤立零值區塊"

#: src/create.c:74
#, c-format
msgid "%s: contains a cache directory tag %s; %s"
msgstr "%s:包含一個快取目錄標記 %s; %s"

#: src/create.c:263
#, c-format
msgid "value %s out of %s range %s..%s; substituting %s"
msgstr "數值 %s 已超出 %s 的範圍 %s..%s;以 %s 替代中"

#: src/create.c:269
#, c-format
msgid "value %s out of %s range %s..%s"
msgstr "數值 %s 已超出 %s 的範圍 %s..%s"

#: src/create.c:329
msgid "Generating negative octal headers"
msgstr "正在產生負數的八進位標頭"

#: src/create.c:606 src/create.c:669
#, c-format
msgid "%s: file name is too long (max %d); not dumped"
msgstr "%s:檔名太長 (最大 %d);未傾印"

#: src/create.c:616
#, c-format
msgid "%s: file name is too long (cannot be split); not dumped"
msgstr "%s:檔名太長 (無法分割);未傾印"

#: src/create.c:643
#, c-format
msgid "%s: link name is too long; not dumped"
msgstr "%s:鏈結名稱太長;未傾印"

#: src/create.c:1095
#, c-format
msgid "%s: File shrank by %s byte; padding with zeros"
msgid_plural "%s: File shrank by %s bytes; padding with zeros"
msgstr[0] "%s:檔案縮小了 %s 位元組;以零值填補"

#: src/create.c:1193
#, c-format
msgid "%s: file is on a different filesystem; not dumped"
msgstr "%s:檔案位於不同的檔案系統;未傾印"

#: src/create.c:1236 src/create.c:1247 src/incremen.c:619 src/incremen.c:626
msgid "contents not dumped"
msgstr "內容無法傾印"

#: src/create.c:1445
#, c-format
msgid "%s: Unknown file type; file ignored"
msgstr "%s:不明檔案類型;忽略該檔案"

#: src/create.c:1556
#, c-format
msgid "Missing links to %s."
msgstr "缺少連結到 %s。"

#: src/create.c:1716
#, c-format
msgid "%s: file is unchanged; not dumped"
msgstr "%s:檔案沒有變更;未傾印"

#: src/create.c:1725
#, fuzzy, c-format
#| msgid "%s: file is on a different filesystem; not dumped"
msgid "%s: archive cannot contain itself; not dumped"
msgstr "%s:檔案位於不同的檔案系統;未傾印"

#: src/create.c:1753 src/incremen.c:612
msgid "directory not dumped"
msgstr "目錄未傾印"

#: src/create.c:1847
#, c-format
msgid "%s: file changed as we read it"
msgstr "%s:檔案在讀取時已變更"

#: src/create.c:1924
#, c-format
msgid "%s: socket ignored"
msgstr "%s:忽略通訊端"

#: src/create.c:1930
#, c-format
msgid "%s: door ignored"
msgstr "%s:忽略匣門"

#: src/delete.c:224 src/list.c:294 src/update.c:197
msgid "Skipping to next header"
msgstr "跳至下一個標頭"

#: src/delete.c:362
msgid "Deleting non-header from archive"
msgstr "從封存中刪除無標頭者"

#: src/extract.c:354
#, c-format
msgid "%s: implausibly old time stamp %s"
msgstr "%s:難以確信的舊時間戳記 %s"

#: src/extract.c:372
#, c-format
msgid "%s: time stamp %s is %s s in the future"
msgstr "%s:時間戳記 %s 代表未來的 %s 秒"

#: src/extract.c:630
#, c-format
msgid "%s: Unexpected inconsistency when making directory"
msgstr "%s:產生目錄時有未預期的不一致"

#: src/extract.c:864
#, c-format
msgid "%s: skipping existing file"
msgstr "%s:跳過既有的檔案"

#: src/extract.c:976
#, c-format
msgid "%s: Directory renamed before its status could be extracted"
msgstr "%s:解開目錄狀態之前已更改了名稱"

#: src/extract.c:1198
msgid "Extracting contiguous files as regular files"
msgstr "正在解開連續檔案為正常檔案"

#: src/extract.c:1597
msgid "Attempting extraction of symbolic links as hard links"
msgstr "嘗試解開符號連結為硬式連結"

#: src/extract.c:1732
#, c-format
msgid "%s: Cannot extract -- file is continued from another volume"
msgstr "%s:無法解開 -- 檔案延續自其他卷冊"

#: src/extract.c:1738 src/list.c:1188
msgid "Unexpected long name header"
msgstr "未預期的長名稱標頭"

#: src/extract.c:1744
#, c-format
msgid "%s: Unknown file type '%c', extracted as normal file"
msgstr "%s:不明檔案類型 %c,會以普通檔案的方式解開資料"

#: src/extract.c:1774
#, c-format
msgid "Current %s is newer or same age"
msgstr "目前的 %s 較新或相同"

#: src/extract.c:1804
#, c-format
msgid "%s: Member name contains '..'"
msgstr "%s:會員名稱包含了「..」"

#: src/extract.c:1836
#, c-format
msgid "%s: Was unable to backup this file"
msgstr "%s:之前無法備份這個檔案"

#: src/extract.c:1994
#, c-format
msgid "Cannot rename %s to %s"
msgstr "無法將 %s 重新命名為 %s"

#: src/incremen.c:501 src/incremen.c:544
#, c-format
msgid "%s: Directory has been renamed from %s"
msgstr "%s:目錄已從 %s 重新命名"

#: src/incremen.c:558
#, c-format
msgid "%s: Directory is new"
msgstr "%s:目錄是新的"

#: src/incremen.c:575
#, c-format
msgid "%s: directory is on a different filesystem; not dumped"
msgstr "%s:目錄位於不同的檔案系統;未傾印"

#: src/incremen.c:596
#, c-format
msgid "%s: Directory has been renamed"
msgstr "%s:目錄已被重新命名"

#: src/incremen.c:1006 src/incremen.c:1021
msgid "Invalid time stamp"
msgstr "無效的時間戳記"

#: src/incremen.c:1050
msgid "Invalid modification time"
msgstr "無效的修改時間"

#: src/incremen.c:1060
msgid "Invalid modification time (nanoseconds)"
msgstr "無效的修改時間 (奈秒)"

#: src/incremen.c:1076
msgid "Invalid device number"
msgstr "無效的裝置號碼"

#: src/incremen.c:1084
msgid "Invalid inode number"
msgstr "無效的 inode 號碼"

#: src/incremen.c:1140
#, c-format
msgid "%s: byte %s: %s %.*s... too long"
msgstr "%s:位元 %s:%s %.*s... 太長"

#: src/incremen.c:1156 src/incremen.c:1214 src/incremen.c:1276
msgid "Unexpected EOF in snapshot file"
msgstr "未預期的快照檔結尾"

#: src/incremen.c:1164
#, c-format
msgid "%s: byte %s: %s %s followed by invalid byte 0x%02x"
msgstr "%s:位元 %s:%s %s 有無效的位元 0x%02x 跟隨著"

#: src/incremen.c:1177
#, c-format
msgid ""
"%s: byte %s: (valid range %s..%s)\n"
"\t%s %s"
msgstr ""
"%s: 位元 %s:(有效範圍 %s..%s)\n"
"\t%s %s"

#: src/incremen.c:1184
#, c-format
msgid "%s: byte %s: %s %s"
msgstr "%s:位元 %s:%s %s"

#: src/incremen.c:1265
#, c-format
msgid "%s: byte %s: %s"
msgstr "%s:位元 %s:%s"

#: src/incremen.c:1268
msgid "Missing record terminator"
msgstr "缺少記錄終止符號"

#: src/incremen.c:1374 src/incremen.c:1377
msgid "Bad incremental file format"
msgstr "不當的遞增檔案格式"

#: src/incremen.c:1396
#, c-format
msgid "Unsupported incremental format version: %<PRIuMAX>"
msgstr "不受支援的遞增格式版本:%<PRIuMAX>"

#: src/incremen.c:1552
#, c-format
msgid "Malformed dumpdir: expected '%c' but found %#3o"
msgstr "異常的傾印目錄:預期 %c 但是找到 %#3o"

#: src/incremen.c:1562
msgid "Malformed dumpdir: 'X' duplicated"
msgstr "異常的傾印目錄:X 重製"

#: src/incremen.c:1575
msgid "Malformed dumpdir: empty name in 'R'"
msgstr "異常的傾印目錄:在 R 中有空的名稱"

#: src/incremen.c:1588
msgid "Malformed dumpdir: 'T' not preceded by 'R'"
msgstr "異常的傾印目錄:R 未在 T 之前"

#: src/incremen.c:1594
msgid "Malformed dumpdir: empty name in 'T'"
msgstr "異常的傾印目錄:在 T 中有空的名稱"

#: src/incremen.c:1614
#, c-format
msgid "Malformed dumpdir: expected '%c' but found end of data"
msgstr "異常的傾印目錄:預期 %c 但是發現資料的結束"

#: src/incremen.c:1621
msgid "Malformed dumpdir: 'X' never used"
msgstr "異常的傾印目錄:X 永不使用"

#: src/incremen.c:1665
#, c-format
msgid "Cannot create temporary directory using template %s"
msgstr "無法使用模板 %s 建立暫存目錄"

#: src/incremen.c:1726
#, c-format
msgid "%s: Not purging directory: unable to stat"
msgstr "%s:未能清空目錄;無法顯示狀態"

#: src/incremen.c:1739
#, c-format
msgid "%s: directory is on a different device: not purging"
msgstr "%s:目錄位於不同的裝置;無法清空"

#: src/incremen.c:1747
#, c-format
msgid "%s: Deleting %s\n"
msgstr "%s:正在刪除 %s\n"

#: src/incremen.c:1752
#, c-format
msgid "%s: Cannot remove"
msgstr "%s:無法移除"

#: src/list.c:218
#, c-format
msgid "%s: Omitting"
msgstr "%s:省略中"

#: src/list.c:236
#, c-format
msgid "block %s: ** Block of NULs **\n"
msgstr "區塊 %s:** 空值區塊 **\n"

#: src/list.c:263
#, fuzzy, c-format
#| msgid "A lone zero block at %s"
msgid "Terminating zero blocks missing at %s"
msgstr "位於 %s 的孤立零值區塊"

#: src/list.c:269
#, c-format
msgid "block %s: ** End of File **\n"
msgstr "區塊 %s:** 檔案結尾 **\n"

#: src/list.c:291 src/list.c:1157 src/list.c:1393
#, c-format
msgid "block %s: "
msgstr "區塊 %s:"

#. TRANSLATORS: %s is type of the value (gid_t, uid_t,
#. etc.)
#: src/list.c:775
#, c-format
msgid "Blanks in header where numeric %s value expected"
msgstr "空白出現在標頭中預期為數值 %s 的地方"

#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
#: src/list.c:830
#, c-format
msgid "Archive octal value %.*s is out of %s range; assuming two's complement"
msgstr "封存八進位數值 %.*s 超出 %s 範圍;假定為二的補數"

#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
#: src/list.c:841
#, c-format
msgid "Archive octal value %.*s is out of %s range"
msgstr "封存八進位數值 %.*s 超出 %s 範圍"

#: src/list.c:862
msgid "Archive contains obsolescent base-64 headers"
msgstr "封存含有過時的 base-64 標頭"

#: src/list.c:876
#, c-format
msgid "Archive signed base-64 string %s is out of %s range"
msgstr "封存有號 base-64 字串 %s 超出 %s 範圍"

#: src/list.c:908
#, c-format
msgid "Archive base-256 value is out of %s range"
msgstr "封存 base-256 值超出 %s 範圍"

#. TRANSLATORS: Second %s is a type name (gid_t,uid_t,etc.)
#: src/list.c:937
#, c-format
msgid "Archive contains %.*s where numeric %s value expected"
msgstr "封存包含 %.*s 於預期為數值 %s 的地方"

#. TRANSLATORS: Second %s is type name (gid_t,uid_t,etc.)
#: src/list.c:959
#, c-format
msgid "Archive value %s is out of %s range %s..%s"
msgstr "封存值 %s 已超出 %s 的範圍 %s..%s"

#: src/list.c:1293
#, c-format
msgid " link to %s\n"
msgstr " 連結到 %s\n"

#: src/list.c:1301
#, c-format
msgid " unknown file type %s\n"
msgstr " 不明檔案類型 %s\n"

#: src/list.c:1319
#, c-format
msgid "--Long Link--\n"
msgstr "--長 連 結--\n"

#: src/list.c:1323
#, c-format
msgid "--Long Name--\n"
msgstr "--長 名 稱--\n"

#: src/list.c:1327
#, c-format
msgid "--Volume Header--\n"
msgstr "--卷 冊 標 頭--\n"

#: src/list.c:1335
#, c-format
msgid "--Continued at byte %s--\n"
msgstr "--於第 %s 位元組繼續--\n"

#: src/list.c:1398
msgid "Creating directory:"
msgstr "正在建立目錄:"

#: src/misc.c:766
#, c-format
msgid "Renaming %s to %s\n"
msgstr "正在將 %s 重新命名為 %s\n"

#: src/misc.c:775 src/misc.c:794
#, c-format
msgid "%s: Cannot rename to %s"
msgstr "%s:無法重新命名為 %s"

#: src/misc.c:799
#, c-format
msgid "Renaming %s back to %s\n"
msgstr "將 %s 的名稱還原為 %s\n"

#: src/misc.c:1186
#, c-format
msgid "%s: File removed before we read it"
msgstr "%s:讀取檔案之前已被移除"

#: src/misc.c:1200
msgid "child process"
msgstr "子行程"

#: src/misc.c:1209
msgid "interprocess channel"
msgstr "行程間通道"

#: src/names.c:75
msgid "Local file name selection:"
msgstr "本機檔案名稱選擇:"

#: src/names.c:78
msgid "add given FILE to the archive (useful if its name starts with a dash)"
msgstr "將給定的 FILE 加入封存 (如果它的名稱以減號開始時就很有用)"

#: src/names.c:79 src/tar.c:535
msgid "DIR"
msgstr "目錄"

#: src/names.c:80
msgid "change to directory DIR"
msgstr "更改至目錄 DIR"

#: src/names.c:82
msgid "get names to extract or create from FILE"
msgstr "從 FILE 中取得要解開或建立的名稱"

#: src/names.c:84
msgid "-T reads null-terminated names; implies --verbatim-files-from"
msgstr "-T 讀取零值終結的名稱,隱含 --verbatim-files-from"

#: src/names.c:87
msgid "disable the effect of the previous --null option"
msgstr "停用先前 --null 選項的效果"

#: src/names.c:89
msgid "unquote input file or member names (default)"
msgstr "去除輸入檔案或成員名稱的引號 (預設)"

#: src/names.c:91
msgid "do not unquote input file or member names"
msgstr "不去除輸入檔案或成員名稱的引號"

#: src/names.c:93
msgid "-T reads file names verbatim (no escape or option handling)"
msgstr "-T 會逐字地讀取檔案名稱 (無跳出或選項處理)"

#: src/names.c:95
msgid "-T treats file names starting with dash as options (default)"
msgstr "-T 會將以減號起始的檔案名稱視為選項 (預設)"

#: src/names.c:97 tests/genfile.c:140
msgid "PATTERN"
msgstr "胚騰"

#: src/names.c:98
msgid "exclude files, given as a PATTERN"
msgstr "排除給定胚騰的檔案"

#: src/names.c:100
msgid "exclude patterns listed in FILE"
msgstr "排除 FILE 中所列出的胚騰"

#: src/names.c:102
msgid ""
"exclude contents of directories containing CACHEDIR.TAG, except for the tag "
"file itself"
msgstr "排除包含 CACHEDIR.TAG 的目錄內容,除了該標記檔案本身"

#: src/names.c:105
msgid "exclude everything under directories containing CACHEDIR.TAG"
msgstr "排除包含 CACHEDIR.TAG 的目錄之下所有東西"

#: src/names.c:108
msgid "exclude directories containing CACHEDIR.TAG"
msgstr "排除包含 CACHEDIR.TAG 的目錄"

#: src/names.c:110
msgid "exclude contents of directories containing FILE, except for FILE itself"
msgstr "排除包含 FILE 的目錄內容,除了該檔案本身"

#: src/names.c:113
msgid "read exclude patterns for each directory from FILE, if it exists"
msgstr "讀取時排除來自 FILE 的每一個目錄胚騰,如果有的話"

#: src/names.c:116
msgid ""
"read exclude patterns for each directory and its subdirectories from FILE, "
"if it exists"
msgstr "讀取時排除來自 FILE 的每一個目錄及其子目錄的胚騰,如果有的話"

#: src/names.c:119
msgid "exclude everything under directories containing FILE"
msgstr "排除包含 FILE 的目錄之下所有東西"

#: src/names.c:121
msgid "exclude directories containing FILE"
msgstr "排除包含 FILE 的目錄"

#: src/names.c:123
msgid "exclude version control system directories"
msgstr "排除版本控制系統目錄"

#: src/names.c:125
msgid "read exclude patterns from the VCS ignore files"
msgstr "讀取時排除來自版本控制系統忽略檔案的胚騰"

#: src/names.c:127
msgid "exclude backup and lock files"
msgstr "排除備份和鎖定檔案"

#: src/names.c:129
msgid "recurse into directories (default)"
msgstr "遞迴進入目錄 (預設)"

#: src/names.c:131
msgid "avoid descending automatically in directories"
msgstr "避免自動在目錄中遞降"

#: src/names.c:134
msgid "File name matching options (affect both exclude and include patterns):"
msgstr "檔案名稱吻合選項 (同時影響排除和包含胚騰同者):"

#: src/names.c:137
msgid "patterns match file name start"
msgstr "胚騰會吻合檔案名稱開頭"

#: src/names.c:139
msgid "patterns match after any '/' (default for exclusion)"
msgstr "胚騰會吻合任何 / 之後的名稱 (預設排除)"

#: src/names.c:141
msgid "ignore case"
msgstr "忽略大小寫"

#: src/names.c:143
msgid "case sensitive matching (default)"
msgstr "大小寫需相符的吻合 (預設)"

#: src/names.c:145
msgid "use wildcards (default for exclusion)"
msgstr "使用萬用字元 (預設排除)"

#: src/names.c:147
msgid "verbatim string matching"
msgstr "逐字進行吻合"

#: src/names.c:149
msgid "wildcards match '/' (default for exclusion)"
msgstr "萬用字元會吻合 / (預設排除)"

#: src/names.c:151
msgid "wildcards do not match '/'"
msgstr "萬用字元不會吻合 /"

#: src/names.c:208
#, c-format
msgid "%s:%lu: unrecognized option"
msgstr "%s:%lu:無法辨識的選項"

#: src/names.c:747
#, fuzzy
#| msgid ""
#| "The following options were used after any non-optional arguments in "
#| "archive create or update mode.  These options are positional and affect "
#| "only arguments that follow them.  Please, rearrange them properly."
msgid ""
"The following options were used after non-option arguments.  These options "
"are positional and affect only arguments that follow them.  Please, "
"rearrange them properly."
msgstr ""
"以下的選項使用於建立與更新模式中的任何非選用參數。這些選項的位置,並且只影響"
"跟隨他們的參數。請正確的重新擺放它們。"

#: src/names.c:758
#, c-format
msgid "-C %s has no effect"
msgstr "-C %s 沒有任何效果"

#: src/names.c:763
#, c-format
msgid "--%s %s has no effect"
msgstr "--%s %s 沒有任何效果"

#: src/names.c:767
#, c-format
msgid "--%s has no effect"
msgstr "--%s 沒有任何效果"

#: src/names.c:902
msgid "command line"
msgstr "命令列"

#: src/names.c:920
#, c-format
msgid "%s: file list requested from %s already read from %s"
msgstr "%s:%s 要求的檔案清單已經由 %s 所讀取"

#: src/names.c:1000 src/checkpoint.c:308
#, c-format
msgid "cannot split string '%s': %s"
msgstr "無法分割字串 %s:%s"

#: src/names.c:1049
#, c-format
msgid "%s: file name read contains nul character"
msgstr "%s:所讀檔案名稱含有空值字元"

#: src/names.c:1412
msgid "Pattern matching characters used in file names"
msgstr "用於檔案名稱的胚騰匹配字元"

#: src/names.c:1414
msgid ""
"Use --wildcards to enable pattern matching, or --no-wildcards to suppress "
"this warning"
msgstr "使用 --wildcards 以啟用胚騰匹配,或 --no-wildcards 以抑制這個警告"

#: src/names.c:1432 src/names.c:1448
#, c-format
msgid "%s: Not found in archive"
msgstr "%s:在封存中找不到"

#: src/names.c:1433
#, c-format
msgid "%s: Required occurrence not found in archive"
msgstr "%s:要求項目在封存中找不到"

#: src/names.c:1467
#, c-format
msgid "Archive label mismatch"
msgstr "封存標貼不匹配"

#: src/names.c:1762
msgid ""
"Using -C option inside file list is not allowed with --listed-incremental"
msgstr "於檔案清單內部使用 -C 選項是不允許與 --listed-incremental 共用"

#: src/names.c:1768
msgid "Only one -C option is allowed with --listed-incremental"
msgstr "只有一個 -C 選項是允許與 --listed-incremental 共用"

#: src/tar.c:88
#, c-format
msgid "Options '%s' and '%s' both want standard input"
msgstr "選項 %s 和 %s 兩者都需要標準輸入"

#: src/tar.c:165
#, c-format
msgid "%s: Invalid archive format"
msgstr "%s:無效的封存格式"

#: src/tar.c:197
msgid "GNU features wanted on incompatible archive format"
msgstr "不能在不兼容的封存格式中使用 GNU 功能"

#: src/tar.c:265
#, c-format
msgid ""
"Unknown quoting style '%s'. Try '%s --quoting-style=help' to get a list."
msgstr "不明引號樣式 %s 。嘗試 %s --quoting-style=help 以取得清單。"

#: src/tar.c:355
msgid ""
"GNU 'tar' saves many files together into a single tape or disk archive, and "
"can restore individual files from the archive.\n"
"\n"
"Examples:\n"
"  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.\n"
"  tar -tvf archive.tar         # List all files in archive.tar verbosely.\n"
"  tar -xf archive.tar          # Extract all files from archive.tar.\n"
msgstr ""
"GNU tar 將許多檔案一起儲存進單一磁帶或磁碟封存,而且可以從封存還原個別檔"
"案。\n"
"\n"
"範例:\n"
"  tar -cf archive.tar foo bar  # 建立包括 foo 及 bar 檔案的 archive.tar。\n"
"  tar -tvf archive.tar         # 詳細列出 archive.tar 中的所有檔案。\n"
"  tar -xf archive.tar          # 解開 archive.tar 中的所有檔案。\n"

#: src/tar.c:364
msgid ""
"The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n"
"The version control may be set with --backup or VERSION_CONTROL, values "
"are:\n"
"\n"
"  none, off       never make backups\n"
"  t, numbered     make numbered backups\n"
"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
"  never, simple   always make simple backups\n"
msgstr ""
"備份檔的後置字串為‘~’,除非以 --suffix 選項或是 SIMPLE_BACKUP_SUFFIX\n"
"環境變數指定。版本控制的方式可透過 --backup 選項或 VERSION_CONTROL 環境\n"
"變數來選擇。可用的變數值為:\n"
"\n"
"  none, off       永不製作備份  t, numbered     備份檔會加上數字\n"
"  nil, existing   若有數字的備份檔已經存在則使用數字,否則使用普通方式備份\n"
"  never, simple   永遠使用普通方式備份\n"

#: src/tar.c:447
msgid "Main operation mode:"
msgstr "主要操作模式:"

#: src/tar.c:450
msgid "list the contents of an archive"
msgstr "列出封存的內容"

#: src/tar.c:452
msgid "extract files from an archive"
msgstr "從封存中解開檔案"

#: src/tar.c:455
msgid "create a new archive"
msgstr "建立新的封存"

#: src/tar.c:457
msgid "find differences between archive and file system"
msgstr "在封存與檔案系統之間找出差異"

#: src/tar.c:460
msgid "append files to the end of an archive"
msgstr "加入檔案到封存末端"

#: src/tar.c:462
msgid "only append files newer than copy in archive"
msgstr "只加入比封存中複本還新的檔案"

#: src/tar.c:464
msgid "append tar files to an archive"
msgstr "加入 tar 檔案到封存中"

#: src/tar.c:467
msgid "delete from the archive (not on mag tapes!)"
msgstr "從封存中刪除 (並非在磁帶上!)"

#: src/tar.c:469
msgid "test the archive volume label and exit"
msgstr "測試封存卷冊標籤然後離開"

#: src/tar.c:472
msgid "Operation modifiers:"
msgstr "運算變更項:"

#: src/tar.c:475
msgid "handle sparse files efficiently"
msgstr "有效率地處理稀疏檔案"

#: src/tar.c:476
msgid "TYPE"
msgstr "類型"

#: src/tar.c:477
msgid "technique to detect holes"
msgstr "偵測漏洞的技術"

#: src/tar.c:478
msgid "MAJOR[.MINOR]"
msgstr "主要[.次要]"

#: src/tar.c:479
msgid "set version of the sparse format to use (implies --sparse)"
msgstr "設定稀疏格式版本以使用 (意味著 --sparse)"

#: src/tar.c:482
msgid "handle old GNU-format incremental backup"
msgstr "處理舊型 GNU-格式之遞增備份"

#: src/tar.c:484
msgid "handle new GNU-format incremental backup"
msgstr "處理新型 GNU-格式之遞增備份"

#: src/tar.c:486
msgid "dump level for created listed-incremental archive"
msgstr "用於建立 listed-incremental 封存的傾印等級"

#: src/tar.c:488
msgid "do not exit with nonzero on unreadable files"
msgstr "離開無法讀取的檔案時不要回傳非零的值"

#: src/tar.c:490
msgid ""
"process only the NUMBERth occurrence of each file in the archive; this "
"option is valid only in conjunction with one of the subcommands --delete, --"
"diff, --extract or --list and when a list of files is given either on the "
"command line or via the -T option; NUMBER defaults to 1"
msgstr ""
"只有對於每一個在封存中第 NUM 個出現的檔案才會處理。此選項只有與 --delete、--"
"diff、--extract 或 --list 等次命令之一合併使用時才有效,而且要經由命令列或是 "
"-T 選項來提供一個檔案序列。預設的數目是 1。"

#: src/tar.c:496
msgid "archive is seekable"
msgstr "封存是可尋求的"

#: src/tar.c:498
msgid "archive is not seekable"
msgstr "封存不是可尋求的"

#: src/tar.c:500
msgid "do not check device numbers when creating incremental archives"
msgstr "不檢查裝置數量時建立遞增檔案"

#: src/tar.c:503
msgid "check device numbers when creating incremental archives (default)"
msgstr "檢查裝置數量時建立遞增檔案 (預設)"

#: src/tar.c:507
msgid "Overwrite control:"
msgstr "覆寫控制:"

#: src/tar.c:510
msgid "attempt to verify the archive after writing it"
msgstr "嘗試在寫入之後驗證封存"

#: src/tar.c:512
msgid "remove files after adding them to the archive"
msgstr "在加入檔案至封存之後移除它們"

#: src/tar.c:514
msgid "don't replace existing files when extracting, treat them as errors"
msgstr "解開時不要替換既有的檔案,將它們視為錯誤"

#: src/tar.c:517
msgid "don't replace existing files when extracting, silently skip over them"
msgstr "解開時不要替換既有的檔案,靜默地跳過它們"

#: src/tar.c:520
msgid "don't replace existing files that are newer than their archive copies"
msgstr "不要替換既有且比它們在封存中複本還新的檔案"

#: src/tar.c:522
msgid "overwrite existing files when extracting"
msgstr "解開時覆寫既有檔案"

#: src/tar.c:524
msgid "remove each file prior to extracting over it"
msgstr "在解開並覆寫檔案之前先移除它"

#: src/tar.c:526
msgid "empty hierarchies prior to extracting directory"
msgstr "在解開目錄之前先清空階層結構"

#: src/tar.c:528
msgid "preserve metadata of existing directories"
msgstr "保留既有目錄的後設資料"

#: src/tar.c:530
msgid "overwrite metadata of existing directories when extracting (default)"
msgstr "解開時覆寫既有目錄的後設資料 (預設)"

#: src/tar.c:533
msgid "preserve existing symlinks to directories when extracting"
msgstr "解開時保留既有的符號鏈結目錄"

#: src/tar.c:536
msgid "create a subdirectory to avoid having loose files extracted"
msgstr "建立子目錄以避免解開缺失的檔案"

#: src/tar.c:540
msgid "Select output stream:"
msgstr "選取輸出串流:"

#: src/tar.c:543
msgid "extract files to standard output"
msgstr "解開檔案到標準輸出"

#: src/tar.c:544 src/tar.c:648 src/tar.c:651 tests/genfile.c:203
msgid "COMMAND"
msgstr "命令"

#: src/tar.c:545
msgid "pipe extracted files to another program"
msgstr "將解開的檔案管線引導到另外的程式"

#: src/tar.c:547
msgid "ignore exit codes of children"
msgstr "忽略子行程的離開代碼"

#: src/tar.c:549
msgid "treat non-zero exit codes of children as error"
msgstr "將子行程的非零離開代碼視為錯誤"

#: src/tar.c:552
msgid "Handling of file attributes:"
msgstr "檔案屬性的處理:"

#: src/tar.c:555
msgid "force NAME as owner for added files"
msgstr "強制以 NAME 做為加入檔案的擁有者"

#: src/tar.c:557
msgid "force NAME as group for added files"
msgstr "強制以 NAME 做為加入檔案的群組"

#: src/tar.c:559
msgid "use FILE to map file owner UIDs and names"
msgstr "利用 FILE 來映射檔案擁有者 UID 和名稱"

#: src/tar.c:561
msgid "use FILE to map file owner GIDs and names"
msgstr "利用 FILE 來映射檔案擁有者 GID 和名稱"

#: src/tar.c:562 src/tar.c:750
msgid "DATE-OR-FILE"
msgstr "檔案的日期"

#: src/tar.c:563
msgid "set mtime for added files from DATE-OR-FILE"
msgstr "將加入檔案的 mtime 設定為 DATE-OR-FILE"

#: src/tar.c:565
msgid ""
"only set time when the file is more recent than what was given with --mtime"
msgstr "只有當檔案比 --mtime 所給定的還新時才設定時間"

#: src/tar.c:566
msgid "CHANGES"
msgstr "變更"

#: src/tar.c:567
msgid "force (symbolic) mode CHANGES for added files"
msgstr "強制將 (符號) 模式 CHANGES 用於已加入檔案"

#: src/tar.c:569
msgid "METHOD"
msgstr "方法"

#: src/tar.c:570
msgid ""
"preserve access times on dumped files, either by restoring the times after "
"reading (METHOD='replace'; default) or by not setting the times in the first "
"place (METHOD='system')"
msgstr ""
"保留傾印檔案的存取時間,若非由讀取之後的回復時間(方法='replace';預設),就是"
"藉由原本不設定時間 (方法='system')"

#: src/tar.c:574
msgid "don't extract file modified time"
msgstr "不要解開檔案的修改時間"

#: src/tar.c:576
msgid ""
"try extracting files with the same ownership as exists in the archive "
"(default for superuser)"
msgstr "嘗試以與存在於封存中的相同擁有屬性來抽出檔案 (預設用於系統管理者)"

#: src/tar.c:578
msgid "extract files as yourself (default for ordinary users)"
msgstr "以您自己擁有的屬性來抽出檔案 (預設用於一般使用者)"

#: src/tar.c:580
msgid "always use numbers for user/group names"
msgstr "總是使用數字做為使用者/群組名稱"

#: src/tar.c:582
msgid "extract information about file permissions (default for superuser)"
msgstr "解開檔案權限相關資訊 (預設用於超級使用者)"

#: src/tar.c:586
msgid ""
"apply the user's umask when extracting permissions from the archive (default "
"for ordinary users)"
msgstr "從封存解開權限時套用使用者 umask (預設用於一般使用者)"

#: src/tar.c:588
msgid ""
"member arguments are listed in the same order as the files in the archive"
msgstr "成員引數是以和封存中檔案相同的順序列出"

#: src/tar.c:592
msgid ""
"delay setting modification times and permissions of extracted directories "
"until the end of extraction"
msgstr "延遲設定解開目錄的修改時間和權限,直到解開結束"

#: src/tar.c:595
msgid "cancel the effect of --delay-directory-restore option"
msgstr "取消 --delay-directory-restore 選項的效果"

#: src/tar.c:596
msgid "ORDER"
msgstr "依據"

#: src/tar.c:598
msgid "directory sorting order: none (default), name or inode"
msgstr "目錄排序依據:無 (預設)、名稱或 inode"

#: src/tar.c:600
msgid "directory sorting order: none (default) or name"
msgstr "目錄排序依據:無 (預設) 或名稱"

#: src/tar.c:605
msgid "Handling of extended file attributes:"
msgstr "進階檔案屬性的處理:"

#: src/tar.c:608
msgid "Enable extended attributes support"
msgstr "啟用進階檔案屬性的支援"

#: src/tar.c:610
msgid "Disable extended attributes support"
msgstr "停用進階檔案屬性的支援"

#: src/tar.c:611 src/tar.c:613
msgid "MASK"
msgstr "遮罩"

#: src/tar.c:612
msgid "specify the include pattern for xattr keys"
msgstr "指定包含的進階屬性鍵值胚騰"

#: src/tar.c:614
msgid "specify the exclude pattern for xattr keys"
msgstr "指定排除的進階屬性鍵值胚騰"

#: src/tar.c:616
msgid "Enable the SELinux context support"
msgstr "啟用 SELinux 情境的支援"

#: src/tar.c:618
msgid "Disable the SELinux context support"
msgstr "停用 SELinux 情境的支援"

#: src/tar.c:620
msgid "Enable the POSIX ACLs support"
msgstr "啟用 POSIX ACLs 的支援"

#: src/tar.c:622
msgid "Disable the POSIX ACLs support"
msgstr "停用 POSIX ACLs 的支援"

#: src/tar.c:625
msgid "Device selection and switching:"
msgstr "裝置選擇與切換:"

#: src/tar.c:627
msgid "ARCHIVE"
msgstr "封存"

#: src/tar.c:628
msgid "use archive file or device ARCHIVE"
msgstr "使用 ARCHIVE 檔案或 ARCHIVE 裝置"

#: src/tar.c:632
msgid "specify drive and density"
msgstr "指定磁碟機與記錄密度"

#: src/tar.c:646
msgid "archive file is local even if it has a colon"
msgstr "即使具有冒號,封存檔案仍位於本地端"

#: src/tar.c:649
msgid "use given rmt COMMAND instead of rmt"
msgstr "使用給定的 rmt COMMAND 以代替 rmt"

#: src/tar.c:652
msgid "use remote COMMAND instead of rsh"
msgstr "使用遠端 COMMAND 以代替 rsh"

#: src/tar.c:656
msgid "create/list/extract multi-volume archive"
msgstr "建立/列表/解開 多重卷冊的封存"

#: src/tar.c:659
msgid "change tape after writing NUMBER x 1024 bytes"
msgstr "在寫入 NUMBER x 1024 位元組之後更換磁帶"

#: src/tar.c:662
msgid "run script at end of each tape (implies -M)"
msgstr "在每卷磁帶末端執行命令稿 (意指 -M)"

#: src/tar.c:666
msgid "use/update the volume number in FILE"
msgstr "使用/更新 FILE 中的卷冊號碼"

#: src/tar.c:670
msgid "Device blocking:"
msgstr "裝置分區:"

#: src/tar.c:672
msgid "BLOCKS"
msgstr "區塊"

#: src/tar.c:673
msgid "BLOCKS x 512 bytes per record"
msgstr "每筆記錄含有 BLOCKS x 512 位元組"

#: src/tar.c:675
msgid "NUMBER of bytes per record, multiple of 512"
msgstr "每筆記錄 SIZE 位元組,為 512 的倍數"

#: src/tar.c:677
msgid "ignore zeroed blocks in archive (means EOF)"
msgstr "忽略封存中零值的區塊 (意指 EOF)"

#: src/tar.c:679
msgid "reblock as we read (for 4.2BSD pipes)"
msgstr "讀取時重新分區 (用於 4.2BSD 管線)"

#: src/tar.c:682
msgid "Archive format selection:"
msgstr "封存格式選擇:"

#: src/tar.c:684 tests/genfile.c:158
msgid "FORMAT"
msgstr "格式"

#: src/tar.c:685
msgid "create archive of the given format"
msgstr "以給定格式建立封存"

#: src/tar.c:687
msgid "FORMAT is one of the following:"
msgstr "符合下列任一 FORMAT:"

#: src/tar.c:688
msgid "old V7 tar format"
msgstr "舊式 V7 tar 格式"

#: src/tar.c:691
msgid "GNU format as per tar <= 1.12"
msgstr "tar <= 1.12 之 GNU 格式"

#: src/tar.c:693
msgid "GNU tar 1.13.x format"
msgstr "GNU tar 1.13.x 格式"

#: src/tar.c:695
msgid "POSIX 1003.1-1988 (ustar) format"
msgstr "POSIX 1003.1-1988 (ustar) 格式"

#: src/tar.c:697
msgid "POSIX 1003.1-2001 (pax) format"
msgstr "POSIX 1003.1-2001 (pax) 格式"

#: src/tar.c:698
msgid "same as pax"
msgstr "等同 pax"

#: src/tar.c:702
msgid "same as --format=v7"
msgstr "等同 --format=v7"

#: src/tar.c:705
msgid "same as --format=posix"
msgstr "等同 --format=posix"

#: src/tar.c:706
msgid "keyword[[:]=value][,keyword[[:]=value]]..."
msgstr "關鍵字[[:]=值][,關鍵字[[:]=值]…]"

#: src/tar.c:707
msgid "control pax keywords"
msgstr "控制 pax 的關鍵字"

#: src/tar.c:708
msgid "TEXT"
msgstr "文字"

#: src/tar.c:709
msgid ""
"create archive with volume name TEXT; at list/extract time, use TEXT as a "
"globbing pattern for volume name"
msgstr ""
"以卷冊名稱 NAME 來建立封存。在列表/解開時,使用 TEXT 做為卷冊名稱的萬用比對胚"
"騰"

#: src/tar.c:713
msgid "Compression options:"
msgstr "壓縮選項:"

#: src/tar.c:715
msgid "use archive suffix to determine the compression program"
msgstr "利用封存字尾決定壓縮程式"

#: src/tar.c:718
msgid "do not use archive suffix to determine the compression program"
msgstr "不利用封存字尾決定壓縮程式"

#: src/tar.c:720
msgid "PROG"
msgstr "程式"

#: src/tar.c:721
msgid "filter through PROG (must accept -d)"
msgstr "以 PROG 過濾處理 (必須接受 -d)"

#: src/tar.c:736
msgid "Local file selection:"
msgstr "本機檔案選擇:"

#: src/tar.c:738
msgid "stay in local file system when creating archive"
msgstr "建立封存時保持在本地檔案系統中"

#: src/tar.c:740
msgid "don't strip leading '/'s from file names"
msgstr "不要從檔案名稱中截去前導的 '/'"

#: src/tar.c:742
msgid "follow symlinks; archive and dump the files they point to"
msgstr "跟隨符號連結;封存和傾印它們所指涉的檔案"

#: src/tar.c:745
msgid "follow hard links; archive and dump the files they refer to"
msgstr "跟隨硬式連結;封存和傾印它們所參考的檔案"

#: src/tar.c:747
msgid "MEMBER-NAME"
msgstr "成員-名稱"

#: src/tar.c:748
msgid "begin at member MEMBER-NAME when reading the archive"
msgstr "讀取封存時從名為 MEMBER-NAME 的成員開始"

#: src/tar.c:751
msgid "only store files newer than DATE-OR-FILE"
msgstr "只儲存比 DATE-OF-FILE 還新的檔案"

#: src/tar.c:753
msgid "DATE"
msgstr "日期"

#: src/tar.c:754
msgid "compare date and time when data changed only"
msgstr "只有當資料變更時才比較日期和時間"

#: src/tar.c:755
msgid "CONTROL"
msgstr "控制"

#: src/tar.c:756
msgid "backup before removal, choose version CONTROL"
msgstr "移除之前先備份,選擇版本 CONTROL"

#: src/tar.c:757 src/tar.c:807 src/tar.c:809 tests/genfile.c:182
msgid "STRING"
msgstr "字串"

#: src/tar.c:758
msgid ""
"backup before removal, override usual suffix ('~' unless overridden by "
"environment variable SIMPLE_BACKUP_SUFFIX)"
msgstr ""
"移除之前先備份並覆寫常用後置文字 ( ~ 除非被環境變數 SIMPLE_BACKUP_SUFFIX 所蓋"
"過)"

#: src/tar.c:762
msgid "File name transformations:"
msgstr "檔案名稱變換:"

#: src/tar.c:764
msgid "strip NUMBER leading components from file names on extraction"
msgstr "從檔案名稱中截去以 NUMBER 為首的成分"

#: src/tar.c:766
msgid "EXPRESSION"
msgstr "表示式"

#: src/tar.c:767
msgid "use sed replace EXPRESSION to transform file names"
msgstr "利用 sed 將 EXPRESSION 替代為變換檔案名稱"

#: src/tar.c:772
msgid "Informative output:"
msgstr "富含資訊的輸出:"

#: src/tar.c:775
msgid "display progress messages every NUMBERth record (default 10)"
msgstr "每幾項記錄顯示一次進度訊息 (預設 10)"

#: src/tar.c:777
msgid "ACTION"
msgstr "動作"

#: src/tar.c:778
msgid "execute ACTION on each checkpoint"
msgstr "於每個查核點執行 ACTION"

#: src/tar.c:781
msgid "print a message if not all links are dumped"
msgstr "如果並非所有連結都被傾印則印出訊息"

#: src/tar.c:782
msgid "SIGNAL"
msgstr "信號"

#: src/tar.c:783
msgid ""
"print total bytes after processing the archive; with an argument - print "
"total bytes when this SIGNAL is delivered; Allowed signals are: SIGHUP, "
"SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; the names without SIG prefix are also "
"accepted"
msgstr ""
"處理封存之後列印位元組總計;當此信號被投遞時,利用引數 - 列印位元組總計;允許"
"的信號是:SIGHUP、SIGQUIT、SIGINT、SIGUSR1 和 SIGUSR2;不具 SIG 前綴的名稱也"
"是可接受的"

#: src/tar.c:788
msgid "print file modification times in UTC"
msgstr "以 UTC 印出檔案修改時間"

#: src/tar.c:790
msgid "print file time to its full resolution"
msgstr "以完整精度印出檔案時間"

#: src/tar.c:792
msgid "send verbose output to FILE"
msgstr "將詳細輸出送至 FILE"

#: src/tar.c:794
msgid "show block number within archive with each message"
msgstr "每則訊息附帶顯示在封存中的區塊號碼"

#: src/tar.c:796
msgid "show tar defaults"
msgstr "顯示 tar 預設值"

#: src/tar.c:798
msgid "show valid ranges for snapshot-file fields"
msgstr "顯示快照檔案欄位的有效範圍"

#: src/tar.c:800
msgid ""
"when listing or extracting, list each directory that does not match search "
"criteria"
msgstr "當表列或解開時,列出每一個不符合搜尋條件的目錄"

#: src/tar.c:802
msgid "show file or archive names after transformation"
msgstr "顯示變換之後的檔案或封存名稱"

#: src/tar.c:805
msgid "STYLE"
msgstr "樣式"

#: src/tar.c:806
msgid "set name quoting style; see below for valid STYLE values"
msgstr "設定名稱引號樣式;參看下列的有效樣式值"

#: src/tar.c:808
msgid "additionally quote characters from STRING"
msgstr "來自 STRING 的額外引號字元"

#: src/tar.c:810
msgid "disable quoting for characters from STRING"
msgstr "停用來自字串的引號字元"

#: src/tar.c:812
msgid "ask for confirmation for every action"
msgstr "任何動作都要求確認"

#: src/tar.c:815
msgid "verbosely list files processed"
msgstr "詳細列出處理過的檔案"

#: src/tar.c:816
msgid "KEYWORD"
msgstr "關鍵字"

#: src/tar.c:817
msgid "warning control"
msgstr "警告控制"

#: src/tar.c:820
msgid "Compatibility options:"
msgstr "相容選項:"

#: src/tar.c:823
msgid ""
"when creating, same as --old-archive; when extracting, same as --no-same-"
"owner"
msgstr "當建立時,等同於 --old-archive。當解開時,等同於 --no-same-owner"

#: src/tar.c:826
msgid "Other options:"
msgstr "其他選項:"

#: src/tar.c:829
msgid "disable use of some potentially harmful options"
msgstr "停用某些潛在有害的選項"

#. TRANSLATORS: Both %s in this statement are replaced with
#. option names.
#: src/tar.c:888
#, c-format
msgid "'%s' cannot be used with '%s'"
msgstr "%s:無法與 %s 一同使用"

#: src/tar.c:977
msgid ""
"You may not specify more than one '-Acdtrux', '--delete' or  '--test-label' "
"option"
msgstr "您不可以指定超過一個 -Acdtrux, --delete 或 --test-label 選項"

#: src/tar.c:989
msgid "Conflicting compression options"
msgstr "互相抵觸的壓縮選項"

#: src/tar.c:1043
#, c-format
msgid "Unknown signal name: %s"
msgstr "不明的信號名稱:%s"

#: src/tar.c:1073
msgid "Date sample file not found"
msgstr "找不到日期範例檔案"

#: src/tar.c:1081
#, c-format
msgid "Substituting %s for unknown date format %s"
msgstr "以 %s 代替不明的日期格式 %s"

#: src/tar.c:1110
#, c-format
msgid "Option %s: Treating date '%s' as %s"
msgstr "選項 %1$s: 以 %3$s 格式來處理日期 %2$s"

#: src/tar.c:1150 src/tar.c:1154 src/tar.c:1158 src/tar.c:1162 src/tar.c:1166
#: src/tar.c:1170 src/tar.c:1174 src/tar.c:1178
#, c-format
msgid "filter the archive through %s"
msgstr "將封存透過 %s 篩選"

#: src/tar.c:1186
msgid "Valid arguments for the --quoting-style option are:"
msgstr "用於 --quoting-style 的有效引數選項是:"

#: src/tar.c:1190
msgid ""
"\n"
"*This* tar defaults to:\n"
msgstr ""
"\n"
"*這個* tar 預設為:\n"

#: src/tar.c:1302
msgid "Invalid owner or group ID"
msgstr "無效的擁有者或群組識別號"

#: src/tar.c:1405
msgid "Invalid blocking factor"
msgstr "無效的分區因子"

#: src/tar.c:1466
#, c-format
msgid "Malformed density argument: %s"
msgstr "異常的密度引數:%s"

#: src/tar.c:1492
#, c-format
msgid "Unknown density: '%c'"
msgstr "不明的密度:%c"

#: src/tar.c:1509
#, c-format
msgid "Options '-[0-7][lmh]' not supported by *this* tar"
msgstr "這個版本的 tar 不支援 -[0-7][lmh] 選項"

#: src/tar.c:1590
msgid "Invalid tape length"
msgstr "無效的磁帶長度"

#: src/tar.c:1604
msgid "Invalid incremental level value"
msgstr "無效的遞增等級值"

#: src/tar.c:1650
msgid "More than one threshold date"
msgstr "一個以上的限定日期"

#: src/tar.c:1717 src/tar.c:1720
msgid "Invalid sparse version value"
msgstr "無效的稀疏版本值"

#: src/tar.c:1796
msgid "--atime-preserve='system' is not supported on this platform"
msgstr "--atime-preserve='system' 於這個平臺未被支援"

#: src/tar.c:1821
msgid "--checkpoint value is not an integer"
msgstr "--checkpoint 值不是整數"

#: src/tar.c:1899
msgid "Invalid mode given on option"
msgstr "選項中的模式無效"

#: src/tar.c:1932
msgid "Invalid number"
msgstr "無效的號碼"

#: src/tar.c:1996
msgid "Invalid record size"
msgstr "無效的記錄大小"

#: src/tar.c:1999
#, c-format
msgid "Record size must be a multiple of %d."
msgstr "記錄大小必須是 %d 的倍數。"

#: src/tar.c:2045
msgid "Invalid number of elements"
msgstr "無效的元素號碼"

#: src/tar.c:2070
msgid "Only one --to-command option allowed"
msgstr "只允許一個 --to-command 選項"

#: src/tar.c:2135
#, c-format
msgid "%s:%lu: location of the error"
msgstr "%s:%lu:錯誤的位置"

#: src/tar.c:2138
#, c-format
msgid "error parsing %s"
msgstr "剖析 %s 時發生錯誤"

#: src/tar.c:2156
msgid "[FILE]..."
msgstr "[FILE]…"

#: src/tar.c:2257
#, c-format
msgid "cannot split TAR_OPTIONS: %s"
msgstr "無法分割 TAR_OPTIONS:%s"

#: src/tar.c:2272
#, c-format
msgid "non-option arguments in %s"
msgstr "%s 中出現非選項的引數"

#: src/tar.c:2360
#, c-format
msgid "Old option '%c' requires an argument."
msgstr "舊的選項 %c 需要一個引數。"

#: src/tar.c:2432
msgid "--occurrence is meaningless without a file list"
msgstr "若無檔案列表,--occurrence 便不具意義"

#: src/tar.c:2458
msgid "Multiple archive files require '-M' option"
msgstr "指定多個封存時需要 -M 選項"

#: src/tar.c:2475
msgid "--level is meaningless without --listed-incremental"
msgstr "--level 不與 --listed-incremental 共用是無意義的"

#: src/tar.c:2492
#, c-format
msgid "%s: Volume label is too long (limit is %lu byte)"
msgid_plural "%s: Volume label is too long (limit is %lu bytes)"
msgstr[0] "%s:卷冊標籤太長 (限制為 %lu 位元組)"

#: src/tar.c:2505
msgid "Cannot verify multi-volume archives"
msgstr "無法驗證多重卷冊的封存"

#: src/tar.c:2507
msgid "Cannot verify compressed archives"
msgstr "無法驗證壓縮過的封存"

#: src/tar.c:2521
msgid "Cannot use multi-volume compressed archives"
msgstr "無法使用多重卷冊的壓縮封存"

#: src/tar.c:2525
msgid "Cannot concatenate compressed archives"
msgstr "無法串接壓縮過的檔案"

#: src/tar.c:2532
msgid "--clamp-mtime needs a date specified using --mtime"
msgstr "--clamp-mtime 需要一個以 --mtime 指定的日期"

#: src/tar.c:2542
msgid "--pax-option can be used only on POSIX archives"
msgstr "--pax-option 只能用於 POSIX 封存"

#: src/tar.c:2549
msgid "--acls can be used only on POSIX archives"
msgstr "--acls 只能用於 POSIX 封存"

#: src/tar.c:2554
msgid "--selinux can be used only on POSIX archives"
msgstr "--selinux 只能用於 POSIX 封存"

#: src/tar.c:2559
msgid "--xattrs can be used only on POSIX archives"
msgstr "--xattrs 只能用於 POSIX 封存"

#: src/tar.c:2608
msgid ""
"Cannot deduce top-level directory name; please set it explicitly with --one-"
"top-level=DIR"
msgstr "無法推論頂層目錄名稱;請以 --one-top-level=DIR 來明確地設定它"

#: src/tar.c:2641
msgid "Volume length cannot be less than record size"
msgstr "卷冊長度無法少於記錄大小"

#: src/tar.c:2665
msgid "Cowardly refusing to create an empty archive"
msgstr "斗膽拒絕建立空的封存"

#: src/tar.c:2691
msgid "Options '-Aru' are incompatible with '-f -'"
msgstr " -Aru 與 -f - 選項不相容"

#: src/tar.c:2775
msgid "failed to assert availability of the standard file descriptors"
msgstr "無法斷言標準檔案描述元的可用性"

#: src/tar.c:2805
msgid ""
"You must specify one of the '-Acdtrux', '--delete' or '--test-label' options"
msgstr "您必須指定 -Acdtrux, --delete 或 --test-label 選項之一"

#: src/tar.c:2865
#, c-format
msgid "Exiting with failure status due to previous errors"
msgstr "由於先前錯誤而以失敗狀態離開"

#: src/xheader.c:163
#, c-format
msgid "Keyword %s is unknown or not yet implemented"
msgstr "關鍵字 %s 為未知或尚未實作"

#: src/xheader.c:172
msgid "Time stamp is out of allowed range"
msgstr "時間戳記超出了允許範圍"

#: src/xheader.c:187
#, c-format
msgid "Malformed pax option: %s"
msgstr "pax 選項格式錯誤:%s"

#: src/xheader.c:206
#, c-format
msgid "Pattern %s cannot be used"
msgstr "胚騰 %s 無法使用"

#: src/xheader.c:220
#, c-format
msgid "Keyword %s cannot be overridden"
msgstr "關鍵字 %s 無法被蓋過"

#: src/xheader.c:492
msgid "can't update global extended header record"
msgstr "無法更新全域擴充標頭記錄"

#: src/xheader.c:622
msgid "Malformed extended header: missing length"
msgstr "異常的擴充標頭:長度缺少"

#: src/xheader.c:631
#, fuzzy, c-format
#| msgid "Extended header length %*s is out of range"
msgid "Extended header length %.*s is out of range"
msgstr "擴充標頭長度 %*s 超出範圍"

#: src/xheader.c:643
msgid "Malformed extended header: missing blank after length"
msgstr "異常的擴充標頭:在長度之後缺少空白"

#: src/xheader.c:651
msgid "Malformed extended header: missing equal sign"
msgstr "異常的擴充標頭:缺少等號"

#: src/xheader.c:657
msgid "Malformed extended header: missing newline"
msgstr "異常的擴充標頭:缺少新列"

#: src/xheader.c:695
#, c-format
msgid "Ignoring unknown extended header keyword '%s'"
msgstr "忽略不明擴充標頭關鍵字 %s"

#: src/xheader.c:977
#, c-format
msgid "Generated keyword/value pair is too long (keyword=%s, length=%s)"
msgstr "產生的關鍵字/值對太長 (關鍵字=%s,長度=%s)"

#. TRANSLATORS: The first %s is the pax extended header keyword
#. (atime, gid, etc.).
#: src/xheader.c:1007
#, c-format
msgid "Extended header %s=%s is out of range %s..%s"
msgstr "擴充標頭 %s=%s 超出範圍 %s..%s"

#: src/xheader.c:1058 src/xheader.c:1064 src/xheader.c:1097 src/xheader.c:1450
#, c-format
msgid "Malformed extended header: invalid %s=%s"
msgstr "異常的擴充標頭:無效的 %s=%s"

#: src/xheader.c:1403 src/xheader.c:1428 src/xheader.c:1483
#, c-format
msgid "Malformed extended header: excess %s=%s"
msgstr "異常的擴充標頭:過剩的 %s=%s"

#: src/xheader.c:1496
#, c-format
msgid "Malformed extended header: invalid %s: unexpected delimiter %c"
msgstr "異常的擴充標頭:無效的 %s:未預期的分隔符號 %c"

#: src/xheader.c:1506
#, c-format
msgid "Malformed extended header: invalid %s: odd number of values"
msgstr "異常的擴充標頭:無效的 %s:奇怪的數值數量"

#: src/checkpoint.c:133
#, c-format
msgid "%s: not a valid timeout"
msgstr "%s:不是有效的時間限制"

#: src/checkpoint.c:146
#, c-format
msgid "%s: unknown checkpoint action"
msgstr "%s:不明查核點動作"

#: src/checkpoint.c:236
msgid "write"
msgstr "寫入"

#: src/checkpoint.c:236
msgid "read"
msgstr "讀取"

#. TRANSLATORS: This is a "checkpoint of write operation",
#. *not* "Writing a checkpoint".
#. E.g. in Spanish "Punto de comprobaci@'on de escritura",
#. *not* "Escribiendo un punto de comprobaci@'on"
#: src/checkpoint.c:252
#, c-format
msgid "Write checkpoint %u"
msgstr "寫入的查核點 %u"

#. TRANSLATORS: This is a "checkpoint of read operation",
#. *not* "Reading a checkpoint".
#. E.g. in Spanish "Punto de comprobaci@'on de lectura",
#. *not* "Leyendo un punto de comprobaci@'on"
#: src/checkpoint.c:258
#, c-format
msgid "Read checkpoint %u"
msgstr "讀取的查核點 %u"

#: tests/genfile.c:115
msgid ""
"genfile manipulates data files for GNU paxutils test suite.\n"
"OPTIONS are:\n"
msgstr ""
"genfile 在 GNU paxutils 測試套件中用於操控資料檔案。\n"
"選項:\n"

#: tests/genfile.c:131
msgid "File creation options:"
msgstr "檔案建立選項:"

#: tests/genfile.c:132 tests/genfile.c:143
msgid "SIZE"
msgstr "大小"

#: tests/genfile.c:133
msgid "Create file of the given SIZE"
msgstr "以給定 SIZE 建立檔案。"

#: tests/genfile.c:135
msgid "Write to file NAME, instead of standard output"
msgstr "寫入檔案 NAME,以代替標準輸出"

#: tests/genfile.c:137
msgid "Read file names from FILE"
msgstr "從 FILE 讀取檔案名稱"

#: tests/genfile.c:139
msgid "-T reads null-terminated names"
msgstr "-T 讀取零值終結的名稱"

#: tests/genfile.c:141
msgid "Fill the file with the given PATTERN. PATTERN is 'default' or 'zeros'"
msgstr "以給定 PATTERN 填充檔案。PATTERN 是 default 或 zeros"

#: tests/genfile.c:144
msgid "Size of a block for sparse file"
msgstr "用於稀疏檔案的區塊大小"

#: tests/genfile.c:146
msgid "Generate sparse file. Rest of the command line gives the file map."
msgstr "產生稀疏檔案。命令列的其餘部分給出檔案對映。"

#: tests/genfile.c:148
msgid "OFFSET"
msgstr "偏移值"

#: tests/genfile.c:149
msgid "Seek to the given offset before writing data"
msgstr "寫入資料之前尋求給定的偏移值"

#: tests/genfile.c:152
msgid "Suppress non-fatal diagnostic messages"
msgstr "抑制非嚴重的診斷訊息"

#: tests/genfile.c:156
msgid "File statistics options:"
msgstr "檔案統計選項:"

#: tests/genfile.c:159
msgid "Print contents of struct stat for each given file. Default FORMAT is: "
msgstr "列印每個給定檔案的結構狀態內容。預設 FORMAT 為:"

#: tests/genfile.c:163
msgid "stat symbolic links instead of referenced files"
msgstr ""

#: tests/genfile.c:167
msgid ""
"Set access and modification times of the files to the time supplied by --"
"date option"
msgstr ""

#: tests/genfile.c:174
msgid "Synchronous execution options:"
msgstr "同步的執行選項:"

#: tests/genfile.c:176
msgid "N"
msgstr "N"

#: tests/genfile.c:177
msgid ""
"Execute ARGS. Trigger checkpoints every Nth record (default 1). Useful with "
"--checkpoint and one of --cut, --append, --touch, --unlink"
msgstr ""
"執行 <引數>。每 N (預設 1) 次記錄就觸發一次檢查點。適合與 --checkpoint 或 --"
"cut、--append、--touch、--unlink 之一搭配使用。"

#: tests/genfile.c:180
msgid "Perform given action (see below) upon reaching checkpoint NUMBER"
msgstr "當達到查核點 NUMBER 時實行給定動作 (參看以下)"

#: tests/genfile.c:183
msgid "Set date for next --touch option"
msgstr "設定後續 --touch 選項所需的日期"

#: tests/genfile.c:186
msgid "Display executed checkpoints and exit status of COMMAND"
msgstr "顯示已執行的查核點以及 COMMAND 的離開狀態"

#: tests/genfile.c:191
msgid ""
"Synchronous execution actions. These are executed when checkpoint number "
"given by --checkpoint option is reached."
msgstr ""
"同步的執行動作。當到達由 --checkpoint 選項所給定的查核點編號時,這些動作會被"
"執行。"

#: tests/genfile.c:194
msgid ""
"Truncate FILE to the size specified by previous --length option (or 0, if it "
"is not given)"
msgstr "依先前 --length 選項指定的大小來截斷檔案 (如果它未被給定就是 0)"

#: tests/genfile.c:198
msgid "Append SIZE bytes to FILE. SIZE is given by previous --length option."
msgstr "附加 SIZE 位元組到 FILE。SIZE 是由先前 --length 選項所給定。"

#: tests/genfile.c:201
msgid "Update the access and modification times of FILE"
msgstr "更新檔案的存取和修改時間"

#: tests/genfile.c:204
msgid "Execute COMMAND"
msgstr "執行 COMMAND"

#: tests/genfile.c:207
msgid "Delete FILE"
msgstr "移除檔案"

#: tests/genfile.c:258
#, c-format
msgid "Invalid size: %s"
msgstr "無效的大小:%s"

#: tests/genfile.c:263
#, c-format
msgid "Number out of allowed range: %s"
msgstr "號碼超出允許的範圍:%s"

#: tests/genfile.c:266
#, c-format
msgid "Negative size: %s"
msgstr "負值大小:%s"

#: tests/genfile.c:279 tests/genfile.c:672
#, c-format
msgid "stat(%s) failed"
msgstr "狀態(%s) 失敗"

#: tests/genfile.c:284
#, fuzzy, c-format
#| msgid "requested file length %lu, actual %lu"
msgid "requested file length %jd, actual %jd"
msgstr "要求檔案長度 %lu,實際則是 %lu"

#: tests/genfile.c:289
#, c-format
msgid "created file is not sparse"
msgstr "建立的不是稀疏檔案"

#: tests/genfile.c:390
#, c-format
msgid "Error parsing number near `%s'"
msgstr "剖析數字接近 %s 時發生錯誤"

#: tests/genfile.c:396
#, c-format
msgid "Unknown date format"
msgstr "不明的日期格式"

#: tests/genfile.c:420
msgid "[ARGS...]"
msgstr "[引數…]"

#: tests/genfile.c:457 tests/genfile.c:497 tests/genfile.c:598
#: tests/genfile.c:787 tests/genfile.c:801
#, c-format
msgid "cannot open `%s'"
msgstr "無法開啟 %s"

#: tests/genfile.c:463
msgid "cannot seek"
msgstr "無法尋求"

#: tests/genfile.c:480
#, c-format
msgid "file name contains null character"
msgstr "檔案名稱含有空字元"

#: tests/genfile.c:593
#, c-format
msgid "cannot generate sparse files on standard output, use --file option"
msgstr "無法於標準輸出產生稀疏檔案,使用 --file 選項"

#: tests/genfile.c:699
#, c-format
msgid "incorrect mask (near `%s')"
msgstr "不正確遮罩 (接近 %s)"

#: tests/genfile.c:705 tests/genfile.c:738
#, c-format
msgid "Unknown field `%s'"
msgstr "不明的欄位 %s"

#: tests/genfile.c:756 tests/genfile.c:776
#, c-format
msgid "cannot set time on `%s'"
msgstr "無法設定時間為 %s"

#: tests/genfile.c:806
#, c-format
msgid "cannot truncate `%s'"
msgstr "無法截斷 %s"

#: tests/genfile.c:815
#, c-format
msgid "command failed: %s"
msgstr "命令失敗:%s"

#: tests/genfile.c:822
#, c-format
msgid "cannot stat `%s'"
msgstr "無法統計「%s」"

#: tests/genfile.c:826
#, c-format
msgid "cannot remove directory `%s'"
msgstr "無法移除目錄「%s」"

#: tests/genfile.c:829
#, c-format
msgid "cannot unlink `%s'"
msgstr "無法取消連結 %s"

#: tests/genfile.c:969
#, c-format
msgid "Command exited successfully\n"
msgstr "成功離開命令\n"

#: tests/genfile.c:971
#, c-format
msgid "Command failed with status %d\n"
msgstr "命令以狀態 %d 失敗\n"

#: tests/genfile.c:975
#, c-format
msgid "Command terminated on signal %d\n"
msgstr "命令於信號 %d 終止\n"

#: tests/genfile.c:977
#, c-format
msgid "Command stopped on signal %d\n"
msgstr "命令於信號 %d 停止\n"

#: tests/genfile.c:980
#, c-format
msgid "Command dumped core\n"
msgstr "命令傾印核心\n"

#: tests/genfile.c:983
#, c-format
msgid "Command terminated\n"
msgstr "命令終止\n"

#: tests/genfile.c:1015
#, c-format
msgid "--stat requires file names"
msgstr "--stat 需要檔案名稱"

#: tests/genfile.c:1023
#, fuzzy, c-format
#| msgid "--stat requires file names"
msgid "--set-times requires file names"
msgstr "--stat 需要檔案名稱"

#, c-format
#~ msgid "%s: file is the archive; not dumped"
#~ msgstr "%s:檔案是封存;未傾印"

#, c-format
#~ msgid "%s: File shrank by %s byte"
#~ msgid_plural "%s: File shrank by %s bytes"
#~ msgstr[0] "%s:檔案縮減了 %s 位元組"

#~ msgid "%s home page: <https://www.gnu.org/software/%s/>\n"
#~ msgstr "%s 首頁:<http://www.gnu.org/software/%s/>\n"

#~ msgid "OPTION"
#~ msgstr "選項"

#~ msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
#~ msgstr "%.*s: ARGP_HELP_FMT 參數必須是正值"

#~ msgid "%s: option '--%s' doesn't allow an argument\n"
#~ msgstr "%s:選項 --%s 不允許引數\n"

#~ msgid "%s: unrecognized option '--%s'\n"
#~ msgstr "%s:無法辨識的選項 --%s\n"

#~ msgid "%s: option '-W %s' is ambiguous\n"
#~ msgstr "%s:選項 -W %s 是模稜兩可的\n"

#~ msgid "%s: option '-W %s' doesn't allow an argument\n"
#~ msgstr "%s:選項 -W %s 不允許有引數\n"

#~ msgid "%s: option '-W %s' requires an argument\n"
#~ msgstr "%s:選項 -W %s 需要一個引數\n"

#~ msgid "Unlink FILE"
#~ msgstr "取消連結檔案"

#~ msgid "Field too long while reading snapshot file"
#~ msgstr "讀取快照檔時欄位太長"

#~ msgid "Read error in snapshot file"
#~ msgstr "讀取快照檔時發生錯誤"

#~ msgid "Unexpected field value in snapshot file"
#~ msgstr "未預期的快照檔欄位值"

#~ msgid "Cannot get working directory"
#~ msgstr "無法提取工作目錄"

#~ msgid "sort names to extract to match archive"
#~ msgstr "解開時依名稱排序以符合封存"

#~ msgid "same as both -p and -s"
#~ msgstr "等同於指定 -p 與 -s"

#~ msgid "Invalid group"
#~ msgstr "無效的群組"

#~ msgid ""
#~ "The --preserve option is deprecated, use --preserve-permissions --"
#~ "preserve-order instead"
#~ msgstr ""
#~ "--preserve 選項不宜再用,請以 --preserve-permissions --preserve-order 做為"
#~ "替代"

#~ msgid "--occurrence cannot be used in the requested operation mode"
#~ msgstr "--occurrence 無法於要求的作業模式中使用"

#~ msgid "Cannot combine --listed-incremental with --newer"
#~ msgstr "無法同時使用 --listed-incremental 及 --newer"

#~ msgid "--preserve-order is not compatible with --listed-incremental"
#~ msgstr "--preserve-order 與 --listed-incremental 不相容"

#~ msgid "Extended header length is out of allowed range"
#~ msgstr "擴充標頭長度超出允許範圍"