diff options
Diffstat (limited to 'po/zh_TW.po')
-rw-r--r-- | po/zh_TW.po | 175 |
1 files changed, 151 insertions, 24 deletions
diff --git a/po/zh_TW.po b/po/zh_TW.po index 61b5c0e4a..b4e09b722 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: dpkg 1.13\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2018-10-08 11:37+0200\n" +"POT-Creation-Date: 2019-01-22 14:24+0100\n" "PO-Revision-Date: 2018-04-15 07:06+0800\n" "Last-Translator: 林博仁 <Buo.Ren.Lin@gmail.com>\n" "Language-Team: Chinese (traditional) <debian-l10n-chinese@lists.debian.org>\n" @@ -1403,6 +1403,11 @@ msgstr "欄位寬度超出範圍" msgid "missing closing brace" msgstr "找不到結尾括弧" +#: lib/dpkg/pkg-format.c +#, c-format +msgid "cannot get package %s filesystem last modification time" +msgstr "" + #: lib/dpkg/pkg-hash.c lib/dpkg/pkg-spec.c #, c-format msgid "ambiguous package name '%s' with more than one installed instance" @@ -1489,6 +1494,70 @@ msgstr "「%s」子進程失敗,並傳回了 %d 等待狀態碼(wait status co msgid "wait for %s subprocess failed" msgstr "等待「%s」子程序失敗" +#: lib/dpkg/tarfn.c +#, fuzzy +#| msgid "invalid character '%c' in field width" +msgid "invalid tar header size field" +msgstr "欄位寬度中有無效的字元 '%c'" + +#: lib/dpkg/tarfn.c +#, fuzzy +#| msgid "invalid character '%c' in field width" +msgid "invalid tar header mtime field" +msgstr "欄位寬度中有無效的字元 '%c'" + +#: lib/dpkg/tarfn.c +#, fuzzy +#| msgid "invalid status" +msgid "invalid tar header uid field" +msgstr "狀態無效" + +#: lib/dpkg/tarfn.c +#, fuzzy +#| msgid "reading statoverride file '%.250s'" +msgid "invalid tar header gid field" +msgstr "讀取 statoverride 檔 '%.250s'" + +#: lib/dpkg/tarfn.c +#, fuzzy +#| msgid "invalid character '%c' in field width" +msgid "invalid tar header checksum field" +msgstr "欄位寬度中有無效的字元 '%c'" + +#: lib/dpkg/tarfn.c +msgid "invalid tar header checksum" +msgstr "" + +#: lib/dpkg/tarfn.c +msgid "partially read tar header" +msgstr "" + +#: lib/dpkg/tarfn.c +msgid "invalid tar header with empty name field" +msgstr "" + +#: lib/dpkg/tarfn.c +#, c-format +msgid "unsupported GNU tar header type '%c'" +msgstr "" + +#: lib/dpkg/tarfn.c +#, fuzzy, c-format +#| msgid "unsupported options in file header" +msgid "unsupported Solaris tar header type '%c'" +msgstr "檔頭選項不支援" + +#: lib/dpkg/tarfn.c +#, c-format +msgid "unsupported PAX tar header type '%c'" +msgstr "" + +#: lib/dpkg/tarfn.c +#, fuzzy, c-format +#| msgid "unknown compression type '%s'!" +msgid "unknown tar header type '%c'" +msgstr "未知的壓縮類型 `%s'!" + # 參閱 stat(2)、lstat(2) 的使用手冊頁面(manpage) #: lib/dpkg/treewalk.c #, c-format @@ -3157,30 +3226,72 @@ msgid "Debian '%s' package management program version %s.\n" msgstr "Debian `%s' 套件管理程式版本%s。\n" #: src/main.c -#, c-format +#, fuzzy, c-format +#| msgid "" +#| "Commands:\n" +#| " -i|--install <.deb file name> ... | -R|--recursive " +#| "<directory> ...\n" +#| " --unpack <.deb file name> ... | -R|--recursive " +#| "<directory> ...\n" +#| " -A|--record-avail <.deb file name> ... | -R|--recursive " +#| "<directory> ...\n" +#| " --configure <package> ... | -a|--pending\n" +#| " --triggers-only <package> ... | -a|--pending\n" +#| " -r|--remove <package> ... | -a|--pending\n" +#| " -P|--purge <package> ... | -a|--pending\n" +#| " -V|--verify <package> ... Verify the integrity of package(s).\n" +#| " --get-selections [<pattern> ...] Get list of selections to stdout.\n" +#| " --set-selections Set package selections from stdin.\n" +#| " --clear-selections Deselect every non-essential package.\n" +#| " --update-avail [<Packages-file>] Replace available packages info.\n" +#| " --merge-avail [<Packages-file>] Merge with info from file.\n" +#| " --clear-avail Erase existing available info.\n" +#| " --forget-old-unavail Forget uninstalled unavailable pkgs.\n" +#| " -s|--status <package> ... Display package status details.\n" +#| " -p|--print-avail <package> ... Display available version details.\n" +#| " -L|--listfiles <package> ... List files 'owned' by package(s).\n" +#| " -l|--list [<pattern> ...] List packages concisely.\n" +#| " -S|--search <pattern> ... Find package(s) owning file(s).\n" +#| " -C|--audit [<package> ...] Check for broken package(s).\n" +#| " --yet-to-unpack Print packages selected for " +#| "installation.\n" +#| " --predep-package Print pre-dependencies to unpack.\n" +#| " --add-architecture <arch> Add <arch> to the list of " +#| "architectures.\n" +#| " --remove-architecture <arch> Remove <arch> from the list of " +#| "architectures.\n" +#| " --print-architecture Print dpkg architecture.\n" +#| " --print-foreign-architectures Print allowed foreign architectures.\n" +#| " --assert-<feature> Assert support for the specified " +#| "feature.\n" +#| " --validate-<thing> <string> Validate a <thing>'s <string>.\n" +#| " --compare-versions <a> <op> <b> Compare version numbers - see below.\n" +#| " --force-help Show help on forcing.\n" +#| " -Dh|--debug=help Show help on debugging.\n" +#| "\n" msgid "" "Commands:\n" -" -i|--install <.deb file name> ... | -R|--recursive <directory> ...\n" -" --unpack <.deb file name> ... | -R|--recursive <directory> ...\n" -" -A|--record-avail <.deb file name> ... | -R|--recursive <directory> ...\n" -" --configure <package> ... | -a|--pending\n" -" --triggers-only <package> ... | -a|--pending\n" -" -r|--remove <package> ... | -a|--pending\n" -" -P|--purge <package> ... | -a|--pending\n" -" -V|--verify <package> ... Verify the integrity of package(s).\n" -" --get-selections [<pattern> ...] Get list of selections to stdout.\n" +" -i|--install <.deb file name>... | -R|--recursive <directory>...\n" +" --unpack <.deb file name>... | -R|--recursive <directory>...\n" +" -A|--record-avail <.deb file name>... | -R|--recursive <directory>...\n" +" --configure <package>... | -a|--pending\n" +" --triggers-only <package>... | -a|--pending\n" +" -r|--remove <package>... | -a|--pending\n" +" -P|--purge <package>... | -a|--pending\n" +" -V|--verify [<package>...] Verify the integrity of package(s).\n" +" --get-selections [<pattern>...] Get list of selections to stdout.\n" " --set-selections Set package selections from stdin.\n" " --clear-selections Deselect every non-essential package.\n" " --update-avail [<Packages-file>] Replace available packages info.\n" " --merge-avail [<Packages-file>] Merge with info from file.\n" " --clear-avail Erase existing available info.\n" " --forget-old-unavail Forget uninstalled unavailable pkgs.\n" -" -s|--status <package> ... Display package status details.\n" -" -p|--print-avail <package> ... Display available version details.\n" -" -L|--listfiles <package> ... List files 'owned' by package(s).\n" -" -l|--list [<pattern> ...] List packages concisely.\n" -" -S|--search <pattern> ... Find package(s) owning file(s).\n" -" -C|--audit [<package> ...] Check for broken package(s).\n" +" -s|--status [<package>...] Display package status details.\n" +" -p|--print-avail [<package>...] Display available version details.\n" +" -L|--listfiles <package>... List files 'owned' by package(s).\n" +" -l|--list [<pattern>...] List packages concisely.\n" +" -S|--search <pattern>... Find package(s) owning file(s).\n" +" -C|--audit [<package>...] Check for broken package(s).\n" " --yet-to-unpack Print packages selected for " "installation.\n" " --predep-package Print pre-dependencies to unpack.\n" @@ -4751,11 +4862,9 @@ msgid "package filesystem archive extraction" msgstr "套件檔案系統壓縮檔解壓縮" #: src/unpack.c -msgid "error reading dpkg-deb tar output" -msgstr "在讀取 dpkg-deb 輸出的 tar 檔時發生錯誤" - -#: src/unpack.c -msgid "corrupted filesystem tarfile - corrupted package archive" +#, fuzzy +#| msgid "corrupted filesystem tarfile - corrupted package archive" +msgid "corrupted filesystem tarfile in package archive" msgstr "檔案系統 tar 檔已損壞 - 套件壓縮檔毀損" #: src/unpack.c @@ -5908,7 +6017,21 @@ msgstr "" "\n" #: utils/update-alternatives.c -#, c-format +#, fuzzy, c-format +#| msgid "" +#| "Options:\n" +#| " --altdir <directory> change the alternatives directory.\n" +#| " --admindir <directory> change the administrative directory.\n" +#| " --log <file> change the log file.\n" +#| " --force allow replacing files with alternative links.\n" +#| " --skip-auto skip prompt for alternatives correctly " +#| "configured\n" +#| " in automatic mode (relevant for --config " +#| "only)\n" +#| " --verbose verbose operation, more output.\n" +#| " --quiet quiet operation, minimal output.\n" +#| " --help show this help message.\n" +#| " --version show the version.\n" msgid "" "Options:\n" " --altdir <directory> change the alternatives directory.\n" @@ -5918,8 +6041,9 @@ msgid "" " --skip-auto skip prompt for alternatives correctly " "configured\n" " in automatic mode (relevant for --config only)\n" -" --verbose verbose operation, more output.\n" " --quiet quiet operation, minimal output.\n" +" --verbose verbose operation, more output.\n" +" --debug debug output, way more output.\n" " --help show this help message.\n" " --version show the version.\n" msgstr "" @@ -6400,6 +6524,9 @@ msgstr "" msgid "Authentication is required to run update-alternatives" msgstr "" +#~ msgid "error reading dpkg-deb tar output" +#~ msgstr "在讀取 dpkg-deb 輸出的 tar 檔時發生錯誤" + #, fuzzy #~| msgid "unable to open files list file for package `%.250s'" #~ msgid "cannot open control file '%s' for package '%s'" |