Separate budget and loan views

This commit is contained in:
Rafael Foster
2026-05-01 07:52:43 -03:00
parent 9a80b785c8
commit 977bee8a3a
18 changed files with 631 additions and 80 deletions
+13 -1
View File
@@ -597,7 +597,19 @@
"loanSavedToast": "Loan saved",
"loanDeletedToast": "Loan deleted",
"loanPaymentAddedToast": "Payment recorded",
"typeLoan": "Loan"
"typeLoan": "Loan",
"tabsLabel": "Budget sections",
"budgetTab": "Budget",
"loansTab": "Loans",
"filteredTransactions": "Filtered transactions",
"clearLoanFilter": "Clear filter",
"loanFilterActive": "Loan: {{title}}",
"filterLoanTransactions": "Show transactions for this loan",
"loansEmptyDescription": "Create a loan from the + button and choose Loan.",
"newCategoryTitle": "New category",
"newCategoryPlaceholder": "Category name",
"newSubcategoryTitle": "New subcategory",
"newSubcategoryPlaceholder": "Subcategory name"
},
"settings": {
"title": "Settings",