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.

it.js 522B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Elementi per pagina:',
  4. rowsPerPageAll: 'Tutti',
  5. pageText: '{0}-{1} di {2}',
  6. noResultsText: 'Nessun risultato trovato',
  7. nextPage: 'Pagina seguente',
  8. prevPage: 'Pagina precedente'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Righe per pagina:'
  12. },
  13. noDataText: 'Nessun elemento disponibile',
  14. carousel: {
  15. prev: 'Precedente visivo',
  16. next: 'Next visual'
  17. }
  18. };
  19. //# sourceMappingURL=it.js.map