diff options
Diffstat (limited to 'apps/settings/l10n/zh_TW.js')
-rw-r--r-- | apps/settings/l10n/zh_TW.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index 6af494ae956..4ac6d945475 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -173,6 +173,8 @@ OC.L10N.register( "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." : "您尚未設定或驗證您的電子郵件伺服器組態。請前往「基本設定」進行設定。然後,使用表單下方的「傳送電子郵件」按鈕來驗證您的設定。", + "Transactional File Locking" : "交易檔案鎖定", + "Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the `'filelocking.enabled' => false` configuration entry from your `config.php` to avoid these problems." : "交易檔案鎖定已停用。這是不受支援的組態。可能會導致難以隔離包含檔案損毀在內的問題。請從 `config.php` 中移除 `'filelocking.enabled' => false` 組態條目以避免這些問題。", "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」設定並未正確設定,其應為陣列。", |