2019-04-17 15:58:15 +02:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
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',
|
|
|
|
carousel: {
|
|
|
|
prev: 'Visuel précédent',
|
|
|
|
next: 'Visuel suivant'
|
|
|
|
}
|
|
|
|
};
|
2019-06-04 14:29:48 +02:00
|
|
|
//# sourceMappingURL=fr.js.map
|