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-07-25 15:34:55 +0300
committerGitHub <noreply@github.com>2018-07-25 15:34:55 +0300
commit7230b6d2173ee9f9f9237f71f3ca44c97be143c2 (patch)
treec0763e2aa6f02eb7568d171a07a9d8f581d83228 /plugins/API
parentf4491e1bb3fd994615835e268bddb297a3782aaa (diff)
language update (#13209)
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/lang/it.json3
-rw-r--r--plugins/API/lang/zh-cn.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/API/lang/it.json b/plugins/API/lang/it.json
index 644b9ca7fd..0653fde7fd 100644
--- a/plugins/API/lang/it.json
+++ b/plugins/API/lang/it.json
@@ -10,6 +10,7 @@
"TopLinkTooltip": "Accedi ai tuoi dati di Web Analytics tramite le semplici API in JSON, XML, ecc",
"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"
+ "Glossary": "Glossario",
+ "LearnAboutCommonlyUsedTerms2": "Scopri i termini comunemente utilizzati per ottenere il massimo da Matomo Analytics."
}
} \ No newline at end of file
diff --git a/plugins/API/lang/zh-cn.json b/plugins/API/lang/zh-cn.json
index 51c8ab0e55..707220cd45 100644
--- a/plugins/API/lang/zh-cn.json
+++ b/plugins/API/lang/zh-cn.json
@@ -10,6 +10,7 @@
"TopLinkTooltip": "通过一个简单的 API,让您可以以 xml, json及其它格式取得网站分析的数据。",
"UserAuthentication": "身份验证",
"UsingTokenAuth": "如果您想在代码、定时任务中 %1$s 请求数据,%2$s 要在 API 调用需要认证的网址时增加参数 %3$s。",
- "Glossary": "词汇表"
+ "Glossary": "词汇表",
+ "LearnAboutCommonlyUsedTerms2": "了解常用术语以便更好的利用Matomo数据分析。"
}
} \ No newline at end of file