12345678910111213141516171819 |
- 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
|