summaryrefslogtreecommitdiffstats
path: root/i18n/zh_CN.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-01-25 10:06:24 -0300
committerGitHub <noreply@github.com>2017-01-25 10:06:24 -0300
commitca3e6e38e39ff899af20c57e5c447a850662405f (patch)
treef87e36199a70031147bc360219e93d13779f0973 /i18n/zh_CN.json
parent7bcea832cdd2391369c66a831d43036ebd82bdea (diff)
downloadchat-ca3e6e38e39ff899af20c57e5c447a850662405f.tar.gz
chat-ca3e6e38e39ff899af20c57e5c447a850662405f.tar.bz2
chat-ca3e6e38e39ff899af20c57e5c447a850662405f.zip
translations PR 20170123 (#5174)
Diffstat (limited to 'i18n/zh_CN.json')
-rw-r--r--i18n/zh_CN.json58
1 files changed, 51 insertions, 7 deletions
diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json
index 5225c85f7..3f78b6208 100644
--- a/i18n/zh_CN.json
+++ b/i18n/zh_CN.json
@@ -301,11 +301,11 @@
},
{
"id": "api.channel.post_update_channel_displayname_message_and_forget.create_post.error",
- "translation": "发送显示名更新信息 %v 时失败"
+ "translation": "发送显示名更新信息时失败"
},
{
"id": "api.channel.post_update_channel_displayname_message_and_forget.retrieve_user.error",
- "translation": "尝试保存更新的频道标题消息 %v 时获取用户失败"
+ "translation": "尝试保存更新的频道标题消息 %v 时获取用户信息失败"
},
{
"id": "api.channel.post_update_channel_displayname_message_and_forget.updated_from",
@@ -333,7 +333,7 @@
},
{
"id": "api.channel.post_user_add_remove_message_and_forget.error",
- "translation": "发布添加/退出消息失败 %v"
+ "translation": "发布添加/退出消息失败"
},
{
"id": "api.channel.remove.default.app_error",
@@ -801,7 +801,7 @@
},
{
"id": "api.context.invalid_session.error",
- "translation": "Invalid session err=%v"
+ "translation": "无效会话 err=%v"
},
{
"id": "api.context.invalid_team_url.debug",
@@ -809,7 +809,7 @@
},
{
"id": "api.context.invalid_token.error",
- "translation": "Invalid session token={{.Token}}, err={{.Error}}"
+ "translation": "无效会话令牌 token={{.Token}}, err={{.Error}}"
},
{
"id": "api.context.invalidate_all_caches",
@@ -1489,7 +1489,7 @@
},
{
"id": "api.post.make_direct_channel_visible.get_2_members.error",
- "translation": "获取私聊频道的2个用户失败 channel_id=%v"
+ "translation": "获取私聊频道的2个用户失败 channel_id={{.ChannelId}}"
},
{
"id": "api.post.make_direct_channel_visible.get_members.error",
@@ -1580,10 +1580,18 @@
"translation": "您没有对应的权限"
},
{
+ "id": "api.post.update_post.permissions_denied.app_error",
+ "translation": "团队创建被禁用。详细请询问您的系统管理员。"
+ },
+ {
"id": "api.post.update_post.permissions_details.app_error",
"translation": "已经删除 id={{.PostId}}"
},
{
+ "id": "api.post.update_post.permissions_time_limit.app_error",
+ "translation": "Post edit is only allowed for {{.timeLimit}} seconds. Please ask your systems administrator for details."
+ },
+ {
"id": "api.post.update_post.system_message.app_error",
"translation": "无法更新系统消息"
},
@@ -2745,13 +2753,49 @@
},
{
"id": "api.websocket.invalid_session.error",
- "translation": "Invalid session err=%v"
+ "translation": "无效会话 err=%v"
},
{
"id": "api.websocket_handler.invalid_param.app_error",
"translation": "无效的参数 {{.Name}}"
},
{
+ "id": "app.channel.post_update_channel_purpose_message.post.error",
+ "translation": "Failed to post channel purpose message"
+ },
+ {
+ "id": "app.channel.post_update_channel_purpose_message.removed",
+ "translation": "%s 删除了频道标题 (原为: %s)"
+ },
+ {
+ "id": "app.channel.post_update_channel_purpose_message.retrieve_user.error",
+ "translation": "尝试保存更新的频道标题消息 %v 时获取用户信息失败"
+ },
+ {
+ "id": "app.channel.post_update_channel_purpose_message.updated_from",
+ "translation": "%s 将频道标题从 %s 更新为 %s"
+ },
+ {
+ "id": "app.channel.post_update_channel_purpose_message.updated_to",
+ "translation": "%s 更新频道标题为: %s"
+ },
+ {
+ "id": "authentication.permissions.create_team_roles.description",
+ "translation": "Ability to create new teams"
+ },
+ {
+ "id": "authentication.permissions.create_team_roles.name",
+ "translation": "Create Teams"
+ },
+ {
+ "id": "authentication.permissions.manage_team_roles.description",
+ "translation": "Ability to change the roles of a team member"
+ },
+ {
+ "id": "authentication.permissions.manage_team_roles.name",
+ "translation": "Manage Team Roles"
+ },
+ {
"id": "authentication.permissions.team_invite_user.description",
"translation": "可以邀请用户到团队"
},