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:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-03-27 19:09:49 +0300
committerGitHub <noreply@github.com>2021-03-27 19:09:49 +0300
commitbcfc9833e5948fc8822ca72e7489ad841cb69cb8 (patch)
treeed681897e312569ab0aab12ea602caf9276ed518 /plugins/SitesManager/lang
parent494c388b8f1ab9aa2206b78b8dcaeb8ced223bbc (diff)
language update (#17398)
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
Diffstat (limited to 'plugins/SitesManager/lang')
-rw-r--r--plugins/SitesManager/lang/zh-tw.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/plugins/SitesManager/lang/zh-tw.json b/plugins/SitesManager/lang/zh-tw.json
index b98ede8bb8..a242127b16 100644
--- a/plugins/SitesManager/lang/zh-tw.json
+++ b/plugins/SitesManager/lang/zh-tw.json
@@ -7,6 +7,7 @@
"ChangingYourTimezoneWillOnlyAffectDataForward": "變更時區僅會影響往後的數據,不會溯及既往。",
"Currency": "貨幣",
"CurrencySymbolWillBeUsedForGoals": "貨幣符號將顯示於目標收益旁。",
+ "CustomizeJavaScriptTracker": "客製化 JavaScript 追蹤程式碼",
"DefaultCurrencyForNewWebsites": "新網站預設貨幣",
"DefaultTimezoneForNewWebsites": "新網站預設時區",
"DeleteConfirm": "你確定要刪除網站 %s 嗎?",
@@ -27,12 +28,17 @@
"Format_Utc": "UTC%s",
"GlobalExcludedUserAgentHelp1": "輸入要被 Matomo 排除追蹤的 User Agent 列表。",
"GlobalExcludedUserAgentHelp2": "你可以將此功能用來排除一些網路爬蟲。",
+ "GlobalExcludedUserAgentHelp3": "支援正規表示式例如 %s",
"GlobalListExcludedIps": "全域排除的 IP 列表",
"GlobalListExcludedQueryParameters": "全域排除的參數列表",
"GlobalListExcludedUserAgents": "全域 User Agent 排除列表",
"GlobalListExcludedUserAgents_Desc": "如果訪客的 User Agent 字串中包含任一你指定的字串,該訪客會被 Matomo 排除。",
"GlobalSettings": "全域設定",
"GlobalWebsitesSettings": "全域網站設定",
+ "InstallationGuides": "安裝說明",
+ "InstallationGuidesIntro": "我們提供如何在熱門的 CMS 與網站工具上嵌入追蹤程式碼的教學步驟。",
+ "ExtraInformationNeeded": "你可能需要以下資料來在你的系統上架設 Matomo。",
+ "Integrations": "整合",
"HelpExcludedIpAddresses": "輸入 IP 列表,一行一個,使 Matomo 不追蹤特定 IP 位址。你可以使用 CIDR 表示法如 %1$s,或是萬用字元如 %2$s 或 %3$s",
"JsTrackingTagHelp": "這是插入所有網頁的 JavaScript 追蹤程式碼",
"KeepURLFragments": "追蹤網頁網址片段",
@@ -81,11 +87,14 @@
"UTCTimeIs": "UTC 時間是 %s。",
"OnlyMatchedUrlsAllowed": "只追蹤發生在以上網站網址上的訪問和活動。",
"OnlyMatchedUrlsAllowedHelp": "當啟用時,Matomo 只會在網站網址為你所設定之一時才追蹤動作。這可以預防其他人在其他網站中濫用你的分析程式碼。",
+ "OnlyMatchedUrlsAllowedHelpExamples": "域名和路徑必須完全相符,不同的子域名必須分別列出。假設網站網址為「http:\/\/example.com\/path」和「http:\/\/good.example.com」,來自「http:\/\/example.com\/otherpath」和「http:\/\/bad.example.com」的追蹤請求將會被忽略。",
"WebsitesManagement": "網站管理",
"XManagement": "%s管理",
"ChooseMeasurableTypeHeadline": "你想要追蹤什麼?",
"YouCurrentlyHaveAccessToNWebsites": "你目前有權限存取 %s 個網站。",
"YourCurrentIpAddressIs": "你目前的 IP 位址是 %s",
- "DeleteSiteExplanation": "刪除網站將刪除該網站所有紀錄到的資料。這個動作將永遠無法復原。"
+ "DeleteSiteExplanation": "刪除網站將刪除該網站所有紀錄到的資料。這個動作將永遠無法復原。",
+ "EmailInstructionsButton": "以 Email 傳送此教學",
+ "EmailInstructionsSubject": "Matomo 分析追蹤程式碼"
}
} \ No newline at end of file