40 lines
1 KiB
TypeScript
40 lines
1 KiB
TypeScript
|
export default {
|
||
|
close: 'Close',
|
||
|
dataIterator: {
|
||
|
pageText: '{0}-{1} de {2}',
|
||
|
noResultsText: 'Ningún resultado a mostrar',
|
||
|
loadingText: 'Loading item...',
|
||
|
},
|
||
|
dataTable: {
|
||
|
itemsPerPageText: 'Filas por página:',
|
||
|
ariaLabel: {
|
||
|
sortDescending: ': Sorted descending. Activate to remove sorting.',
|
||
|
sortAscending: ': Sorted ascending. Activate to sort descending.',
|
||
|
sortNone: ': Not sorted. Activate to sort ascending.',
|
||
|
},
|
||
|
},
|
||
|
dataFooter: {
|
||
|
itemsPerPageText: 'Elementos por página:',
|
||
|
itemsPerPageAll: 'Todos',
|
||
|
nextPage: 'Página siguiente',
|
||
|
prevPage: 'Página anterior',
|
||
|
firstPage: 'Página primera',
|
||
|
lastPage: 'Página última',
|
||
|
},
|
||
|
datePicker: {
|
||
|
itemsSelected: '{0} seleccionados',
|
||
|
},
|
||
|
noDataText: 'Ningún dato disponible',
|
||
|
carousel: {
|
||
|
prev: 'Visual previo',
|
||
|
next: 'Siguiente visual',
|
||
|
},
|
||
|
calendar: {
|
||
|
moreEvents: '{0} más',
|
||
|
},
|
||
|
fileInput: {
|
||
|
counter: '{0} files',
|
||
|
counterSize: '{0} files ({1} in total)',
|
||
|
},
|
||
|
}
|