Skip to content

Commit ab100f8

Browse files
authored
update chinese translations
1 parent 5cdaa7d commit ab100f8

1 file changed

Lines changed: 29 additions & 7 deletions

File tree

translations/zh-Hans.json

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
"delete_group": "删除群组",
3535
"leave_group": "离开群组",
3636
"close_dm": "关闭私信",
37-
"group_members": "群组成员",
38-
"no_messages": "没讯息"
37+
"no_messages": "没讯息",
38+
"group_members_one": "{{count}} 位成员",
39+
"group_members_other": "{{count}} 位成员"
3940
},
4041
"status": {
4142
"online": "在线",
@@ -133,12 +134,14 @@
133134
"description": "身份组用于管理成员权限。",
134135
"search": "搜索身份组",
135136
"create": "创建身份组",
136-
"members": "成员",
137137
"default": {
138138
"large": "所有成员默认拥有此身份组。",
139139
"small": "默认身份组",
140140
"header": "@everyone"
141-
}
141+
},
142+
"members_one": "{{count}} 位成员",
143+
"members_zero": "暂无成员",
144+
"members_other": "{{count}} 位成员"
142145
},
143146
"delete": "删除服务器"
144147
},
@@ -315,18 +318,37 @@
315318
"header": "好友",
316319
"add": "添加好友",
317320
"dividers": {
318-
"all": "全部好友({{count}})"
321+
"all": "全部好友({{count}})",
322+
"incoming": "收到的请求({{count}})",
323+
"outgoing": "发出的请求({{count}})"
319324
},
320325
"actions": {
321326
"unfriend": "删除好友",
322-
"unblock": "解除屏蔽"
327+
"unblock": "解除屏蔽",
328+
"dm": "发送私信",
329+
"pending": {
330+
"accept": "接受请求",
331+
"decline": "拒绝请求",
332+
"revoke": "撤回请求"
333+
}
323334
}
324335
},
325336
"home": {
326337
"welcome": "您好{{username}}!",
327338
"onboarding": {
328339
"add_friend": {
329-
"label": "跟好友联系"
340+
"label": "跟好友联系",
341+
"description": "在 Adapt 上找到您的朋友,将他们添加到好友列表,然后开始聊天。"
342+
},
343+
"title": "探索 Adapt",
344+
"edit_profile": {
345+
"label": "自定义您的个人资料",
346+
"description": "让 Adapt 上的其他人了解您。设置显示名称、更换头像并撰写个人简介。"
347+
},
348+
"join_guild": {
349+
"label": "加入社区",
350+
"description": "创建、发现、加入感兴趣的社区并在其中畅聊。您也可以加入官方的 {{server_link}}。",
351+
"official_server_name": "Adapt 社区"
330352
}
331353
}
332354
}

0 commit comments

Comments
 (0)