|
|
@@ -0,0 +1,101 @@
|
|
|
+{
|
|
|
+ "navbar": {
|
|
|
+ "admin": "ADMIN PANEL",
|
|
|
+ "manager": "MANAGER PANEL",
|
|
|
+ "boats": "BOATS",
|
|
|
+ "reservations": "RESERVATIONS",
|
|
|
+ "profile": "PROFILE",
|
|
|
+ "logout": "LOGOUT",
|
|
|
+ "login": "LOGIN"
|
|
|
+ },
|
|
|
+ "footer": {
|
|
|
+ "log_info": "Logged as: ",
|
|
|
+ "langs": "Languages: "
|
|
|
+ },
|
|
|
+ "homePage1": "Welcome to Oslo Boating Service website, your premier choice for boat rentals in Oslo, Norway. With our extensive fleet of well-maintained boats, we offer the perfect opportunity to explore the stunning Norwegian fjords and picturesque landscapes at your own pace.",
|
|
|
+ "homePage2": "At Oslo Boat Rentals, we pride ourselves on delivering exceptional service and unforgettable experiences. Whether you're planning a relaxing day on the water, a fishing excursion, or a scenic cruise with your loved ones, our diverse selection of boats ensures there's something for everyone.",
|
|
|
+ "homePage3": "Our knowledgeable and friendly staff are ready to assist you in selecting the ideal boat for your adventure, providing safety instructions, and offering insider tips on the best routes and hidden gems to explore along the Oslo coast.",
|
|
|
+ "homePage4": "Experience the freedom and tranquility of sailing on Oslo's pristine waters, surrounded by breathtaking scenery and wildlife. Create cherished memories as you navigate the fjords, soak up the sun, and enjoy the serenity of the Norwegian outdoors.",
|
|
|
+ "homePage5": "Choose Oslo Boat Rentals for an unforgettable boating experience in Oslo. We're committed to ensuring your satisfaction and making your time on the water truly remarkable. Book your boat rental today and embark on a remarkable journey through Norway's captivating beauty.",
|
|
|
+ "admin": {
|
|
|
+ "title": "Users",
|
|
|
+ "username": "Username",
|
|
|
+ "roles": "Roles",
|
|
|
+ "actions": "Actions",
|
|
|
+ "switch_a": "Switch A",
|
|
|
+ "switch_m": "Switch M",
|
|
|
+ "delete": "Delete"
|
|
|
+ },
|
|
|
+ "manager": {
|
|
|
+ "title": "Reservations",
|
|
|
+ "client": "Client",
|
|
|
+ "boat": "Boat",
|
|
|
+ "date": "Date",
|
|
|
+ "from": "From",
|
|
|
+ "to": "To",
|
|
|
+ "cost": "Cost",
|
|
|
+ "status": "Status",
|
|
|
+ "actions": "Actions",
|
|
|
+ "confirm": "Confirm",
|
|
|
+ "cancel": "Cancel"
|
|
|
+ },
|
|
|
+ "status": {
|
|
|
+ "Pending": "Pending",
|
|
|
+ "Confirmed": "Confirmed",
|
|
|
+ "Active": "Active",
|
|
|
+ "Completed": "Completed",
|
|
|
+ "Cancelled": "Cancelled"
|
|
|
+ },
|
|
|
+ "boats": {
|
|
|
+ "title": "Our boats",
|
|
|
+ "capacity": "Max people capacity: ",
|
|
|
+ "cost": "Cost per hour:",
|
|
|
+ "add": "Add new boat"
|
|
|
+ },
|
|
|
+ "reservations": {
|
|
|
+ "title": "Create a reservation",
|
|
|
+ "boat": "Boat: ",
|
|
|
+ "info": "(name | capacity | cost/hour)",
|
|
|
+ "date": "Date:",
|
|
|
+ "available": "Available",
|
|
|
+ "reserved": "Reserved",
|
|
|
+ "selected": "Selected",
|
|
|
+ "conflict": "Conflict",
|
|
|
+ "time": "Time",
|
|
|
+ "start_at": "Starts at",
|
|
|
+ "ends_at": "Ends at",
|
|
|
+ "submit": "Submit",
|
|
|
+ "errors": {
|
|
|
+ "past_date": "You can't select date from the past.",
|
|
|
+ "conflict": "Selected hours are conflicting with existing reservations.",
|
|
|
+ "time_order": "The start hour should be before the end hour.",
|
|
|
+ "too_late": "It is too late to start this reservation.",
|
|
|
+ "general": "Fix the errors above to make reservation."
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "profile": {
|
|
|
+ "billing": "Send Billing on Email",
|
|
|
+ "delete": "Delete user"
|
|
|
+ },
|
|
|
+ "login": {
|
|
|
+ "title": "LOGIN:",
|
|
|
+ "username": "Username:",
|
|
|
+ "password": "Password:",
|
|
|
+ "question": "Don't have an account?"
|
|
|
+ },
|
|
|
+ "register": {
|
|
|
+ "title": "REGISTER NEW USER:",
|
|
|
+ "username": "Username:",
|
|
|
+ "username_required": "Username is required!",
|
|
|
+ "username_length": "Nazwa użytkownika musi zawierać od 5 do 20 znaków!",
|
|
|
+ "password": "Hasło:",
|
|
|
+ "password_required": "Hasło jest wymagane!",
|
|
|
+ "password_length": "Hasło musi zawierać od 5 do 20 znaków!",
|
|
|
+ "email_required": "Email jest wymagany!",
|
|
|
+ "email_format": "Niewłaściwy format email'u!",
|
|
|
+ "errors": "Napraw powyższe błędy aby kontynuować"
|
|
|
+ },
|
|
|
+ "not_found": {
|
|
|
+ "title": "404 Given page was not found :("
|
|
|
+ }
|
|
|
+}
|