diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-16 00:19:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-16 00:19:21 +0000 |
commit | e622875f85746b18c45351f9c144ed085d5d6f98 (patch) | |
tree | 01cb93ce02e802db4463bf257b1ae2ac288fe026 /apps/files/l10n/zh_TW.js | |
parent | e302283b9fed4f193799af7be8f20b853d463957 (diff) | |
download | nextcloud-server-e622875f85746b18c45351f9c144ed085d5d6f98.tar.gz nextcloud-server-e622875f85746b18c45351f9c144ed085d5d6f98.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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 09435b8ddc3..b868a27db44 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -101,10 +101,12 @@ OC.L10N.register( "Your storage is almost full ({usedSpacePercent}%)." : "您的儲存空間將近已滿 ({usedSpacePercent}%)。", "_matches \"{filter}\"_::_match \"{filter}\"_" : ["符合「{filter}」"], "View in folder" : "在資料夾中檢視", + "Direct link was copied (only works for people who have access to this file/folder)" : "已複製直接連結(僅對有權存取此檔案或資料夾的使用者有用)", "Path" : "路徑", "_%n byte_::_%n bytes_" : ["%n 位元組"], "Favorited" : "已加入最愛", "Favorite" : "我的最愛", + "Copy direct link (only works for people who have access to this file/folder)" : "複製直接連結(僅對有權存取此檔案或資料夾的使用者有用)", "New folder" : "新資料夾", "Create new folder" : "新增資料夾", "Upload file" : "上傳檔案", @@ -125,6 +127,7 @@ OC.L10N.register( "Restored by {user}" : "由 {user} 還原", "Renamed by {user}" : "由 {user} 重新命名", "Moved by {user}" : "由 {user} 移動", + "\"remote account\"" : "「遠端帳號」", "You created {file}" : "您建立了 {file}", "You created an encrypted file in {file}" : "您在 {file} 裡建立了一個加密的檔案", "{user} created {file}" : "{user} 建立了 {file}", @@ -172,6 +175,8 @@ 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}」的選取", @@ -204,6 +209,7 @@ OC.L10N.register( "Could not refresh storage stats" : "無法重新整理儲存空間統計資料", "Your storage is full, files can not be updated or synced anymore!" : "您的儲存空間已滿,沒有辦法再更新或是同步檔案!", "Create" : "建立", + "A file or folder with that name already exists." : "已存在同名的檔案或資料夾。", "Transfer ownership of a file or folder" : "轉移檔案或是資料夾的所有權", "Choose file or folder to transfer" : "選擇要轉移的檔案或資料夾", "Change" : "更改", @@ -258,8 +264,10 @@ OC.L10N.register( "Unable to create new file from template" : "無法從範本建立新檔案", "Delete permanently" : "永久刪除", "Delete and unshare" : "刪除並取消分享", + "You are about to delete {count} items." : "您將要移除 {count} 個項目。", "Confirm deletion" : "確認刪除", "Cancel" : "取消", + "Deletion cancelled" : "刪除已取消", "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" : "您無法將檔案/資料夾移動到其自身或子資料夾中", @@ -276,6 +284,7 @@ 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}」", @@ -283,6 +292,7 @@ OC.L10N.register( "Unable to initialize the templates directory" : "無法初始化範本目錄", "Create new templates folder" : "建立新的範本資料夾", "Templates" : "範本", + "New template folder" : "新範本資料夾", "One of the dropped files could not be processed" : "無法處理其中一個投放的檔案", "Uploading \"{filename}\" failed" : "上傳「{filename}」失敗", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], |