diff --git a/client/public/locales/de/translation.json b/client/public/locales/de/translation.json
index 741db90ba9498f076de6ede89cc971c52cd6aca4..3c73af3f14ce639461721d62f26a4564c3c3fbaf 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 29116e3a832d3b38667fc24b247c889e77dc1fdc..117c1dd1a2f8d023bb66a7a4f9e9d45d03b91c6b 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