25 lines
612 B
JavaScript
25 lines
612 B
JavaScript
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports.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
|