mirror of https://github.com/dani/vroom.git
Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
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.
18 lines
686 B
18 lines
686 B
/**
|
|
* Turkish translation for bootstrap-datepicker
|
|
* Serkan Algur <kaisercrazy_2@hotmail.com>
|
|
*/
|
|
;(function($){
|
|
$.fn.datepicker.dates['tr'] = {
|
|
days: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"],
|
|
daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts"],
|
|
daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct"],
|
|
months: ["Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"],
|
|
monthsShort: ["Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara"],
|
|
today: "Bugün",
|
|
clear: "Temizle",
|
|
weekStart: 1,
|
|
format: "dd.mm.yyyy"
|
|
};
|
|
}(jQuery));
|
|
|
|
|