nextcloud/apps/files_trashbin/l10n/zh_TW.js

26 lines
1.4 KiB
JavaScript
Raw Normal View History

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