diff --git a/flutter/build/unit_test_assets/NOTICES.Z b/flutter/build/unit_test_assets/NOTICES.Z index c27b261f..16b0414b 100644 Binary files a/flutter/build/unit_test_assets/NOTICES.Z and b/flutter/build/unit_test_assets/NOTICES.Z differ diff --git a/flutter/lib/l10n/app_en.arb b/flutter/lib/l10n/app_en.arb index f9fef155..08871c89 100644 --- a/flutter/lib/l10n/app_en.arb +++ b/flutter/lib/l10n/app_en.arb @@ -514,12 +514,16 @@ "adminBulkSetCategory": "Bulk: set category", "adminRemoveCategory": "Remove category", "adminNoProductsFound": "No products match the filter.", - "adminInlineCategory": "Category (inline)", - "adminNoCategory": "No category", - "adminRestoreAction": "Restore", - "profileDeleteConfirmTitle": "Confirm deletion", - "profileDeleteConfirmMessage": "Are you sure you want to delete your profile? All your data will be permanently deleted.", - "profileDeleteAction": "Delete my profile", - "profileDeletedMessage": "Your profile has been deleted.", - "profileDatabaseDescription": "The database tab covers your main areas for inventory and products." -} + "adminInlineCategory": "Category (inline)", + "adminNoCategory": "No category", + "adminRestoreAction": "Restore", + "required": "Required", + "logoutAction": "Log out", + "adminAiDescription": "Overview of AI features exposed by the backend.", + "adminPagePrefix": "Page: ", + "profileDeleteConfirmTitle": "Confirm deletion", + "profileDeleteConfirmMessage": "Are you sure you want to delete your profile? All your data will be permanently deleted.", + "profileDeleteAction": "Delete my profile", + "profileDeletedMessage": "Your profile has been deleted.", + "profileDatabaseDescription": "The database tab covers your main areas for inventory and products." +} diff --git a/flutter/lib/l10n/app_sv.arb b/flutter/lib/l10n/app_sv.arb index 46d9e148..ded5035b 100644 --- a/flutter/lib/l10n/app_sv.arb +++ b/flutter/lib/l10n/app_sv.arb @@ -520,9 +520,10 @@ "required": "Obligatoriskt", "logoutAction": "Logga ut", "adminAiDescription": "Översikt över AI-funktioner som backend exponerar.", - "adminPagePrefix": "Sida: ", - "profileDeleteConfirmTitle": "Bekräfta radering", - "profileDeleteConfirmMessage": "Är du säker på att du vill ta bort din profil? Alla dina data kommer att raderas permanent.", - "profileDeleteAction": "Ta bort min profil", - "profileDeletedMessage": "Din profil har tagits bort." -} \ No newline at end of file + "adminPagePrefix": "Sida: ", + "profileDeleteConfirmTitle": "Bekräfta radering", + "profileDeleteConfirmMessage": "Är du säker på att du vill ta bort din profil? Alla dina data kommer att raderas permanent.", + "profileDeleteAction": "Ta bort min profil", + "profileDeletedMessage": "Din profil har tagits bort.", + "profileDatabaseDescription": "Databasfliken samlar dina huvudområden för lager och produkter." +} diff --git a/flutter/lib/l10n/generated/app_localizations.dart b/flutter/lib/l10n/generated/app_localizations.dart index 813d616e..dd613be2 100644 --- a/flutter/lib/l10n/generated/app_localizations.dart +++ b/flutter/lib/l10n/generated/app_localizations.dart @@ -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: diff --git a/flutter/lib/l10n/generated/app_localizations_en.dart b/flutter/lib/l10n/generated/app_localizations_en.dart index b6dec61e..7d550062 100644 --- a/flutter/lib/l10n/generated/app_localizations_en.dart +++ b/flutter/lib/l10n/generated/app_localizations_en.dart @@ -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'; diff --git a/flutter/lib/l10n/generated/app_localizations_sv.dart b/flutter/lib/l10n/generated/app_localizations_sv.dart index 2c522c41..83f14d73 100644 --- a/flutter/lib/l10n/generated/app_localizations_sv.dart +++ b/flutter/lib/l10n/generated/app_localizations_sv.dart @@ -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.'; }