feat(localization): update English and Swedish translations for admin features and profile actions
This commit is contained in:
@@ -1559,7 +1559,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @adminAiDescription.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Overview of AI functions exposed by the backend.'**
|
||||
/// **'Overview of AI features exposed by the backend.'**
|
||||
String get adminAiDescription;
|
||||
|
||||
/// No description provided for @adminPagePrefix.
|
||||
@@ -1844,6 +1844,18 @@ abstract class AppLocalizations {
|
||||
/// **'Restore'**
|
||||
String get adminRestoreAction;
|
||||
|
||||
/// No description provided for @required.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Required'**
|
||||
String get required;
|
||||
|
||||
/// No description provided for @logoutAction.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Log out'**
|
||||
String get logoutAction;
|
||||
|
||||
/// No description provided for @profileDeleteConfirmTitle.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
@@ -815,7 +815,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get adminAiDescription =>
|
||||
'Overview of AI functions exposed by the backend.';
|
||||
'Overview of AI features exposed by the backend.';
|
||||
|
||||
@override
|
||||
String get adminPagePrefix => 'Page: ';
|
||||
@@ -1008,6 +1008,12 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get adminRestoreAction => 'Restore';
|
||||
|
||||
@override
|
||||
String get required => 'Required';
|
||||
|
||||
@override
|
||||
String get logoutAction => 'Log out';
|
||||
|
||||
@override
|
||||
String get profileDeleteConfirmTitle => 'Confirm deletion';
|
||||
|
||||
|
||||
@@ -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