feat: localise scan screen (12 languages)

Replace all hardcoded Russian strings in ScanScreen and _LoadingDialog
with AppLocalizations keys; add addFromReceiptOrPhoto, chooseMethod,
photoReceipt, photoReceiptSubtitle, photoProducts, photoProductsSubtitle,
recognizing keys to all 12 ARB files and regenerate AppLocalizations.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
dbastrikin
2026-03-19 23:05:11 +02:00
parent 54b10d51e2
commit 9e7fc09f4b
27 changed files with 373 additions and 46 deletions

View File

@@ -669,6 +669,42 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Recipes'**
String get navRecipes;
/// No description provided for @addFromReceiptOrPhoto.
///
/// In en, this message translates to:
/// **'Add from receipt or photo'**
String get addFromReceiptOrPhoto;
/// No description provided for @chooseMethod.
///
/// In en, this message translates to:
/// **'Choose method'**
String get chooseMethod;
/// No description provided for @photoReceipt.
///
/// In en, this message translates to:
/// **'Photo of receipt'**
String get photoReceipt;
/// No description provided for @photoReceiptSubtitle.
///
/// In en, this message translates to:
/// **'Recognize all items from a receipt'**
String get photoReceiptSubtitle;
/// No description provided for @photoProducts.
///
/// In en, this message translates to:
/// **'Photo of products'**
String get photoProducts;
/// No description provided for @photoProductsSubtitle.
///
/// In en, this message translates to:
/// **'Fridge, table, shelf — up to 3 photos'**
String get photoProductsSubtitle;
}
class _AppLocalizationsDelegate