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 0d3796434f7..c393b623644 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -164,6 +164,8 @@ OC.L10N.register( "Internet connectivity" : "互聯網連線", "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 模組支援", + "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` 檔案。", "Old server-side-encryption" : "舊的伺服器端加密", "Disabled" : "停用", "The old server-side-encryption format is enabled. We recommend disabling this." : "啟用了舊的伺服器端加密格式。我們建議停用它。", |