diff options
Diffstat (limited to 'apps/files/l10n/zh_HK.js')
-rw-r--r-- | apps/files/l10n/zh_HK.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 2b8a9833cb0..707bde23b22 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -72,7 +72,6 @@ OC.L10N.register( "_%n file_::_%n files_" : ["%n 個檔案"], "{dirs} and {files}" : "{dirs} 和 {files}", "_including %n hidden_::_including %n hidden_" : ["包括 %n 個隱藏檔"], - "You don’t have permission to upload or create files here" : "您無權限上傳或建立檔案", "_Uploading %n file_::_Uploading %n files_" : ["正在上傳 %n 個檔案"], "New" : "新增", "Select file range" : "選擇多個檔案", @@ -171,7 +170,6 @@ OC.L10N.register( "Transfer {path} to {userid}" : "轉移 \"{path}\" 給 {userid}", "Invalid path selected" : "所選的路徑無效", "Ownership transfer request sent" : "已送出擁有權轉移的請求", - "Cannot transfer ownership of a file or folder you don't own" : "無法轉移您未擁有的檔案或是資料夾所有權。", "Tags" : "標籤", "Unable to change the favourite state of the file" : "無法更改檔案的最愛狀態", "Error while loading the file data" : "載入檔案資料失敗", @@ -212,6 +210,8 @@ OC.L10N.register( "Pending shares" : "等待分享", "Text file" : "文字檔", "New text file.txt" : "新文字檔.txt", - "Select" : "選擇" + "Select" : "選擇", + "You don’t have permission to upload or create files here" : "您無權限上傳或建立檔案", + "Cannot transfer ownership of a file or folder you don't own" : "無法轉移您未擁有的檔案或是資料夾所有權。" }, "nplurals=1; plural=0;"); |