diff --git a/assets/base/i18n/zh-CN.json b/assets/base/i18n/zh-CN.json index 7a57868ffc..51820a8f31 100644 --- a/assets/base/i18n/zh-CN.json +++ b/assets/base/i18n/zh-CN.json @@ -366,5 +366,27 @@ "user.settings.general.nickname": "昵称", "user.settings.general.position": "职位", "user.settings.general.username": "用户名", - "login.forgot": "忘记密码?" + "login.forgot": "忘记密码?", + "browse_channels.dropdownTitle": "显示", + "autocomplete_selector.unknown_channel": "未知频道", + "apps.error.responses.unexpected_type": "应用响应类型不是预期的。响应类型:{type}", + "apps.error.responses.form.no_form": "响应类型是' form ',但响应中没有包含任何表单。", + "apps.error.parser.empty_value": "不允许空值。", + "announcment_banner.okay": "确定", + "announcment_banner.dismiss": "撤消公告", + "alert.removed_from_team.title": "从团队中移出", + "alert.removed_from_team.description": "您已被团队{displayName}移出。", + "alert.removed_from_channel.description": "您已被频道{displayName}移出。", + "alert.removed_from_channel.title": "从频道移除", + "alert.push_proxy.button": "确定", + "alert.push_proxy_unknown.title": "无法从此服务器接收通知", + "alert.push_proxy_unknown.description": "该服务器由于未知原因无法接收推送通知。下次连接时将会再次尝试。", + "alert.push_proxy_error.title": "无法从此服务器接收通知", + "alert.push_proxy_error.description": "由于该服务器的配置,在移动应用程序中无法收到通知。请联系您的系统管理员以了解更多信息。", + "alert.channel_deleted.title": "归档频道", + "alert.channel_deleted.description": "频道{displayName} ,已被存档。", + "account.your_profile": "您的资料", + "account.settings": "设置", + "account.logout_from": "登出{serverName}", + "account.logout": "注销" }