{
  "page_title": "Job Application for {{ title }} at {{ companyName }}",
  "select": {
    "placeholder": "Select...",
    "clear_selection": "Clear selections",
    "remove_selection": "Remove selection",
    "toggle_flyout": "Toggle flyout",
    "loading": "Loading..."
  },
  "ai_disclaimer": {
    "learn_more": "Learn more",
    "done": "Done"
  },
  "application": {
    "apply_to_job": "Apply for this job",
    "is_required": "{{ fieldName }} is required.",
    "field_is_required": "This field is required.",
    "invalid_email": "Please enter a valid email address (example@domain.com).",
    "email_suggestion_prompt": "Did you mean:",
    "missing_country": "Select a country",
    "invalid_phone": {
      "invalid": "Phone number is invalid",
      "too_short": "Phone number is too short",
      "too_long": "Phone number is too long"
    },
    "country": "Country",
    "accept_terms": "Please accept the terms to proceed.",
    "demographic_questions_answered": {
      "message": "You answered some demographic questions. Please accept the terms to proceed, or clear your responses.",
      "link_text": "Return to the demographic questions."
    },
    "required": "indicates a required field",
    "submit": "Submit application",
    "enter_location": "Please enter your location",
    "errors": {
      "generic_failure": "There was an error processing your application. Please try again.",
      "captcha_message": "Please complete the reCAPTCHA and resubmit your application.",
      "invalid_attribute": "Please enter a valid {{ attribute }}.",
      "location_service_unavailable": "Our location service is temporarily unavailable. You can submit your application without a location.",
      "invalid_filetype": "Invalid file format selected.",
      "generic_invalid_filetype": "Attachment has an invalid file format. Please check acceptable file types and try again."
    },
    "quick_apply": {
      "autofill": "Autofill with MyGreenhouse",
      "loading": "Loading...",
      "success": "Autofilled from",
      "not_started": "To autofill applications, complete your",
      "in_progress": "Want to autofill more of your application? Complete your",
      "my_greenhouse_profile": "MyGreenhouse profile",
      "quick_apply_profile": "quick apply profile",
      "error": "We had an issue autofilling your application",
      "edit_profile": "Edit profile",
      "apply_with_seek": "Apply with Seek",
      "seek_unavailable": "Apply with SEEK unavailable"
    }
  },
  "post": {
    "apply": "Apply",
    "back": "Back to jobs",
    "contacts": "Contacts",
    "hiring_manager_one": "Hiring manager",
    "hiring_manager_other": "Hiring managers",
    "recruiter_one": "Recruiter",
    "recruiter_other": "Recruiters"
  },
  "demographics": {
    "self_describe_label": "Please specify"
  },
  "location": {
    "label": "Location (City)",
    "locate_me": "Locate me"
  },
  "eeoc": {
    "links": {
      "race_ethnicity_definitions": {
        "href": "/docs/2023/RaceEthnicityDefinitions.pdf",
        "text": "Race & Ethnicity Definitions"
      }
    },
    "questions": {
      "hispanic_ethnicity": {
        "label": "Are you Hispanic/Latino?",
        "answers": {
          "0": "No",
          "1": "Yes",
          "2": "Decline To Self Identify"
        }
      },
      "race": {
        "label": "Please identify your race"
      }
    }
  },
  "compliance": {
    "processing_consent": "By checking this box, I agree to allow {{ company_name }} to store and process my data for the purpose of considering my eligibility regarding my current application for employment.",
    "retention_consent": "By checking this box, I agree to allow {{ company_name }} to retain my data for future opportunities for employment for up to {{ retention_period }} days after the conclusion of consideration of my current application for employment.",
    "gdpr_consent": "{{ company_name }} has my consent to collect, store, and process my data for the purpose of considering me for employment, and for up to {{ retention_period }} days thereafter.",
    "demographic_data_consent": "By checking this box, I consent to {{ company_name }} collecting, storing, and processing my responses to the demographic data surveys above."
  },
  "file_upload": {
    "attach": "Attach",
    "dropbox": "Dropbox",
    "google": "Google Drive",
    "manually": "Enter manually",
    "filetypes": "Accepted file types: {{ file_types }}",
    "invalid_file_size": "{{ file_size }} MB maximum file size.",
    "aria": {
      "attach": "Attach {{ label }}.",
      "label": "Attach {{ label }} using {{ uploader }}.",
      "manual": "Enter {{ label }} manually."
    },
    "try_again": "Unable to load {{ uploader }}. It has either timed out or you can try again later.",
    "unsupported_browser": "The browser does not support {{ uploader }} upload."
  },
  "employment": {
    "employment": "Employment",
    "company_name": "Company name",
    "title": "Title",
    "start_date_month": "Start date month",
    "start_date_year": "Start date year",
    "end_date_month": "End date month",
    "end_date_year": "End date year",
    "current_role": "Current role",
    "add_another": "Add another",
    "company_name_is_required": "Company name is required.",
    "title_is_required": "Title is required.",
    "start_date_month_is_required": "Start date month is required.",
    "start_date_year_is_required": "Start date year is required.",
    "end_date_month_is_required": "End date month is required.",
    "end_date_year_is_required": "End date year is required.",
    "end_date_must_be_after_start_date": "End date must be after start date.",
    "end_date_must_be_past": "End date must be in the past.",
    "invalid_year": "Year must be a number between 1900 and 2100"
  },
  "months": {
    "january": "January",
    "february": "February",
    "march": "March",
    "april": "April",
    "may": "May",
    "june": "June",
    "july": "July",
    "august": "August",
    "september": "September",
    "october": "October",
    "november": "November",
    "december": "December"
  },
  "education": {
    "title": "Education",
    "labels": {
      "school": "School",
      "degree": "Degree",
      "discipline": "Discipline",
      "start_month": "Start date month",
      "start_year": "Start date year",
      "end_month": "End date month",
      "end_year": "End date year"
    },
    "add_another": "Add another",
    "validation": {
      "required": {
        "school": "School is required.",
        "degree": "Degree is required.",
        "discipline": "Discipline is required.",
        "start_month": "Start month is required.",
        "start_year": "Start year is required.",
        "end_month": "End month is required.",
        "end_year": "End year is required."
      },
      "invalid_year": "Year must be a number between 1900 and 2100",
      "end_date_after_start_date": "End date must be after start date."
    }
  },
  "email_verification": {
    "label": "Security code",
    "description": "A verification code was sent to {{ email }}. To submit your application, enter the 8-character code to confirm you're a human."
  },
  "job_alert": {
    "title": "Create a Job Alert",
    "board_description": "Level-up your career by having opportunities at {{ companyName }} sent directly to your inbox.",
    "post_description": "Interested in building your career at {{ companyName }}? Get future opportunities sent straight to your email.",
    "create": "Create alert"
  },
  "application_tracking_widget": {
    "header": "Track your status",
    "body": "Sign in to MyGreenhouse to keep tabs on your application, get status updates and more. ",
    "create_account": "Sign in to MyGreenhouse"
  },
  "countries": {
    "ad": "Andorra",
    "ae": "United Arab Emirates",
    "af": "Afghanistan",
    "ag": "Antigua & Barbuda",
    "ai": "Anguilla",
    "al": "Albania",
    "am": "Armenia",
    "ao": "Angola",
    "aq": "Antarctica",
    "ar": "Argentina",
    "as": "American Samoa",
    "at": "Austria",
    "au": "Australia",
    "aw": "Aruba",
    "ax": "Åland Islands",
    "az": "Azerbaijan",
    "ba": "Bosnia & Herzegovina",
    "bb": "Barbados",
    "bd": "Bangladesh",
    "be": "Belgium",
    "bf": "Burkina Faso",
    "bg": "Bulgaria",
    "bh": "Bahrain",
    "bi": "Burundi",
    "bj": "Benin",
    "bl": "St. Barthélemy",
    "bm": "Bermuda",
    "bn": "Brunei",
    "bo": "Bolivia",
    "bq": "Caribbean Netherlands",
    "br": "Brazil",
    "bs": "Bahamas",
    "bt": "Bhutan",
    "bv": "Bouvet Island",
    "bw": "Botswana",
    "by": "Belarus",
    "bz": "Belize",
    "ca": "Canada",
    "cc": "Cocos (Keeling) Islands",
    "cd": "Congo - Kinshasa",
    "cf": "Central African Republic",
    "cg": "Congo - Brazzaville",
    "ch": "Switzerland",
    "ci": "Côte d’Ivoire",
    "ck": "Cook Islands",
    "cl": "Chile",
    "cm": "Cameroon",
    "cn": "China",
    "co": "Colombia",
    "cr": "Costa Rica",
    "cu": "Cuba",
    "cv": "Cape Verde",
    "cw": "Curaçao",
    "cx": "Christmas Island",
    "cy": "Cyprus",
    "cz": "Czechia",
    "de": "Germany",
    "dj": "Djibouti",
    "dk": "Denmark",
    "dm": "Dominica",
    "do": "Dominican Republic",
    "dz": "Algeria",
    "ec": "Ecuador",
    "ee": "Estonia",
    "eg": "Egypt",
    "eh": "Western Sahara",
    "er": "Eritrea",
    "es": "Spain",
    "et": "Ethiopia",
    "fi": "Finland",
    "fj": "Fiji",
    "fk": "Falkland Islands",
    "fm": "Micronesia",
    "fo": "Faroe Islands",
    "fr": "France",
    "ga": "Gabon",
    "gb": "United Kingdom",
    "gd": "Grenada",
    "ge": "Georgia",
    "gf": "French Guiana",
    "gg": "Guernsey",
    "gh": "Ghana",
    "gi": "Gibraltar",
    "gl": "Greenland",
    "gm": "Gambia",
    "gn": "Guinea",
    "gp": "Guadeloupe",
    "gq": "Equatorial Guinea",
    "gr": "Greece",
    "gs": "South Georgia & South Sandwich Islands",
    "gt": "Guatemala",
    "gu": "Guam",
    "gw": "Guinea-Bissau",
    "gy": "Guyana",
    "hk": "Hong Kong SAR China",
    "hm": "Heard & McDonald Islands",
    "hn": "Honduras",
    "hr": "Croatia",
    "ht": "Haiti",
    "hu": "Hungary",
    "id": "Indonesia",
    "ie": "Ireland",
    "il": "Israel",
    "im": "Isle of Man",
    "in": "India",
    "io": "British Indian Ocean Territory",
    "iq": "Iraq",
    "ir": "Iran",
    "is": "Iceland",
    "it": "Italy",
    "je": "Jersey",
    "jm": "Jamaica",
    "jo": "Jordan",
    "jp": "Japan",
    "ke": "Kenya",
    "kg": "Kyrgyzstan",
    "kh": "Cambodia",
    "ki": "Kiribati",
    "km": "Comoros",
    "kn": "St. Kitts & Nevis",
    "kp": "North Korea",
    "kr": "South Korea",
    "kw": "Kuwait",
    "ky": "Cayman Islands",
    "kz": "Kazakhstan",
    "la": "Laos",
    "lb": "Lebanon",
    "lc": "St. Lucia",
    "li": "Liechtenstein",
    "lk": "Sri Lanka",
    "lr": "Liberia",
    "ls": "Lesotho",
    "lt": "Lithuania",
    "lu": "Luxembourg",
    "lv": "Latvia",
    "ly": "Libya",
    "ma": "Morocco",
    "mc": "Monaco",
    "md": "Moldova",
    "me": "Montenegro",
    "mf": "St. Martin",
    "mg": "Madagascar",
    "mh": "Marshall Islands",
    "mk": "North Macedonia",
    "ml": "Mali",
    "mm": "Myanmar (Burma)",
    "mn": "Mongolia",
    "mo": "Macao SAR China",
    "mp": "Northern Mariana Islands",
    "mq": "Martinique",
    "mr": "Mauritania",
    "ms": "Montserrat",
    "mt": "Malta",
    "mu": "Mauritius",
    "mv": "Maldives",
    "mw": "Malawi",
    "mx": "Mexico",
    "my": "Malaysia",
    "mz": "Mozambique",
    "na": "Namibia",
    "nc": "New Caledonia",
    "ne": "Niger",
    "nf": "Norfolk Island",
    "ng": "Nigeria",
    "ni": "Nicaragua",
    "nl": "Netherlands",
    "no": "Norway",
    "np": "Nepal",
    "nr": "Nauru",
    "nu": "Niue",
    "nz": "New Zealand",
    "om": "Oman",
    "pa": "Panama",
    "pe": "Peru",
    "pf": "French Polynesia",
    "pg": "Papua New Guinea",
    "ph": "Philippines",
    "pk": "Pakistan",
    "pl": "Poland",
    "pm": "St. Pierre & Miquelon",
    "pn": "Pitcairn Islands",
    "pr": "Puerto Rico",
    "ps": "Palestinian Territories",
    "pt": "Portugal",
    "pw": "Palau",
    "py": "Paraguay",
    "qa": "Qatar",
    "re": "Réunion",
    "ro": "Romania",
    "rs": "Serbia",
    "ru": "Russia",
    "rw": "Rwanda",
    "sa": "Saudi Arabia",
    "sb": "Solomon Islands",
    "sc": "Seychelles",
    "sd": "Sudan",
    "se": "Sweden",
    "sg": "Singapore",
    "sh": "St. Helena",
    "si": "Slovenia",
    "sj": "Svalbard & Jan Mayen",
    "sk": "Slovakia",
    "sl": "Sierra Leone",
    "sm": "San Marino",
    "sn": "Senegal",
    "so": "Somalia",
    "sr": "Suriname",
    "ss": "South Sudan",
    "st": "São Tomé & Príncipe",
    "sv": "El Salvador",
    "sx": "Sint Maarten",
    "sy": "Syria",
    "sz": "Eswatini",
    "tc": "Turks & Caicos Islands",
    "td": "Chad",
    "tf": "French Southern Territories",
    "tg": "Togo",
    "th": "Thailand",
    "tj": "Tajikistan",
    "tk": "Tokelau",
    "tl": "Timor-Leste",
    "tm": "Turkmenistan",
    "tn": "Tunisia",
    "to": "Tonga",
    "tr": "Turkey",
    "tt": "Trinidad & Tobago",
    "tv": "Tuvalu",
    "tw": "Taiwan",
    "tz": "Tanzania",
    "ua": "Ukraine",
    "ug": "Uganda",
    "um": "U.S. Outlying Islands",
    "us": "United States",
    "uy": "Uruguay",
    "uz": "Uzbekistan",
    "va": "Vatican City",
    "vc": "St. Vincent & Grenadines",
    "ve": "Venezuela",
    "vg": "British Virgin Islands",
    "vi": "U.S. Virgin Islands",
    "vn": "Vietnam",
    "vu": "Vanuatu",
    "wf": "Wallis & Futuna",
    "ws": "Samoa",
    "ye": "Yemen",
    "yt": "Mayotte",
    "za": "South Africa",
    "zm": "Zambia",
    "zw": "Zimbabwe"
  },
  "seek_callback": {
    "authentication_complete": "Seek authentication complete",
    "profile_connected": "Your Seek profile has been connected successfully.",
    "auto_close_message_one": "This tab will close automatically in {{count}} second, or feel free to close it manually.",
    "auto_close_message_other": "This tab will close automatically in {{count}} seconds, or feel free to close it manually."
  }
}
