You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/apps/files_trashbin/l10n/zh_HK.js

32 lines
3.4 KiB
JavaScript

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

OC.L10N.register(
"files_trashbin",
{
"Deleted files" : "回收桶",
"restored" : "已還原",
"This application enables users to restore files that were deleted from the system." : "此應用程式讓用戶可以還原他們在系統當中刪除的檔案",
"This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "此應用程式讓使用可以還原從系統中刪除的檔案。其會在網路界面中顯示已刪除的檔案列表並有選項可以復原那些檔案到用戶的檔案目錄或是將它們從系統中永久移除。若啟用了版本應用程式復原檔案也會復原相關的檔案版本。當檔案從分享中刪除時雖然不再共享但可以用相同的方式來還原。預設情況下這些檔案會在回收桶中保留30天。\n為了避免用戶耗盡磁碟空間「已刪除檔案」應用程式將不會用於超過目前可用配額 50% 的已刪除檔案。如果已刪除的檔案超過此限制,應用程式將會刪除最舊的檔案,直到低於此限制為止。更多資訊在「已刪除檔案」的文件中提供。",
"Restore" : "還原",
"Delete permanently" : "永久刪除",
"Error while restoring file from trash bin" : "從回收桶回復檔案發生錯誤",
"Error while removing file from trash bin" : "從回收桶刪除檔案發生錯誤",
"Error while restoring files from trash bin" : "從回收桶回復檔案發生錯誤",
"Error while emptying trash bin" : "清空回收桶發生錯誤",
"Error while removing files from trash bin" : "從回收桶刪除檔案發生錯誤",
"This operation is forbidden" : "此操作被禁止",
"This directory is unavailable, please check the logs or contact the administrator" : "這個目錄無法存取,請檢查伺服器記錄檔或聯絡管理員",
"No deleted files" : "沒有已刪除的檔案",
"You will be able to recover deleted files from here" : "您可以從這裡還原已刪除的檔案",
"No entries found in this folder" : "在此資料夾中沒有任何項目",
"Select all" : "全選",
"Name" : "名稱",
"Actions" : "操作",
"Deleted" : "已刪除",
"Delete" : "刪除",
"Error while restoring file from trashbin" : "從回收桶回復檔案發生錯誤",
"Error while removing file from trashbin" : "從回收桶刪除檔案發生錯誤",
"Error while restoring files from trashbin" : "從回收桶回復檔案發生錯誤",
"Error while emptying trashbin" : "清空回收桶發生錯誤",
"Error while removing files from trashbin" : "從回收桶刪除檔案發生錯誤"
},
"nplurals=1; plural=0;");