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.

tr.js 514B

12345678910111213141516171819
  1. export default {
  2. dataIterator: {
  3. rowsPerPageText: 'Sayfa başına satır:',
  4. rowsPerPageAll: 'Hepsi',
  5. pageText: '{0}-{1} de {2}',
  6. noResultsText: 'Eşleşen Veri Bulunamadı',
  7. nextPage: 'Sonraki sayfa',
  8. prevPage: 'Önceki sayfa'
  9. },
  10. dataTable: {
  11. rowsPerPageText: 'Sayfa başına satır:'
  12. },
  13. noDataText: 'Uygun veri yok',
  14. carousel: {
  15. prev: 'Önceki görsel',
  16. next: 'Sonraki görsel'
  17. }
  18. };
  19. //# sourceMappingURL=tr.js.map