summaryrefslogtreecommitdiffstats
path: root/i18n/zh_CN.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-10-27 10:08:47 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-10-27 09:08:47 -0400
commit4dca84c8b4e38dd13522ddaea5843b276dd77946 (patch)
treed890e769b135a35ea6d21112e59bbd257f4fdfd4 /i18n/zh_CN.json
parentdd1965ca3461dbf965a68015e063667d56970adb (diff)
downloadchat-4dca84c8b4e38dd13522ddaea5843b276dd77946.tar.gz
chat-4dca84c8b4e38dd13522ddaea5843b276dd77946.tar.bz2
chat-4dca84c8b4e38dd13522ddaea5843b276dd77946.zip
translations PR 20161025 (#4328)
Diffstat (limited to 'i18n/zh_CN.json')
-rw-r--r--i18n/zh_CN.json26
1 files changed, 25 insertions, 1 deletions
diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json
index 58d65932a..3f549d975 100644
--- a/i18n/zh_CN.json
+++ b/i18n/zh_CN.json
@@ -204,6 +204,10 @@
"translation": "非直接频道的频道名不能出现无效字符 '__'"
},
{
+ "id": "api.channel.create_channel.max_channel_limit.app_error",
+ "translation": "当前团队无法创建超过 {{.MaxChannelsPerTeam}} 个频道。"
+ },
+ {
"id": "api.channel.create_default_channels.off_topic",
"translation": "闲聊频道"
},
@@ -2404,8 +2408,12 @@
"translation": "非法确认邮件链接。"
},
{
+ "id": "api.web_hub.start.starting.debug",
+ "translation": "启动 %v websocket 集线器中"
+ },
+ {
"id": "api.web_hub.start.stopping.debug",
- "translation": "停止 %v 连接"
+ "translation": "停止 websocket 集线器连接中"
},
{
"id": "api.web_socket.connect.error",
@@ -3260,6 +3268,10 @@
"translation": "最大过载必须大于零。"
},
{
+ "id": "model.config.is_valid.max_channels.app_error",
+ "translation": "团队设置中频道最大用户数无效,必须是正整数。"
+ },
+ {
"id": "model.config.is_valid.max_file_size.app_error",
"translation": "文件设置中最大大小无效。必须是0或者正整数。"
},
@@ -4632,10 +4644,18 @@
"translation": "无法找到此用户id和团队id相关联的团队成员"
},
{
+ "id": "store.sql_team.get_member_count.app_error",
+ "translation": "我们无法计算团队成员数"
+ },
+ {
"id": "store.sql_team.get_members.app_error",
"translation": "我们无法获得频道成员"
},
{
+ "id": "store.sql_team.get_members_by_ids.app_error",
+ "translation": "我们无法获得团队成员"
+ },
+ {
"id": "store.sql_team.get_teams_for_email.app_error",
"translation": "我们查找团队时遇到了一个问题"
},
@@ -4724,6 +4744,10 @@
"translation": "我们查找用户配置文件遇到了一个错误"
},
{
+ "id": "store.sql_user.get_recently_active_users.app_error",
+ "translation": "查找最近活动的用户时遇到错误"
+ },
+ {
"id": "store.sql_user.get_sysadmin_profiles.app_error",
"translation": "我们查找用户配置文件遇到了一个错误"
},