{
  "formArray": {
    "operating": "Operating",
    "operatingAdd": "Adding data",
    "operatingPopconfirmTitle": "Are you sure you want to delete the data?",
    "operatingEdit": "Edit",
    "operatingDelete": "Delete",
    "deleteSelected": "Delete selected data",
    "deleteSelectedText": "Are you sure you want to delete the selected data?"
  },
  "formObject": {
    "okText": "OK",
    "cancelText": "Cancel",
    "addOkText": "Add",
    "addCancelText": "Close"
  },
  "rules": {
    "required": "This option is required.",
    "enum": "{0} does not contain this value.",
    "string": {
      "min": "The minimum length of the field is {0}.",
      "max": "The maximum length of the field is {0}.",
      "length": "The length of the field is {0}.",
      "pattern": "The data format is incorrect and the format must be: {0}."
    },
    "number": {
      "integer": "Value must be an integer.",
      "minimum": "Value must be greater than or equal to {0}.",
      "maximum": "Value must be less than or equal to {0}."
    },
    "array": {
      "minItems": "Quantity must be greater than or equal to {0}.",
      "maxItems": "Quantity must be less than or equal to {0}."
    }
  }
}