{
  "CREATE_UPDATE": {
    "CREATE": "Create {{modelName}}",
    "UPDATE": "Update {{modelName}}",
    "VALIDATION": {
      "TITLE": "Validation error ...",
      "MSG": " The following field have errors:",
      "ERROR": "Field {{name}} must be of {{type}}"
    },
    "MODAL": {
      "TITLE": "Document has changed",
      "BODY": "You have modified the document. Do you want to save the changes?",
      "CANCEL": "Discard",
      "SAVE": "Save"
    },
    "SUBMIT": "Save",
    "APPLY": "Apply",
    "CANCEL": "Cancel"
  }
}
