diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-14 00:20:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-14 00:20:14 +0000 |
commit | 67b4ddd27624dc3663cebe171ef7c439db7464fc (patch) | |
tree | 88e5c7ce3bd509a5de7609f75afe8368ffd3c1e9 /apps/files/l10n/zh_HK.js | |
parent | c01e413c15a1d7a020eb518ffa0eba36b4c0eb29 (diff) | |
download | nextcloud-server-67b4ddd27624dc3663cebe171ef7c439db7464fc.tar.gz nextcloud-server-67b4ddd27624dc3663cebe171ef7c439db7464fc.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, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 665b5e6be28..568887a8e7e 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -297,9 +297,18 @@ OC.L10N.register( "In folder" : "在資料夾中", "Search in folder: {folder}" : "搜尋資料夾: {folder}", "One of the dropped files could not be processed" : "無法處理其中一個投放的檔案", + "Your browser does not support the Filesystem API. Directories will not be uploaded" : "您的瀏覽器不支援檔案系統 API。將不會上傳目錄", + "No files to upload" : "沒有要上傳的檔案", + "Unable to create the directory {directory}" : "無法建立目錄 {directory}", "Some files could not be uploaded" : "無法上傳某些檔案", "Files uploaded successfully" : "成功上傳檔案", + "No files to process" : "沒有要處理的檔案", + "Some files could not be copied" : "無法複製部份檔案", "Some files could not be moved" : "有些檔案無法被移動", + "Files copied successfully" : "檔案複製成功", + "Files moved successfully" : "檔案移動成功", + "Conflicts resolution skipped" : "已略過衝突解決", + "Upload cancelled" : "上傳已取消", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"], |