123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- export default {
- badge: 'Placa',
- close: 'Cerrar',
- 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: {
- ok: 'OK',
- cancel: 'Cancel',
- 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'
- },
- 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
|