Files
hrm_eva/wwwroot/lib/jquery.calendars/js/jquery.calendars.picker-tr.js
2020-08-11 16:13:02 +07:00

34 lines
1016 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* http://keith-wood.name/calendars.html
Turkish localisation for calendars datepicker for jQuery.
Written by Izzet Emre Erkan (kara@karalamalar.net). */
(function($) {
'use strict';
$.calendarsPicker.regionalOptions.tr = {
renderer: $.calendarsPicker.defaultRenderer,
prevText: '<geri',
prevStatus: 'önceki ayı göster',
prevJumpText: '<<',
prevJumpStatus: '',
nextText: 'ileri&#x3e',
nextStatus: 'sonraki ayı göster',
nextJumpText: '>>',
nextJumpStatus: '',
currentText: 'bugün',
currentStatus: '',
todayText: 'bugün',
todayStatus: '',
clearText: 'temizle',
clearStatus: 'geçerli tarihi temizler',
closeText: 'kapat',
closeStatus: 'sadece göstergeyi kapat',
yearStatus: 'başka yıl',
monthStatus: 'başka ay',
weekText: 'Hf',
weekStatus: 'Ayın haftaları',
dayStatus: 'D, M d seçiniz',
defaultStatus: 'Bir tarih seçiniz',
isRTL: false
};
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.tr);
})(jQuery);