summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-03-23 00:06:16 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-03-23 00:06:16 +0100
commit4f6e13e673a08ac71a34a2d2a5050c4c970454ef (patch)
tree8abcdfca0e450070fa75de156137bf290f6b5da0 /apps/files_trashbin
parenta035ed0c191186e9aecedfac3b2f383907ec7d82 (diff)
downloadnextcloud-server-4f6e13e673a08ac71a34a2d2a5050c4c970454ef.tar.gz
nextcloud-server-4f6e13e673a08ac71a34a2d2a5050c4c970454ef.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/l10n/zh_TW.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/zh_TW.php b/apps/files_trashbin/l10n/zh_TW.php
index baa3c0c1ada..c1ebbe4099f 100644
--- a/apps/files_trashbin/l10n/zh_TW.php
+++ b/apps/files_trashbin/l10n/zh_TW.php
@@ -1,10 +1,17 @@
<?php $TRANSLATIONS = array(
+"Couldn't delete %s permanently" => "無法永久刪除%s",
+"Couldn't restore %s" => "無法復原%s",
+"perform restore operation" => "進行復原動作",
+"delete file permanently" => "永久刪除文件",
"Delete permanently" => "永久刪除",
"Name" => "名稱",
+"Deleted" => "已刪除",
"1 folder" => "1 個資料夾",
"{count} folders" => "{count} 個資料夾",
"1 file" => "1 個檔案",
"{count} files" => "{count} 個檔案",
+"Nothing in here. Your trash bin is empty!" => "這裏沒東西。您的垃圾桶是空的!",
+"Restore" => "復原",
"Delete" => "刪除",
"Deleted Files" => "已刪除的檔案"
);