vue-easytable
Version:
30 lines (29 loc) • 974 B
JavaScript
export default {
pagination: {
goto: "Gaan na",
page: "",
itemsPerPage: " / bladsy",
total: (total) => `Totaall ${total}`,
prev5: "Vorige 5 Bladsye",
next5: "Volgende 5 Bladsye",
},
table: {
confirmFilter: "Bevestig",
resetFilter: "Stel terug",
// contextmenu event
cut: "Cut",
copy: "Copy",
insertRowAbove: "Insert row above",
insertRowBelow: "Insert row below",
removeRow: "Remove $1 row",
emptyRow: "Empty $1 row",
//removeColumn: "Remove column",
emptyColumn: "Empty $1 column",
//hideColumn: "Hide column",
emptyCell: "Empty cell",
leftFixedColumnTo: "Left fixed column to",
cancelLeftFixedColumnTo: "Cancel left fixed column to",
rightFixedColumnTo: "Right fixed column to",
cancelRightFixedColumnTo: "Cancel right fixed column to",
},
};