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>2021-08-30 15:13:26 +0300
committerGitHub <noreply@github.com>2021-08-30 15:13:26 +0300
commitdad2cb5bda1bd0bb95f7b56e1e3880f8b170cbb8 (patch)
tree422037a473608553b226ae9396d651f409af69bb /plugins/SitesManager
parent2f6e2497180e31ad096b245469acd5ba60ed5f65 (diff)
Syncs all translations from Transifex (#17931)
* fixes some whitespaces and formatting in english translation files * Adds translations for languages that did not yet exist * fix tests * adds missing locales * fix locale * update submodules * updates expected UI file
Diffstat (limited to 'plugins/SitesManager')
-rw-r--r--plugins/SitesManager/lang/az.json6
-rw-r--r--plugins/SitesManager/lang/en.json4
-rw-r--r--plugins/SitesManager/lang/gu.json6
-rw-r--r--plugins/SitesManager/lang/hy.json5
-rw-r--r--plugins/SitesManager/lang/ku.json5
-rw-r--r--plugins/SitesManager/lang/ms.json6
-rw-r--r--plugins/SitesManager/lang/tzm.json5
-rw-r--r--plugins/SitesManager/lang/ur.json6
8 files changed, 41 insertions, 2 deletions
diff --git a/plugins/SitesManager/lang/az.json b/plugins/SitesManager/lang/az.json
new file mode 100644
index 0000000000..fbaa5677ac
--- /dev/null
+++ b/plugins/SitesManager/lang/az.json
@@ -0,0 +1,6 @@
+{
+ "SitesManager": {
+ "Currency": "valyuta",
+ "Sites": "Veb saytlar"
+ }
+} \ No newline at end of file
diff --git a/plugins/SitesManager/lang/en.json b/plugins/SitesManager/lang/en.json
index 5353feb2ea..191e280211 100644
--- a/plugins/SitesManager/lang/en.json
+++ b/plugins/SitesManager/lang/en.json
@@ -60,7 +60,7 @@
"OnlyOneSiteAtTime": "You can only edit one website at a time. Please Save or Cancel your current modifications to the website %s.",
"PiwikOffersEcommerceAnalytics": "Matomo allows for advanced Ecommerce Analytics tracking & reporting. Learn more about %1$s Ecommerce Analytics%2$s.",
"PiwikWillAutomaticallyExcludeCommonSessionParameters": "Matomo will automatically exclude the common session parameters (%s).",
- "PluginDescription": "Websites management lets you add a new website and edit existing websites. ",
+ "PluginDescription": "Websites management lets you add a new website and edit existing websites.",
"SearchCategoryDesc": "Matomo can also track the Search category for each internal site search keyword.",
"SearchCategoryLabel": "Category parameter",
"SearchCategoryParametersDesc": "You may enter a comma-separated list of query parameters specifying the search category.",
@@ -117,4 +117,4 @@
"EmailInstructionsYourTrackingUrl": "Your tracking URL: %1$s",
"DetectingYourSite": "Detecting your site"
}
-}
+} \ No newline at end of file
diff --git a/plugins/SitesManager/lang/gu.json b/plugins/SitesManager/lang/gu.json
new file mode 100644
index 0000000000..266d8cbf16
--- /dev/null
+++ b/plugins/SitesManager/lang/gu.json
@@ -0,0 +1,6 @@
+{
+ "SitesManager": {
+ "Currency": "ચલણ",
+ "Timezone": "સમય ઝોન"
+ }
+} \ No newline at end of file
diff --git a/plugins/SitesManager/lang/hy.json b/plugins/SitesManager/lang/hy.json
new file mode 100644
index 0000000000..95d2fcc2fb
--- /dev/null
+++ b/plugins/SitesManager/lang/hy.json
@@ -0,0 +1,5 @@
+{
+ "SitesManager": {
+ "Currency": "արժույթ"
+ }
+} \ No newline at end of file
diff --git a/plugins/SitesManager/lang/ku.json b/plugins/SitesManager/lang/ku.json
new file mode 100644
index 0000000000..3b651c82c4
--- /dev/null
+++ b/plugins/SitesManager/lang/ku.json
@@ -0,0 +1,5 @@
+{
+ "SitesManager": {
+ "Sites": "وێبسایتەکان"
+ }
+} \ No newline at end of file
diff --git a/plugins/SitesManager/lang/ms.json b/plugins/SitesManager/lang/ms.json
new file mode 100644
index 0000000000..6daf99c8e2
--- /dev/null
+++ b/plugins/SitesManager/lang/ms.json
@@ -0,0 +1,6 @@
+{
+ "SitesManager": {
+ "Currency": "Mata wang",
+ "Timezone": "Zon Waktu"
+ }
+} \ No newline at end of file
diff --git a/plugins/SitesManager/lang/tzm.json b/plugins/SitesManager/lang/tzm.json
new file mode 100644
index 0000000000..1728b27e23
--- /dev/null
+++ b/plugins/SitesManager/lang/tzm.json
@@ -0,0 +1,5 @@
+{
+ "SitesManager": {
+ "Urls": "ⵉⵣⵡⵉⵍⵏ ⵏ URL"
+ }
+} \ No newline at end of file
diff --git a/plugins/SitesManager/lang/ur.json b/plugins/SitesManager/lang/ur.json
new file mode 100644
index 0000000000..b53ae8c23e
--- /dev/null
+++ b/plugins/SitesManager/lang/ur.json
@@ -0,0 +1,6 @@
+{
+ "SitesManager": {
+ "Currency": "کرنسی",
+ "Timezone": "منطقۂ وقت"
+ }
+} \ No newline at end of file