diff options
Diffstat (limited to 'po/zh_TW.po')
-rw-r--r-- | po/zh_TW.po | 185 |
1 files changed, 99 insertions, 86 deletions
diff --git a/po/zh_TW.po b/po/zh_TW.po index ed0e9e45c..ece6b1460 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.19.9\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-05-28 23:29-0400\n" +"POT-Creation-Date: 2009-06-15 12:58-0400\n" "PO-Revision-Date: 2009-02-23 19:56+0800\n" "Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n" "Language-Team: Chinese (Taiwan) <zh-l10n@lists.linux.org.tw>\n" @@ -185,7 +185,7 @@ msgstr "讀取檔案‘%s’失敗:%s" msgid "Failed to open file '%s': %s" msgstr "開啟檔案「%s」失敗:%s" -#: glib/gfileutils.c:712 glib/gmappedfile.c:133 +#: glib/gfileutils.c:712 glib/gmappedfile.c:138 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "獲取檔案‘%s’的屬性失敗:fstat() 失敗:%s" @@ -246,6 +246,12 @@ msgstr "樣式‘%s’無效,不應含有‘%s’" msgid "Template '%s' doesn't contain XXXXXX" msgstr "檔案樣式‘%s’沒有包含 XXXXXX" +#: glib/gfileutils.c:1734 +#, c-format +msgid "%u byte" +msgid_plural "%u bytes" +msgstr[0] "%u 位元組" + #: glib/gfileutils.c:1742 #, c-format msgid "%.1f KB" @@ -291,12 +297,12 @@ msgstr "在字元未完整之前,輸入管道已經結束" msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end 中無法讀取原始資料" -#: glib/gmappedfile.c:116 +#: glib/gmappedfile.c:121 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "開啟檔案‘%s’失敗:open() 失敗:%s" -#: glib/gmappedfile.c:193 +#: glib/gmappedfile.c:198 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "對應檔案‘%s’失敗:mmap() 失敗:%s" @@ -365,31 +371,31 @@ msgstr "" "實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換" "為 &" -#: glib/gmarkup.c:973 +#: glib/gmarkup.c:1014 msgid "Document must begin with an element (e.g. <book>)" msgstr "文件開始必須為一元素(例如 <book>)" -#: glib/gmarkup.c:1013 +#: glib/gmarkup.c:1054 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "‘<’字元後的‘%s’不是有效的字元;這樣不可能是元素名稱的開始部份" -#: glib/gmarkup.c:1081 +#: glib/gmarkup.c:1122 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" "s'" msgstr "字元「%s」只有一半,空元素標籤「%s」的結尾應該以‘>’字元結束" -#: glib/gmarkup.c:1165 +#: glib/gmarkup.c:1206 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "不尋常的字元‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字元" -#: glib/gmarkup.c:1206 +#: glib/gmarkup.c:1247 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -399,7 +405,7 @@ msgstr "" "不尋常的字元‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字元終結,也可以是屬性;或" "許您在屬性名稱中使用了無效的字元" -#: glib/gmarkup.c:1283 +#: glib/gmarkup.c:1291 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -407,80 +413,80 @@ msgid "" msgstr "" "不尋常的字元‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號" -#: glib/gmarkup.c:1417 +#: glib/gmarkup.c:1425 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " "begin an element name" msgstr "‘</’字元後的‘%s’不是有效的字元;‘%s’不可能是元素名稱的開始部份" -#: glib/gmarkup.c:1453 +#: glib/gmarkup.c:1461 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " "allowed character is '>'" msgstr "字元‘%s’是無效的(位置在關閉元素‘%s’末端);允許的字元為「>」" -#: glib/gmarkup.c:1464 +#: glib/gmarkup.c:1472 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "元素‘%s’已關閉,沒有開啟中的元素" -#: glib/gmarkup.c:1473 +#: glib/gmarkup.c:1481 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’" -#: glib/gmarkup.c:1640 +#: glib/gmarkup.c:1648 msgid "Document was empty or contained only whitespace" msgstr "文件完全空白或只含有空白字元" -#: glib/gmarkup.c:1654 +#: glib/gmarkup.c:1662 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "文件在尖角括號‘<’後突然終止" -#: glib/gmarkup.c:1662 glib/gmarkup.c:1707 +#: glib/gmarkup.c:1670 glib/gmarkup.c:1715 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素" -#: glib/gmarkup.c:1670 +#: glib/gmarkup.c:1678 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號" -#: glib/gmarkup.c:1676 +#: glib/gmarkup.c:1684 msgid "Document ended unexpectedly inside an element name" msgstr "在元素的名稱內,文件突然結束" -#: glib/gmarkup.c:1682 +#: glib/gmarkup.c:1690 msgid "Document ended unexpectedly inside an attribute name" msgstr "在屬性名稱內,文件突然結束" -#: glib/gmarkup.c:1687 +#: glib/gmarkup.c:1695 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "在元素的開啟標籤內,文件突然結束" -#: glib/gmarkup.c:1693 +#: glib/gmarkup.c:1701 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值" -#: glib/gmarkup.c:1700 +#: glib/gmarkup.c:1708 msgid "Document ended unexpectedly while inside an attribute value" msgstr "在屬性值內,文件突然結束" -#: glib/gmarkup.c:1716 +#: glib/gmarkup.c:1724 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "在元素‘%s’的關閉標籤內,文件突然結束" -#: glib/gmarkup.c:1722 +#: glib/gmarkup.c:1730 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "在註解或處理指示內,文件突然結束" @@ -974,108 +980,108 @@ msgstr "缺少 %s 的參數" msgid "Unknown option %s" msgstr "未知的選項 %s" -#: glib/gkeyfile.c:358 +#: glib/gkeyfile.c:362 msgid "Valid key file could not be found in search dirs" msgstr "在資料目錄中找不到有效的設定鍵檔案" -#: glib/gkeyfile.c:393 +#: glib/gkeyfile.c:397 msgid "Not a regular file" msgstr "不是正規的檔案" -#: glib/gkeyfile.c:401 +#: glib/gkeyfile.c:405 msgid "File is empty" msgstr "檔案是空白的" -#: glib/gkeyfile.c:761 +#: glib/gkeyfile.c:765 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "設定鍵檔案中‘%s’行並非設定鍵值配對、群組或註解" -#: glib/gkeyfile.c:821 +#: glib/gkeyfile.c:825 #, c-format msgid "Invalid group name: %s" msgstr "無效的群組名稱:%s" -#: glib/gkeyfile.c:843 +#: glib/gkeyfile.c:847 msgid "Key file does not start with a group" msgstr "設定鍵檔案並非以群組開頭" -#: glib/gkeyfile.c:869 +#: glib/gkeyfile.c:873 #, c-format msgid "Invalid key name: %s" msgstr "無效的設定鍵名稱:%s" -#: glib/gkeyfile.c:896 +#: glib/gkeyfile.c:900 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "設定鍵檔案包含不支援的編碼‘%s’" -#: glib/gkeyfile.c:1112 glib/gkeyfile.c:1274 glib/gkeyfile.c:2503 -#: glib/gkeyfile.c:2569 glib/gkeyfile.c:2704 glib/gkeyfile.c:2837 -#: glib/gkeyfile.c:2990 glib/gkeyfile.c:3177 glib/gkeyfile.c:3238 +#: glib/gkeyfile.c:1116 glib/gkeyfile.c:1278 glib/gkeyfile.c:2507 +#: glib/gkeyfile.c:2573 glib/gkeyfile.c:2708 glib/gkeyfile.c:2841 +#: glib/gkeyfile.c:2994 glib/gkeyfile.c:3181 glib/gkeyfile.c:3242 #, c-format msgid "Key file does not have group '%s'" msgstr "設定鍵檔案沒有群組‘%s’" -#: glib/gkeyfile.c:1286 +#: glib/gkeyfile.c:1290 #, c-format msgid "Key file does not have key '%s'" msgstr "設定鍵檔案沒有設定鍵‘%s’" -#: glib/gkeyfile.c:1393 glib/gkeyfile.c:1508 +#: glib/gkeyfile.c:1397 glib/gkeyfile.c:1512 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "設定鍵檔案包含的設定鍵‘%s’(數值為‘%s’)並非 UTF-8" -#: glib/gkeyfile.c:1413 glib/gkeyfile.c:1907 +#: glib/gkeyfile.c:1417 glib/gkeyfile.c:1911 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "設定鍵檔案包含的設定鍵‘%s’的數值無法解譯。" -#: glib/gkeyfile.c:1528 +#: glib/gkeyfile.c:1532 #, fuzzy, c-format msgid "" "Key file contains key '%s' which has a value that cannot be interpreted." msgstr "設定鍵檔案包含的設定鍵‘%s’的數值無法解譯。" -#: glib/gkeyfile.c:2122 glib/gkeyfile.c:2334 +#: glib/gkeyfile.c:2126 glib/gkeyfile.c:2338 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "設定鍵檔案包含的群組‘%2$s’中設定鍵‘%1$s’數值無法解譯" -#: glib/gkeyfile.c:2518 glib/gkeyfile.c:2719 glib/gkeyfile.c:3249 +#: glib/gkeyfile.c:2522 glib/gkeyfile.c:2723 glib/gkeyfile.c:3253 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "設定鍵檔案的群組‘%2$s’中沒有設定鍵‘%1$s’" -#: glib/gkeyfile.c:3483 +#: glib/gkeyfile.c:3487 msgid "Key file contains escape character at end of line" msgstr "設定鍵檔案在行尾包含跳出字元" -#: glib/gkeyfile.c:3505 +#: glib/gkeyfile.c:3509 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "設定鍵檔案含有不正確的「跳出字元」‘%s’" -#: glib/gkeyfile.c:3647 +#: glib/gkeyfile.c:3651 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "數值‘%s’不能被解譯為數字。" -#: glib/gkeyfile.c:3661 +#: glib/gkeyfile.c:3665 #, c-format msgid "Integer value '%s' out of range" msgstr "整數值‘%s’超出範圍" -#: glib/gkeyfile.c:3694 +#: glib/gkeyfile.c:3698 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "數值‘%s’不能被解譯為浮點數。" -#: glib/gkeyfile.c:3718 +#: glib/gkeyfile.c:3722 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "數值‘%s’不能被解譯為邏輯值。" @@ -1092,7 +1098,7 @@ msgstr "傳給 %s 的計數值太大" msgid "Stream is already closed" msgstr "串流已經關閉" -#: gio/gcancellable.c:388 gio/glocalfile.c:2076 gio/gsimpleasyncresult.c:621 +#: gio/gcancellable.c:389 gio/glocalfile.c:2076 gio/gsimpleasyncresult.c:621 #: gio/gsimpleasyncresult.c:648 msgid "Operation was cancelled" msgstr "操作已被取消" @@ -1123,38 +1129,48 @@ msgstr "未命名的" msgid "Desktop file didn't specify Exec field" msgstr "桌面(Desktop)檔案未指定 Exec 欄位" -#: gio/gdesktopappinfo.c:1004 +#: gio/gdesktopappinfo.c:890 msgid "Unable to find terminal required for application" msgstr "無法找到應用程式要求的終端機" -#: gio/gdesktopappinfo.c:1236 +#: gio/gdesktopappinfo.c:1098 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "不能建立使用者應用程式組態資料夾 %s:%s" -#: gio/gdesktopappinfo.c:1240 +#: gio/gdesktopappinfo.c:1102 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "不能建立使用者 MIME 組態資料夾 %s:%s" -#: gio/gdesktopappinfo.c:1644 +#: gio/gdesktopappinfo.c:1506 #, c-format msgid "Can't create user desktop file %s" msgstr "不能建立使用者桌面檔案 %s" -#: gio/gdesktopappinfo.c:1756 +#: gio/gdesktopappinfo.c:1618 #, c-format msgid "Custom definition for %s" msgstr "自訂 %s 的定義" -#: gio/gdrive.c:381 +#: gio/gdrive.c:407 msgid "drive doesn't implement eject" msgstr "裝置無法實作退出功能(eject)" -#: gio/gdrive.c:451 +#: gio/gdrive.c:477 msgid "drive doesn't implement polling for media" msgstr "裝置無法實作媒體的輪詢" +#: gio/gdrive.c:657 +#, fuzzy +msgid "drive doesn't implement start" +msgstr "裝置無法實作退出功能(eject)" + +#: gio/gdrive.c:757 +#, fuzzy +msgid "drive doesn't implement stop" +msgstr "裝置無法實作退出功能(eject)" + #: gio/gemblem.c:325 #, c-format msgid "Can't handle version %d of GEmblem encoding" @@ -1181,10 +1197,11 @@ msgstr "預期為 GEmblemedIcon 的 GEmblem" #: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462 #: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711 -#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3146 gio/gfile.c:3200 -#: gio/gfile.c:3331 gio/gfile.c:3371 gio/gfile.c:3698 gio/gfile.c:4100 -#: gio/gfile.c:4184 gio/gfile.c:4267 gio/gfile.c:4347 gio/gfile.c:4677 -#: gio/gfile.c:4957 gio/gfile.c:5026 gio/win32/gwinhttpfile.c:431 +#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204 +#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104 +#: gio/gfile.c:4188 gio/gfile.c:4271 gio/gfile.c:4351 gio/gfile.c:4681 +#: gio/gfile.c:4961 gio/gfile.c:5030 gio/gfile.c:6618 gio/gfile.c:6706 +#: gio/win32/gwinhttpfile.c:431 msgid "Operation not supported" msgstr "不支援的操作" @@ -1217,28 +1234,28 @@ msgstr "目標檔案已存在" msgid "Can't recursively copy directory" msgstr "不能遞廻複製目錄" -#: gio/gfile.c:2780 +#: gio/gfile.c:2784 msgid "Can't copy special file" msgstr "不能複製特殊的檔案" -#: gio/gfile.c:3321 +#: gio/gfile.c:3325 msgid "Invalid symlink value given" msgstr "提供了無效的符號連結值" -#: gio/gfile.c:3414 +#: gio/gfile.c:3418 msgid "Trash not supported" msgstr "不支援回收筒" -#: gio/gfile.c:3463 +#: gio/gfile.c:3467 #, c-format msgid "File names cannot contain '%c'" msgstr "檔案名稱不能包含「%c」" -#: gio/gfile.c:5674 gio/gvolume.c:376 +#: gio/gfile.c:5678 gio/gvolume.c:376 msgid "volume doesn't implement mount" msgstr "儲存裝置尚未實作掛載功能" -#: gio/gfile.c:5782 +#: gio/gfile.c:5786 msgid "No application is registered as handling this file" msgstr "沒有應用程式註冊為用以處理這個檔案" @@ -1329,7 +1346,7 @@ msgstr "輸入串流尚未實作讀取" msgid "Stream has outstanding operation" msgstr "串流有異常操作" -#: gio/glocaldirectorymonitor.c:274 +#: gio/glocaldirectorymonitor.c:295 msgid "Unable to find default local directory monitor type" msgstr "無法找到預設的本地端目錄監視器類型" @@ -1466,66 +1483,66 @@ msgstr "取得檔案「%s」狀態時發生錯誤:%s" msgid " (invalid encoding)" msgstr "(無效的編碼)" -#: gio/glocalfileinfo.c:1705 +#: gio/glocalfileinfo.c:1719 #, c-format msgid "Error stating file descriptor: %s" msgstr "取得檔案描述狀態時發生錯誤:%s" -#: gio/glocalfileinfo.c:1750 +#: gio/glocalfileinfo.c:1764 msgid "Invalid attribute type (uint32 expected)" msgstr "無效的屬性類型(應為 uint32 值)" -#: gio/glocalfileinfo.c:1768 +#: gio/glocalfileinfo.c:1782 msgid "Invalid attribute type (uint64 expected)" msgstr "無效的屬性類型(應為 uint64 值)" -#: gio/glocalfileinfo.c:1787 gio/glocalfileinfo.c:1806 +#: gio/glocalfileinfo.c:1801 gio/glocalfileinfo.c:1820 msgid "Invalid attribute type (byte string expected)" msgstr "無效的屬性類型(應為 byte string 值)" -#: gio/glocalfileinfo.c:1832 +#: gio/glocalfileinfo.c:1846 #, c-format msgid "Error setting permissions: %s" msgstr "設定權限時發生錯誤:%s" -#: gio/glocalfileinfo.c:1883 +#: gio/glocalfileinfo.c:1897 #, c-format msgid "Error setting owner: %s" msgstr "設定擁有者時發生錯誤:%s" -#: gio/glocalfileinfo.c:1906 +#: gio/glocalfileinfo.c:1920 msgid "symlink must be non-NULL" msgstr "符號連結必須為非-NULL" -#: gio/glocalfileinfo.c:1916 gio/glocalfileinfo.c:1935 -#: gio/glocalfileinfo.c:1946 +#: gio/glocalfileinfo.c:1930 gio/glocalfileinfo.c:1949 +#: gio/glocalfileinfo.c:1960 #, c-format msgid "Error setting symlink: %s" msgstr "設定符號連結時發生錯誤:%s" -#: gio/glocalfileinfo.c:1925 +#: gio/glocalfileinfo.c:1939 msgid "Error setting symlink: file is not a symlink" msgstr "設定符號連結時發生錯誤:檔案不是符號連結" -#: gio/glocalfileinfo.c:2051 +#: gio/glocalfileinfo.c:2065 #, fuzzy, c-format msgid "Error setting modification or access time: %s" msgstr "設定權限時發生錯誤:%s" -#: gio/glocalfileinfo.c:2074 +#: gio/glocalfileinfo.c:2088 msgid "SELinux context must be non-NULL" msgstr "SELinux 關聯必須為非-NULL" -#: gio/glocalfileinfo.c:2089 +#: gio/glocalfileinfo.c:2103 #, c-format msgid "Error setting SELinux context: %s" msgstr "設定 SELinux 關聯時發生錯誤:%s" -#: gio/glocalfileinfo.c:2096 +#: gio/glocalfileinfo.c:2110 msgid "SELinux is not enabled on this system" msgstr "SELinux 在這個系統上並未啟用" -#: gio/glocalfileinfo.c:2157 +#: gio/glocalfileinfo.c:2171 #, c-format msgid "Setting attribute %s not supported" msgstr "不支援設定屬性 %s" @@ -1801,9 +1818,5 @@ msgstr "[檔案...]" #~ msgid "The file descriptor to write to" #~ msgstr "要寫入的檔案描述子" -#~ msgid "%u byte" -#~ msgid_plural "%u bytes" -#~ msgstr[0] "%u 位元組" - #~ msgid "Error creating backup link: %s" #~ msgstr "建立備份連結時發生錯誤:%s" |