From 4f8abfaeeebcbed03b5f377946d646d52943cc5e Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 2 Mar 2017 13:23:01 -0300 Subject: translations PR 20170227 (#5554) --- i18n/zh_CN.json | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'i18n/zh_CN.json') diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json index d1ea18c4e..80638a28d 100644 --- a/i18n/zh_CN.json +++ b/i18n/zh_CN.json @@ -2355,6 +2355,10 @@ "id": "api.user.create_user.accepted_domain.app_error", "translation": "您提供的电子邮件不属于允许的域名。请与您的管理员联系或使用一个不同的电子邮件注册。" }, + { + "id": "api.user.create_user.disabled.app_error", + "translation": "User creation is disabled." + }, { "id": "api.user.create_user.joining.error", "translation": "加入默认通道遇到一个问题 user_id=%s, team_id=%s, err=%v" @@ -2563,6 +2567,10 @@ "id": "api.user.update_mfa.not_available.app_error", "translation": "此服务器没有配置或者不支持多重验证" }, + { + "id": "api.user.update_oauth_user_attrs.get_user.app_error", + "translation": "无法创建用户 {{.Service}} 用户对象" + }, { "id": "api.user.update_password.context.app_error", "translation": "更新密码失败因为 user_id 提供用户ID不匹配" @@ -2751,6 +2759,38 @@ "id": "api.webhook.regen_outgoing_token.permissions.app_error", "translation": "无效的重新生成传出的 webhook 令牌权限" }, + { + "id": "api.webhook.team_mismatch.app_error", + "translation": "无法跨团队更新命令" + }, + { + "id": "api.webhook.update_incoming.disabled.app_error", + "translation": "传入的webhooks已被系统管理员禁用。" + }, + { + "id": "api.webhook.update_incoming.permissions.app_error", + "translation": "无效的删除传入的 webhook 权限" + }, + { + "id": "api.webhook.update_outgoing.disabled.app_error", + "translation": "传出的webhooks已被系统管理员禁用。" + }, + { + "id": "api.webhook.update_outgoing.intersect.app_error", + "translation": "同一频道的传出 webhooks 不能具有同样的触发词/回调URLs。" + }, + { + "id": "api.webhook.update_outgoing.not_open.app_error", + "translation": "只有公共频道可以创建传出 webhooks。" + }, + { + "id": "api.webhook.update_outgoing.permissions.app_error", + "translation": "无效的创建传出的 webhook 权限。" + }, + { + "id": "api.webhook.update_outgoing.triggers.app_error", + "translation": "无论是trigger_words或channel_id必须设置" + }, { "id": "api.webrtc.disabled.app_error", "translation": "WebRTC 未在本服务器开启。" @@ -3507,10 +3547,18 @@ "id": "model.channel_member.is_valid.channel_id.app_error", "translation": "无效的频道id" }, + { + "id": "model.channel_member.is_valid.email_value.app_error", + "translation": "Invalid email notification value" + }, { "id": "model.channel_member.is_valid.notify_level.app_error", "translation": "无效通知级别" }, + { + "id": "model.channel_member.is_valid.push_level.app_error", + "translation": "Invalid push notification level" + }, { "id": "model.channel_member.is_valid.role.app_error", "translation": "无效角色" @@ -4467,6 +4515,10 @@ "id": "store.sql_audit.save.saving.app_error", "translation": "我们保持审核时出错" }, + { + "id": "store.sql_channel.analytics_deleted_type_count.app_error", + "translation": "我们无法获取频道类型数" + }, { "id": "store.sql_channel.analytics_type_count.app_error", "translation": "我们无法获取频道类型数" @@ -5287,6 +5339,14 @@ "id": "store.sql_team.update_display_name.app_error", "translation": "我们无法更新团队名称" }, + { + "id": "store.sql_user.analytics_get_inactive_users_count.app_error", + "translation": "我们无法计算启用的用户数" + }, + { + "id": "store.sql_user.analytics_get_system_admin_count.app_error", + "translation": "We couldn't get the system admin count" + }, { "id": "store.sql_user.analytics_unique_user_count.app_error", "translation": "我们无法获得不重复的用户数量" @@ -5527,6 +5587,10 @@ "id": "store.sql_webhooks.save_outgoing.override.app_error", "translation": "你不能覆盖现有的传出的 webhook" }, + { + "id": "store.sql_webhooks.update_incoming.app_error", + "translation": "我们不能保存传入的 webhook" + }, { "id": "store.sql_webhooks.update_outgoing.app_error", "translation": "我们不能更新 webhook" -- cgit v1.2.3-1-g7c22