diff options
Diffstat (limited to 'apps/files_trashbin/l10n/zh_TW.js')
-rw-r--r-- | apps/files_trashbin/l10n/zh_TW.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/zh_TW.js b/apps/files_trashbin/l10n/zh_TW.js new file mode 100644 index 00000000000..9a0ff0bdb8f --- /dev/null +++ b/apps/files_trashbin/l10n/zh_TW.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "無法永久刪除 %s", + "Couldn't restore %s" : "無法還原 %s", + "Deleted files" : "回收桶", + "Restore" : "還原", + "Error" : "錯誤", + "restored" : "已還原", + "Nothing in here. Your trash bin is empty!" : "您的回收桶是空的!", + "Name" : "名稱", + "Deleted" : "已刪除", + "Delete" : "刪除" +}, +"nplurals=1; plural=0;"); |