Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
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.
 
 
 
 

37 lines
2.0 KiB

/* Thai LANGUAGE
================================================== */
if(typeof VMM != 'undefined') {
VMM.Language = {
lang: "th",
api: {
wikipedia: "th"
},
date: {
month: ["มกราคม", "กมภาพนธ", "มนาคม", "เมษายน", "พฤษภาคม", "มนายน", "กรกฎาคม", "สงหาคม", "กนยายน", "ตลาคม", "พฤศจกายน", "ธนวาคม"],
month_abbr: ["ม.ค.", "ก.พ", "ม.ค.", "เม.ย.", "พ.ค.", "ม.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค."],
day: ["อาทตย","จนทร", "องคาร", "พธ", "พฤหสบด", "ศกร", "เสาร"],
day_abbr: ["อา.","จ.", "อ.", "พ.", "พฤ.", "ศ.", "ส."]
},
dateformats: {
year: "yyyy",
month_short: "mmm",
month: "mmmm yyyy",
full_short: "d mmm",
full: "d mmmm yyyy",
time_short: "h:MM:ss TT",
time_no_seconds_short: "h:MM TT",
time_no_seconds_small_date: "h:MM TT'<br/><small>'d mmmm yyyy'</small>'",
full_long: "d mmmm yyyy 'เวลา' h:MM TT",
full_long_small_date: "h:MM TT'<br/><small>d mmm yyyy'</small>'"
},
messages: {
loading_timeline: "กำลงสรางไทมไลน... ",
return_to_title: "กลบสหนาหลก",
expand_timeline: "ขยายไทมไลน",
contract_timeline: "ยอไทมไลน",
wikipedia: "จากวเดย สารานกรมเสร",
loading_content: "กำลงโหลดขอมล",
loading: "กำลงโหลด"
}
}
}