diff options
Diffstat (limited to 'apps/settings/l10n/zh_TW.json')
-rw-r--r-- | apps/settings/l10n/zh_TW.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 6d1884f64e9..059cd5a9f94 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.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\" 手動新增欄位將能在系統持續運作時修復這個問題。新增這些欄位將提高系統回應速度和可用性。", |