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:
@@ -286,4 +286,22 @@ class AppLocalizationsAr extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get navRecipes => 'الوصفات';
|
||||
|
||||
@override
|
||||
String get addFromReceiptOrPhoto => 'إضافة من الإيصال أو الصورة';
|
||||
|
||||
@override
|
||||
String get chooseMethod => 'اختر الطريقة';
|
||||
|
||||
@override
|
||||
String get photoReceipt => 'تصوير الإيصال';
|
||||
|
||||
@override
|
||||
String get photoReceiptSubtitle => 'التعرف على جميع المنتجات من الإيصال';
|
||||
|
||||
@override
|
||||
String get photoProducts => 'تصوير المنتجات';
|
||||
|
||||
@override
|
||||
String get photoProductsSubtitle => 'الثلاجة، الطاولة، الرف — حتى 3 صور';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user