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-02-25 17:29:44 +0300
committerGitHub <noreply@github.com>2019-02-25 17:29:44 +0300
commit58b158ec9a233f485de8bd1a14b717b3175c62fb (patch)
tree542e4a045ad04be871feb9d8a97d2754dec922fc /plugins/CustomPiwikJs
parenta7510a3514dc6803395c20edad198a79dab2fc7a (diff)
language update (#14134)
Diffstat (limited to 'plugins/CustomPiwikJs')
-rw-r--r--plugins/CustomPiwikJs/lang/fr.json1
-rw-r--r--plugins/CustomPiwikJs/lang/it.json1
-rw-r--r--plugins/CustomPiwikJs/lang/ru.json1
3 files changed, 3 insertions, 0 deletions
diff --git a/plugins/CustomPiwikJs/lang/fr.json b/plugins/CustomPiwikJs/lang/fr.json
index 5c3de27977..8105ee5490 100644
--- a/plugins/CustomPiwikJs/lang/fr.json
+++ b/plugins/CustomPiwikJs/lang/fr.json
@@ -1,5 +1,6 @@
{
"CustomPiwikJs": {
+ "PluginDescription": "Autorise n'importe quel composant à mettre à jour le fichier de suivi Matomo (matomo.js) et à ajouter de nouvelles fonctionnalités ainsi que des capacités de suivi de site web.",
"DiagnosticPiwikJsWritable": "Traceur JavaScript inscriptible (%s)",
"DiagnosticPiwikJsNotWritable": "Le fichier traceur JavaScript Matomo %sinscriptible ce qui veut dit que d'autres composants ne peuvent pas le modifier. Dans le futur il se pourrait même que certaines fonctionnalités principales ne fonctionnent pas comme prévu.",
"DiagnosticPiwikJsMakeWritable": "Nous recommandons de rendre %1$s inscriptible en exécutant la commande suivante : %2$s"
diff --git a/plugins/CustomPiwikJs/lang/it.json b/plugins/CustomPiwikJs/lang/it.json
index 5b42fa3710..3b9df39795 100644
--- a/plugins/CustomPiwikJs/lang/it.json
+++ b/plugins/CustomPiwikJs/lang/it.json
@@ -1,5 +1,6 @@
{
"CustomPiwikJs": {
+ "PluginDescription": "Consente a qualsiasi plug-in di estendere il file di tracking JavaScript di Matomo (matomo.js) e di aggiungere nuove funzionalità e capacità di misurazione del sito web.",
"DiagnosticPiwikJsWritable": "JavaScript Tracker scrivibile (%s)",
"DiagnosticPiwikJsNotWritable": "Il file tracker JavaScript di Matomo %s non è scrivibile, il che significa che altri plugin non possono estendere il tracker JavaScript. In futuro anche alcune funzionalità di base potrebbero non funzionare come previsto.",
"DiagnosticPiwikJsMakeWritable": "Ci raccomandiamo di rendere scrivibile %1$s eseguendo questo comando: %2$s"
diff --git a/plugins/CustomPiwikJs/lang/ru.json b/plugins/CustomPiwikJs/lang/ru.json
index 762a91a024..34f8eb5c72 100644
--- a/plugins/CustomPiwikJs/lang/ru.json
+++ b/plugins/CustomPiwikJs/lang/ru.json
@@ -1,5 +1,6 @@
{
"CustomPiwikJs": {
+ "PluginDescription": "Разрешить любому плагину дополнять JavaScript-код отслеживания Matomo (matomo.js), добавляя новую функциональность и расширяя возможности мониторинга сайтов.",
"DiagnosticPiwikJsWritable": "Записываемый JavaScript Tracker (%s)",
"DiagnosticPiwikJsNotWritable": "Файл трекера JavaScript Matomo %s недоступен для записи, это означает, что другие плагины не могут расширять трекер JavaScript. В будущем даже некоторые основные функции могут работать не так, как ожидалось.",
"DiagnosticPiwikJsMakeWritable": "Мы рекомендуем сделать %1$s доступным для записи, выполнив эту команду: %2$s"