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êt enregistré",
"loanDeletedToast": "Prêt supprimé",
"loanPaymentAddedToast": "Paiement enregistré",
"typeLoan": "Prêt"
"typeLoan": "Prêt",
"tabsLabel": "Sections du budget",
"budgetTab": "Budget",
"loansTab": "Prêts",
"filteredTransactions": "Transactions filtrées",
"clearLoanFilter": "Effacer le filtre",
"loanFilterActive": "Prêt : {{title}}",
"filterLoanTransactions": "Afficher les transactions de ce prêt",
"loansEmptyDescription": "Créez un prêt avec le bouton + puis choisissez Prêt.",
"newCategoryTitle": "Nouvelle catégorie",
"newCategoryPlaceholder": "Nom de la catégorie",
"newSubcategoryTitle": "Nouvelle sous-catégorie",
"newSubcategoryPlaceholder": "Nom de la sous-catégorie"
},
"settings": {
"title": "Paramètres",