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:
authorsgiehl <stefan@piwik.org>2016-02-29 22:56:31 +0300
committersgiehl <stefan@piwik.org>2016-02-29 22:56:31 +0300
commit48863f42b17fd47f7e7d74391dd0938eb9fff769 (patch)
treedf036fb8b28d30b904860cefebfe37e69ba0418b /plugins/Insights
parentfb5876ac687787af55509f2278f7a7c5317d7783 (diff)
language update
Diffstat (limited to 'plugins/Insights')
-rw-r--r--plugins/Insights/lang/zh-cn.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Insights/lang/zh-cn.json b/plugins/Insights/lang/zh-cn.json
index a03ef51c8b..f19a0a9248 100644
--- a/plugins/Insights/lang/zh-cn.json
+++ b/plugins/Insights/lang/zh-cn.json
@@ -1,11 +1,16 @@
{
"Insights": {
+ "DayComparedToPreviousDay": "前一天",
+ "DayComparedToPreviousWeek": "上一周的同一天",
+ "DayComparedToPreviousYear": "上一年的同一天",
"Filter": "条件",
"FilterOnlyDecreaser": "仅限减少的",
"FilterOnlyDisappeared": "仅限消失的",
"FilterOnlyIncreaser": "仅限增加的",
"FilterOnlyMovers": "仅限移动的",
"FilterOnlyNew": "仅限新的",
+ "MonthComparedToPreviousMonth": "上月",
+ "MonthComparedToPreviousYear": "上一年的同月",
"WeekComparedToPreviousWeek": "上一周",
"YearComparedToPreviousYear": "上一年"
}