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/DBStats
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/DBStats')
-rw-r--r--plugins/DBStats/lang/en.json2
-rw-r--r--plugins/DBStats/lang/ku.json5
-rw-r--r--plugins/DBStats/lang/ms.json9
-rw-r--r--plugins/DBStats/lang/ur.json5
4 files changed, 20 insertions, 1 deletions
diff --git a/plugins/DBStats/lang/en.json b/plugins/DBStats/lang/en.json
index 205810bc98..2c178ce28d 100644
--- a/plugins/DBStats/lang/en.json
+++ b/plugins/DBStats/lang/en.json
@@ -10,7 +10,7 @@
"MetricDataByYear": "Metric Tables By Year",
"MetricTables": "Metric Tables",
"OtherTables": "Other Tables",
- "PluginDescription": "Provides detailed MySQL database usage reports. Available for Super Users under Diagnostics. ",
+ "PluginDescription": "Provides detailed MySQL database usage reports. Available for Super Users under Diagnostics.",
"ReportDataByYear": "Report Tables By Year",
"ReportTables": "Report Tables",
"RowCount": "Row count",
diff --git a/plugins/DBStats/lang/ku.json b/plugins/DBStats/lang/ku.json
new file mode 100644
index 0000000000..6d840d6d12
--- /dev/null
+++ b/plugins/DBStats/lang/ku.json
@@ -0,0 +1,5 @@
+{
+ "DBStats": {
+ "Table": "جەدوەل"
+ }
+} \ No newline at end of file
diff --git a/plugins/DBStats/lang/ms.json b/plugins/DBStats/lang/ms.json
new file mode 100644
index 0000000000..983b9e1e2d
--- /dev/null
+++ b/plugins/DBStats/lang/ms.json
@@ -0,0 +1,9 @@
+{
+ "DBStats": {
+ "MetricTables": "Jadual Metrik",
+ "OtherTables": "Jadual Lain",
+ "ReportTables": "Jadual Laporan",
+ "Table": "Jadual",
+ "TotalSize": "Jumlah saiz"
+ }
+} \ No newline at end of file
diff --git a/plugins/DBStats/lang/ur.json b/plugins/DBStats/lang/ur.json
new file mode 100644
index 0000000000..beaa2f04c0
--- /dev/null
+++ b/plugins/DBStats/lang/ur.json
@@ -0,0 +1,5 @@
+{
+ "DBStats": {
+ "Table": "ٹیبل"
+ }
+} \ No newline at end of file