feat: add income categories to budget management

This commit is contained in:
Serhiy Bobrov
2026-04-19 09:15:29 +03:00
parent 6746a5a175
commit 7910636ffa
17 changed files with 115 additions and 6 deletions
+6 -2
View File
@@ -451,6 +451,11 @@
"catHealth": "Здоров'я",
"catEducation": "Освіта",
"catMisc": "Різне",
"catEarnedIncome": "Трудовий дохід",
"catInvestmentIncome": "Інвестиційний дохід",
"catTransferGiftIncome": "Переводи та подарунки",
"catGovernmentBenefits": "Соціальні виплати",
"catOtherIncome": "Інші доходи",
"loadingIndicator": "Завантаження…"
},
"settings": {
@@ -619,5 +624,4 @@
"pendingBadgeTitle": "{{count}} нагадування",
"pendingBadgeTitlePlural": "{{count}} нагадувань"
}
}
}