19 lines
526 B
JavaScript

export default {
dataIterator: {
rowsPerPageText: 'Elementos por página:',
rowsPerPageAll: 'Todos',
pageText: '{0}-{1} de {2}',
noResultsText: 'Ningún resultado a mostrar',
nextPage: 'Página siguiente',
prevPage: 'Página anterior'
},
dataTable: {
rowsPerPageText: 'Filas por página:'
},
noDataText: 'Ningún dato disponible',
carousel: {
prev: 'Visual previo',
next: 'Siguiente visual'
}
};
//# sourceMappingURL=es.js.map