diff options
Diffstat (limited to 'apps/settings/l10n/zh_TW.json')
-rw-r--r-- | apps/settings/l10n/zh_TW.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 0ca8c3a2d3e..59efd87ba57 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -171,8 +171,6 @@ "Email test" : "電子郵件測試", "Email test was successfully sent" : "測試電子郵件已成功傳送", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "您尚未設定或驗證您的電子郵件伺服器組態。請前往「基本設定」進行設定。然後,使用表單下方的「傳送電子郵件」按鈕來驗證您的設定。", - "File locking" : "檔案鎖定", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "資料庫用於交易檔案鎖定。要強化效能,請設定 memcache(若可用)。", "Forwarded for headers" : "轉發標頭", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "您的「trusted_proxies」設定並未正確設定,其應為陣列。", @@ -813,6 +811,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些使用者匯入的 SSL 證書,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行 \"occ security:certificates:import\" 指令來匯入。它們在資料目錄中的路徑如下所示。", "Missing optional index \"%s\" in table \"%s\"." : "缺少選擇性索引「%s」於資料表「%s」中。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引值。由於在一個龐大的表中新增索引需要一些時間,因此它們並不會被自動新增。您可執行 \"occ db:add-missing-indices\" 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多", + "File locking" : "檔案鎖定", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "MySQL unicode support" : "MySQL Unicode 支援", "Overwrite cli URL" : "覆寫 CLI URL", |