feat(localization): update English and Swedish translations for admin features and profile actions
This commit is contained in:
@@ -1011,6 +1011,12 @@ class AppLocalizationsSv extends AppLocalizations {
|
||||
@override
|
||||
String get adminRestoreAction => 'Återställ';
|
||||
|
||||
@override
|
||||
String get required => 'Obligatoriskt';
|
||||
|
||||
@override
|
||||
String get logoutAction => 'Logga ut';
|
||||
|
||||
@override
|
||||
String get profileDeleteConfirmTitle => 'Bekräfta radering';
|
||||
|
||||
@@ -1026,5 +1032,5 @@ class AppLocalizationsSv extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get profileDatabaseDescription =>
|
||||
'The database tab covers your main areas for inventory and products.';
|
||||
'Databasfliken samlar dina huvudområden för lager och produkter.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user