diff options
Diffstat (limited to 'apps/settings/l10n/zh_HK.json')
-rw-r--r-- | apps/settings/l10n/zh_HK.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index 6acc840fed4..53c597e1921 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -142,7 +142,9 @@ "Cron last run" : "Cron 最後一次運行的時間是", "Last background job execution ran %s. Something seems wrong. {link}." : "最後一次後台作業執行於 %s。似乎出現了一些問題。{link}。", "Last background job execution ran %s." : "最後一次背景作業執行於 %s。", + "Data directory protected" : "數據目錄受保護", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "您的資料目錄和檔案看來可以被公開存取。這表示 .htaccess 設定檔並未生效。我們強烈建議您設定網頁伺服器,拒絕公開存取資料目錄,或者將您的資料目錄移出網頁伺服器根目錄。", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "無法檢查數據目錄是否受到保護。請手動檢查您的伺服器是否不允許存取數據目錄。", "Database missing columns" : "數據庫缺少的縱列", "Missing optional column \"%s\" in table \"%s\"." : "未找到非強制的縱列 “%s” 在數據庫表 “%s” 中。", "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」手動添加這些欄位將能在系統持續運作時修復這個問題。添加可選欄位將提高系統回應速度和可用性。", @@ -191,6 +193,9 @@ "You are not using MySQL" : "您並未使用 MySQL", "MySQL is used as database and does support 4-byte characters" : "MySQL 用作資料庫並支援 4 位元組字元", "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." : "MySQL 用作數據庫,但不支持4-byte字符。為了能夠處理4字節字符(如表情符號)而不會出現文件名或註釋問題,建議在MySQL中啟用4字節支持。", + "OCS provider resolving" : "OCS 提供者解析", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "無法檢查您的網路伺服器是否正確解析 OCM 與 OCS 提供者 URL。", + "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的伺服器並未正確設定解析 %1$s。\n這可能與伺服器的設定未更新為直接傳遞此資料夾有關。\n請將您的設定與 Apache 的「.htaccess」中隨附的重寫規則或 Nginx 文件中提供的重寫規則進行比較。\n在 Nginx 環境中,通常是在由 \"location ~\" 開始的那行需要做調整.", "Overwrite CLI URL" : "覆寫 CLI URL", "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "您 config.php 中的「overwrite.cli.url」選項正確設定為「%s」。", "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "您 config.php 中的「overwrite.cli.url」選項設定為「%s」,這是正確的 URL。建議的 URL 為「%s」。", |