101 lines
2.3 KiB
JavaScript
101 lines
2.3 KiB
JavaScript
export default {
|
|
badge: 'Placa',
|
|
open: 'Open',
|
|
close: 'Cerrar',
|
|
confirmEdit: {
|
|
ok: 'OK',
|
|
cancel: 'Cancel'
|
|
},
|
|
dataIterator: {
|
|
noResultsText: 'Ningún elemento coincide con la búsqueda',
|
|
loadingText: 'Cargando...'
|
|
},
|
|
dataTable: {
|
|
itemsPerPageText: 'Filas por página:',
|
|
ariaLabel: {
|
|
sortDescending: 'Orden descendente.',
|
|
sortAscending: 'Orden ascendente.',
|
|
sortNone: 'Sin ordenar.',
|
|
activateNone: 'Pulse para quitar orden.',
|
|
activateDescending: 'Pulse para ordenar de forma descendente.',
|
|
activateAscending: 'Pulse para ordenar de forma ascendente.'
|
|
},
|
|
sortBy: 'Ordenado por'
|
|
},
|
|
dataFooter: {
|
|
itemsPerPageText: 'Elementos por página:',
|
|
itemsPerPageAll: 'Todos',
|
|
nextPage: 'Página siguiente',
|
|
prevPage: 'Página anterior',
|
|
firstPage: 'Primera página',
|
|
lastPage: 'Última página',
|
|
pageText: '{0}-{1} de {2}'
|
|
},
|
|
dateRangeInput: {
|
|
divider: 'to'
|
|
},
|
|
datePicker: {
|
|
itemsSelected: '{0} selected',
|
|
range: {
|
|
title: 'Select dates',
|
|
header: 'Enter dates'
|
|
},
|
|
title: 'Select date',
|
|
header: 'Enter date',
|
|
input: {
|
|
placeholder: 'Enter date'
|
|
}
|
|
},
|
|
noDataText: 'No hay datos disponibles',
|
|
carousel: {
|
|
prev: 'Visual anterior',
|
|
next: 'Visual siguiente',
|
|
ariaLabel: {
|
|
delimiter: 'Visual {0} de {1}'
|
|
}
|
|
},
|
|
calendar: {
|
|
moreEvents: '{0} más',
|
|
today: 'Today'
|
|
},
|
|
input: {
|
|
clear: 'Clear {0}',
|
|
prependAction: '{0} prepended action',
|
|
appendAction: '{0} appended action',
|
|
otp: 'Please enter OTP character {0}'
|
|
},
|
|
fileInput: {
|
|
counter: '{0} archivos',
|
|
counterSize: '{0} archivos ({1} en total)'
|
|
},
|
|
timePicker: {
|
|
am: 'AM',
|
|
pm: 'PM'
|
|
},
|
|
pagination: {
|
|
ariaLabel: {
|
|
root: 'Navegación de paginación',
|
|
next: 'Página siguiente',
|
|
previous: 'Página anterior',
|
|
page: 'Ir a la página {0}',
|
|
currentPage: 'Página actual, página {0}',
|
|
first: 'First page',
|
|
last: 'Last page'
|
|
}
|
|
},
|
|
stepper: {
|
|
next: 'Next',
|
|
prev: 'Previous'
|
|
},
|
|
rating: {
|
|
ariaLabel: {
|
|
item: 'Puntuación {0} de {1}'
|
|
}
|
|
},
|
|
loading: 'Loading...',
|
|
infiniteScroll: {
|
|
loadMore: 'Load more',
|
|
empty: 'No more'
|
|
}
|
|
};
|
|
//# sourceMappingURL=es.mjs.map
|