bug-fix
Test Suite / backend-pr-quick (push) Has been skipped
Test Suite / quick-import-pr-quick (push) Has been skipped
Test Suite / backend-full (push) Successful in 4m7s
Test Suite / flutter-quality (push) Failing after 57s

This commit is contained in:
Nils-Johan Gynther
2026-05-21 22:36:28 +02:00
parent 8c9da36312
commit 9dd49c5014
9 changed files with 60 additions and 119 deletions
@@ -1012,12 +1012,19 @@ class AppLocalizationsSv extends AppLocalizations {
String get adminRestoreAction => 'Återställ';
@override
String get required => 'Obligatoriskt';
String get profileDeleteConfirmTitle => 'Bekräfta radering';
@override
String get logoutAction => 'Logga ut';
String get profileDeleteConfirmMessage =>
'Är du säker på att du vill ta bort din profil? Alla dina data kommer att raderas permanent.';
@override
String get profileDeleteAction => 'Ta bort min profil';
@override
String get profileDeletedMessage => 'Din profil har tagits bort.';
@override
String get profileDatabaseDescription =>
'Databasfliken samlar dina huvudområden för lager och produkter.';
'The database tab covers your main areas for inventory and products.';
}