zh_TW.js 1.4 KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "回收桶",
  5. "restored" : "已還原",
  6. "This application enables users to restore files that were deleted from the system." : "此應用程式讓使用者可以還原他們在系統當中刪除的檔案",
  7. "Restore" : "還原",
  8. "Delete permanently" : "永久刪除",
  9. "Error while restoring file from trashbin" : "從回收桶回復檔案發生錯誤",
  10. "Error while removing file from trashbin" : "從回收桶刪除檔案發生錯誤",
  11. "Error while restoring files from trashbin" : "從回收桶回復檔案發生錯誤",
  12. "Error while emptying trashbin" : "清空回收桶發生錯誤",
  13. "Error while removing files from trashbin" : "從回收桶刪除檔案發生錯誤",
  14. "This operation is forbidden" : "此動作被禁止",
  15. "This directory is unavailable, please check the logs or contact the administrator" : "這個目錄無法存取,請檢查伺服器記錄檔或聯絡管理員",
  16. "No deleted files" : "沒有已刪除的檔案",
  17. "You will be able to recover deleted files from here" : "您可以從這裡還原已刪除的檔案",
  18. "No entries found in this folder" : "在此資料夾中沒有任何項目",
  19. "Select all" : "全選",
  20. "Name" : "名稱",
  21. "Actions" : "動作",
  22. "Deleted" : "已刪除",
  23. "Delete" : "刪除"
  24. },
  25. "nplurals=1; plural=0;");