diff options
Diffstat (limited to 'apps/files_trashbin/l10n/zh_TW.js')
-rw-r--r-- | apps/files_trashbin/l10n/zh_TW.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/zh_TW.js b/apps/files_trashbin/l10n/zh_TW.js index 4df774e705a..6d5c70d7a5c 100644 --- a/apps/files_trashbin/l10n/zh_TW.js +++ b/apps/files_trashbin/l10n/zh_TW.js @@ -12,7 +12,6 @@ OC.L10N.register( "Confirm permanent deletion" : "確認永久刪除", "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "您確定您想要永久刪除回收桶中的所有檔案與資料夾嗎?這無法還原。", "Cancel" : "取消", - "Deletion cancelled" : "刪除已取消", "Original location" : "原始位置", "Deleted by" : "刪除者", "Deleted" : "已刪除", @@ -25,6 +24,7 @@ OC.L10N.register( "No deleted files" : "沒有刪除的檔案", "Files and folders you have deleted will show up here" : "您刪除的檔案與資料夾將會在此處顯示", "All files have been permanently deleted" : "所有檔案都已被永久刪除", - "Failed to empty deleted files" : "清空已刪除的檔案失敗" + "Failed to empty deleted files" : "清空已刪除的檔案失敗", + "Deletion cancelled" : "刪除已取消" }, "nplurals=1; plural=0;"); |