diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-23 00:27:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-23 00:27:14 +0000 |
commit | c6c9ec9c14f8ea0a2c871f8b6c8ba41b54af58da (patch) | |
tree | 57e05a56e478494139bf61e3519143b08b9c7cbe /apps/files/l10n/zh_TW.js | |
parent | 52a67894233467451834af3b9cda44db38a7234f (diff) | |
download | nextcloud-server-c6c9ec9c14f8ea0a2c871f8b6c8ba41b54af58da.tar.gz nextcloud-server-c6c9ec9c14f8ea0a2c871f8b6c8ba41b54af58da.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 7a48d852a6e..f57e60e2b80 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -178,6 +178,8 @@ OC.L10N.register( "Upload successful" : "上傳成功", "\"{displayName}\" action executed successfully" : "「{displayName}」動作執行成功", "\"{displayName}\" action failed" : "「{displayName}」操作失敗", + "Toggle selection for file \"{displayName}\"" : "切換檔案「{displayName}」的選取", + "Toggle selection for folder \"{displayName}\"" : "切換資料夾「{displayName}」的選取", "Rename file" : "重新命名檔案", "File name" : "檔案名稱", "Folder name" : "資料夾名稱", @@ -195,6 +197,7 @@ OC.L10N.register( "Could not copy {file}. {message}" : "無法複製 {file}。{message}", "Could not move {file}. {message}" : "無法移動 {file}。{message}", "Total rows summary" : "總列摘要", + "Toggle selection for all files and folders" : "切換所有檔案和資料夾的選取", "\"{displayName}\" failed on some elements " : "「{displayName}」在某些元素上失敗", "\"{displayName}\" batch action executed successfully" : "「{displayName}」批次動作執行成功", "List of files and folders." : "檔案與資料夾清單。", @@ -264,6 +267,8 @@ OC.L10N.register( "Destination is not a folder" : "目的地不是資料夾", "This file/folder is already in that directory" : "此檔案/資料夾已在該目錄中", "You cannot move a file/folder onto itself or into a subfolder of itself" : "您無法將檔案/資料夾移動到其自身或子資料夾中", + "(copy)" : "(副本)", + "(copy %n)" : "(副本 %n)", "A file or folder with that name already exists in this folder" : "此資料夾中已存在同名的檔案或資料夾", "The files is locked" : "檔案已鎖定", "The file does not exist anymore" : "檔案已不存在", |