Separate budget and loan views
This commit is contained in:
+13
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user