All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.flow.component.crud.i18n.json Maven / Gradle / Ivy

There is a newer version: 24.4.12
Show newest version
{
  "newItem": "New item",
  "editItem": "Edit item",
  "saveItem": "Save",
  "cancel": "Cancel",
  "deleteItem": "Delete...",
  "editLabel": "Edit item",
  "confirm": {
    "delete": {
      "title": "Delete item",
      "content": "Are you sure you want to delete this item? This action cannot be undone.",
      "button": {
        "confirm": "Delete",
        "dismiss": "Cancel"
      }
    },
    "cancel": {
      "title": "Discard changes",
      "content": "There are unsaved changes to this item.",
      "button": {
        "confirm": "Discard",
        "dismiss": "Cancel"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy