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:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-02-25 17:32:14 +0300
committerGitHub <noreply@github.com>2021-02-25 17:32:14 +0300
commitd60af8e3bc8999f116db0d028de45227f1255a7e (patch)
tree45d0445b73c69dba07d4e6bdd575ce42b425cb97 /plugins/Diagnostics
parent77d4cd578df1536b476c8345253e132e59259b1a (diff)
language update (#17273)
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
Diffstat (limited to 'plugins/Diagnostics')
-rw-r--r--plugins/Diagnostics/lang/sv.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Diagnostics/lang/sv.json b/plugins/Diagnostics/lang/sv.json
index e4352f4a21..2b18716a1d 100644
--- a/plugins/Diagnostics/lang/sv.json
+++ b/plugins/Diagnostics/lang/sv.json
@@ -1,6 +1,7 @@
{
"Diagnostics": {
"ConfigFileTitle": "Konfigurationsfil",
+ "MysqlTemporaryTablesWarning": "MySQL-tillstånd CREATE TEMPORARY TABLES krävs för att Matomo ska fungera korrekt.",
"MysqlTransactionLevel": "Ändring av transaktionsisoleringsnivå stöds inte. Arkivering kommer fortfarande att fungera men det kan gå långsammare och det rekommenderas att ändra till exempel `binlog_format` till `row` om möjligt.",
"MysqlMaxPacketSize": "Max paketstorlek",
"MysqlMaxPacketSizeWarning": "Det rekommenderas att du konfigurerar en 'max_allowed_packet'-storlek i din MySQL-databas med minst %1$s. Konfigurerad är för närvarande %2$s.",