diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:32 +0000 |
commit | 7cc66998a2a0383b89e80a9e5c54d9848c539455 (patch) | |
tree | a70fc5e168b3a8a204450732887b50d65c81afb1 /apps/files_external/l10n/zh_TW.js | |
parent | ff06a803e61025e58749b71a17a32457785338d9 (diff) | |
download | nextcloud-server-7cc66998a2a0383b89e80a9e5c54d9848c539455.tar.gz nextcloud-server-7cc66998a2a0383b89e80a9e5c54d9848c539455.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n/zh_TW.js')
-rw-r--r-- | apps/files_external/l10n/zh_TW.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/l10n/zh_TW.js b/apps/files_external/l10n/zh_TW.js index 30c3eb46f17..e1ace56d136 100644 --- a/apps/files_external/l10n/zh_TW.js +++ b/apps/files_external/l10n/zh_TW.js @@ -90,6 +90,7 @@ OC.L10N.register( "Share" : "分享", "Show hidden files" : "顯示隱藏的檔案", "Case sensitive file system" : "區分大小寫檔案系統", + "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "停用其將允許使用不區分大小寫的檔案系統,但會帶來效能損失", "Verify ACL access when listing files" : "列出檔案時驗證 ACL 存取權", "Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "檢查目錄中每個檔案或資料夾的 ACL,以過濾掉使用者沒有讀取權限的項目,但可能會影響效能", "Timeout" : "逾時", @@ -154,7 +155,6 @@ OC.L10N.register( "Credentials saving failed" : "認證資訊儲存失敗", "Credentials required" : "需要認證資訊", "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "停用其將允許使用不區分大小寫的檔案系統,但會帶來效能損失", - "Name" : "名稱", - "Open in files" : "在檔案中開啟" + "Name" : "名稱" }, "nplurals=1; plural=0;"); |