Browse Source

copy fix from #772 to correct file

pull/795/head
Joe Germuska 10 years ago
parent
commit
9c45291ad3
  1. 12
      source/js/Core/Language/locale/zh-cn.js

12
source/js/Core/Language/locale/zh-cn.js

@ -1,6 +1,4 @@
/* Chinese LANGUAGE
================================================== */
if(typeof VMM != 'undefined') {
if (typeof VMM != "undefined") {
VMM.Language = {
lang: "zh-cn",
api: {
@ -17,12 +15,12 @@ if(typeof VMM != 'undefined') {
month_short: "mmm",
month: "yyyy年 mmmm",
full_short: "mmm d日",
full: "yyyy年mmmm d日",
full: "yyyy年mmmmd日",
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>'"
time_no_seconds_small_date: "HH:MM'<br/><small>'yyyy年mmmmd日'</small>'",
full_long: "dddd',' yyyy年mmmd日'um' HH:MM",
full_long_small_date: "HH:MM'<br/><small>'dddd',' yyyy年mmmd日'</small>'"
},
messages: {
loading_timeline: "加载时间线... ",

Loading…
Cancel
Save