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": "Empréstimo salvo",
"loanDeletedToast": "Empréstimo excluído",
"loanPaymentAddedToast": "Pagamento registrado",
"typeLoan": "Empréstimo"
"typeLoan": "Empréstimo",
"tabsLabel": "Seções do orçamento",
"budgetTab": "Orçamento",
"loansTab": "Empréstimos",
"filteredTransactions": "Transações filtradas",
"clearLoanFilter": "Limpar filtro",
"loanFilterActive": "Empréstimo: {{title}}",
"filterLoanTransactions": "Mostrar transações deste empréstimo",
"loansEmptyDescription": "Crie um empréstimo pelo botão + e escolha Empréstimo.",
"newCategoryTitle": "Nova categoria",
"newCategoryPlaceholder": "Nome da categoria",
"newSubcategoryTitle": "Nova subcategoria",
"newSubcategoryPlaceholder": "Nome da subcategoria"
},
"settings": {
"title": "Configurações",