summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-27 11:23:18 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-27 11:23:18 -0400
commitd5062b9e0e50b7830cb6b323c926c89ac7d4aee0 (patch)
treea222e22a8acdb78c4841ccfe81df9341f3d4851a /apps/files_trashbin
parentabc23f71285112cda59c70a6f490e43fac2ee123 (diff)
downloadnextcloud-server-d5062b9e0e50b7830cb6b323c926c89ac7d4aee0.tar.gz
nextcloud-server-d5062b9e0e50b7830cb6b323c926c89ac7d4aee0.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/l10n/zh_TW.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/apps/files_trashbin/l10n/zh_TW.php b/apps/files_trashbin/l10n/zh_TW.php
index ab6b75c5784..2dfc484fc7f 100644
--- a/apps/files_trashbin/l10n/zh_TW.php
+++ b/apps/files_trashbin/l10n/zh_TW.php
@@ -1,17 +1,18 @@
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "無法永久刪除 %s",
-"Couldn't restore %s" => "無法復原 %s",
-"perform restore operation" => "進行復原動作",
+"Couldn't restore %s" => "無法還原 %s",
+"perform restore operation" => "進行還原動作",
"Error" => "錯誤",
"delete file permanently" => "永久刪除檔案",
"Delete permanently" => "永久刪除",
"Name" => "名稱",
"Deleted" => "已刪除",
-"_%n folder_::_%n folders_" => array(""),
-"_%n file_::_%n files_" => array(""),
+"_%n folder_::_%n folders_" => array("%n 個資料夾"),
+"_%n file_::_%n files_" => array("%n 個檔案"),
+"restored" => "已還原",
"Nothing in here. Your trash bin is empty!" => "您的垃圾桶是空的!",
-"Restore" => "復原",
+"Restore" => "還原",
"Delete" => "刪除",
"Deleted Files" => "已刪除的檔案"
);