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>2016-12-26 01:12:42 +0300
committerGitHub <noreply@github.com>2016-12-26 01:12:42 +0300
commitdfab3037843444df09958daf94863bc2abcd6c8d (patch)
tree223a853308b2e31c240de03c10617e2d2a1c7c46 /plugins/Events
parent8dbc563e99432f38de107be3dfb0f0a17b9e8f87 (diff)
language update (#11080)
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/lang/zh-tw.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/plugins/Events/lang/zh-tw.json b/plugins/Events/lang/zh-tw.json
new file mode 100644
index 0000000000..404b57491d
--- /dev/null
+++ b/plugins/Events/lang/zh-tw.json
@@ -0,0 +1,32 @@
+{
+ "Events": {
+ "PluginDescription": "透過事件追蹤來取得訪客活動紀錄報表。",
+ "AvgEventValue": "事件平均值為:%s",
+ "AvgValue": "平均值",
+ "AvgValueDocumentation": "此事件所有值的加總平均",
+ "Event": "事件",
+ "EventAction": "事件動作",
+ "EventActions": "事件動作",
+ "EventCategories": "事件類別",
+ "EventCategory": "事件類別",
+ "EventName": "事件標籤",
+ "EventNames": "事件標籤",
+ "Events": "事件",
+ "EventsWithValue": "含有值的事件",
+ "EventsWithValueDocumentation": "有設定值的事件數量",
+ "EventValue": "事件值",
+ "EventValueTooltip": "事件值總計是由 %1$s 的事件值 %2$s 從最小值 %3$s 到最大值 %4$s 之間的值加總。",
+ "MaxValue": "最大值",
+ "MaxValueDocumentation": "此事件的的大值",
+ "MinValue": "最小值",
+ "MinValueDocumentation": "此事件的最小值",
+ "SecondaryDimension": "次要維度為 %s。",
+ "SwitchToSecondaryDimension": "切換至 %s",
+ "TopEvents": "熱門事件",
+ "TotalEvents": "所有事件",
+ "TotalEventsDocumentation": "所有事件的數量",
+ "TotalValue": "值總計",
+ "TotalValueDocumentation": "事件值的加總",
+ "ViewEvents": "查看事件"
+ }
+} \ No newline at end of file