UNPKG

vue-fantable

Version:
32 lines (30 loc) 871 B
var frFR = { pagination: { goto: 'Aller à', page: '', itemsPerPage: ' / page', total: total => `Total ${total}`, prev5: 'Reculer de 5 pages', next5: 'Avancer de 5 pages' }, table: { confirmFilter: 'Confirmer', resetFilter: 'Réinitialiser', // 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' } }; export { frFR as default };