Skip to content

Commit 193cdff

Browse files
RiotRobott3chguy
andauthored
[create-pull-request] automated change (#33262)
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
1 parent d01f40b commit 193cdff

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

apps/web/src/i18n/strings/zh_Hans.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,12 @@
680680
"unfederated_label_default_on": "如果此房间将用于与拥有自己主服务器的外部团队协作,你可以禁用此功能。此设置以后无法更改。",
681681
"unsupported_version": "服务器不支持指定的房间版本。"
682682
},
683+
"create_section_dialog": {
684+
"create_section": "创建区域",
685+
"description": "区域仅对你可见",
686+
"label": "区域名称",
687+
"title": "创建区域"
688+
},
683689
"create_space": {
684690
"add_details_prompt": "添加一些信息以便人们识别。",
685691
"add_details_prompt_2": "你可以随时更改。",
@@ -3077,7 +3083,7 @@
30773083
"category_messages": "消息",
30783084
"category_other": "其它",
30793085
"command_error": "指令出错",
3080-
"converttodm": "转换房间到私聊",
3086+
"converttodm": "转换房间为私聊",
30813087
"converttoroom": "转换私聊到房间",
30823088
"could_not_find_room": "无法找到房间",
30833089
"deop": "通过指定的 ID 降权用户",

packages/shared-components/src/i18n/strings/zh_Hans.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"action": {
66
"back": "返回",
77
"click": "点击",
8+
"close": "关闭",
89
"collapse": "折叠",
910
"delete": "删除",
1011
"dismiss": "忽略",
@@ -14,8 +15,11 @@
1415
"go": "转到",
1516
"hide": "隐藏",
1617
"invite": "邀请",
18+
"new_conversation": "新对话",
1719
"new_room": "新房间",
20+
"new_section": "新区域",
1821
"new_video_room": "新视频房间",
22+
"open_menu": "打开菜单",
1923
"pause": "暂停",
2024
"pin": "置顶",
2125
"play": "播放",
@@ -32,12 +36,14 @@
3236
"common": {
3337
"attachment": "附件",
3438
"encryption_enabled": "加密已启用",
39+
"loading": "正在载入…",
3540
"options": "选项",
3641
"preferences": "偏好",
3742
"state_encryption_enabled": "实验性的状态加密已启用"
3843
},
3944
"left_panel": {
40-
"open_dial_pad": "打开拨号键盘"
45+
"open_dial_pad": "打开拨号键盘",
46+
"separator_label": "点击或拖动以展开"
4147
},
4248
"notifications": {
4349
"all_messages": "所有消息",
@@ -110,7 +116,8 @@
110116
"leave_room": "离开房间",
111117
"low_priority": "低优先级",
112118
"mark_read": "设为已读",
113-
"mark_unread": "设为未读"
119+
"mark_unread": "设为未读",
120+
"move_to_section": "移动到"
114121
},
115122
"notification_options": "通知选项",
116123
"open_space_menu": "打开空间菜单",
@@ -119,6 +126,11 @@
119126
"more_options": "更多选项"
120127
},
121128
"room_options": "房间选项",
129+
"section_created": "区域已创建",
130+
"section_header": {
131+
"toggle": "切换区域 %(section)s",
132+
"toggle_unread": "切换到区域 %(section)s 中的未读房间"
133+
},
122134
"show_message_previews": "显示消息预览",
123135
"sort": "排序",
124136
"sort_type": {

0 commit comments

Comments
 (0)