diff --git a/client/public/locales/de/translation.json b/client/public/locales/de/translation.json
index 713da31b2b108023ede571359822bb817ca125d1..eeac6dfa7635cac3521dfb0950b74f353b478079 100644
--- a/client/public/locales/de/translation.json
+++ b/client/public/locales/de/translation.json
@@ -46,5 +46,19 @@
             "required": "{{val}} wird benötigt",
             "invalidEmail" : "Bitte trage eine gültige Email ein"
         }
+    },
+    "staffNav": {
+        "buttonBoatOverview": "Bootsübersicht",
+        "buttonManageBoats": "Boote verwalten",
+        "buttonStatistics": "Statistiken",
+        "buttonLogout": "Abmelden"
+    },
+    "boatOverview": {
+        "labelOverdue": "Ausgeliehene Boote - Überfällig",
+        "labelCurrentlyRented": "Momentan augeliehende Boote",
+        "buttonShowAll": "Alle anzeigen"
+    },
+    "routes": {
+        "/staff/overview": "Bootsübersicht"
     }
 }
\ No newline at end of file
diff --git a/client/public/locales/en/translation.json b/client/public/locales/en/translation.json
index b4af9b23ccda1ef869c74d156c72a81e09e7898c..9c21359c29961caff00052f0c7e2499b510d7d88 100644
--- a/client/public/locales/en/translation.json
+++ b/client/public/locales/en/translation.json
@@ -12,7 +12,7 @@
         "labelEstimatedEndTime":"Estimated end time",
         "labelDestination": "Destination",
         "labelEmail": "Email",
-        "labelName": "Name (resposible person)",
+        "labelName": "Name (responsible person)",
         "labelAnnotations": "Annotations",
         "buttonBookBoat": "Book this boat!",
         "messages": {
@@ -46,5 +46,19 @@
             "required": "{{val}} wird benötigt",
             "invalidEmail" : "Bitte trage eine gültige Email ein"
         }
+    },
+    "staffNav": {
+        "buttonBoatOverview": "Boat Overview",
+        "buttonManageBoats": "Manage Boats",
+        "buttonStatistics": "Statistics",
+        "buttonLogout": "Logout"
+    },
+    "boatOverview": {
+        "labelOverdue": "Rented Boats - Overdue",
+        "labelCurrentlyRented": "Currently Rented Boats",
+        "buttonShowAll": "Show all"
+    },
+    "routes": {
+        "/staff/overview": "Boat Overview"
     }
 }
\ No newline at end of file