{
  "General": {
    "datetime": {
      "just_now": "Just now"
    },
    "components": {
      "input": {
        "default": {
          "label": "Field",
          "placeholder": "Enter a value",
          "error": "'The field \"{0}\" cannot be empty!"
        },
        "errors": {
          "general": "The field \"{0}\" is invalid!",
          "is_chars": "The field \"{0}\" must be exactly \"{1}\" symbols!",
          "min_chars": "The field \"{0}\" should contain \"{1}\" symbols or more!",
          "max_chars": "The field \"{0}\" should not exceed \"{1}\" symbols!",
          "is_digits": "The field \"{0}\" must be exactly \"{1}\" digits!",
          "min_digits": "The field \"{0}\" should contain \"{1}\" digits or more!",
          "max_digits": "The field \"{0}\" should not exceed \"{1}\" digits!",
          "required": "The field \"{0}\" cannot be empty!",
          "cyrillic": "The field \"{0}\" should be written in cyrillic!",
          "digits": "The field \"{0}\" should contain only digits!",
          "email": "The field \"{0}\" is not a valid email!",
          "date_time": "The field \"{0}\" contains invalid date/time!",
          "mobile": "The entered value is not a valid mobile phone",
          "date_span": "The entered value is not a valid date/time",
          "required_range": "The range must have a start and end date",
          "url": "The field \"{0}\" is not a valid URL!",
          "ip": "The field \"{0}\" is not a valid IP address!",
          "minimum":"The field \"{0}\" must be greater than or equal to \"{1}\"!",
          "maximum":"The field \"{0}\" must be less than or equal to \"{1}\"!",
          "json": "The field \"{0}\" is not a valid JSON format [\"{1}\"]!",
          "required_checked": "The checkbox \"{0}\" have to be checked!",
          "required_radio_checked": "One of the options in \"{0}\" needs to be checked!",
          "regex": "The field \"{0}\" is invalid! Input does not match pattern [\"{1}\"]!",
          "number": "A valid number must be entered in the field \"{0}\"",
          "timespan_wrong":"Second value must be greater than or equal to first",
          "required_timespan": "The field \"{0}\" cannot be empty!",
          "required_tags": "\"{0}\"are required! Please add 1 or more.",
          "required_toggle": "The toggle must be switched on!"
        }
      },
      "dropdown": {
        "label": "List",
        "placeholder": "Choose",
        "single": {
          "title": "Please select",
          "error": "You must select \"{0}\"!",
          "item": "option"
        },
        "multiple": {
          "title": "Please select",
          "error": "Choose one or more from the possible \"{0}\"!",
          "item": "options",
          "choose": "choose",
          "chosen": "chosen",
          "remove": "remove",
          "results": "No results found",
          "options": "No options found"
        },
        "none": "Remove your choise"
      }
    }
  }
}