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 AppLocalizationsPt extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get navRecipes => 'Receitas';
|
||||
|
||||
@override
|
||||
String get addFromReceiptOrPhoto => 'Adicionar de recibo ou foto';
|
||||
|
||||
@override
|
||||
String get chooseMethod => 'Escolher método';
|
||||
|
||||
@override
|
||||
String get photoReceipt => 'Fotografar recibo';
|
||||
|
||||
@override
|
||||
String get photoReceiptSubtitle => 'Reconhecemos todos os produtos do recibo';
|
||||
|
||||
@override
|
||||
String get photoProducts => 'Fotografar produtos';
|
||||
|
||||
@override
|
||||
String get photoProductsSubtitle =>
|
||||
'Geladeira, mesa, prateleira — até 3 fotos';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user