diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-20 00:06:40 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-20 00:06:40 +0100 |
commit | ebc0c4b85bc382efcf64ad0b2613d70a193b18f2 (patch) | |
tree | 4f59c05b29c4e24bd127931ff0f21547d2d41866 /l10n/zh_TW | |
parent | 10a9ddd9b2c1b0d28118aa1d6848c799db05f332 (diff) | |
download | nextcloud-server-ebc0c4b85bc382efcf64ad0b2613d70a193b18f2.tar.gz nextcloud-server-ebc0c4b85bc382efcf64ad0b2613d70a193b18f2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/zh_TW')
-rw-r--r-- | l10n/zh_TW/files.po | 87 |
1 files changed, 45 insertions, 42 deletions
diff --git a/l10n/zh_TW/files.po b/l10n/zh_TW/files.po index bed97e748a0..baa21b71fbf 100644 --- a/l10n/zh_TW/files.po +++ b/l10n/zh_TW/files.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-01-11 00:05+0100\n" -"PO-Revision-Date: 2013-01-10 06:24+0000\n" -"Last-Translator: pellaeon <nfsmwlin@gmail.com>\n" +"POT-Creation-Date: 2013-01-20 00:05+0100\n" +"PO-Revision-Date: 2013-01-19 23:05+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,6 +22,11 @@ msgstr "" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: ajax/delete.php:28 ajax/getstoragestats.php:11 ajax/upload.php:17 +#: ajax/upload.php:76 templates/index.php:18 +msgid "Upload" +msgstr "上傳" + #: ajax/move.php:17 #, php-format msgid "Could not move %s - File with this name already exists" @@ -36,46 +41,46 @@ msgstr "無法移動 %s" msgid "Unable to rename file" msgstr "無法重新命名檔案" -#: ajax/upload.php:14 +#: ajax/upload.php:20 msgid "No file was uploaded. Unknown error" msgstr "沒有檔案被上傳。未知的錯誤。" -#: ajax/upload.php:21 +#: ajax/upload.php:30 msgid "There is no error, the file uploaded with success" msgstr "無錯誤,檔案上傳成功" -#: ajax/upload.php:22 +#: ajax/upload.php:31 msgid "" "The uploaded file exceeds the upload_max_filesize directive in php.ini: " msgstr "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 參數的設定:" -#: ajax/upload.php:24 +#: ajax/upload.php:33 msgid "" "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " "the HTML form" msgstr "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制" -#: ajax/upload.php:26 +#: ajax/upload.php:35 msgid "The uploaded file was only partially uploaded" msgstr "只有檔案的一部分被上傳" -#: ajax/upload.php:27 +#: ajax/upload.php:36 msgid "No file was uploaded" msgstr "無已上傳檔案" -#: ajax/upload.php:28 +#: ajax/upload.php:37 msgid "Missing a temporary folder" msgstr "遺失暫存資料夾" -#: ajax/upload.php:29 +#: ajax/upload.php:38 msgid "Failed to write to disk" msgstr "寫入硬碟失敗" -#: ajax/upload.php:45 +#: ajax/upload.php:57 msgid "Not enough space available" msgstr "沒有足夠的可用空間" -#: ajax/upload.php:69 +#: ajax/upload.php:91 msgid "Invalid directory." msgstr "無效的資料夾。" @@ -131,98 +136,100 @@ msgstr "已取消分享 {files}" msgid "deleted {files}" msgstr "已刪除 {files}" -#: js/files.js:31 +#: js/files.js:48 msgid "'.' is an invalid file name." msgstr "'.' 是不合法的檔名。" -#: js/files.js:36 +#: js/files.js:53 msgid "File name cannot be empty." msgstr "檔名不能為空。" -#: js/files.js:45 +#: js/files.js:62 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " "allowed." msgstr "檔名不合法,不允許 '\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 。" -#: js/files.js:186 -msgid "generating ZIP-file, it may take some time." -msgstr "產生 ZIP 壓縮檔,這可能需要一段時間。" +#: js/files.js:204 +msgid "" +"Your download is being prepared. This might take some time if the files are " +"big." +msgstr "" -#: js/files.js:224 +#: js/files.js:242 msgid "Unable to upload your file as it is a directory or has 0 bytes" msgstr "無法上傳您的檔案因為它可能是一個目錄或檔案大小為0" -#: js/files.js:224 +#: js/files.js:242 msgid "Upload Error" msgstr "上傳發生錯誤" -#: js/files.js:241 +#: js/files.js:259 msgid "Close" msgstr "關閉" -#: js/files.js:260 js/files.js:376 js/files.js:409 +#: js/files.js:278 js/files.js:397 js/files.js:431 msgid "Pending" msgstr "等候中" -#: js/files.js:280 +#: js/files.js:298 msgid "1 file uploading" msgstr "1 個檔案正在上傳" -#: js/files.js:283 js/files.js:338 js/files.js:353 +#: js/files.js:301 js/files.js:357 js/files.js:372 msgid "{count} files uploading" msgstr "{count} 個檔案正在上傳" -#: js/files.js:357 js/files.js:393 +#: js/files.js:376 js/files.js:414 msgid "Upload cancelled." msgstr "上傳取消" -#: js/files.js:464 +#: js/files.js:486 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "檔案上傳中。離開此頁面將會取消上傳。" -#: js/files.js:537 +#: js/files.js:559 msgid "URL cannot be empty." msgstr "URL 不能為空白." -#: js/files.js:543 +#: js/files.js:565 msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" msgstr "無效的資料夾名稱,'Shared' 的使用被 Owncloud 保留" -#: js/files.js:727 +#: js/files.js:775 msgid "{count} files scanned" msgstr "{count} 個檔案已掃描" -#: js/files.js:735 +#: js/files.js:783 msgid "error while scanning" msgstr "掃描時發生錯誤" -#: js/files.js:808 templates/index.php:64 +#: js/files.js:857 templates/index.php:64 msgid "Name" msgstr "名稱" -#: js/files.js:809 templates/index.php:75 +#: js/files.js:858 templates/index.php:75 msgid "Size" msgstr "大小" -#: js/files.js:810 templates/index.php:77 +#: js/files.js:859 templates/index.php:77 msgid "Modified" msgstr "修改" -#: js/files.js:829 +#: js/files.js:878 msgid "1 folder" msgstr "1 個資料夾" -#: js/files.js:831 +#: js/files.js:880 msgid "{count} folders" msgstr "{count} 個資料夾" -#: js/files.js:839 +#: js/files.js:888 msgid "1 file" msgstr "1 個檔案" -#: js/files.js:841 +#: js/files.js:890 msgid "{count} files" msgstr "{count} 個檔案" @@ -274,10 +281,6 @@ msgstr "資料夾" msgid "From link" msgstr "從連結" -#: templates/index.php:18 -msgid "Upload" -msgstr "上傳" - #: templates/index.php:41 msgid "Cancel upload" msgstr "取消上傳" |