﻿{
  "buttons": {
    "send": "Send",
    "confirm": "Confirm",
    "next": "Next",
    "back": "Back"
  },
  "stepper": {
    "title": "Booking",
    "appointment": "Appointment",
    "date": "Date",
    "hour": "Hour",
    "info": "Contacts"
  },
  "appointmenttypes": {
    "title": "Select the appointment type",
    "selectstore": "Choose one store",
    "selectappointment": "Appointment type",
    "eyecontrol": "Vision control",
    "lactest": "Contact lens test",
    "order": "Order pick up"
  },
  "noapikey": {
    "title": "Api key not present or not valid!",
    "subtitle": "You need a valid api key to use the calendar."
  },
  "error": {
    "title": "Ops, something went wrong!",
    "subtitle": "Reload the page or contact an administrator if you keep seeing this message",
    "required": "Required field",
    "mail": "This is not a valid address",
    "selectappointment": "Select the type of appointment",
    "selectstore": "Select the store"
  },
  "calendar": {
    "title": "Select date"
  },
  "hour": {
    "title": "Select time"
  },
  "contact": {
    "title": "Contact request",
    "labels": {
      "name": "Name",
      "email": "Email address",
      "phone": "Telephone",
      "addinfo": "Additional information"
    }
  },
  "confirmation": {
    "title": "Request sent",
    "subtitle": "Perfect, we have received your request",
    "confirm": "Wait for one of our operators to confirm your request.\nWe will reply as soon as possible."
  }
}


