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 AppLocalizationsRu 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