vuetify
Version:
Vue.js 2 Semantic Component Framework
20 lines (19 loc) • 532 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
dataIterator: {
rowsPerPageText: 'Élements par page:',
rowsPerPageAll: 'Tous',
pageText: '{0}-{1} de {2}',
noResultsText: 'Aucun enregistrement correspondant trouvé',
nextPage: 'Page suivante',
prevPage: 'Page précédente'
},
dataTable: {
rowsPerPageText: 'Lignes par page:'
},
noDataText: 'Aucune donnée disponible'
};
//# sourceMappingURL=fr.js.map