Something went wrong on our end
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
translation.json 4.19 KiB
{
"home": {
"buttonBookBoat": "Book a Boat",
"buttonStaffLogin": "Staff Login"
},
"bookingForm": {
"title": "Book a Boat!",
"subtitle": "Please enter the information for your booking",
"labelSport": "Sport",
"labelBoatName": "Boat name",
"labelStartTime": "Start time",
"labelEstimatedEndTime":"Estimated end time",
"labelDestination": "Destination",
"labelEmail": "Email",
"labelName": "Name (resposible person)",
"labelAdditionalName": "Additional Name",
"labelAdditionalNames": "Additional Names",
"labelAnnotations": "Annotations",
"buttonBookBoat": "Book this boat!",
"messages": {
"required": "{{val}} is required",
"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!"
},
"staffLogin": {
"title": "Staff Login",
"subtitle": "Please login with your staff credentials",
"labelEmail": "Email",
"labelPassword": "Password",
"buttonSignIn": "Login",
"messages": {
"required": "{{val}} is required",
"invalidEmail" : "Please enter a valid Email"
}
},
"staffModal": {
"Cancel": "Cancel",
"Done": "Done"
},
"staffNav": {
"buttonBoatOverview": "Boat Overview",
"buttonManageBoats": "Manage Boats",
"buttonStatistics": "Statistics",
"buttonLogout": "Logout",
"buttonBoatTypes": "Boat Types",
"buttonSports": "Sports"
},
"boatOverview": {
"labelOverdue": "Rented Boats - Overdue",
"labelCurrentlyRented": "Currently Rented Boats",
"buttonShowAll": "Show all",
"BoatInfo": "Boat Info",
"EndRide": "End Ride"
},
"boatManager": {
"blockedBoats": "Blocked Boats",
"availableBoats": "Available Boats",
"addBoat": "Add Boat",
"Add": "Add",
"InfoBoat": "Boat Info",
"Info": "Edit",
"BlockBoat": "Block Boat",
"Block": "Block",
"UnblockBoat": "Unblock Boat",
"Unblock": "Unblock"
},
"managedBoatTile": {
"buttonInfo": "Info",
"buttonUnblock": "Unblock",
"buttonBlock": "Block"
},
"boatTypeOverview": {
"Id": "ID",
"Name": "Type Name",
"Seats": "Seats",
"Sport": "Sport",
"addBoatType": "Add Boat Type",
"EditBoatType": "Edit Boat Type",
"DeleteBoatType": "Delete Boat Type?",
"Add": "Add",
"Delete": "Delete",
"Edit": "Edit",
"messages":{
"required":"{{val}} is required",
"DeleteText": "Are you sure, you want to delete '{{val}}'?"
}
},
"sports": {
"Id": "ID",
"Name": "Sport Type",
"AddSport": "Add Sport",
"EditSport": "Edit Sport",
"DeleteSport": "Delete Sport?",
"Add": "Add",
"Delete": "Delete",
"Edit": "Edit",
"messages":{
"required":"{{val}} is required",
"DeleteText": "Are you sure, you want to delete '{{val}}'?"
}
},
"routes": {
"/": "Water Sports",
"/book": "Book a Boat",
"/book/success": "Booked Successfully",
"/signout": "Sign Out",
"/login": "Login",
"/staff/overview": "Boat Overview",
"/staff/boattypes" : "Boat Types",
"/staff/manage": "Manage Boats",
"/staff/statistics": "Statistics",
"/staff/sports": "Sports"
}
}