From 1548922c3c64ef378f53b29c83ae8b488c13afe7 Mon Sep 17 00:00:00 2001 From: Leander Tolksdorf <leander.tolksdorf@fu-berlin.de> Date: Wed, 8 Dec 2021 18:22:23 +0100 Subject: [PATCH] Add booking pages to translation files --- client/public/locales/de/translation.json | 17 ++++++++++++++++- client/public/locales/en/translation.json | 17 ++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/client/public/locales/de/translation.json b/client/public/locales/de/translation.json index 741db90..3c73af3 100644 --- a/client/public/locales/de/translation.json +++ b/client/public/locales/de/translation.json @@ -3,7 +3,7 @@ "buttonBookBoat": "Ein Boot buchen", "buttonStaffLogin": "Mitarbeiter-Login" }, - "book": { + "bookingForm": { "title": "Ein Boot buchen!", "subtitle": "Bitte trage deine Buchungsinformationen ein", "labelBoatName": "Bootname", @@ -19,5 +19,20 @@ "invalidTime" : "Bitte trage eine gültige Uhrzeit für '{{val}}' ein (hh:mm)", "invalidEmail" : "Bitte trage eine gültige Email ein" } + }, + "bookingSuccessful": { + "title": "Buchung erfolgreich!", + "boxImportantTitle": "WICHTIG", + "boxImportantText": "Bitte melde dich nach deiner Tour wieder ab. Um dies zu tun, klicke einfach auf den Link in deiner E-Mail." + }, + "bookingSignOut": { + "title": "Bootrückgabe!", + "subtitle": "Wenn du Anmerkungen zu der Ausleihe hast (optional) kannst du diese hier hinterlassen", + "buttonSignOut": "Ausleihe beenden", + "labelButtonInfo": "Klicke auf den Button um die Ausleihe zu beenden" + }, + "bookingSignOutSuccess": { + "title": "Bootausleihe beendet!", + "labelSignOutInfo": "Deine Bootausleihe wurde beendet!\nWir hoffen du hattest eine gute Fahrt!" } } \ No newline at end of file diff --git a/client/public/locales/en/translation.json b/client/public/locales/en/translation.json index 29116e3..117c1dd 100644 --- a/client/public/locales/en/translation.json +++ b/client/public/locales/en/translation.json @@ -3,7 +3,7 @@ "buttonBookBoat": "Book a Boat", "buttonStaffLogin": "Staff Login" }, - "book": { + "bookingForm": { "title": "Book a Boat!", "subtitle": "Please enter the information for your booking", "labelBoatName": "Boat name", @@ -19,5 +19,20 @@ "invalidTime" : "Please enter a valid time for '{{val}}' (hh:mm)", "invalidEmail" : "Please enter a valid mail address" } + }, + "bookingSuccessful": { + "title": "Booking Successful!", + "boxImportantTitle": "IMPORTANT", + "boxImportantText": "Please sign out again after the ride. To do so, click the link in your email." + }, + "bookingSignOut": { + "title": "Please Sign Out!", + "subtitle": "If you have any comments (optional) you can post them here", + "buttonSignOut": "Sign Out Boat", + "labelButtonInfo": "Please click on the button to sign out" + }, + "bookingSignOutSuccess": { + "title": "Sign Out Successful!", + "labelSignOutInfo": "You have signed out!\nWe hope you had a good trip!" } } \ No newline at end of file -- GitLab