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>2017-01-03 01:59:13 +0300
committerGitHub <noreply@github.com>2017-01-03 01:59:13 +0300
commit6fe1e559e4c5e7fb8d509c36c3bd0dd79173425b (patch)
tree1a5e5c80232c40758aefc55800be24a66952d612 /plugins/VisitTime
parente773ae2c222ecf565f424aac5b3096c6ea6f362e (diff)
language update (#11134)
Diffstat (limited to 'plugins/VisitTime')
-rw-r--r--plugins/VisitTime/lang/zh-tw.json22
1 files changed, 14 insertions, 8 deletions
diff --git a/plugins/VisitTime/lang/zh-tw.json b/plugins/VisitTime/lang/zh-tw.json
index 9fdf46d5a7..0151a93b6a 100644
--- a/plugins/VisitTime/lang/zh-tw.json
+++ b/plugins/VisitTime/lang/zh-tw.json
@@ -1,12 +1,18 @@
{
"VisitTime": {
- "ColumnLocalTime": "訪客端時段",
- "ColumnServerTime": "伺服器時段",
- "LocalTime": "依訪客端時段記錄的造訪次數",
- "NHour": "%s 時",
- "ServerTime": "依伺服器時段記錄的造訪次數",
- "SubmenuTimes": "造訪時段",
- "WidgetLocalTime": "依訪客端時段記錄的造訪次數",
- "WidgetServerTime": "依伺服器時段記錄的造訪次數"
+ "ColumnLocalTime": "訪客端時間",
+ "ColumnServerTime": "伺服器時間",
+ "DayOfWeek": "星期幾",
+ "LocalTime": "依訪客端時間記錄的訪問次數",
+ "NHour": "%s 點",
+ "PluginDescription": "報告訪客訪問你的網站或應用程式時訪客端和伺服器時間。",
+ "ServerTime": "依伺服器時間記錄的訪問次數",
+ "SubmenuTimes": "訪問時段",
+ "VisitsByDayOfWeek": "以星期幾查看",
+ "WidgetByDayOfWeekDocumentation": "這個圖表顯示你網站每星期接收的訪問數。",
+ "WidgetLocalTime": "依訪客端時間記錄的訪問次數",
+ "WidgetLocalTimeDocumentation": "這個圖片顯示當訪客瀏覽時,%1$s訪客端的時間%2$s是幾點。",
+ "WidgetServerTime": "依伺服器時間記錄的訪問次數",
+ "WidgetServerTimeDocumentation": "這個圖片顯示當訪客瀏覽時,%1$s伺服器的時間%2$s是幾點。"
}
} \ No newline at end of file