diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-03 01:07:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-03 01:07:06 +0000 |
commit | 8471219b7c494bbc93296e36d9c8ddc37d8b13a6 (patch) | |
tree | 9846323386de54ff00a2afb741e1996847363cbf /apps/files/l10n/zh_TW.js | |
parent | 39573e602d5e38e4b71b3d197d08798dd9558659 (diff) | |
download | nextcloud-server-8471219b7c494bbc93296e36d9c8ddc37d8b13a6.tar.gz nextcloud-server-8471219b7c494bbc93296e36d9c8ddc37d8b13a6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index a2d8bb78f8d..8e7cb9d6239 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -13,7 +13,6 @@ OC.L10N.register( "Could not create folder \"{dir}\"" : "無法建立資料夾 \"{dir}\"", "Upload cancelled." : "上傳已取消", "Unable to upload {filename} as it is a directory or has 0 bytes" : "因為 {filename} 是個目錄或是大小為零,所以無法上傳", - "Total file size {size1} exceeds upload limit {size2}" : "檔案大小總和 {size1} 超過上傳限制 {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空間不足,你正要上傳 {size1} 可是只剩下 {size2}", "Uploading..." : "上傳中…", "..." : "...", @@ -131,6 +130,7 @@ OC.L10N.register( "Upload failed. Could not find uploaded file" : "上傳失敗,找不到上傳的檔案", "Upload failed. Could not get file info." : "上傳失敗,無法取得檔案資訊", "Invalid directory." : "無效的資料夾", + "Total file size {size1} exceeds upload limit {size2}" : "檔案大小總和 {size1} 超過上傳限制 {size2}", "Error uploading file \"{fileName}\": {message}" : "上傳檔案 \"{fileName}\" 發生錯誤:{message}", "Could not get result from server." : "無法從伺服器取回結果", "No entries in this folder match '{filter}'" : "在此資料夾中沒有項目與 '{filter}' 相符", |