diff options
Diffstat (limited to 'apps/settings/l10n/zh_HK.js')
-rw-r--r-- | apps/settings/l10n/zh_HK.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index 9a89c635729..ce65fb4d8c2 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -199,8 +199,10 @@ OC.L10N.register( "Memcache" : "Memcache", "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "已設定 Memcached 為分散式快取,但安裝了錯誤的 PHP 模組「memcache」。請安裝 PHP 模組「memcached」。", "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "已設定 Memcached 為分散式快取,但未安裝 PHP 模組「memcached」。請安裝 PHP 模組「memcached」。", - "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "未設定記憶體快取。要強化效能,請設定記憶體快取(若可用)。", + "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "尚未配置內存緩存。為提升性能,請配置內存緩存(如果可用)。", "Configured" : "已配置", + "Mimetype migrations available" : "有可用的 MIME 類型遷移", + "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "有一個或多個 MIME 類型的遷移可用。有時會添加新的 MIME 類型以更好地處理某些檔案類型。在較大的實例上遷移 MIME 類型需要很長時間,因此在升級過程中不會自動執行。請使用命令 `occ maintenance:repair --include-expensive` 來執行遷移。", "MySQL Unicode support" : "MySQL Unicode 支援", "You are not using MySQL" : "您並未使用 MySQL", "MySQL is used as database and does support 4-byte characters" : "MySQL 用作資料庫並支援 4 位元組字元", @@ -741,6 +743,7 @@ OC.L10N.register( "Error while updating device token scope" : "更新裝置權杖範圍時發生錯誤", "Could not set group sorting" : "無法設定群組排序", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "有太多請求來自你的網路,請稍後再試,若你認為這不該發生,請回報系統管理員這項錯誤。", + "Error" : "錯誤", "Account documentation" : "帳戶使用手冊", "Administration documentation" : "管理使用手冊", "Forum" : "論壇", @@ -765,7 +768,7 @@ OC.L10N.register( "SMTP Password" : "SMTP 密碼", "Save" : "儲存", "Test and verify email settings" : "測試及驗證電子郵件設定", - "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "正確的配置對於您 Nextcloud 的安全性和性能很重要。 為此,我們正執行一些自動檢查。 有關更多信息,請參閱連結的說明書。", + "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "為確保您 Nextcloud 實例安全和性能,正確配置至關重要。為幫助您達到這一目標,我們正在進行一些自動檢查。請參閱連結的說明書以獲取更多詳細信息。", "All checks passed." : "所有檢查皆通過。", "There are some errors regarding your setup." : "您的設定有些錯誤。", "There are some warnings regarding your setup." : "有關您設置的警告。", |