diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-08 00:19:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-08 00:19:14 +0000 |
commit | 344a445c860eff84af3d04f93b4c6d9b1c8aa556 (patch) | |
tree | f3b57cb93641652fded0beeb79040c7584005826 /apps/files/l10n/zh_TW.js | |
parent | 35d05e3482b33f9508d22c8f61bdb688d9efb9ff (diff) | |
download | nextcloud-server-344a445c860eff84af3d04f93b4c6d9b1c8aa556.tar.gz nextcloud-server-344a445c860eff84af3d04f93b4c6d9b1c8aa556.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index fe37822b446..851f5ffd270 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -221,6 +221,7 @@ OC.L10N.register( "Ownership transfer request sent" : "已送出所有權轉移的請求", "Cannot transfer ownership of a file or folder you do not own" : "無法轉移您未擁有的檔案或資料夾的所有權", "Select file or folder to link to" : "選取要連結的檔案或資料夾", + "Choose {file}" : "選擇 {file}", "Add" : "新增", "Loading current folder" : "正在載入目前資料夾", "No files in here" : "沒有任何檔案", @@ -278,6 +279,7 @@ OC.L10N.register( "Templates" : "範本", "Unable to initialize the templates directory" : "無法初始化範本目錄", "Created new folder \"{name}\"" : "已建立新資料夾「{name}」", + "One of the dropped files could not be processed" : "無法處理其中一個投放的檔案", "Uploading \"{filename}\" failed" : "上傳「{filename}」失敗", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], |