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
+32 -1
View File
@@ -590,7 +590,38 @@
"newCategoryPrompt": "Name der neuen Kategorie:",
"newSubcategoryPrompt": "Name der neuen Unterkategorie:",
"categoryAddedToast": "Kategorie hinzugefügt.",
"subcategoryAddedToast": "Unterkategorie hinzugefügt."
"subcategoryAddedToast": "Unterkategorie hinzugefügt.",
"loansTitle": "Darlehen",
"loansSummary": "{{count}} aktiv · {{amount}} offen",
"newLoan": "Neues Darlehen",
"createLoan": "Darlehen erstellen",
"editLoan": "Darlehen bearbeiten",
"deleteLoan": "Darlehen löschen",
"deleteLoanConfirm": "Darlehen \"{{title}}\" löschen? Bereits im Budget verbuchte Zahlungen werden ebenfalls entfernt.",
"loanRemainingAmount": "Offen",
"loanRemainingInstallments": "Raten offen",
"loanPaidAmount": "Bezahlt",
"loansEmpty": "Keine aktiven Darlehen.",
"loanInstallmentMeta": "{{paid}} von {{total}} Raten bezahlt",
"loanRemainingOf": "von {{total}}",
"loanNextDue": "Nächste: {{month}}",
"loanPaidStatus": "Bezahlt",
"markLoanPaid": "Bezahlt",
"loanBorrowerLabel": "Person *",
"loanBorrowerPlaceholder": "z. B. Lais",
"loanTitleLabel": "Darlehenstitel",
"loanTitlePlaceholder": "z. B. Persönliches Darlehen",
"loanAmountLabel": "Gesamtbetrag *",
"loanInstallmentsLabel": "Raten *",
"loanStartMonthLabel": "Erster Fälligkeitsmonat *",
"loanNotesLabel": "Notizen",
"loanBorrowerRequired": "Person ist erforderlich",
"loanInstallmentsRequired": "Anzahl der Raten eingeben",
"loanStartMonthRequired": "Ersten Fälligkeitsmonat eingeben",
"loanAddedToast": "Darlehen hinzugefügt",
"loanSavedToast": "Darlehen gespeichert",
"loanDeletedToast": "Darlehen gelöscht",
"loanPaymentAddedToast": "Zahlung erfasst"
},
"settings": {
"title": "Einstellungen",