Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion apps/web/src/i18n/strings/zh_Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,12 @@
"unfederated_label_default_on": "如果此房间将用于与拥有自己主服务器的外部团队协作,你可以禁用此功能。此设置以后无法更改。",
"unsupported_version": "服务器不支持指定的房间版本。"
},
"create_section_dialog": {
"create_section": "创建区域",
"description": "区域仅对你可见",
"label": "区域名称",
"title": "创建区域"
},
"create_space": {
"add_details_prompt": "添加一些信息以便人们识别。",
"add_details_prompt_2": "你可以随时更改。",
Expand Down Expand Up @@ -3077,7 +3083,7 @@
"category_messages": "消息",
"category_other": "其它",
"command_error": "指令出错",
"converttodm": "转换房间到私聊",
"converttodm": "转换房间为私聊",
"converttoroom": "转换私聊到房间",
"could_not_find_room": "无法找到房间",
"deop": "通过指定的 ID 降权用户",
Expand Down
16 changes: 14 additions & 2 deletions packages/shared-components/src/i18n/strings/zh_Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"action": {
"back": "返回",
"click": "点击",
"close": "关闭",
"collapse": "折叠",
"delete": "删除",
"dismiss": "忽略",
Expand All @@ -14,8 +15,11 @@
"go": "转到",
"hide": "隐藏",
"invite": "邀请",
"new_conversation": "新对话",
"new_room": "新房间",
"new_section": "新区域",
"new_video_room": "新视频房间",
"open_menu": "打开菜单",
"pause": "暂停",
"pin": "置顶",
"play": "播放",
Expand All @@ -32,12 +36,14 @@
"common": {
"attachment": "附件",
"encryption_enabled": "加密已启用",
"loading": "正在载入…",
"options": "选项",
"preferences": "偏好",
"state_encryption_enabled": "实验性的状态加密已启用"
},
"left_panel": {
"open_dial_pad": "打开拨号键盘"
"open_dial_pad": "打开拨号键盘",
"separator_label": "点击或拖动以展开"
},
"notifications": {
"all_messages": "所有消息",
Expand Down Expand Up @@ -110,7 +116,8 @@
"leave_room": "离开房间",
"low_priority": "低优先级",
"mark_read": "设为已读",
"mark_unread": "设为未读"
"mark_unread": "设为未读",
"move_to_section": "移动到"
},
"notification_options": "通知选项",
"open_space_menu": "打开空间菜单",
Expand All @@ -119,6 +126,11 @@
"more_options": "更多选项"
},
"room_options": "房间选项",
"section_created": "区域已创建",
"section_header": {
"toggle": "切换区域 %(section)s",
"toggle_unread": "切换到区域 %(section)s 中的未读房间"
},
"show_message_previews": "显示消息预览",
"sort": "排序",
"sort_type": {
Expand Down
Loading