{
  "labels": {
    "full_name_label": "Full Name",
    "phone_label": "Phone Number",
    "email_label": "Email",
    "portfolio_label": "Portfolio Link",
    "current_salary_label": "Current Salary",
    "expected_salary_label": "Expected Salary",
    "country_label": "Country",
    "service_label": "Requested Service",
    "project_description_label": "Project Description",
    "cv_label": "Upload CV",
    "work_field_label": "Work Field",
    "company_name_label": "Company Name",
    "company_size_label": "Company Size"
  },

  "buttons": {
    "send_button": "Send",
    "send_button2": "Get Started Now",
    "subscribe_button": "Subscribe",
    "loading_send_button": "Sending...",
    "upload_cv": "Upload Your Cv",
    "start_button": "Start Now",
    "start": "Start",
    "next": "Next",
    "prev": "Previous"
  },

  "success_message": "Your request has been sent successfully",
  "error_message": "Something went wrong. Please try again",

  "placeholders": {
    "email": "Email address",
    "name": "Full name",
    "country": "Search country...",
    "service": "Select service",
    "project_description": "Project description",
    "noResult": "No matching countries found.",
    "work_field": "Work Field",
    "company_name": "Company Name",
    "company_size": "Select Company Size",
    "write_here": "Type your message here."
  },
  "schemaErrors": {
    "required_field_error": "This field is required",
    "email_required_error": "Email is required",
    "email_invalid_error": "Invalid email format",
    "phone_reqired_error": "Phone number is required",
    "expected_salary_invalid_error": "Please enter a valid number",
    "portfolio_invalid_error": "Invalid URL",
    "phone_invalid_error": "Invalid phone number",
    "min": "This field must be at least 3 characters long",
    "min_country": "Select a country",
    "min_service": "Select a service",
    "file_type_error": "Only PDF or Word documents are allowed."
  },

  "stepper": {
    "step1": { "subtitle": "Step 1", "title": "Basic Information" },
    "step2": {
      "subtitle": "Step 2",
      "title": "Company Information"
    },
    "step3": {
      "subtitle": "Step 3",
      "title": "What is your project idea?",
      "desc": "Project idea"
    },
    "step4": {
      "subtitle": "Step 4",
      "title": "What features/systems are required?",
      "desc": "Features/Systems Required"
    },
    "step5": {
      "subtitle": "Step 5",
      "title": "Choose the budget range allocated for your project",
      "desc": "Budget range"
    },
    "step6": {
      "subtitle": "Step 6",
      "title": "When do you plan to start your project?",
      "desc": "Project start time"
    },
    "step7": {
      "subtitle": "Step 7",
      "title": "Book your interview date and time",
      "desc": "Date and time of the interview"
    }
  },  
  "step1": {
    "individual": "Individual",
    "corporation": "Corporation"
  },
  "step2":{
    "employees":"Employees"
  },
  "step6": {
    "startImmediately": "Immediately",
    "startIn1To3Months": "Within 1 to 3 months",
    "startIn3To6Months": "Within 3 to 6 months",
    "startAfter6Months": "More than 6 months from now"
  },
  "step7": {
    "scheduledAt": "Your interview has been scheduled for",
    "selectDate": "Select a date first",
    "noTime": "No times available"
  }
}
