Füge Funktion zum Abbrechen der Werbung hinzu: Implementiere cancelWooing in FalukantService und FalukantController, aktualisiere FamilyView für die Benutzeroberfläche und verbessere die Fehlermeldungen bei vorzeitigen Abbrüchen.

This commit is contained in:
Torsten Schulz (local)
2026-01-28 11:53:34 +01:00
parent 16f3d1a320
commit cbff7c130c
8 changed files with 119 additions and 7 deletions

View File

@@ -303,6 +303,24 @@
"taxPercent": "Tax %"
}
}
},
"spouse": {
"wooing": {
"cancel": "Cancel wooing",
"cancelSuccess": "Wooing has been cancelled.",
"cancelError": "Wooing could not be cancelled.",
"cancelTooSoon": "You can only cancel wooing after 24 hours."
}
},
"sendgift": {
"error": {
"nogiftselected": "Please select a gift.",
"generic": "An unknown error occurred.",
"tooOften": "You can't send gifts that often.",
"insufficientFunds": "You do not have enough money."
},
"success": "The gift has been given.",
"nextGiftAt": "Next gift from"
}
}
}