Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2019-12-19 11:52:05 +0300
committerGitHub <noreply@github.com>2019-12-19 11:52:05 +0300
commit572b74b5bbff20a97c2732b0c4a86cd2d0835cbf (patch)
treec8c97aacf69c0abce6de27e9829544774c50fe4b /plugins/Installation
parentee43c6a674e117db47f1f19060316300c5935006 (diff)
language update (#15289)
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/lang/zh-tw.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Installation/lang/zh-tw.json b/plugins/Installation/lang/zh-tw.json
index 7f11c70a71..bf156738ef 100644
--- a/plugins/Installation/lang/zh-tw.json
+++ b/plugins/Installation/lang/zh-tw.json
@@ -31,6 +31,7 @@
"JSTracking_Intro": "要使用 Matomo 追蹤你的網頁流量,你必須確定程式碼已加入你的網頁中。",
"LargePiwikInstances": "給予高流量網站的協助",
"Legend": "說明",
+ "LoadDataInfileRecommended": "如果你的 Matomo 追蹤高流量網站(例如每個月 > 100,000 網頁瀏覽數),我們建議你解決這個問題。",
"LoadDataInfileUnavailableHelp": "使用 %1$s 將大幅提升 Matomo 彙整速度。想這麼做請試著更新你的 PHP 和 MySQL 軟體,並確保資料庫使用者有 %2$s 權限。",
"NfsFilesystemWarning": "你的伺服器使用 NFS 檔案系統。",
"NfsFilesystemWarningSuffixAdmin": "這代表 Matomo 在執行到基於檔案的處理時將會非常慢。",
@@ -94,6 +95,7 @@
"SystemCheckJsonHelp": "Matomo 必須使用 php5-json 擴充功能來讀寫 JSON 檔案。",
"SystemCheckMailHelp": "意見回饋及忘記密碼的訊息若沒有 mail() 將無法寄送。",
"SystemCheckMbstring": "mbstring",
+ "SystemCheckMbstringHelp": "處理多字節的使用者介面或 API 回應資料必須使用 mbstring 擴充功能。並請檢查 php.ini 中的 mbstring.func_overload 已設定值為「0」。",
"SystemCheckMemoryLimit": "記憶體限制",
"SystemCheckMemoryLimitHelp": "在一個高流量的網站,資料彙整處理過程可能超過目前所允許使用的記憶體量。<br \/>如果必要,試著變更在你 php.ini 檔案裡的 memory_limit。",
"SystemCheckNoErrorsOrWarnings": "沒有錯誤或警告",
@@ -103,6 +105,7 @@
"SystemCheckOtherExtensions": "其他擴充功能",
"SystemCheckOtherFunctions": "其他功能",
"SystemCheckPageSpeedDisabled": "已停用 PageSpeed",
+ "SystemCheckPageSpeedWarning": "我們建議停用伺服器 %s 中的 PageSpeed 模組:已知 PageSpeed 將導致 Matomo 發生多種問題,如:網頁報告損壞、資料列發展趨勢損壞,和其他難以修復的問題。請將此伺服器中的 mod_pagespeed 停用。",
"SystemCheckPackHelp": "Matomo 必須使用 pack() 功能才能追蹤訪客。",
"SystemCheckParseIniFileHelp": "這個內建的功能已被你的主機商停用。Matomo 將嘗試模擬這個功能,但可能會遇到安全限制。追蹤性能也會受到影響。",
"SystemCheckPdoAndMysqliHelp": "在 GNU\/Linux 伺服器上你可以使用以下選項編譯 PHP:在你的 php.ini 中 %1$s,加入以下幾行內容:%2$s",