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": "Préstamo guardado",
"loanDeletedToast": "Préstamo eliminado",
"loanPaymentAddedToast": "Pago registrado",
"typeLoan": "Préstamo"
"typeLoan": "Préstamo",
"tabsLabel": "Secciones del presupuesto",
"budgetTab": "Presupuesto",
"loansTab": "Préstamos",
"filteredTransactions": "Transacciones filtradas",
"clearLoanFilter": "Limpiar filtro",
"loanFilterActive": "Préstamo: {{title}}",
"filterLoanTransactions": "Mostrar transacciones de este préstamo",
"loansEmptyDescription": "Crea un préstamo con el botón + y elige Préstamo.",
"newCategoryTitle": "Nueva categoría",
"newCategoryPlaceholder": "Nombre de la categoría",
"newSubcategoryTitle": "Nueva subcategoría",
"newSubcategoryPlaceholder": "Nombre de la subcategoría"
},
"settings": {
"title": "Ajustes",