Add optional cancellation message for notifications
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
}
|
||||
@@ -36,6 +36,11 @@
|
||||
"bookedSuccess": "Spot booked!",
|
||||
"bookError": "Failed to book spot. Maybe it was just taken?",
|
||||
"cancelConfirm": "Are you sure you want to remove this entry?",
|
||||
"cancelTitle": "Cancel Booking",
|
||||
"cancelMessageLabel": "Message (optional)",
|
||||
"cancelMessagePlaceholder": "I can't make it because...",
|
||||
"cancelSubmit": "Confirm Cancellation",
|
||||
"cancel": "Cancel",
|
||||
"cancelSuccess": "Entry removed",
|
||||
"cancelError": "Failed to remove entry",
|
||||
"noInstructions": "No specific instructions provided yet."
|
||||
@@ -64,7 +69,7 @@
|
||||
"notifications": {
|
||||
"ownerHome": "🏠 OWNER HOME: Marked for {date}.\nPlan: {url}",
|
||||
"newBooking": "✅ NEW BOOKING: {name} is sitting on {date}.\nPlan: {url}",
|
||||
"cancellation": "🚨 CANCELLATION: {name} removed their booking for {date}.\nPlan: {url}",
|
||||
"cancellation": "🚨 CANCELLATION: {name} removed their booking for {date}.{message}\nPlan: {url}",
|
||||
"instructionsUpdated": "📝 UPDATED: Cat instructions have been modified.\nPlan: {url}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user