diff options
Diffstat (limited to 'core/l10n/zh_HK.json')
-rw-r--r-- | core/l10n/zh_HK.json | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json index c653c8c5e05..31d04484fcd 100644 --- a/core/l10n/zh_HK.json +++ b/core/l10n/zh_HK.json @@ -1,8 +1,8 @@ { "translations": { - "Please select a file." : "請選取檔案", + "Please select a file." : "請選擇檔案", "File is too big" : "檔案太大", - "The selected file is not an image." : "選取的檔案不是圖像檔", - "The selected file cannot be read." : "選取的檔案無法讀取", + "The selected file is not an image." : "選擇的檔案不是圖像檔", + "The selected file cannot be read." : "選擇的檔案無法讀取", "Invalid file provided" : "提供的檔案無效", "No image or file provided" : "未提供圖像或檔案", "Unknown filetype" : "未知的檔案類型", @@ -40,16 +40,16 @@ "Turned on maintenance mode" : "啟用維護模式", "Turned off maintenance mode" : "停用維護模式", "Maintenance mode is kept active" : "伺服器正處於維護模式", - "Updating database schema" : "正在更新資料庫格式", - "Updated database" : "已更新資料庫", - "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "正在檢查是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)", - "Checked database schema update" : "已檢查資料庫格式更新", + "Updating database schema" : "正在更新數據庫模式", + "Updated database" : "已更新數據庫", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "正在檢查是否有可更新的數據庫模式(若數據庫較大,可能需要一段時間)", + "Checked database schema update" : "已檢查數據庫模式更新", "Checking updates of apps" : "正在檢查應用程式更新", "Checking for update of app \"%s\" in appstore" : "正在檢查 %s 的更新", "Update app \"%s\" from appstore" : "更新 %s", "Checked for update of app \"%s\" in appstore" : "正在檢查 %s 的更新", - "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "檢查 %s 是否有可更新的資料庫格式(若資料庫較大,可能需要一段時間)", - "Checked database schema update for apps" : "已檢查應用程式資料庫格式更新", + "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "檢查 %s 是否有可更新的數據庫模式(若數據庫較大,可能需要一段時間)", + "Checked database schema update for apps" : "已檢查應用程式數據庫模式更新", "Updated \"%1$s\" to %2$s" : "已從 %1$s 更新至 %2$s", "Set log level to debug" : "設定記錄至除錯層級", "Reset log level" : "重設記錄層級", @@ -65,7 +65,7 @@ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP 設定似乎不完整,導致無法正確取得系統環境變數,因為偵測到 getenv(\"PATH\") 回傳資料為空值", "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "請查看 {linkstart}安裝文檔↗{linkend},以獲取PHP配置說明和伺服器的PHP配置,尤其是在使用 php-fpm 時。", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "「唯讀設定檔」已經啟用,這樣可以防止來自網頁端的設定操作,每次需要更改設定時,都需要手動將設定檔暫時改為可讀寫。", - "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "您的資料庫並未使用 \"READ COMMITTED\" 的交易隔離等級。當有多個行為平行進行時,這可能會造成問題。", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "您的數據庫並未使用 \"READ COMMITTED\" 的交易隔離等級。當有多個行為平行進行時,這可能會造成問題。", "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "未偵測到 PHP 模組 'fileinfo'。強烈建議啟用這個模組,以取得最好的 MIME 檔案類型偵測支援。", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "交易性檔案上鎖已停用,這可能導致爭用條件問題。在config.php中啟用 “filelocking.enabled” 可以避免這些問題。有關更多信息,請參見{linkstart}文檔↗{linkend}。", "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "如果您的安裝路徑不在網域的最上層,並且使用 cron 作為排程器,URL 的生成可能會有問題,為了避免這樣的狀況,請您在 config.php 檔案裡設定 overwrite.cli.url 為您安裝的 webroot 路徑。(建議值:\"{suggestedOverwriteCliURL}\")", @@ -87,13 +87,13 @@ "Missing index \"{indexName}\" in table \"{tableName}\"." : "在資料表 \"{tableName}\" 中,找不到索引值 \"{indexName}\" 。", "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” 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多", "Missing primary key on table \"{tableName}\"." : "資料表\"{tableName}\"遺失主鍵。", - "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "資料庫遺失了一些主鍵,然而添加主鍵這個動作將在肥大的資料庫花費許多時間,故我們將不會自動處理這項問題。藉由執行「occ db:add-missing-primary-keys」手動添加主鍵將能在系統持續運作時修復這個問題。", + "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "數據庫遺失了一些主鍵,然而添加主鍵這個動作將在肥大的數據庫花費許多時間,故我們將不會自動處理這項問題。藉由執行「occ db:add-missing-primary-keys」手動添加主鍵將能在系統持續運作時修復這個問題。", "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "資料表 {tableName} 的可選欄位 {columnName} 遺失。", - "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "資料庫遺失了一些欄位,然而添加主鍵這個動作將在肥大的資料庫花費許多時間,故我們將不會自動處理這項問題。藉由執行「occ db:add-missing-columns」手動添加這些欄位將能在系統持續運作時修復這個問題。添加可選欄位將提高系統回應速度和可用性。", + "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "數據庫遺失了一些欄位,然而添加主鍵這個動作將在肥大的數據庫花費許多時間,故我們將不會自動處理這項問題。藉由執行「occ db:add-missing-columns」手動添加這些欄位將能在系統持續運作時修復這個問題。添加可選欄位將提高系統回應速度和可用性。", "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "您的 Nextcloud 缺少了某些建議的 PHP 模組。為了提升效能與相容性,強烈建議您安裝這些 PHP 模組。", "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "本系統安裝的 php-imagick 不支援 SVG,為了更好的相容性,建議安裝它。", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "數據庫中的某些列缺少對 big int 的轉換。由於更改大表上的列類型可能需要一些時間,因此無法自動更改它們。通過運行 “occ db:convert-filecache-bigint”,可以手動應用這些未決的更改。實例處於脫機狀態時需要執行此操作。有關更多詳細信息,請{linklink}關於此↗{linkend}的文檔頁面。", - "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "目前您的後端資料庫使用 SQLite,在大型服務當中,我們建議您使用其他的資料庫後端。", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "目前您的後端數據庫使用 SQLite,在大型服務當中,我們建議您使用其他的數據庫後端。", "This is particularly recommended when using the desktop client for file synchronisation." : "若您使用電腦客戶端來同步檔案,非常建議您這麼做。", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "要遷移到另一個數據庫,請使用指令工具:“ occ db:convert-type”,或參閱 {linkstart} 說明書↗{linkend}。", "The PHP memory limit is below the recommended value of 512MB." : "目前的 PHP 的記憶體限制設定低於建議值 512MB", @@ -123,7 +123,7 @@ "An error occurred." : "發生錯誤", "Please reload the page." : "請重新整理頁面", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新失敗,檢視<a href=\"{url}\">論壇上的文章</a>來瞭解更多", - "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "更新不成功。請在<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud社群</a>回報此問題。", + "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "更新不成功。請在<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud社群</a>舉報此問題。", "Continue to Nextcloud" : "繼續前往 Nextcloud", "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["更新成功,將在 %n 秒後重導向至 Nextcloud"], "Log in" : "登入", @@ -138,8 +138,8 @@ "User disabled" : "用戶已遭停用", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "您的 IP 多次嘗試登入無效,下一次登入將會被延時 30 秒。", "Your account is not setup for passwordless login." : "你的賬號尚未設定免密碼登入。", - "Passwordless authentication is not supported in your browser." : "你使用的瀏覽器不支援無密碼身份驗證。", - "Passwordless authentication is only available over a secure connection." : "無密碼身份驗證僅支援經加密的連線。", + "Passwordless authentication is not supported in your browser." : "你使用的瀏覽器不支援無密碼身分驗證。", + "Passwordless authentication is only available over a secure connection." : "無密碼身分驗證僅支援經加密的連線。", "Reset password" : "重設密碼", "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "重設密碼資訊已寄至您的電子郵件。若您並未收到該信件,請確認您垃圾信箱,或請求管理員協助。", "If it is not there ask your local administrator." : "你找的東西不在,請聯絡管理員。", @@ -213,7 +213,7 @@ "If you select both versions, the copied file will have a number added to its name." : "如果您同時選擇兩個版本,被複製的那個檔案名稱後面會加上編號", "Continue" : "繼續", "(all selected)" : "(已全選)", - "({count} selected)" : "(已選取 {count} 項)", + "({count} selected)" : "(已選擇 {count} 項)", "Error loading file exists template" : "載入已存在的範本時發生錯誤", "Pending" : "擱置中", "Copy to {folder}" : "複製到 {folder}", @@ -283,21 +283,21 @@ "Create an <strong>admin account</strong>" : "新增<strong>管理員賬號</strong>", "Username" : "用戶名稱", "Show password" : "顯示密碼", - "Storage & database" : "儲存空間和資料庫", + "Storage & database" : "儲存空間和數據庫", "Data folder" : "資料儲存位置", - "Configure the database" : "設定資料庫", + "Configure the database" : "設定數據庫", "Only %s is available." : "剩下 %s 可使用", - "Install and activate additional PHP modules to choose other database types." : "安裝並啟用相關 PHP 模組來使用其他種資料庫", + "Install and activate additional PHP modules to choose other database types." : "安裝並啟用相關 PHP 模組來使用其他種數據庫", "For more details check out the documentation." : "更多細節詳見說明文件", - "Database user" : "資料庫用戶", - "Database password" : "資料庫密碼", - "Database name" : "資料庫名稱", - "Database tablespace" : "資料庫資料表空間", - "Database host" : "資料庫主機", + "Database user" : "數據庫用戶", + "Database password" : "數據庫密碼", + "Database name" : "數據庫名稱", + "Database tablespace" : "數據庫資料表空間", + "Database host" : "數據庫主機", "Please specify the port number along with the host name (e.g., localhost:5432)." : "請將具體指定連接埠號與主機名稱。(例如:localhost:5432)", "Performance warning" : "效能警告", - "You chose SQLite as database." : "您選擇了 SQLite 作為資料庫", - "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite 只適用於小型或是開發用站台,針對上線服務我們建議使用其他資料庫後端。", + "You chose SQLite as database." : "您選擇了 SQLite 作為數據庫", + "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite 只適用於小型或是開發用站台,針對上線服務我們建議使用其他數據庫後端。", "If you use clients for file syncing, the use of SQLite is highly discouraged." : "若使用桌面版或是手機版客戶端同步檔案,不建議使用 SQLite", "Install recommended apps" : "安裝推薦的應用程式", "Calendar, Contacts, Talk, Mail & Collaborative editing" : "編輯行事曆、聯絡人、對話、郵件與共筆。", @@ -331,16 +331,16 @@ "You can close this window." : "可以關閉此視窗", "This share is password-protected" : "此分享受密碼保護", "The password is wrong. Try again." : "密碼錯誤,請重試", - "Two-factor authentication" : "雙因素驗證", - "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "您的賬號已啟用進階安全機制,請選擇一個兩步驗證方法:", - "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "無法載入任何一個二階認證方法,請聯絡管理員", - "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "雙重認證已被強制要求啟用,您的賬號目前還沒設定。請聯絡管理員。", - "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "雙因驗證已被強制要求啟用,您的賬戶目前還沒設定。請設定您的雙因驗證。", - "Set up two-factor authentication" : "設定雙因素驗證", - "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "雙重認證已被強制要求啟用,您的賬號目前還沒設定。請使用一個備用碼來登入或聯絡管理員。", + "Two-factor authentication" : "雙重認證", + "Enhanced security is enabled for your account. Choose a second factor for authentication:" : "您的賬號已啟用進階安全機制,請選擇一個雙重認證方法:", + "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "無法載入任何已啟用的雙重認證方法,請聯絡管理員。", + "Two-factor authentication is enforced but has not been configured on your account. Contact your admin for assistance." : "雙重認證已實施,但尚未在您的賬戶上對其進行配置。請聯絡管理員。", + "Two-factor authentication is enforced but has not been configured on your account. Please continue to setup two-factor authentication." : "雙重認證已實施,但尚未在您的賬戶上對其進行配置。請繼續設置雙重認證。", + "Set up two-factor authentication" : "設定雙重認證", + "Two-factor authentication is enforced but has not been configured on your account. Use one of your backup codes to log in or contact your admin for assistance." : "雙重認證已實施,但尚未在您的賬戶上對其進行配置。請使用一個備用驗證碼來登入或聯絡管理員。", "Use backup code" : "使用備用認證碼", "Cancel login" : "取消登入", - "Setup two-factor authentication" : "設定雙因素驗證", + "Setup two-factor authentication" : "設定雙重認證", "Enhanced security is enforced for your account. Choose which provider to set up:" : "您的賬號已啟用進階安全機制,請選擇一個供應者:", "Error while validating your second factor" : "驗證二階段因子發生錯誤", "Access through untrusted domain" : "經由不可信任的域名存取。", @@ -351,7 +351,7 @@ "The following apps will be updated:" : "將更新以下的 APP:", "These incompatible apps will be disabled:" : "將會停用這些不相容的應用程式", "The theme %s has been disabled." : "主題 %s 已經被停用", - "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份資料庫、config 資料夾及數據資料夾", + "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份數據庫、config 資料夾及數據資料夾", "Start update" : "開始升級", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "在大型安裝上,為了避免升級請求逾時,你也可以在安裝目錄執行下列指令:", "Detailed logs" : "詳細記錄檔", @@ -380,10 +380,10 @@ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "有些檔案並未通過完整性檢查。可參閱詳細資訊,如我們的<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">說明文件</a>(<a href=\"{codeIntegrityDownloadEndpoint}\">無效檔案列表</a>/<a href=\"{rescanEndpoint}\">重新檢查</a>)以解決這些問題。", "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "PHP 的 OPcache 模組並未被載入。 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">為了提供更好的效能</a>,建議將此PHP模組載入。", "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "PHP 的 OPcache 功能並未被妥善設定。<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">為了有更好的效能表現</a>,我們建議在 <code>php.ini</code> 設定檔中使用以下設定:", - "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "資料庫的有些欄位缺少big int.格式轉換。因為攔位格式轉換需要一些時間,所以沒有自動轉換。你可以執行'occ db:convert-filecache-bigin'手動完成轉換,轉換時Nextcloud服務必須處於離線狀態。詳情請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">關於此的使用手冊頁</a>", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "若要遷移至另一個資料庫,請使用命令列工具: 'occ db:convert-type' ,或是查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "數據庫的有些欄位缺少big int.格式轉換。因為攔位格式轉換需要一些時間,所以沒有自動轉換。你可以執行'occ db:convert-filecache-bigin'手動完成轉換,轉換時Nextcloud服務必須處於離線狀態。詳情請參閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">關於此的使用手冊頁</a>", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "若要遷移至另一個數據庫,請使用命令列工具: 'occ db:convert-type' ,或是查閱<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">說明文件</a>。", "Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "我們將不再支援使用 PHP mailer 發送電子郵件。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">請更新您電子郵件伺服器的相關設定<a/>。", - "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "您的 MySQL 資料庫並不支援 4-byte 的字元。為了能處理檔案名稱中,或是註記中的 4-byte 的字元 (如表情符號等) 。建議您啟用 MySQL 中支援 4-byte 的字元的功能。詳情請見<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">此文件中關於此項目的說明</a>。", + "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "您的 MySQL 數據庫並不支援 4-byte 的字元。為了能處理檔案名稱中,或是註記中的 4-byte 的字元 (如表情符號等) 。建議您啟用 MySQL 中支援 4-byte 的字元的功能。詳情請見<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">此文件中關於此項目的說明</a>。", "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "你經由安全的連線存取系統,但系統卻生成了不安全的 URLs。這很有可能是因為你使用了反向代理伺服器,但反向代理伺服器的改寫規則並未正常工作,請閱讀<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文件</a>以修復這個問題。", "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "目前 HTTP 的 {header} 標頭設定並不是 \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" 或 \"{val5}\",這將會洩漏一些訊息。<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">請參考 W3C建議文件</a>。", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP \"Strict-Transport-Security\" 標頭並未被設定持續至少 {seconds} 秒。為了提高安全性,我們在<a href=\"{docUrl}\" rel=\"noreferrer\">安全建議</a>中有詳述並建議啟用 HSTS。", |