This commit is contained in:
2026-03-24 16:06:34 +03:00
parent 546bd0dc86
commit 494ff12cb0
3 changed files with 29 additions and 22 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class AppStrings {
String get appTitle => _ru ? 'Мои финансы' : 'My Finances';
String get totalBalance => _ru ? 'ОБЩИЙ БАЛАНС' : 'TOTAL BALANCE';
String get tapAndHoldToEdit => _ru ? 'удерживайте для редактирования' : 'tap and hold to edit';
String get add => _ru ? 'Добавить' : 'Add';
String get add => _ru ? 'Добавить счёт' : 'Add account';
String get transactions => _ru ? 'Транзакции' : 'Transactions';
String get searchHint => _ru ? 'Поиск транзакций...' : 'Search transactions...';
String get filterAll => _ru ? 'Все' : 'All';