From 98d4d7f5941e8f20053676e50ef38951c8844dfa Mon Sep 17 00:00:00 2001 From: Alexander Rudolph <alexr30@web.de> Date: Wed, 15 Dec 2021 17:58:24 +0100 Subject: [PATCH] update translation files for new pages --- client/public/locales/de/translation.json | 14 ++++++++++++++ client/public/locales/en/translation.json | 16 +++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/client/public/locales/de/translation.json b/client/public/locales/de/translation.json index 713da31..eeac6df 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 b4af9b2..9c21359 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 -- GitLab