mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix(i18n): Update zh-CN.json (#2313)
This commit is contained in:
parent
370c8dd58e
commit
e183c62036
1 changed files with 14 additions and 14 deletions
|
@ -626,20 +626,20 @@
|
|||
"month_past": "现在|上个月|{n} 个月前",
|
||||
"second_future": "刚刚|{n} 秒后|{n} 秒后",
|
||||
"second_past": "刚刚|{n} 秒前|{n} 秒前",
|
||||
"short_day_future": "{n} 天",
|
||||
"short_day_past": "{n} 天",
|
||||
"short_hour_future": "{n} 小时",
|
||||
"short_hour_past": "{n} 小时",
|
||||
"short_minute_future": "{n} 分",
|
||||
"short_minute_past": "{n} 分",
|
||||
"short_month_future": "{n} 月",
|
||||
"short_month_past": "{n} 月",
|
||||
"short_second_future": "{n} 秒",
|
||||
"short_second_past": "{n} 秒",
|
||||
"short_week_future": "{n} 周",
|
||||
"short_week_past": "{n} 周",
|
||||
"short_year_future": "{n} 年",
|
||||
"short_year_past": "{n} 年",
|
||||
"short_day_future": "{n} 天前",
|
||||
"short_day_past": "{n} 天前",
|
||||
"short_hour_future": "{n} 小时前",
|
||||
"short_hour_past": "{n} 小时前",
|
||||
"short_minute_future": "{n} 分钟前",
|
||||
"short_minute_past": "{n} 分钟前",
|
||||
"short_month_future": "{n} 个月前",
|
||||
"short_month_past": "{n} 个月前",
|
||||
"short_second_future": "{n} 秒前",
|
||||
"short_second_past": "{n} 秒前",
|
||||
"short_week_future": "{n} 周前",
|
||||
"short_week_past": "{n} 周前",
|
||||
"short_year_future": "{n} 年前",
|
||||
"short_year_past": "{n} 年前",
|
||||
"week_future": "现在|下周|{n} 周后",
|
||||
"week_past": "现在|上周|{n} 周前",
|
||||
"year_future": "现在|明年|{n} 年后",
|
||||
|
|
Loading…
Reference in a new issue