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:
Diffstat (limited to 'plugins/DBStats/lang')
-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