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.

el.js 630B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Αντικείμενα ανά σελίδα:',
  4. rowsPerPageAll: 'Όλα',
  5. pageText: '{0}-{1} από {2}',
  6. noResultsText: 'Δε βρέθηκαν αποτελέσματα',
  7. nextPage: 'Επόμενη σελίδα',
  8. prevPage: 'Προηγούμενη σελίδα'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Γραμμές ανά σελίδα:'
  12. },
  13. noDataText: 'Χωρίς δεδομένα',
  14. carousel: {
  15. prev: 'הקודם חזותי',
  16. next: 'הבא חזותי'
  17. }
  18. };
  19. //# sourceMappingURL=el.js.map