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>2018-10-08 22:20:16 +0300
committerGitHub <noreply@github.com>2018-10-08 22:20:16 +0300
commitd013b83a03a132b2385dc7a0439b7e586a928863 (patch)
treeb8e84d4d3dc05329722e394676d53bd08e732a4d /plugins/Events
parent89d8479ac242b2ffc98053fe504ce882086c6999 (diff)
language update (#13560)
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/lang/ja.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Events/lang/ja.json b/plugins/Events/lang/ja.json
index 2d30bae496..3c305c9be7 100644
--- a/plugins/Events/lang/ja.json
+++ b/plugins/Events/lang/ja.json
@@ -11,17 +11,23 @@
"EventCategory": "イベントのカテゴリー",
"EventName": "イベントの名称",
"EventNames": "イベント名",
+ "EventUrl": "イベント URL",
+ "EventUrls": "イベント URL",
"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": "イベントをみる"
}