{
  "importer": {
    "importer": {
      "uploadFile": "Upload file",
      "matchColumns": "Match columns",
      "validateData": "Validate data",
      "uploadFailed": "An error occurred while uploading the file",
      "validateColumnFailed": "An error occurred during the column validation",
      "importFailed": "An error occurred during the import",
      "back": "Back",
      "continue": "Continue",
      "import": "Import",
      "backDialogTitle": "Confirmation",
      "backDialogDesc": "By returning to the previous step you will lose all the changes done in this step. Please confirm.",
      "cancel": "Cancel",
      "actionsBrandLabel": "Powered by Rowslint",
      "notAuthorizedMsg": "The files upload is not available for this template"
    },
    "validators": {
      "alpha": "{{value}} can only contain alphabetic characters.",
      "alphanum": "{{value}} can only contain alphanumeric characters.",
      "lowercase": "{{value}} must be a lowercase text.",
      "uppercase": "{{value}} must be an uppercase text.",
      "number": "{{value}} must be a valid number.",
      "min": "{{value}} must be \"{{validatorOptionValue}}\" or greater.",
      "max": "{{value}} must be \"{{validatorOptionValue}}\" or less.",
      "separator": "{{value}} must use \"{{validatorOptionValue}}\" as decimal separator.",
      "integer": "{{value}} must be an integer number.",
      "date": "{{value}} must be in \"{{validatorOptionValue}}\" format",
      "email": "{{value}} must be a valid email address",
      "phone": "{{value}} must be a valid phone number",
      "phoneCountries": "{{value}} must be a valid phone number for one of these countries: \"{{validatorOptionValue}}\".",
      "choiceList": "{{value}} must be one of these choices.",
      "regex": "{{value}} must match the following regular expression (regex) pattern: \"{{validatorOptionValue}}\".",
      "webhook": "{{value}} incorrect",
      "required": "{{columnName}} is a required column."
    },
    "stepUploadFile": {
      "uploadFile": "Upload file",
      "inputFileMessage": "Drag and drop here or select to upload .xlsx or .csv file",
      "selectFile": "Select file"
    },
    "stepMatchColumns": {
      "matchColumns": "Match columns",
      "yourColumns": "Your columns",
      "theyWillBecome": "Will become",
      "include": "Include",
      "selectColumn": "Select column",
      "selectColumnFirst": "First select a column"
    },
    "stepValidateData": {
      "validateData": "Validate data"
    },
    "stepValidateDataFilters": {
      "filters": "Filters",
      "showErrorsRows": "Show only rows with errors",
      "displayedColumns": "Displayed columns",
      "filterColumnsFieldLabel": "{{columnsLength}} out of {{filteredColumnsLength}} columns displayed",
      "oneColumnMustBeDisplayed": "At least one column must be displayed"
    },
    "button": {
      "import": "Import"
    }
  }
}
