tr_TR.js 908 B

1234567891011121314151617181920212223242526272829303132333435
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. const locale = {
  7. locale: 'tr_TR',
  8. today: 'Bugün',
  9. now: 'Şimdi',
  10. backToToday: 'Bugüne Geri Dön',
  11. ok: 'tamam',
  12. clear: 'Temizle',
  13. month: 'Ay',
  14. year: 'Yıl',
  15. timeSelect: 'Zaman Seç',
  16. dateSelect: 'Tarih Seç',
  17. monthSelect: 'Ay Seç',
  18. yearSelect: 'Yıl Seç',
  19. decadeSelect: 'On Yıl Seç',
  20. yearFormat: 'YYYY',
  21. dateFormat: 'M/D/YYYY',
  22. dayFormat: 'D',
  23. dateTimeFormat: 'M/D/YYYY HH:mm:ss',
  24. monthBeforeYear: true,
  25. previousMonth: 'Önceki Ay (PageUp)',
  26. nextMonth: 'Sonraki Ay (PageDown)',
  27. previousYear: 'Önceki Yıl (Control + Sol)',
  28. nextYear: 'Sonraki Yıl (Control + Sağ)',
  29. previousDecade: 'Önceki On Yıl',
  30. nextDecade: 'Sonraki On Yıl',
  31. previousCentury: 'Önceki Yüzyıl',
  32. nextCentury: 'Sonraki Yüzyıl'
  33. };
  34. var _default = exports.default = locale;