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@piwik.org>2018-05-14 23:56:12 +0300
committerGitHub <noreply@github.com>2018-05-14 23:56:12 +0300
commitc1d3384a094b15dd5da1d835eaf9730904411b97 (patch)
tree3e5d53b69bb13a4cbb1c0724187027510e9598bb /lang/zh-tw.json
parent1f21ebcc95d3cd58d314bea5f5ca07909300ae03 (diff)
language update (#12912)
Diffstat (limited to 'lang/zh-tw.json')
-rw-r--r--lang/zh-tw.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/zh-tw.json b/lang/zh-tw.json
index b9ae5ace0f..9f04f33ca8 100644
--- a/lang/zh-tw.json
+++ b/lang/zh-tw.json
@@ -219,6 +219,7 @@
"GiveUsYourFeedback": "給我們意見回饋!",
"Goal": "目標",
"GoTo": "前往 %s",
+ "GoTo2": "前往",
"GraphHelp": "更多關於 Matomo 顯示圖表的資訊",
"HelloUser": "%s,你好!",
"Help": "幫助",
@@ -338,6 +339,7 @@
"ProductRevenue": "產品收益",
"Measurable": "可測量的",
"Measurables": "可測量的",
+ "MeasurableId": "可測量的 ID",
"PurchasedProducts": "已購買的產品數",
"Quantity": "數量",
"RangeReports": "自訂日期範圍",
@@ -441,6 +443,17 @@
"YouMustUpgradePhpVersionToReceiveLatestPiwik": "你必須升級 PHP 版本以接收最新的 Matomo 更新。",
"PiwikCannotBeUpgradedBecausePhpIsTooOld": "Matomo 無法更新到最新的主要版本因為你的 PHP 版本過舊。",
"PleaseUpgradeYourPhpVersionSoYourPiwikDataStaysSecure": "請至少升級你的 PHP 版本至 %s 以確保你的 Matomo 分析資料是安全的。",
+ "ValidatorErrorEmptyValue": "必須提供一個值。",
+ "ValidatorErrorNotANumber": "值不是數字。",
+ "ValidatorErrorNumberTooLow": "值「%1$s」太低。至少必須為 %2$s。",
+ "ValidatorErrorNumberTooHigh": "值「%1$s」太高。最多只能為 %2$s。",
+ "ValidatorErrorCharacterTooShort": "值包含了「%1$s」個字元,但至少必須包含 %2$s 個字元。",
+ "ValidatorErrorCharacterTooLong": "值包含了「%1$s」個字元,但最多只能包含 %2$s 個字元。",
+ "ValidatorErrorNotUrlLike": "值「%s」看起來不像一個網址。",
+ "ValidatorErrorNotEmailLike": "值「%s」看起來不像有效的 Email。",
+ "ValidatorErrorNoValidRegex": "值「%s」看起來不像有效的正規表示式。",
+ "ValidatorErrorXNotWhitelisted": "值「%1$s」不被允許。請使用下列其一:%2$s。",
+ "ValidatorErrorInvalidDateTimeFormat": "日期「%1$s」格式錯誤,請使用 %2$s",
"WarningFileIntegrityNoManifest": "缺少 manifest.inc.php 所以檔案完整性檢查無法執行。",
"WarningFileIntegrityNoManifestDeployingFromGit": "如果你從 Git 部署 Matomo,這個訊息可以忽略。",
"WarningFileIntegrityNoMd5file": "缺少 md5_file() 功能所以檔案完整性檢查無法完成。",