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-08-13 10:09:58 +0300
committerGitHub <noreply@github.com>2018-08-13 10:09:58 +0300
commit162ec16780487b5811089ec3a0cf0d4b18829f01 (patch)
treec30b4257206bf211fbc022e3a87cd45a7e5352e9 /plugins/API
parentc4b4a9fb8f97fbbc340e5705cef50776c9a89b2b (diff)
language update (#13281)
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/lang/de.json3
-rw-r--r--plugins/API/lang/it.json3
-rw-r--r--plugins/API/lang/tr.json3
3 files changed, 6 insertions, 3 deletions
diff --git a/plugins/API/lang/de.json b/plugins/API/lang/de.json
index d667944147..2c08bf36ea 100644
--- a/plugins/API/lang/de.json
+++ b/plugins/API/lang/de.json
@@ -11,6 +11,7 @@
"UserAuthentication": "Benutzerauthentifizierung",
"UsingTokenAuth": "Wenn Sie %1$s Daten mit einem Script, einem Crontab, etc. abrufen wollen, %2$s müssen Sie den Parameter %3$s an die URLs anhängen, deren API-Aufrufe eine Authentifizierung benötigen.",
"Glossary": "Glossar",
- "LearnAboutCommonlyUsedTerms2": "Lernen Sie mehr über die häufig verwendeten Begriffe, um das Beste aus Ihren Matomo Analysen zu machen."
+ "LearnAboutCommonlyUsedTerms2": "Lernen Sie mehr über die häufig verwendeten Begriffe, um das Beste aus Ihren Matomo Analysen zu machen.",
+ "EvolutionMetricName": "%s Entwicklung"
}
} \ No newline at end of file
diff --git a/plugins/API/lang/it.json b/plugins/API/lang/it.json
index 0653fde7fd..84c56d1329 100644
--- a/plugins/API/lang/it.json
+++ b/plugins/API/lang/it.json
@@ -11,6 +11,7 @@
"UserAuthentication": "Autenticazione utente",
"UsingTokenAuth": "Se si vogliono i dati di richiesta %1$s all'interno di uno script, un crontab, ecc %2$s è necessario aggiungere il parametro %3$s per le chiamate API URL che richiedono l'autenticazione.",
"Glossary": "Glossario",
- "LearnAboutCommonlyUsedTerms2": "Scopri i termini comunemente utilizzati per ottenere il massimo da Matomo Analytics."
+ "LearnAboutCommonlyUsedTerms2": "Scopri i termini comunemente utilizzati per ottenere il massimo da Matomo Analytics.",
+ "EvolutionMetricName": "%s Evoluzione"
}
} \ No newline at end of file
diff --git a/plugins/API/lang/tr.json b/plugins/API/lang/tr.json
index 339c4d894e..2177d6b974 100644
--- a/plugins/API/lang/tr.json
+++ b/plugins/API/lang/tr.json
@@ -11,6 +11,7 @@
"UserAuthentication": "Kullanıcı kimlik doğrulaması",
"UsingTokenAuth": "Bir betik, zamanlanmış görev vb içerisinden %1$s veri almak isterseniz, %2$s kimlik doğrulaması gerektiren API bağlantılarına %3$s parametresini eklemelisiniz.",
"Glossary": "Sözlük",
- "LearnAboutCommonlyUsedTerms2": "Matomo istatistiklerini daha iyi anlamak için kullanılan terimler hakkında bilgi alın."
+ "LearnAboutCommonlyUsedTerms2": "Matomo istatistiklerini daha iyi anlamak için kullanılan terimler hakkında bilgi alın.",
+ "EvolutionMetricName": "%s Gelişme"
}
} \ No newline at end of file