1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
matomo/plugins/Diagnostics/lang/da.json
Ben Burgess c07fab7f60 Add link to MySQL docs for max_packet_size diagnostic warning (#20990)
* Add link to MySQL docs for max_packet_size diagnostic warning

* Updated UI test screenshot

* Update UI test screenshot

* Update plugins/Diagnostics/Diagnostic/DbMaxPacket.php

Co-authored-by: Michal Kleiner <michal@innocraft.com>

---------

Co-authored-by: Michal Kleiner <michal@innocraft.com>
2023-07-10 10:08:34 +02:00

8 خطوط
332 B
JSON

{
"Diagnostics": {
"ConfigFileTitle": "Konfigurationsfil",
"MysqlMaxPacketSize": "Maks. pakkestørrelse",
"MysqlMaxPacketSizeWarning": "Det anbefales at sætte '%1$smax_allowed_packet%2$s' i din MySQL-konfiguration til mindst %3$s. Den nuværende værdi er %4$s.",
"Sections": "Sektioner"
}
}