Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

es.js 526B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Elementos por página:',
  4. rowsPerPageAll: 'Todos',
  5. pageText: '{0}-{1} de {2}',
  6. noResultsText: 'Ningún resultado a mostrar',
  7. nextPage: 'Página siguiente',
  8. prevPage: 'Página anterior'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Filas por página:'
  12. },
  13. noDataText: 'Ningún dato disponible',
  14. carousel: {
  15. prev: 'Visual previo',
  16. next: 'Siguiente visual'
  17. }
  18. };
  19. //# sourceMappingURL=es.js.map