diff options
Diffstat (limited to 'apps/files/l10n/zh_HK.js')
-rw-r--r-- | apps/files/l10n/zh_HK.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index aeb18ca7d14..f0c546c14c8 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -136,9 +136,9 @@ OC.L10N.register( "Choose {file}" : "選擇 {file}", "New" : "新", "Loading current folder" : "目前資料夾加載中", + "Retry" : "重試", "No files in here" : "沒有任何檔案", "Upload some content or sync with your devices!" : "在您的裝置同步或上傳一些內容!", - "Go to the previous folder" : "前往上一個資料夾", "Go back" : "返回", "Share" : "分享", "Shared by link" : "由連結分享", @@ -264,6 +264,9 @@ OC.L10N.register( "Files moved successfully" : "檔案移動成功", "Conflicts resolution skipped" : "已略過衝突解決", "Upload cancelled" : "上傳已取消", + "This operation is forbidden" : "此操作被禁止", + "This directory is unavailable, please check the logs or contact the administrator" : "這個目錄無法存取,請檢查伺服器記錄檔或聯絡管理員", + "Storage is temporarily not available" : "儲存空間暫時無法使用", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"], @@ -324,9 +327,6 @@ OC.L10N.register( "Select directory \"{dirName}\"" : "選擇目錄「{dirName}」", "Select file \"{fileName}\"" : "選擇檔案「{fileName}」", "Unable to determine date" : "無法確定日期", - "This operation is forbidden" : "此操作被禁止", - "This directory is unavailable, please check the logs or contact the administrator" : "這個目錄無法存取,請檢查伺服器記錄檔或聯絡管理員", - "Storage is temporarily not available" : "儲存空間暫時無法使用", "Could not move \"{file}\", target exists" : "無法移動「{file}」,目標已經存在", "Could not move \"{file}\"" : "無法移動 \"{file}\"", "copy" : "複製", @@ -388,6 +388,7 @@ OC.L10N.register( "Could not rename \"{oldName}\"" : "無法重新命名「{oldName}」", "Storage informations" : "儲存資訊", "Choose file" : "選擇檔案", + "Go to the previous folder" : "前往上一個資料夾", "Open the files app settings" : "開啟 Files 應用程式設定", "You might not have have permissions to view it, ask the sender to share it" : "您可能沒有權限檢視它,請要求寄件者分享它", "The files is locked" : "檔案已被上鎖", |