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:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-11-01 11:54:28 +0300
committerGitHub <noreply@github.com>2020-11-01 11:54:28 +0300
commitb63dd60af9953af8f002a101cd0083dddc363d7e (patch)
treef1dbd3e8731610eea9bfdc36033bce2c3ad477ce /plugins/Widgetize
parent2e51cacc33b33105f87fe86cf96ba1110f037248 (diff)
language update (#16639)
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
Diffstat (limited to 'plugins/Widgetize')
-rw-r--r--plugins/Widgetize/lang/de.json1
-rw-r--r--plugins/Widgetize/lang/el.json5
-rw-r--r--plugins/Widgetize/lang/fr.json1
-rw-r--r--plugins/Widgetize/lang/pt.json1
-rw-r--r--plugins/Widgetize/lang/sq.json5
-rw-r--r--plugins/Widgetize/lang/tr.json1
-rw-r--r--plugins/Widgetize/lang/zh-cn.json1
7 files changed, 6 insertions, 9 deletions
diff --git a/plugins/Widgetize/lang/de.json b/plugins/Widgetize/lang/de.json
index 9a91396432..d931540adc 100644
--- a/plugins/Widgetize/lang/de.json
+++ b/plugins/Widgetize/lang/de.json
@@ -2,7 +2,6 @@
"Widgetize": {
"OpenInNewWindow": "In neuem Fenster öffnen",
"PluginDescription": "Zeigt sämtliche Matomo Berichte in Ihrer Website oder App mit einem einfachen Embed HTML tag an.",
- "ViewAccessRequired": "Dieser Benutzer hat mindestens teilweise Schreibrechte. Nur Token von Benutzern mit ausschliesslich Lesezugriff können verwendet werden.",
"TopLinkTooltip": "Exportieren Sie Berichte als Widgets und binden Sie das Dashboard in Ihrer Applikation als iframe ein."
}
} \ No newline at end of file
diff --git a/plugins/Widgetize/lang/el.json b/plugins/Widgetize/lang/el.json
index 41e09ef97d..c1dea9596a 100644
--- a/plugins/Widgetize/lang/el.json
+++ b/plugins/Widgetize/lang/el.json
@@ -2,7 +2,8 @@
"Widgetize": {
"OpenInNewWindow": "Άνοιγμα σε νέο παράθυρο",
"PluginDescription": "Εμφάνιση οποιασδήποτε αναφοράς του Matomo στον ιστοτόπο σας ή στην εφαρμογή του κινητού με ενσωμάτωση μιας απλής σήμανσης HTML.",
- "ViewAccessRequired": "Ο χρήστης αυτός έχει κάποια πρόσβαση για εγγραφή. Μόνο διαπιστευτήρια χρηστών που έχουν πρόσβαση μόνο για ανάγνωση μπορούν να χρησιμοποιηθούν.",
- "TopLinkTooltip": "Εξαγωγή Αναφορών του Matomo ως Μικροεφαρμογές και ενσωμάτωση του Κεντρικού Πίνακα στην εφαρμογή σας ως πλαίσιο."
+ "ViewAccessRequired": "Ο χρήστης αυτός έχει κάποια πρόσβαση για εγγραφή. Μόνο διαπιστευτήρια χρηστών που έχουν πρόσβαση μόνο για ανάγνωση μπορούν να χρησιμοποιηθούν. Δείτε το %1$s για περισσότερες πληροφορίες.",
+ "TopLinkTooltip": "Εξαγωγή Αναφορών του Matomo ως Μικροεφαρμογές και ενσωμάτωση του Κεντρικού Πίνακα στην εφαρμογή σας ως πλαίσιο.",
+ "TooHighAccessLevel": "Ο χρήστης αυτός έχει πρόσβαση υπερχρήστη. Για την ενσωμάτωση γραφικών συστατικών, διαπιστευτήρια υπερχρήστη δεν επιτρέπονται. %1$sΔείτε τις συχνές ερωτήσεις-απαντήσεις για περισσότερες πληροφορίες.%2$s"
}
} \ No newline at end of file
diff --git a/plugins/Widgetize/lang/fr.json b/plugins/Widgetize/lang/fr.json
index ee7e1724fb..d4bc7876ae 100644
--- a/plugins/Widgetize/lang/fr.json
+++ b/plugins/Widgetize/lang/fr.json
@@ -2,7 +2,6 @@
"Widgetize": {
"OpenInNewWindow": "Ouvrir dans une nouvelle fenêtre",
"PluginDescription": "Affichez n'importe quel rapport Matomo sur votre site web avec une simple balise HTML.",
- "ViewAccessRequired": "Cet utilisateur possède au moins un accès en écriture. Seuls les jetons des utilisateurs qui n'ont qu'un accès de visualisation peuvent être utilisés.",
"TopLinkTooltip": "Exporter les rapports Matomo en tant que gadget et incorporer le tableau de bord dans votre application en tant qu'iframe."
}
} \ No newline at end of file
diff --git a/plugins/Widgetize/lang/pt.json b/plugins/Widgetize/lang/pt.json
index a7b3e0615b..fce7e441ca 100644
--- a/plugins/Widgetize/lang/pt.json
+++ b/plugins/Widgetize/lang/pt.json
@@ -2,7 +2,6 @@
"Widgetize": {
"OpenInNewWindow": "Abrir numa nova janela",
"PluginDescription": "Mostra qualquer relatório do Matomo no seu site ou aplicação com uma simples tag HTML incorporável.",
- "ViewAccessRequired": "Este utilizador tem algum acesso de escrita. Apenas chaves de utilizadores com acesso exclusivamente de visualização podem ser utilizadas.",
"TopLinkTooltip": "Exporte relatórios do Matomo como Widgets e incorpore o painel da sua aplicação como uma iframe."
}
} \ No newline at end of file
diff --git a/plugins/Widgetize/lang/sq.json b/plugins/Widgetize/lang/sq.json
index 88ab7d07a7..d574d6a995 100644
--- a/plugins/Widgetize/lang/sq.json
+++ b/plugins/Widgetize/lang/sq.json
@@ -2,7 +2,8 @@
"Widgetize": {
"OpenInNewWindow": "Hape në dritare të re",
"PluginDescription": "Shfaqni çfarëdo raporti Matomo në sajtin apo aplikacionin tuaj, përmes një etikete të thjeshtë Embed HTML.",
- "ViewAccessRequired": "Ky përdorues ka të paktën ca leje shkrimi. Mund të përdoren vetëm token-ë përdoruesish që kanë leje parjeje.",
- "TopLinkTooltip": "Eksportoni Raporte Matomo si Widget-e dhe bëjeni Pultin pjesë të aplikacionit tuaj si një iframe."
+ "ViewAccessRequired": "Ky përdorues ka të paktën ca leje shkrimi. Mund të përdoren vetëm token-ë përdoruesish që kanë vetëm hyrje leximi. Për më tepër informacion, shihni %1$s.",
+ "TopLinkTooltip": "Eksportoni Raporte Matomo si Widget-e dhe bëjeni Pultin pjesë të aplikacionit tuaj si një iframe.",
+ "TooHighAccessLevel": "Ky përdorues ka hyrje superpërdoruesi. Nuk lejohen mirëfilltësime superpërdoruesi me token për widget-e të trupëzuar. %1$sPër më tepër hollësi, shihni PBR-të tona.%2$s"
}
} \ No newline at end of file
diff --git a/plugins/Widgetize/lang/tr.json b/plugins/Widgetize/lang/tr.json
index 307570df1d..6ce098c622 100644
--- a/plugins/Widgetize/lang/tr.json
+++ b/plugins/Widgetize/lang/tr.json
@@ -2,7 +2,6 @@
"Widgetize": {
"OpenInNewWindow": "Yeni pencerede açılsın",
"PluginDescription": "Basit bir Embed HTML kod imi ekleyerek istediğiniz Matomo raporunun web sitenizde ya da uygulamanızda görüntülenmesini sağlayabilirsiniz.",
- "ViewAccessRequired": "Bu kullanıcının en az bir yazma izni var. Yalnız görüntüleme iznine sahip olan kullanıcıların kodları kullanılabilir.",
"TopLinkTooltip": "Matomo Raporlarını, uygulamanızın panosuna iFrame olarak ekleyebileceğiniz gereçler olarak dışa aktarabilirsiniz."
}
} \ No newline at end of file
diff --git a/plugins/Widgetize/lang/zh-cn.json b/plugins/Widgetize/lang/zh-cn.json
index 936e189915..69a512b37d 100644
--- a/plugins/Widgetize/lang/zh-cn.json
+++ b/plugins/Widgetize/lang/zh-cn.json
@@ -2,7 +2,6 @@
"Widgetize": {
"OpenInNewWindow": "打开一个新窗口",
"PluginDescription": "在你的网站显示Matomo报告或者嵌入HTML标签中在app中显示",
- "ViewAccessRequired": "该用户至少具有某些写访问权限。 只能使用仅具有查看权限的用户的令牌。",
"TopLinkTooltip": "小工具形式导出 Matomo 报表,将面板以 iframe 形式嵌入你的app中。"
}
} \ No newline at end of file