diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:28 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:28 +0200 |
commit | f7d221f5f0aadedf80ebb477c623612545c7be08 (patch) | |
tree | 4c640cf1d354921028f5ef320765e9fee4fad4ad /apps/files/l10n/zh_TW.php | |
parent | a3c1f70be423eb4e6bc76164da9d080ffe66305c (diff) | |
download | nextcloud-server-f7d221f5f0aadedf80ebb477c623612545c7be08.tar.gz nextcloud-server-f7d221f5f0aadedf80ebb477c623612545c7be08.zip |
update translations
Diffstat (limited to 'apps/files/l10n/zh_TW.php')
-rw-r--r-- | apps/files/l10n/zh_TW.php | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php index 2ff343b0f31..91a1344ca37 100644 --- a/apps/files/l10n/zh_TW.php +++ b/apps/files/l10n/zh_TW.php @@ -7,7 +7,15 @@ "Missing a temporary folder" => "遺失暫存資料夾", "Failed to write to disk" => "寫入硬碟失敗", "Files" => "檔案", +"Size" => "大小", +"Modified" => "修改", +"File handling" => "檔案處理", "Maximum upload size" => "最大上傳容量", +"max. possible: " => "最大允許: ", +"Needed for multi-file and folder downloads." => "針對多檔案和目錄下載是必填的", +"Enable ZIP-download" => "啟用 Zip 下載", +"0 is unlimited" => "0代表沒有限制", +"Maximum input size for ZIP files" => "針對ZIP檔案最大輸入大小", "New" => "新增", "Text file" => "文字檔", "Folder" => "資料夾", @@ -18,10 +26,9 @@ "Name" => "名稱", "Share" => "分享", "Download" => "下載", -"Size" => "大小", -"Modified" => "修改", -"Delete all" => "全部刪除", "Delete" => "刪除", "Upload too large" => "上傳過大", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "你試圖上傳的檔案已超過伺服器的最大容量限制。 " +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "你試圖上傳的檔案已超過伺服器的最大容量限制。 ", +"Files are being scanned, please wait." => "正在掃描檔案,請稍等。", +"Current scanning" => "目前掃描" ); |