diff options
Diffstat (limited to 'po/zh_TW.po')
-rw-r--r-- | po/zh_TW.po | 58 |
1 files changed, 47 insertions, 11 deletions
diff --git a/po/zh_TW.po b/po/zh_TW.po index c3ed7eae7..e4aaec22e 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.X\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-06-23 09:02+0200\n" +"POT-Creation-Date: 2016-08-04 10:25+0200\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet <tetralet@gmail.com>\n" "Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists." @@ -1496,14 +1496,10 @@ msgstr "在解析 '%s:%s' (%i) 時出了怪事" msgid "Unable to connect to %s:%s:" msgstr "無法連線至 %s %s:" -#: methods/copy.cc methods/store.cc +#: methods/copy.cc msgid "Failed to stat" msgstr "無法取得狀態" -#: methods/copy.cc methods/rred.cc methods/store.cc -msgid "Failed to set modification time" -msgstr "無法設定修改時間" - #: methods/file.cc msgid "Invalid URI, local URIS must not start with //" msgstr "不正確的 URI,本機 URI 不應以 // 開頭" @@ -1776,6 +1772,10 @@ msgstr "" msgid "Failed to stat %s" msgstr "無法取得 %s 的狀態" +#: methods/rred.cc +msgid "Failed to set modification time" +msgstr "無法設定修改時間" + #: methods/rsh.cc ftparchive/multicompress.cc msgid "Failed to create IPC pipe to subprocess" msgstr "無法和子程序建立 IPC 管線" @@ -1920,6 +1920,26 @@ msgstr "無法寫入 %s" msgid "Cannot get debconf version. Is debconf installed?" msgstr "無法取得 debconf 版本。是否有安裝 debconf?" +#: cmdline/apt-internal-planner.cc +#, fuzzy +msgid "" +"Usage: apt-internal-planner\n" +"\n" +"apt-internal-planner is an interface to use the current internal\n" +"installation planner for the APT family like an external one,\n" +"for debugging or the like.\n" +msgstr "" +"用法:apt-extracttemplates 檔案1 [檔案2 ...]\n" +"\n" +"apt-extracttemplates 是用來從 debian 套件中解壓出設定檔和模板資訊\n" +"的工具\n" +"\n" +"選項\n" +" -h 本幫助訊息。\n" +" -t 指定暫存目錄\n" +" -c=? 讀取指定的設定檔\n" +" -o=? 指定任意的設定選項,例如:-o dir::cache=/tmp\n" + #: cmdline/apt-internal-solver.cc #, fuzzy msgid "" @@ -3232,6 +3252,11 @@ msgstr "" msgid "Running post-installation trigger %s" msgstr "正在執行安裝後套件後續處理程式 %s" +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Installed %s" +msgstr "已安裝 %s" + #. FIXME: use a better string after freeze #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -3260,11 +3285,6 @@ msgstr "正在準備設定 %s" #: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Installed %s" -msgstr "已安裝 %s" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format msgid "Preparing for removal of %s" msgstr "正在準備移除 %s" @@ -3380,6 +3400,22 @@ msgstr "" msgid "Execute external solver" msgstr "" +#: apt-pkg/edsp.cc +msgid "Execute external planner" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "Send request to planner" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "Send scenario to planner" +msgstr "" + +#: apt-pkg/edsp.cc +msgid "External planner failed without a proper error message" +msgstr "" + #: apt-pkg/indexcopy.cc #, c-format msgid "Wrote %i records.\n" |