This commit is contained in:
2026-03-25 00:44:22 +03:00
parent f04cb29444
commit 782c9047f9
3 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ 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 account';
String get addAccount => _ru ? 'Добавить счёт' : 'Add account';
String get addTransactionDashboard => _ru ? 'Добавить' : 'Add';
String get transactions => _ru ? 'Транзакции' : 'Transactions';
String get searchHint => _ru ? 'Поиск транзакций...' : 'Search transactions...';
String get filterAll => _ru ? 'Все' : 'All';