1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/DBStats/lang/en.json
Stefan Giehl dad2cb5bda 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
2021-08-30 14:13:26 +02:00

21 خطوط
1006 B
JSON

{
"DBStats": {
"DatabaseUsage": "Database usage",
"DataSize": "Data size",
"DBSize": "DB size",
"EstimatedSize": "Estimated size",
"IndexSize": "Index size",
"LearnMore": "To learn more about how Matomo processes data and how to make Matomo work well with medium and high traffic websites, see this documentation: %s.",
"MainDescription": "Matomo stores all your web analytics data in a MySQL database. Currently, Matomo tables take up %s of space.",
"MetricDataByYear": "Metric Tables By Year",
"MetricTables": "Metric Tables",
"OtherTables": "Other Tables",
"PluginDescription": "Provides detailed MySQL database usage reports. Available for Super Users under Diagnostics.",
"ReportDataByYear": "Report Tables By Year",
"ReportTables": "Report Tables",
"RowCount": "Row count",
"Table": "Table",
"TotalSize": "Total size",
"TrackerTables": "Tracker Tables"
}
}