diff options
Diffstat (limited to 'apps/settings/l10n/zh_HK.js')
-rw-r--r-- | apps/settings/l10n/zh_HK.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index fa935c68ae2..4712d6727a4 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -184,6 +184,7 @@ OC.L10N.register( "Internet connectivity is disabled in configuration file." : "已在配置檔案中停用互聯網連線。", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "此伺服器沒有可用的互聯網連接(無法訪問多個端點)。 這意味著某些功能(例如掛載外部存儲、有關更新或安裝第三方應用程式的通知)將無法使用。 遠端存取檔案和發送通知電子郵件也可能不起作用。 請建立從此伺服器到互聯網的連接以享受所有功能。", "JavaScript modules support" : "JavaScript 模組支援", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "您的伺服器不使用 JavaScript MIME 類型來提供 `.mjs` 檔案。這將阻止瀏覽器執行 JavaScript 檔案,從而破壞某些應用程式。您應該配置您的伺服器,以使用 `text/javascript` 或`application/javascript` MIME類型來提供 `.mjs` 檔案。", "JavaScript source map support" : "JavaScript source map 支援", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "您的網路伺服器未設定好提供 `.js.map` 檔案。沒已這些檔案,JavaScript Source Map 將無法正常運作,從而使排除與除錯任何可能出現的問題變得較為困難。", @@ -242,6 +243,7 @@ OC.L10N.register( "The PHP OPcache module is not properly configured. %s." : "PHP OPcache 模組設定不正確。%s。", "Correctly configured" : "正確設定", "PHP version" : "PHP 版本", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %s。Nextcloud 30 已棄用 PHP 8.1。Nextcloud 31 需要 PHP 8.2 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。", "You are currently running PHP %s." : "您目前正在運行 PHP %s。", "PHP \"output_buffering\" option" : "PHP \"output_buffering\" 選項", "PHP configuration option \"output_buffering\" must be disabled" : "PHP 設定選項 \"output_buffering\" 必須停用", |