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/Dashboard
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/Dashboard')
-rw-r--r--plugins/Dashboard/lang/az.json5
-rw-r--r--plugins/Dashboard/lang/ku.json29
-rw-r--r--plugins/Dashboard/lang/ms.json6
-rw-r--r--plugins/Dashboard/lang/ur.json5
4 files changed, 45 insertions, 0 deletions
diff --git a/plugins/Dashboard/lang/az.json b/plugins/Dashboard/lang/az.json
new file mode 100644
index 0000000000..a708d9c5e4
--- /dev/null
+++ b/plugins/Dashboard/lang/az.json
@@ -0,0 +1,5 @@
+{
+ "Dashboard": {
+ "Dashboard": "Lövhə"
+ }
+} \ No newline at end of file
diff --git a/plugins/Dashboard/lang/ku.json b/plugins/Dashboard/lang/ku.json
new file mode 100644
index 0000000000..75d540eaf7
--- /dev/null
+++ b/plugins/Dashboard/lang/ku.json
@@ -0,0 +1,29 @@
+{
+ "Dashboard": {
+ "AddAWidget": "زیادکردنی ویجیت",
+ "AddPreviewedWidget": "بۆ زیادکردنی ویجیت بۆ داشبۆرد کرتە بکە",
+ "ChangeDashboardLayout": "گۆڕینی چوارچێوەی داشبۆرد",
+ "CopyDashboardToUser": "ڕوونووسکردنی داشبۆرد بۆ بەکارهێنەر",
+ "CreateNewDashboard": "دروستکردنی داشبۆردی نوێ",
+ "Dashboard": "داشبۆرد",
+ "DashboardCopied": "ئەم داشبۆردە بەسەرکەوتوویی بۆ بەکارهێنەر ڕوونووسکرا.",
+ "DashboardEmptyNotification": "داشبۆردەکەت هیچ ویجیتێک لەخۆ ناگرێ. بە زێدەکردنی هەندێ ویجتەوە دەست پێ بکە یان هەر داشبۆردەکە ڕێکبخەرەوە بۆ هەڵبژاردنی ویجتی بنەڕەتی.",
+ "DashboardName": "ناوی داشبۆرد",
+ "DashboardOf": "داشبۆردی %s",
+ "DefaultDashboard": "داشبۆردی بنەڕەت - بەکارهێنانی بنەڕەتی هەڵبژاردنەکانی ویجت و چوارچێوەی ستوونەکان",
+ "DeleteWidgetConfirm": "دڵنیای دەتەوێ ئەم ویجتە لە داشبۆرد بسڕیتەوە؟",
+ "EmptyDashboard": "داشبۆردی چۆڵ - ویجتە دڵخوازەکانت هەڵبژێرە",
+ "LoadingWidget": "بارگرتنی ویجت، تکایە بوەستە...",
+ "ManageDashboard": "بەڕێوەبەریی داشبۆرد",
+ "Maximise": "زۆرینەکردن",
+ "Minimise": "کەمینەکردن",
+ "NotUndo": "لەداهاتوودا ناتوانی ئەم کردارە هەڵوەشێنیتەوە.",
+ "RemoveDashboard": "لابردنی داشبۆرد",
+ "RemoveDashboardConfirm": "دڵنیای دەتەوێ داشبۆردەکە لاببەی \"%s\"؟",
+ "RemoveDefaultDashboardNotPossible": "داشبۆردی بنەڕەتی لاناچێ",
+ "RenameDashboard": "ناونانەوەی داشبۆرد",
+ "ResetDashboard": "ڕێکخستنەوەی داشبۆرد",
+ "ResetDashboardConfirm": "دڵنیای دەتەوێ چوارچێوەی داشبۆردەکەت ڕێک بخەیتەوە بۆ هەڵبژاردنە بنەڕەتەکانی ویجت؟",
+ "SelectDashboardLayout": "تکایە چواچێوەی نوێی داشبۆردەکەت هەڵبژێرە"
+ }
+} \ No newline at end of file
diff --git a/plugins/Dashboard/lang/ms.json b/plugins/Dashboard/lang/ms.json
new file mode 100644
index 0000000000..e88a770c8c
--- /dev/null
+++ b/plugins/Dashboard/lang/ms.json
@@ -0,0 +1,6 @@
+{
+ "Dashboard": {
+ "Dashboard": "Papan Pemuka",
+ "RenameDashboard": "Ubah nama papan pemuka"
+ }
+} \ No newline at end of file
diff --git a/plugins/Dashboard/lang/ur.json b/plugins/Dashboard/lang/ur.json
new file mode 100644
index 0000000000..ebb24d97e6
--- /dev/null
+++ b/plugins/Dashboard/lang/ur.json
@@ -0,0 +1,5 @@
+{
+ "Dashboard": {
+ "Dashboard": "ڈیش بورڈ"
+ }
+} \ No newline at end of file