{
  "pvds.grid.a11y.columnDragCancel": "Dragging cancelled.",
  "pvds.grid.a11y.columnDragEnd": "Column {column} dropped.",
  "pvds.grid.a11y.columnDragStart": "Column {column} picked up.",
  "pvds.grid.a11y.columnGroupDragEnd": "Column group {column} dropped.",
  "pvds.grid.a11y.columnGroupDragStart": "Column group {column} picked up.",
  "pvds.grid.a11y.dropNotAllowed": "Drop is not allowed here.",
  "pvds.grid.a11y.rowDragCancel": "Dragging cancelled.",
  "pvds.grid.a11y.rowDragEnd": "{count, plural, one {Row} other {Rows}} dropped.",
  "pvds.grid.a11y.rowDragMoveOverParent": "{count, plural, one {Row} other {Rows}} moved over {parent}.",
  "pvds.grid.a11y.rowDragMoveParentBetween": "{count, plural, one {Row} other {Rows}} moved into position after row {sibling} under {parent}.",
  "pvds.grid.a11y.rowDragMoveParentFirstBetween": "{count, plural, one {Row} other {Rows}} moved into first position under {parent}.",
  "pvds.grid.a11y.rowDragMoveRootBetween": "{count, plural, one {Row} other {Rows}} moved into position after row {sibling}.",
  "pvds.grid.a11y.rowDragMoveRootFirstBetween": "{count, plural, one {Row} other {Rows}} moved into first position.",
  "pvds.grid.a11y.rowDragStart": "Row {row} picked up.",
  "pvds.grid.a11y.rowDragStartMoreRowsDragging": "Dragging {count, number} rows.",
  "pvds.grid.a11y.screenReaderInstructions": "To pick up a row, press the space bar. While dragging, use the arrow keys to update the row position in the grid. Press space again to drop the row in its new position, or press escape to cancel.",
  "pvds.grid.actionsMenu.label": "More actions",
  "pvds.grid.aria.loading": "Loading data. Please wait",
  "pvds.grid.aria.loadingComplete": "Loading complete",
  "pvds.grid.header.checkboxToggleAllRowsLabel": "Select all rows",
  "pvds.grid.header.collapseRows": "Collapse all rows",
  "pvds.grid.header.expandRows": "Expand all rows",
  "pvds.grid.row.collapseRow": "Collapse row",
  "pvds.grid.row.expandRow": "Expand row",
  "pvds.grid.rows.checkboxToggleRowLabel": "Toggle row selection",
  "pvds.grid.rows.columnMenuLabel": "Show or hide columns"
}