| {
  "fields": {
    "name": "Name",
    "description": "Description",
    "code": "Code",
    "isActive": "Active",
    "categoryParent": "Parent Category",
    "categories": "Categories",
    "image": "Main Image",
    "categoryRouteName": "?ategory Tree",
    "catalogs": "Catalogs"
  },
  "links": {
    "categoryParent": "Parent Category",
    "categories": "Categories",
    "products": "Products",
    "catalogs": "Catalogs"
  },
  "labels": {
    "Create Category": "Create Category"
  },
  "exceptions": {
    "Category has children": "Selected category used by another category as parent and can not be selected as product category",
    "Parent category has products": "Parent category has products. That's why you can not select that category as parent category. Please, unlink products first.",
    "Category has child category and can't be deleted": "Category has child category and can't be deleted",
    "You can not choose a child category": "You can not choose a child category"
  }
}
 |