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/API
parent89d8479ac242b2ffc98053fe504ce882086c6999 (diff)
language update (#13560)
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/lang/es.json4
-rw-r--r--plugins/API/lang/ja.json4
-rw-r--r--plugins/API/lang/uk.json4
3 files changed, 9 insertions, 3 deletions
diff --git a/plugins/API/lang/es.json b/plugins/API/lang/es.json
index bc94e7e600..35c31089dd 100644
--- a/plugins/API/lang/es.json
+++ b/plugins/API/lang/es.json
@@ -10,6 +10,8 @@
"TopLinkTooltip": "Acceda a sus datos de análisis de internet programáticamente, a través de una sencilla API en json, xml, etc.",
"UserAuthentication": "Autenticación de usuario",
"UsingTokenAuth": "Si quieres %1$s solicitar datos dentro de un script, un crontab, etc. %2$s tiene que agregar el parámetro %3$s a las llamadas a la URL de la API que requieren autenticación.",
- "Glossary": "Glosario"
+ "Glossary": "Glosario",
+ "LearnAboutCommonlyUsedTerms2": "Conozca más acerca de los términos más utilizados para maximizar sus analíticas Matomo.",
+ "EvolutionMetricName": "Evolución %s"
}
} \ No newline at end of file
diff --git a/plugins/API/lang/ja.json b/plugins/API/lang/ja.json
index 822d5fd0bc..7eb60c5d4c 100644
--- a/plugins/API/lang/ja.json
+++ b/plugins/API/lang/ja.json
@@ -10,6 +10,8 @@
"TopLinkTooltip": "jsopn、xml等シンプルなAPIを介して、プログラムでWeb Analyticsデータにアクセスできます。",
"UserAuthentication": "ユーザー認証",
"UsingTokenAuth": "%1$sスクリプト(crontab 等)でリクエストデータを得たい場合%2$sは、API をコールする URL(認証が必要)にパラメータ %3$s を付加する必要があります。",
- "Glossary": "用語集"
+ "Glossary": "用語集",
+ "LearnAboutCommonlyUsedTerms2": "Matomo Analytics を最大限に活用するためによく使われる用語について学びましょう。",
+ "EvolutionMetricName": "%s 推移"
}
} \ No newline at end of file
diff --git a/plugins/API/lang/uk.json b/plugins/API/lang/uk.json
index 744597f076..5df5d74b08 100644
--- a/plugins/API/lang/uk.json
+++ b/plugins/API/lang/uk.json
@@ -10,6 +10,8 @@
"TopLinkTooltip": "Отримуйте доступ до вашої веб-аналітиці за допомогою простого API з використанням json, xml та іншого.",
"UserAuthentication": "Аутентифікація користоувача",
"UsingTokenAuth": "Для %1$sдоступу до інформації скриптом, програмою і т.д.%2$s треба додавати параметр %3$s до кожного виклику API якищо використовуваний URL вимагає аутентифікації.",
- "Glossary": "Глосарій"
+ "Glossary": "Глосарій",
+ "LearnAboutCommonlyUsedTerms2": "Дізнайтеся про найбільш часто використовувані терміни, щоб максимально використати Matomo Analytics.",
+ "EvolutionMetricName": "%s Зміни"
}
} \ No newline at end of file