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": "Prestito salvato",
"loanDeletedToast": "Prestito eliminato",
"loanPaymentAddedToast": "Pagamento registrato",
"typeLoan": "Prestito"
"typeLoan": "Prestito",
"tabsLabel": "Sezioni del bilancio",
"budgetTab": "Bilancio",
"loansTab": "Prestiti",
"filteredTransactions": "Movimenti filtrati",
"clearLoanFilter": "Cancella filtro",
"loanFilterActive": "Prestito: {{title}}",
"filterLoanTransactions": "Mostra i movimenti di questo prestito",
"loansEmptyDescription": "Crea un prestito dal pulsante + e scegli Prestito.",
"newCategoryTitle": "Nuova categoria",
"newCategoryPlaceholder": "Nome categoria",
"newSubcategoryTitle": "Nuova sottocategoria",
"newSubcategoryPlaceholder": "Nome sottocategoria"
},
"settings": {
"title": "Impostazioni",