From 5d2e48d17f5a6268c8d290320da85da8dca19b85 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 7 Oct 2019 18:12:24 +1000 Subject: Pull and push translation changes in preparation for 5.2 Signed-off-by: Allan McRae --- lib/libalpm/po/zh_TW.po | 127 ++++++++++++++++++++++++++---------------------- 1 file changed, 68 insertions(+), 59 deletions(-) (limited to 'lib/libalpm/po/zh_TW.po') diff --git a/lib/libalpm/po/zh_TW.po b/lib/libalpm/po/zh_TW.po index e35c1d07..56705897 100644 --- a/lib/libalpm/po/zh_TW.po +++ b/lib/libalpm/po/zh_TW.po @@ -10,13 +10,14 @@ # dlin , 2011-2012 # 黃柏諺 , 2014-2015,2018 # 黃柏諺 , 2014 +# 黃柏諺 , 2014,2019 msgid "" msgstr "" "Project-Id-Version: Arch Linux Pacman package manager\n" "Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n" -"POT-Creation-Date: 2019-08-12 11:37+1000\n" -"PO-Revision-Date: 2019-04-13 16:14+0000\n" -"Last-Translator: byStarTW (pan93412) \n" +"POT-Creation-Date: 2019-10-07 18:07+1000\n" +"PO-Revision-Date: 2019-08-12 09:44+0000\n" +"Last-Translator: 黃柏諺 \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/toofishes/" "archlinux-pacman/language/zh_TW/)\n" "Language: zh_TW\n" @@ -25,7 +26,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: lib/libalpm/add.c:91 lib/libalpm/sync.c:284 +#: lib/libalpm/add.c:91 lib/libalpm/sync.c:290 #, c-format msgid "%s-%s is up to date -- skipping\n" msgstr "%s-%s 已經為最新——跳過\n" @@ -55,7 +56,7 @@ msgstr "解壓縮 %s 時出現警告 (%s)\n" msgid "could not extract %s (%s)\n" msgstr "無法解壓縮 %s (%s)\n" -#: lib/libalpm/add.c:159 lib/libalpm/dload.c:572 lib/libalpm/remove.c:542 +#: lib/libalpm/add.c:159 lib/libalpm/dload.c:574 lib/libalpm/remove.c:542 #, c-format msgid "could not rename %s to %s (%s)\n" msgstr "無法將 %s 重命名為 %s (%s)\n" @@ -167,7 +168,7 @@ msgstr "損壞的資料庫記錄「%s」\n" #: lib/libalpm/be_local.c:713 lib/libalpm/be_local.c:809 #: lib/libalpm/be_local.c:954 lib/libalpm/be_local.c:1051 -#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:420 lib/libalpm/util.c:253 +#: lib/libalpm/diskspace.c:131 lib/libalpm/dload.c:422 lib/libalpm/util.c:253 #: lib/libalpm/util.c:269 #, c-format msgid "could not open file %s: %s\n" @@ -224,12 +225,12 @@ msgstr "%s 中軟體包版本編號不正確\n" msgid "missing package metadata in %s\n" msgstr "%s 中缺少軟體包元資料\n" -#: lib/libalpm/be_package.c:748 +#: lib/libalpm/be_package.c:750 #, c-format msgid "failed to read signature file: %s\n" msgstr "無法讀取簽章檔:%s\n" -#: lib/libalpm/be_package.c:769 lib/libalpm/sync.c:937 +#: lib/libalpm/be_package.c:779 lib/libalpm/sync.c:953 #, c-format msgid "required key missing from keyring\n" msgstr "從鑰匙圈找不到需要的金鑰\n" @@ -284,12 +285,12 @@ msgstr "%s 將在它 %s 的依賴關係之後被刪除\n" msgid "%s will be installed before its %s dependency\n" msgstr "%s 將在它 %s 的依賴關係之前被安裝\n" -#: lib/libalpm/deps.c:682 lib/libalpm/deps.c:712 +#: lib/libalpm/deps.c:681 lib/libalpm/deps.c:712 #, c-format msgid "ignoring package %s-%s\n" msgstr "正在忽略軟體包 %s-%s\n" -#: lib/libalpm/deps.c:867 +#: lib/libalpm/deps.c:869 #, c-format msgid "cannot resolve \"%s\", a dependency of \"%s\"\n" msgstr "無法解決「%s」,「%s」的一個依賴關係\n" @@ -344,37 +345,37 @@ msgstr "無法測定根分割區掛載點 %s\n" msgid "Partition %s is mounted read only\n" msgstr "分區 %s 為唯讀\n" -#: lib/libalpm/dload.c:159 +#: lib/libalpm/dload.c:161 #, c-format msgid "disk" msgstr "硬碟" -#: lib/libalpm/dload.c:346 +#: lib/libalpm/dload.c:348 #, c-format msgid "failed to create temporary file for download\n" msgstr "無法建立下載暫存檔\n" -#: lib/libalpm/dload.c:391 +#: lib/libalpm/dload.c:393 #, c-format msgid "url '%s' is invalid\n" msgstr "url「%s」無效\n" -#: lib/libalpm/dload.c:462 lib/libalpm/dload.c:483 lib/libalpm/dload.c:494 +#: lib/libalpm/dload.c:464 lib/libalpm/dload.c:485 lib/libalpm/dload.c:496 #, c-format msgid "failed retrieving file '%s' from %s : %s\n" msgstr "無法取得檔案「%s」從 %s:%s\n" -#: lib/libalpm/dload.c:475 +#: lib/libalpm/dload.c:477 #, c-format msgid "failed retrieving file '%s' from %s : expected download size exceeded\n" msgstr "無法解開「%s」從 %s 壓縮檔:超出下載的檔案大小\n" -#: lib/libalpm/dload.c:530 +#: lib/libalpm/dload.c:532 #, c-format msgid "%s appears to be truncated: %jd/%jd bytes\n" msgstr "%s 可縮小:%jd/%jd 位元組\n" -#: lib/libalpm/dload.c:675 lib/libalpm/dload.c:704 +#: lib/libalpm/dload.c:677 lib/libalpm/dload.c:706 #, c-format msgid "failed to download %s\n" msgstr "下載 %s 失敗\n" @@ -642,7 +643,7 @@ msgstr "呼叫外部下載程式時出錯" #: lib/libalpm/error.c:159 #, c-format msgid "compiled without signature support" -msgstr "" +msgstr "編譯時未啟用簽章支援" #: lib/libalpm/error.c:162 #, c-format @@ -791,144 +792,154 @@ msgstr "無法從快取中刪除記錄 '%s'\n" msgid "Public keyring not found; have you run '%s'?\n" msgstr "找不到公開的鑰匙圈;您要執行「%s」嗎?\n" -#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:705 +#: lib/libalpm/signing.c:207 lib/libalpm/signing.c:779 #, c-format msgid "GPGME error: %s\n" msgstr "GPGME 錯誤:%s\n" -#: lib/libalpm/signing.c:402 +#: lib/libalpm/signing.c:284 +#, c-format +msgid "looking up key %s using WKD\n" +msgstr "" + +#: lib/libalpm/signing.c:293 +#, fuzzy, c-format +msgid "gpg error: %s\n" +msgstr "GPGME 錯誤:%s\n" + +#: lib/libalpm/signing.c:441 lib/libalpm/signing.c:510 #, c-format msgid "keyring is not writable\n" msgstr "無法寫入鑰匙圈\n" -#: lib/libalpm/signing.c:460 -#, c-format -msgid "key \"%s\" could not be imported\n" +#: lib/libalpm/signing.c:534 +#, fuzzy, c-format +msgid "key \"%s\" on keyserver\n" msgstr "金鑰「%s」無法匯入\n" -#: lib/libalpm/signing.c:466 +#: lib/libalpm/signing.c:539 #, c-format -msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n" -msgstr "金鑰 %s,「%s」在金鑰伺服器上找到,鑰匙圈無法寫入\n" +msgid "key \"%s\" could not be imported\n" +msgstr "金鑰「%s」無法匯入\n" -#: lib/libalpm/signing.c:471 +#: lib/libalpm/signing.c:543 #, c-format msgid "key \"%s\" could not be looked up remotely\n" msgstr "金鑰「%s」無法遠端鎖定\n" -#: lib/libalpm/signing.c:859 lib/libalpm/sync.c:1006 +#: lib/libalpm/signing.c:934 lib/libalpm/sync.c:1022 #, c-format msgid "%s: missing required signature\n" msgstr "%s:缺少需要的簽章\n" -#: lib/libalpm/signing.c:874 +#: lib/libalpm/signing.c:949 #, c-format msgid "%s: signature from \"%s\" is marginal trust\n" msgstr "%s:來自 %s 的簽章信任等級不足\n" -#: lib/libalpm/signing.c:882 +#: lib/libalpm/signing.c:957 #, c-format msgid "%s: signature from \"%s\" is unknown trust\n" msgstr "%s:來自 %s 的簽章信任等級不明\n" -#: lib/libalpm/signing.c:889 +#: lib/libalpm/signing.c:964 #, c-format msgid "%s: signature from \"%s\" should never be trusted\n" msgstr "%s:來自 %s 的簽章不該被信任\n" -#: lib/libalpm/signing.c:901 +#: lib/libalpm/signing.c:976 #, c-format msgid "%s: key \"%s\" is unknown\n" msgstr "%s:金鑰「%s」未知\n" -#: lib/libalpm/signing.c:910 +#: lib/libalpm/signing.c:985 #, c-format msgid "%s: key \"%s\" is disabled\n" msgstr "%s:金鑰「%s」已停用\n" -#: lib/libalpm/signing.c:914 +#: lib/libalpm/signing.c:989 #, c-format msgid "%s: signature from \"%s\" is expired\n" msgstr "%s:來自 %s 的簽章已過期\n" -#: lib/libalpm/signing.c:918 +#: lib/libalpm/signing.c:993 #, c-format msgid "%s: signature from \"%s\" is invalid\n" msgstr "%s:來自 %s 的簽章無效\n" -#: lib/libalpm/signing.c:995 lib/libalpm/signing.c:1063 -#: lib/libalpm/signing.c:1142 +#: lib/libalpm/signing.c:1070 lib/libalpm/signing.c:1138 +#: lib/libalpm/signing.c:1217 #, c-format msgid "%s: signature format error\n" msgstr "%s:簽章格式錯誤\n" -#: lib/libalpm/signing.c:1095 lib/libalpm/signing.c:1128 -#: lib/libalpm/signing.c:1136 +#: lib/libalpm/signing.c:1170 lib/libalpm/signing.c:1203 +#: lib/libalpm/signing.c:1211 #, c-format msgid "%s: unsupported signature format\n" msgstr "%s:簽章格式不受支援\n" -#: lib/libalpm/sync.c:93 +#: lib/libalpm/sync.c:99 #, c-format msgid "%s: ignoring package upgrade (%s => %s)\n" msgstr "%s:忽略軟體包更新(%s => %s)\n" -#: lib/libalpm/sync.c:105 +#: lib/libalpm/sync.c:111 #, c-format msgid "%s: ignoring package downgrade (%s => %s)\n" msgstr "%s:正在忽略軟體包降級(%s => %s)\n" -#: lib/libalpm/sync.c:108 +#: lib/libalpm/sync.c:114 #, c-format msgid "%s: downgrading from version %s to version %s\n" msgstr "%s:正在從版本 %s 降級為 %s \n" -#: lib/libalpm/sync.c:114 +#: lib/libalpm/sync.c:120 #, c-format msgid "%s: local (%s) is newer than %s (%s)\n" msgstr "%s:本機(%s)比 %s 的版本更新 (%s)\n" -#: lib/libalpm/sync.c:155 +#: lib/libalpm/sync.c:161 #, c-format msgid "ignoring package replacement (%s-%s => %s-%s)\n" msgstr "正在忽略軟體包更新 (%s-%s => %s-%s)\n" -#: lib/libalpm/sync.c:171 +#: lib/libalpm/sync.c:177 #, c-format msgid "cannot replace %s by %s\n" msgstr "無法替代 %s 以 %s\n" -#: lib/libalpm/sync.c:529 lib/libalpm/sync.c:599 +#: lib/libalpm/sync.c:535 lib/libalpm/sync.c:605 #, c-format msgid "unresolvable package conflicts detected\n" msgstr "檢測到無法解決的軟體包衝突\n" -#: lib/libalpm/sync.c:549 +#: lib/libalpm/sync.c:555 #, c-format msgid "removing '%s' from target list because it conflicts with '%s'\n" msgstr "正在從目標清單中刪除「%s」,因為它和「%s」衝突\n" -#: lib/libalpm/sync.c:843 +#: lib/libalpm/sync.c:849 #, c-format msgid "failed to retrieve some files\n" msgstr "解開部分檔案失敗\n" -#: lib/libalpm/sync.c:1020 -#, fuzzy, c-format +#: lib/libalpm/sync.c:1036 +#, c-format msgid "failed to read file %s: %s\n" -msgstr "無法讀取簽章檔:%s\n" +msgstr "讀取檔案 %s 失敗:%s\n" -#: lib/libalpm/sync.c:1207 +#: lib/libalpm/sync.c:1223 #, c-format msgid "not enough free disk space\n" msgstr "剩餘空間不夠\n" -#: lib/libalpm/sync.c:1229 +#: lib/libalpm/sync.c:1245 #, c-format msgid "could not commit removal transaction\n" msgstr "無法遞交移除事務處理\n" -#: lib/libalpm/sync.c:1237 +#: lib/libalpm/sync.c:1253 #, c-format msgid "could not commit transaction\n" msgstr "無法遞交事務處理\n" @@ -1013,8 +1024,6 @@ msgstr "沒有 %s 快取存在,正在建立...\n" msgid "couldn't find or create package cache, using %s instead\n" msgstr "無法建立軟體包快取,以 %s 取代\n" -#~ msgid "invalid or corrupted delta" -#~ msgstr "無效的或已損壞的增修檔" - -#~ msgid "delta patch failed" -#~ msgstr "增修更新失敗" +#, c-format +#~ msgid "key %s, \"%s\" found on keyserver, keyring is not writable\n" +#~ msgstr "金鑰 %s,「%s」在金鑰伺服器上找到,鑰匙圈無法寫入\n" -- cgit v1.2.3-54-g00ecf