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.

ca.js 514B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Elements per pàgina:',
  4. rowsPerPageAll: 'Tot',
  5. pageText: '{0}-{1} de {2}',
  6. noResultsText: 'Sense dades per mostrar',
  7. nextPage: 'Pàgina Següent',
  8. prevPage: 'Pàgina Anterior'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Files per pàgina:'
  12. },
  13. noDataText: 'Sense dades',
  14. carousel: {
  15. prev: 'Visualització prèvia',
  16. next: 'Següent visual'
  17. }
  18. };
  19. //# sourceMappingURL=ca.js.map