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.

21 lines
708 B

2 years ago
  1. /* Turkish translation for the jQuery Timepicker Addon */
  2. /* Written by Fehmi Can Saglam, Edited by Goktug Ozturk */
  3. (function ($) {
  4. $.timepicker.regional['tr'] = {
  5. timeOnlyTitle: 'Zaman Seçiniz',
  6. timeText: 'Zaman',
  7. hourText: 'Saat',
  8. minuteText: 'Dakika',
  9. secondText: 'Saniye',
  10. millisecText: 'Milisaniye',
  11. microsecText: 'Mikrosaniye',
  12. timezoneText: 'Zaman Dilimi',
  13. currentText: 'Şu an',
  14. closeText: 'Tamam',
  15. timeFormat: 'HH:mm',
  16. timeSuffix: '',
  17. amNames: ['ÖÖ', 'Ö'],
  18. pmNames: ['ÖS', 'S'],
  19. isRTL: false
  20. };
  21. $.timepicker.setDefaults($.timepicker.regional['tr']);
  22. })(jQuery);