Add budget loan tracking

This commit is contained in:
Rafael Foster
2026-04-30 23:12:38 -03:00
parent ef1f9e9383
commit ce107c80a4
21 changed files with 1338 additions and 34 deletions
+33 -2
View File
@@ -565,7 +565,38 @@
"newSubcategoryPrompt": "Nome da nova subcategoria:",
"categoryAddedToast": "Categoria adicionada.",
"subcategoryAddedToast": "Subcategoria adicionada.",
"emptyAction": "Adicionar entrada"
"emptyAction": "Adicionar entrada",
"loansTitle": "Empréstimos",
"loansSummary": "{{count}} ativos · {{amount}} restantes",
"newLoan": "Novo empréstimo",
"createLoan": "Criar empréstimo",
"editLoan": "Editar empréstimo",
"deleteLoan": "Excluir empréstimo",
"deleteLoanConfirm": "Excluir empréstimo \"{{title}}\"? Pagamentos já lançados no orçamento também serão removidos.",
"loanRemainingAmount": "Restante",
"loanRemainingInstallments": "Parcelas restantes",
"loanPaidAmount": "Pago",
"loansEmpty": "Nenhum empréstimo ativo.",
"loanInstallmentMeta": "{{paid}} de {{total}} parcelas pagas",
"loanRemainingOf": "de {{total}}",
"loanNextDue": "Próxima: {{month}}",
"loanPaidStatus": "Pago",
"markLoanPaid": "Dar baixa",
"loanBorrowerLabel": "Pessoa *",
"loanBorrowerPlaceholder": "Ex.: Lais",
"loanTitleLabel": "Título do empréstimo",
"loanTitlePlaceholder": "Ex.: Empréstimo pessoal",
"loanAmountLabel": "Valor total *",
"loanInstallmentsLabel": "Parcelas *",
"loanStartMonthLabel": "Primeiro mês de vencimento *",
"loanNotesLabel": "Observações",
"loanBorrowerRequired": "Informe a pessoa",
"loanInstallmentsRequired": "Informe a quantidade de parcelas",
"loanStartMonthRequired": "Informe o primeiro mês de vencimento",
"loanAddedToast": "Empréstimo adicionado",
"loanSavedToast": "Empréstimo salvo",
"loanDeletedToast": "Empréstimo excluído",
"loanPaymentAddedToast": "Pagamento registrado"
},
"settings": {
"title": "Configurações",
@@ -1006,4 +1037,4 @@
"shortcuts": {
"goKitchen": "Cozinha"
}
}
}