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:
@@ -287,4 +287,23 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get navRecipes => 'Rezepte';
|
||||
|
||||
@override
|
||||
String get addFromReceiptOrPhoto => 'Aus Kassenbon oder Foto hinzufügen';
|
||||
|
||||
@override
|
||||
String get chooseMethod => 'Methode wählen';
|
||||
|
||||
@override
|
||||
String get photoReceipt => 'Kassenbon fotografieren';
|
||||
|
||||
@override
|
||||
String get photoReceiptSubtitle => 'Alle Produkte vom Kassenbon erkennen';
|
||||
|
||||
@override
|
||||
String get photoProducts => 'Produkte fotografieren';
|
||||
|
||||
@override
|
||||
String get photoProductsSubtitle =>
|
||||
'Kühlschrank, Tisch, Regal — bis zu 3 Fotos';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user