Add optional cancellation message for notifications

This commit is contained in:
2026-01-12 21:42:52 +01:00
parent 62e1f5f1b4
commit cc2687dad8
5 changed files with 67 additions and 7 deletions

View File

@@ -36,6 +36,11 @@
"bookedSuccess": "Termin gebucht!",
"bookError": "Buchung fehlgeschlagen. Vielleicht war jemand schneller?",
"cancelConfirm": "Bist du sicher, dass du diesen Eintrag entfernen möchtest?",
"cancelTitle": "Termin stornieren",
"cancelMessageLabel": "Nachricht (optional)",
"cancelMessagePlaceholder": "Ich kann leider doch nicht...",
"cancelSubmit": "Stornierung bestätigen",
"cancel": "Abbrechen",
"cancelSuccess": "Eintrag entfernt",
"cancelError": "Entfernen fehlgeschlagen",
"noInstructions": "Noch keine spezifischen Instruktionen hinterlegt."
@@ -64,7 +69,7 @@
"notifications": {
"ownerHome": "🏠 BESITZER ZU HAUSE: Markiert für den {date}.\nPlan: {url}",
"newBooking": "✅ NEUE BUCHUNG: {name} sittet am {date}.\nPlan: {url}",
"cancellation": "🚨 ABSAGE: {name} hat die Buchung für den {date} gelöscht.\nPlan: {url}",
"cancellation": "🚨 ABSAGE: {name} hat die Buchung für den {date} gelöscht.{message}\nPlan: {url}",
"instructionsUpdated": "📝 UPDATE: Die Katzen-Instruktionen wurden geändert.\nPlan: {url}"
}
}