mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
i18n: Chinese translate
This commit is contained in:
parent
a9af7e4a09
commit
63896c4b1a
1 changed files with 30 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"account": {
|
||||
"avatar_description": "{0}的头像",
|
||||
"blocked_domains": "已拉黑的域名",
|
||||
"blocked_users": "已拉黑的用户",
|
||||
"favourites": "喜欢的帖文",
|
||||
|
@ -10,6 +11,7 @@
|
|||
"following": "关注中",
|
||||
"following_count": "正在关注 {0} 人",
|
||||
"follows_you": "已关注你",
|
||||
"joined": "已加入",
|
||||
"muted_users": "已屏蔽的用户",
|
||||
"mutuals": "互相关注",
|
||||
"pinned": "置顶的帖文",
|
||||
|
@ -135,16 +137,44 @@
|
|||
"posts_with_replies": "帖文与留言"
|
||||
},
|
||||
"time_ago_options": {
|
||||
"day_future": "现在|明天|{n}天后",
|
||||
"day_past": "现在|昨天|{n}天前",
|
||||
"hour_future": "现在|1小时后|{n}小时后",
|
||||
"hour_past": "现在|1小时前|{n}小时前",
|
||||
"in": "在",
|
||||
"just_now": "刚刚",
|
||||
"last_month": "上个月",
|
||||
"last_week": "上周",
|
||||
"last_year": "去年",
|
||||
"minute_future": "现在|1分钟后|{n}分钟后",
|
||||
"minute_past": "现在|1分钟前|{n}分钟前",
|
||||
"month_future": "现在|下个月|{n}个月后",
|
||||
"month_past": "现在|上个月|{n}个月前",
|
||||
"next_month": "下个月",
|
||||
"next_week": "下周",
|
||||
"next_year": "明年",
|
||||
"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}年",
|
||||
"tomorrow": "明天",
|
||||
"week": "周",
|
||||
"week_future": "现在|下周|{n}周后",
|
||||
"week_past": "现在|上周|{n}周前",
|
||||
"year_future": "现在|明年|{n}年后",
|
||||
"year_past": "现在|去年|{n}年前",
|
||||
"yesterday": "昨天"
|
||||
},
|
||||
"timeline": {
|
||||
|
|
Loading…
Reference in a new issue