bug-fix
This commit is contained in:
@@ -1 +1 @@
|
||||
{"version":2,"files":[{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations_sv.dart","hash":"9d94bd45c82cddfabd1e14499720021e"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\l10n.yaml","hash":"3a6f56d787f3093703fe91c15fc15342"},{"path":"C:\\Users\\Nils-JohanGynther\\AppData\\Local\\Programs\\flutter\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\localizations.dart","hash":"33a276900ad78ff1cd267a3483f69235"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations_en.dart","hash":"f87ad39cbf2f19cd354eb22755efcf19"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\app_en.arb","hash":"8670b7167dca7f07152aa2ffe5da2ec9"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations.dart","hash":"314556ec3609e717e3a60c3f364c41bf"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\app_sv.arb","hash":"191938461cea6a0535c94bf41e05a003"}]}
|
||||
{"version":2,"files":[{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations_sv.dart","hash":"445746c643660ba5bebd1cbef4834479"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\l10n.yaml","hash":"3a6f56d787f3093703fe91c15fc15342"},{"path":"C:\\Users\\Nils-JohanGynther\\AppData\\Local\\Programs\\flutter\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\localizations.dart","hash":"33a276900ad78ff1cd267a3483f69235"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations_en.dart","hash":"9aa7ff7d839f0932cd4d4d9188a4ecca"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\app_en.arb","hash":"8029459ddb490d3906e9c2e3e32ab7c0"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations.dart","hash":"1e3fedbc818cb67ac8523909bcd4c002"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\app_sv.arb","hash":"b44c0e444ba0ca51e105623a4828c4c2"}]}
|
||||
@@ -1 +1 @@
|
||||
[]
|
||||
["C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations_en.dart","C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations_sv.dart","C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations.dart"]
|
||||
@@ -520,7 +520,6 @@
|
||||
"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."
|
||||
}
|
||||
"profileDeletedMessage": "Your profile has been deleted.",
|
||||
"profileDatabaseDescription": "The database tab covers your main areas for inventory and products."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1559,7 +1559,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @adminAiDescription.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Overview of AI features exposed by the backend.'**
|
||||
/// **'Overview of AI functions exposed by the backend.'**
|
||||
String get adminAiDescription;
|
||||
|
||||
/// No description provided for @adminPagePrefix.
|
||||
@@ -1844,17 +1844,29 @@ abstract class AppLocalizations {
|
||||
/// **'Restore'**
|
||||
String get adminRestoreAction;
|
||||
|
||||
/// No description provided for @required.
|
||||
/// No description provided for @profileDeleteConfirmTitle.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Required'**
|
||||
String get required;
|
||||
/// **'Confirm deletion'**
|
||||
String get profileDeleteConfirmTitle;
|
||||
|
||||
/// No description provided for @logoutAction.
|
||||
/// No description provided for @profileDeleteConfirmMessage.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Log out'**
|
||||
String get logoutAction;
|
||||
/// **'Are you sure you want to delete your profile? All your data will be permanently deleted.'**
|
||||
String get profileDeleteConfirmMessage;
|
||||
|
||||
/// No description provided for @profileDeleteAction.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Delete my profile'**
|
||||
String get profileDeleteAction;
|
||||
|
||||
/// No description provided for @profileDeletedMessage.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Your profile has been deleted.'**
|
||||
String get profileDeletedMessage;
|
||||
|
||||
/// No description provided for @profileDatabaseDescription.
|
||||
///
|
||||
|
||||
@@ -815,7 +815,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get adminAiDescription =>
|
||||
'Overview of AI features exposed by the backend.';
|
||||
'Overview of AI functions exposed by the backend.';
|
||||
|
||||
@override
|
||||
String get adminPagePrefix => 'Page: ';
|
||||
@@ -1009,10 +1009,17 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
String get adminRestoreAction => 'Restore';
|
||||
|
||||
@override
|
||||
String get required => 'Required';
|
||||
String get profileDeleteConfirmTitle => 'Confirm deletion';
|
||||
|
||||
@override
|
||||
String get logoutAction => 'Log out';
|
||||
String get profileDeleteConfirmMessage =>
|
||||
'Are you sure you want to delete your profile? All your data will be permanently deleted.';
|
||||
|
||||
@override
|
||||
String get profileDeleteAction => 'Delete my profile';
|
||||
|
||||
@override
|
||||
String get profileDeletedMessage => 'Your profile has been deleted.';
|
||||
|
||||
@override
|
||||
String get profileDatabaseDescription =>
|
||||
|
||||
@@ -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.';
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
Reference in New Issue
Block a user