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.
39 lines
1.3 KiB
39 lines
1.3 KiB
11 years ago
|
/* Taiwanese LANGUAGE
|
||
|
================================================== */
|
||
|
if(typeof VMM != 'undefined') {
|
||
|
VMM.Language = {
|
||
|
lang: "zh-tw",
|
||
|
api: {
|
||
|
wikipedia: "zh"
|
||
|
},
|
||
|
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: "HH:MM:ss",
|
||
|
time_no_seconds_short: "HH:MM",
|
||
|
time_no_seconds_small_date: "HH:MM'<br/><small>'d mmmm yyyy'</small>'",
|
||
|
full_long: "dddd',' d mmm yyyy 'um' HH:MM",
|
||
|
full_long_small_date: "HH:MM'<br/><small>'dddd',' d mmm yyyy'</small>'"
|
||
|
},
|
||
|
messages: {
|
||
|
loading_timeline: "載入時間線... ",
|
||
|
return_to_title: "回到開頭",
|
||
|
expand_timeline: "展開時間",
|
||
|
contract_timeline: "縮短時間",
|
||
|
wikipedia: "擷取自維基百科, 自由之百科全書",
|
||
|
loading_content: "載入內容",
|
||
|
loading: "載入中"
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|