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-08-10 19:15:07 +0300
committerGitHub <noreply@github.com>2019-08-10 19:15:07 +0300
commit30e355b8b94307fada904b182017f2bbf30348f5 (patch)
tree1e5a6d13e5eed5ed47c13f81dd234dd3b48705bf /plugins/API
parent31331820d138427726a8fede1b1b85f4d9040f36 (diff)
language update (#14750)
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/lang/da.json3
-rw-r--r--plugins/API/lang/zh-cn.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/API/lang/da.json b/plugins/API/lang/da.json
index 3c8ef6914c..bc4eb583d5 100644
--- a/plugins/API/lang/da.json
+++ b/plugins/API/lang/da.json
@@ -11,6 +11,7 @@
"UserAuthentication": "Brugergodkendelse",
"UsingTokenAuth": "Hvis du ønsker at %1$s hente data i et script, med crontab, m.m. %2$s skal du tilføje parameteren %3$s til API-kaldes netadresse, som kræver godkendelse.",
"Glossary": "Ordliste",
- "LearnAboutCommonlyUsedTerms2": "Forstå de hyppigst anvendte ord for at få mest muligt ud af Matomo."
+ "LearnAboutCommonlyUsedTerms2": "Forstå de hyppigst anvendte ord for at få mest muligt ud af Matomo.",
+ "EvolutionMetricName": "%s Udvikling"
}
} \ No newline at end of file
diff --git a/plugins/API/lang/zh-cn.json b/plugins/API/lang/zh-cn.json
index 707220cd45..5c3d14962f 100644
--- a/plugins/API/lang/zh-cn.json
+++ b/plugins/API/lang/zh-cn.json
@@ -11,6 +11,7 @@
"UserAuthentication": "身份验证",
"UsingTokenAuth": "如果您想在代码、定时任务中 %1$s 请求数据,%2$s 要在 API 调用需要认证的网址时增加参数 %3$s。",
"Glossary": "词汇表",
- "LearnAboutCommonlyUsedTerms2": "了解常用术语以便更好的利用Matomo数据分析。"
+ "LearnAboutCommonlyUsedTerms2": "了解常用术语以便更好的利用Matomo数据分析。",
+ "EvolutionMetricName": "%s演变"
}
} \ No newline at end of file