{
  "welcome": "Welcome to my site",
  "pickPath": "Pick your path",
  "booking": {
    "description": "This is the exam details page, it will provide all the necessary information about the selected exam and its scheduling options. You can find the available dates and locations for the exam below.",
    "notSelected": "Not selected",
    "examNotFound": "Exam not found",
    "continueBtn": "Continue",
    "backBtn": "Back",
    "resetBtn": "Reset",
    "completeBookingBtn": "Complete Booking",
    "lastStepMessage": "All steps completed - ready for booking 🎉",
    "selectDate": {
      "label": "Select the date for your exam",
      "description": "Choose a date that works best for you. Make sure to check the availability of exam slots before finalizing your choice."
    },
    "selectLocation": {
      "label": "Select exam center or location",
      "description": "Choose the location where you would like to take your exam. If the online option is available, you can select it as well and specify the timezone for the exam date."
    },
    "selectTimeSlot": {
      "label": "Select Time Slot",
      "description": "Choose a time slot that works best for you. Make sure to check the availability of exam slots before finalizing your choice. The following time slots are available for your selected timezone:"
    },
    "selectLanguage": {
      "label": "Select Language",
      "description": "Select the language you prefer for the exam."
    },
    "fillDetails": {
      "label": "Review your details",
      "description": "Review your information before submitting."
    },
    "stepCalendar": {
      "label": "Date selected:"
    },
    "stepLanguage": {
      "label": "Exam language"
    },
    "stepLocation": {
      "noSessions": "No sessions available.",
      "label": "Select your timezone"
    },
    "stepTimeSlot": {
      "noSessions": "No sessions available for this location."
    },
    "examPreview": {
      "label": "Review your selection:",
      "title": "Exam:",
      "price": "Price:",
      "date": "Date:",
      "location": "Location: ",
      "timezone": "Timezone: ",
      "timeSlot": "Time slot: ",
      "language": "Language: ",
      "notSelected": "Not selected"
    },
    "currentTimeIn": "Current time in",
    "successMessage": "Your booking has been submitted successfully.",
    "errorMessage": "An error occurred while submitting your booking. Please try again later."
  },
  "bookingDetails": {
    "yourBooking": "Your Booking",
    "reference": "Reference",
    "candidateDetails": "Candidate details",
    "candidateName": "Candidate Name",
    "candidateEmail": "Candidate Email",
    "examDetails": "Exam details",
    "examName": "Exam Name",
    "examLocale": "Exam Locale",
    "examLanguage": "Exam Language",
    "examDate": "Exam Date",
    "timeSlot": "Time Slot",
    "paymentInformation": "Payment information",
    "paymentStatus": "Payment Status",
    "amountPaid": "Amount paid",
    "paymentMethod": "Payment Method",
    "paymentReference": "Payment Reference",
    "changeRequestDetails": "Change Request Details",
    "requestedChange": "Requested Change",
    "requestedChangeType": "Requested Change Type",
    "requestedOn": "Requested On",
    "requestChangeButton": "Request a change",
    "confirmationEmail": "You will receive a confirmation email shortly.",
    "email": "Email sent to"
  },
  "changeRequest": {
    "changeRequestTitle": "Request a Change to Your Booking",
    "changeRequestDescription": "If you need to make changes to your booking, please fill out the form below. Our support team will review your request and get back to you as soon as possible.",
    "changeTypeLabel": "Type of Change",
    "changeTypePlaceholder": "Select the type of change you want to request",
    "changeTypes": {
      "time": "Change Exam Slot Time",
      "location": "Change Exam Location",
      "language": "Change Exam Language",
      "other": "Other"
    },
    "detailsLabel": "Details of the Change",
    "detailsPlaceholder": "Provide more information about the change you are requesting",
    "submitButton": "Submit Change Request",
    "successMessage": "Your change request has been submitted successfully. Our support team will contact you shortly.",
    "errorMessage": "There was an error submitting your change request. Please try again later.",
    "reasonLabel": "Reason (optional)",
    "reasonPlaceholder": "Please provide the reason for your change request."
  },
  "checkout": {
    "checkoutTitle": "Complete Your Payment",
    "checkoutDescription": "Please enter your payment details below to complete your booking. We accept all major credit and debit cards.",
    "payButton": "Pay Now",
    "totalAmount": "Total Amount",
    "shippingAndTaxes": "Shipping and taxes calculated at checkout.",
    "selectCurrency": "Select currency",
    "processingPayment": "Processing your payment...",
    "paymentSuccessful": "Your payment was successful! Thank you for your booking.",
    "paymentFailed": "There was an error processing your payment. Please check your details and try again.",
    "waitingForPayment": "Waiting for payment confirmation...",
    "unknownStatus": "Unknown booking status.",
    "proceedToPayment": "Proceed to Payment"
  },
  "languages": {
    "english": "English",
    "spanish": "Spanish",
    "french": "French",
    "german": "German"
  }
}