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.4 KiB
39 lines
1.4 KiB
11 years ago
|
/* Chinese LANGUAGE
|
||
|
================================================== */
|
||
|
if(typeof VMM != 'undefined') {
|
||
|
VMM.Language = {
|
||
|
lang: "zh-cn",
|
||
|
api: {
|
||
|
wikipedia: "zh"
|
||
|
},
|
||
|
date: {
|
||
|
month: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
|
||
|
month_abbr: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
|
||
|
day: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
|
||
|
day_abbr: ["周日", "周一", "周二", "周三", "周四", "周五", "周六"]
|
||
|
},
|
||
|
dateformats: {
|
||
|
year: "yyyy年",
|
||
|
month_short: "mmm",
|
||
|
month: "yyyy年 mmmm",
|
||
|
full_short: "mmm d",
|
||
|
full: "yyyy年mmmm d日",
|
||
|
time_short: "HH:MM:ss",
|
||
|
time_no_seconds_short: "HH:MM",
|
||
|
time_no_seconds_small_date: "HH:MM'<br/><small>'yyyy年mmmm d日'</small>'",
|
||
|
full_long: "dddd',' yyyy年 mmm d日'um' HH:MM",
|
||
|
full_long_small_date: "HH:MM'<br/><small>'dddd',' yyyy年 mmm d日'</small>'"
|
||
|
},
|
||
|
messages: {
|
||
|
loading_timeline: "加载时间线... ",
|
||
|
return_to_title: "回到开头",
|
||
|
expand_timeline: "伸展时间",
|
||
|
contract_timeline: "缩短时间",
|
||
|
wikipedia: "来自维基百科,自由的百科全书",
|
||
|
loading_content: "正在加载内容",
|
||
|
loading: "加载中"
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|