fix time formats
This commit is contained in:
parent
cfb55594a5
commit
a32cd0a98c
28 changed files with 825 additions and 755 deletions
|
@ -592,38 +592,40 @@
|
|||
"hide_shoutbox": "隐藏实例留言板"
|
||||
},
|
||||
"time": {
|
||||
"day": "{0} 天",
|
||||
"days": "{0} 天",
|
||||
"day_short": "{0}d",
|
||||
"days_short": "{0}d",
|
||||
"hour": "{0} 小时",
|
||||
"hours": "{0} 小时",
|
||||
"hour_short": "{0}h",
|
||||
"hours_short": "{0}h",
|
||||
"in_future": "还有 {0}",
|
||||
"in_past": "{0} 之前",
|
||||
"minute": "{0} 分钟",
|
||||
"minutes": "{0} 分钟",
|
||||
"minute_short": "{0}min",
|
||||
"minutes_short": "{0}min",
|
||||
"month": "{0} 月",
|
||||
"months": "{0} 月",
|
||||
"month_short": "{0}mo",
|
||||
"months_short": "{0}mo",
|
||||
"now": "刚刚",
|
||||
"now_short": "刚刚",
|
||||
"second": "{0} 秒",
|
||||
"seconds": "{0} 秒",
|
||||
"second_short": "{0}s",
|
||||
"seconds_short": "{0}s",
|
||||
"week": "{0} 周",
|
||||
"weeks": "{0} 周",
|
||||
"week_short": "{0}w",
|
||||
"weeks_short": "{0}w",
|
||||
"year": "{0} 年",
|
||||
"years": "{0} 年",
|
||||
"year_short": "{0}y",
|
||||
"years_short": "{0}y"
|
||||
"unit": {
|
||||
"day": "{0} 天",
|
||||
"days": "{0} 天",
|
||||
"day_short": "{0}d",
|
||||
"days_short": "{0}d",
|
||||
"hour": "{0} 小时",
|
||||
"hours": "{0} 小时",
|
||||
"hour_short": "{0}h",
|
||||
"hours_short": "{0}h",
|
||||
"minute": "{0} 分钟",
|
||||
"minutes": "{0} 分钟",
|
||||
"minute_short": "{0}min",
|
||||
"minutes_short": "{0}min",
|
||||
"month": "{0} 月",
|
||||
"months": "{0} 月",
|
||||
"month_short": "{0}mo",
|
||||
"months_short": "{0}mo",
|
||||
"second": "{0} 秒",
|
||||
"seconds": "{0} 秒",
|
||||
"second_short": "{0}s",
|
||||
"seconds_short": "{0}s",
|
||||
"week": "{0} 周",
|
||||
"weeks": "{0} 周",
|
||||
"week_short": "{0}w",
|
||||
"weeks_short": "{0}w",
|
||||
"year": "{0} 年",
|
||||
"years": "{0} 年",
|
||||
"year_short": "{0}y",
|
||||
"years_short": "{0}y"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"collapse": "折叠",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue