diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:19:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:19:45 +0000 |
commit | 1c1378e68bca976ef1bd1ecbca4f9874b88eeb11 (patch) | |
tree | 63c5a952b30fec1fd08e0ae4cde281581db9f653 /apps/files/l10n/zh_HK.js | |
parent | 32e86052d57775e8e519d9bdd7d78b2921d8e5fa (diff) | |
download | nextcloud-server-1c1378e68bca976ef1bd1ecbca4f9874b88eeb11.tar.gz nextcloud-server-1c1378e68bca976ef1bd1ecbca4f9874b88eeb11.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/zh_HK.js')
-rw-r--r-- | apps/files/l10n/zh_HK.js | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 045d2ccd351..665b5e6be28 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -175,8 +175,6 @@ OC.L10N.register( "Drag and drop files here to upload" : "將檔案拖拽到此處即可上傳", "Your have used your space quota and cannot upload files anymore" : "您已用完您的空間配額,無法再上傳檔案", "You don’t have permission to upload or create files here" : "您無權限上傳或建立檔案", - "Some files could not be uploaded" : "無法上傳某些檔案", - "Files uploaded successfully" : "成功上傳檔案", "\"{displayName}\" action executed successfully" : "成功執行 “{displayName}” 操作", "\"{displayName}\" action failed" : "“{displayName}” 操作失敗", "Toggle selection for file \"{displayName}\"" : "切換對檔案 \"{displayName}\" 的選擇", @@ -290,9 +288,6 @@ OC.L10N.register( "Open folder {displayName}" : "打開資料夾 {displayName}", "Open in Files" : "在「檔案」應用程式中打開", "Open details" : "開啟細節", - "An error occurred while uploading. Please try again later." : "上傳時發生錯誤。請稍後再試。", - "Could not copy {file}. {message}" : "無法複製 {file}。{message}", - "Could not move {file}. {message}" : "無法移動 {file}。{message}", "Created new folder \"{name}\"" : "創建了新資料夾 \"{name}\"", "Filename" : "檔案名稱", "Unable to initialize the templates directory" : "無法初始化模板目錄", @@ -302,7 +297,9 @@ OC.L10N.register( "In folder" : "在資料夾中", "Search in folder: {folder}" : "搜尋資料夾: {folder}", "One of the dropped files could not be processed" : "無法處理其中一個投放的檔案", - "Uploading \"{filename}\" failed" : "上傳「{filename}」失敗", + "Some files could not be uploaded" : "無法上傳某些檔案", + "Files uploaded successfully" : "成功上傳檔案", + "Some files could not be moved" : "有些檔案無法被移動", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"], |