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
1.3 KiB
37 lines
1.3 KiB
/* LANGUAGE |
|
================================================== */ |
|
if(typeof VMM != 'undefined') { |
|
VMM.Language = { |
|
lang: "zh-ch", |
|
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_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: "From Wikipedia, the free encyclopedia", |
|
loading_content: "Loading Content", |
|
loading: "Loading" |
|
|
|
} |
|
} |
|
} |