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>2021-03-13 23:38:30 +0300
committerGitHub <noreply@github.com>2021-03-13 23:38:30 +0300
commita7d34dad866179269d1cfffdf89e9197d05a3eb9 (patch)
tree5cd0f54c31142cc6a9ec0eb228e59e934d611860 /plugins/Widgetize
parenta5c70b35ae954c22974ccf0fb4be22eb40e57380 (diff)
language update (#17342)
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
Diffstat (limited to 'plugins/Widgetize')
-rw-r--r--plugins/Widgetize/lang/ro.json2
-rw-r--r--plugins/Widgetize/lang/zh-tw.json4
2 files changed, 4 insertions, 2 deletions
diff --git a/plugins/Widgetize/lang/ro.json b/plugins/Widgetize/lang/ro.json
index 51a40473ad..a91f9e0ab1 100644
--- a/plugins/Widgetize/lang/ro.json
+++ b/plugins/Widgetize/lang/ro.json
@@ -1,6 +1,6 @@
{
"Widgetize": {
- "OpenInNewWindow": "Deschide intr-o fereastra noua",
+ "OpenInNewWindow": "Deschide într-o fereastră nouă",
"TopLinkTooltip": "Exporta Rapoarte Matomo ca Widgets și încorporeaza tabloul de bord în aplicația ca un iframe."
}
} \ No newline at end of file
diff --git a/plugins/Widgetize/lang/zh-tw.json b/plugins/Widgetize/lang/zh-tw.json
index 04de222df6..31940f6deb 100644
--- a/plugins/Widgetize/lang/zh-tw.json
+++ b/plugins/Widgetize/lang/zh-tw.json
@@ -2,6 +2,8 @@
"Widgetize": {
"OpenInNewWindow": "在新視窗開啟",
"PluginDescription": "在你的網站或應用程式中以簡單的 HTML 嵌入程式碼顯示任何 Matomo 報表。",
- "TopLinkTooltip": "將 Matomo 報表以小工具匯出,並於你的應用程式中以 iframe 嵌入展示板。"
+ "ViewAccessRequired": "此使用者擁有一部份的寫入權限。僅限使用只有檢視權限的使用者的權杖。參考 %1$s 瞭解更多資訊。",
+ "TopLinkTooltip": "將 Matomo 報表以小工具匯出,並於你的應用程式中以 iframe 嵌入展示板。",
+ "TooHighAccessLevel": "此使用者擁有超級使用者權限。超級使用者的權杖不允許用來嵌入小工具。%1$s參考 FAQ 瞭解更多資訊。%2$s"
}
} \ No newline at end of file