diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-29 00:21:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-29 00:21:09 +0000 |
commit | d48c6aaaaad0737a468c8747a0252982ec398f12 (patch) | |
tree | 0c5ebe5997aaa14c4a40fc750f68489a89812503 /apps/files/l10n/zh_TW.js | |
parent | d404998157dd632c147c93458183625aa6930139 (diff) | |
download | nextcloud-server-d48c6aaaaad0737a468c8747a0252982ec398f12.tar.gz nextcloud-server-d48c6aaaaad0737a468c8747a0252982ec398f12.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 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index c491d5069d8..1cfd9f07cb1 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -379,6 +379,10 @@ OC.L10N.register( "Copy direct link (only works for users who have access to this file/folder)" : "複製直接連結(僅對有權存取此檔案或資料夾的使用者有用)", "\"remote user\"" : "「遠端使用者」", "{newName} already exists." : "{newName} 已經存在。", + "\"{segment}\" is not allowed inside a filename." : "檔案名稱中不允許出現「{segment}」", + "\"{segment}\" is a forbidden file or folder name." : "「{segment}」是禁止的檔案或資料夾名稱。", + "\"{segment}\" is not an allowed filetype." : "「{segment}」是不允許的檔案類型。", + "Filenames must not end with \"{segment}\"." : "檔案名稱不能以「{segment}」結尾。", "Name cannot be empty" : "名稱不能空白", "Another entry with the same name already exists" : "已存在另一個同名條目", "Storage informations" : "儲存空間資訊", @@ -386,7 +390,6 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "您可能沒有權限檢視它,請要求寄件者分享它", "The files is locked" : "檔案已鎖定", "Create new templates folder" : "建立新的範本資料夾", - "Toggle %1$s sublist" : "切換 %1$s 子列表", - "Pictures and images" : "照片與影像" + "Toggle %1$s sublist" : "切換 %1$s 子列表" }, "nplurals=1; plural=0;"); |