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.
 
 
 
 
 
 
gitea/public/js/locales/bootstrap-datepicker.th.js

14 lines
1008 B

/**
* Thai translation for bootstrap-datepicker
* Suchau Jiraprapot <seroz24@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['th'] = {
days: ["อาทตย", "จนทร", "องคาร", "พธ", "พฤหส", "ศกร", "เสาร", "อาทตย"],
daysShort: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
daysMin: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
months: ["มกราคม", "กมภาพนธ", "มนาคม", "เมษายน", "พฤษภาคม", "มนายน", "กรกฎาคม", "สงหาคม", "กนยายน", "ตลาคม", "พฤศจกายน", "ธนวาคม"],
monthsShort: ["ม.ค.", "ก.พ.", "ม.ค.", "เม.ย.", "พ.ค.", "ม.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค."],
today: "วนน"
};
}(jQuery));