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@matomo.org>2019-01-14 11:59:02 +0300
committerGitHub <noreply@github.com>2019-01-14 11:59:02 +0300
commit5356ead2444a2f7ac0effb4b4f60301c214b27e1 (patch)
treee0f65ebc9671c8a91e04a75ed866388f7fad9d2f /plugins/Events
parentaee444f4b1e54c808b45812b1fec2b46f62941e2 (diff)
language update (#13956)
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/lang/ja.json1
-rw-r--r--plugins/Events/lang/zh-cn.json3
2 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Events/lang/ja.json b/plugins/Events/lang/ja.json
index 3c305c9be7..f656cb13f4 100644
--- a/plugins/Events/lang/ja.json
+++ b/plugins/Events/lang/ja.json
@@ -4,6 +4,7 @@
"AvgEventValue": "イベントの平均値: %s",
"AvgValue": "平均値",
"AvgValueDocumentation": "このイベントのすべての値の平均値",
+ "Category": "カテゴリ",
"Event": "イベント",
"EventAction": "イベントのアクション",
"EventActions": "イベントのアクション",
diff --git a/plugins/Events/lang/zh-cn.json b/plugins/Events/lang/zh-cn.json
index 8ccab38a82..1e51115345 100644
--- a/plugins/Events/lang/zh-cn.json
+++ b/plugins/Events/lang/zh-cn.json
@@ -1,8 +1,11 @@
{
"Events": {
+ "AvgValue": "平均值",
+ "Event": "事件",
"EventAction": "事件行为",
"EventCategory": "事件分类",
"EventName": "事件名字",
+ "EventNames": "事件名称",
"Events": "事件"
}
} \ No newline at end of file