20 lines
538 B
JavaScript
20 lines
538 B
JavaScript
|
export 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',
|
||
|
carousel: {
|
||
|
prev: 'Visuel précédent',
|
||
|
next: 'Visuel suivant'
|
||
|
}
|
||
|
};
|
||
|
//# sourceMappingURL=fr.js.map
|