summaryrefslogtreecommitdiffstats
path: root/i18n/zh_CN.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-03-02 13:23:01 -0300
committerGitHub <noreply@github.com>2017-03-02 13:23:01 -0300
commit4f8abfaeeebcbed03b5f377946d646d52943cc5e (patch)
tree2240c5b4df4d14202370e8049f892b63e6555f03 /i18n/zh_CN.json
parentf513879ffcd34d0afb1ce254e731af1f7eba5f47 (diff)
downloadchat-4f8abfaeeebcbed03b5f377946d646d52943cc5e.tar.gz
chat-4f8abfaeeebcbed03b5f377946d646d52943cc5e.tar.bz2
chat-4f8abfaeeebcbed03b5f377946d646d52943cc5e.zip
translations PR 20170227 (#5554)
Diffstat (limited to 'i18n/zh_CN.json')
-rw-r--r--i18n/zh_CN.json64
1 files changed, 64 insertions, 0 deletions
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
@@ -2356,6 +2356,10 @@
"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"
},
@@ -2564,6 +2568,10 @@
"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不匹配"
},
@@ -2752,6 +2760,38 @@
"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 未在本服务器开启。"
},
@@ -3508,10 +3548,18 @@
"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": "无效角色"
},
@@ -4468,6 +4516,10 @@
"translation": "我们保持审核时出错"
},
{
+ "id": "store.sql_channel.analytics_deleted_type_count.app_error",
+ "translation": "我们无法获取频道类型数"
+ },
+ {
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "我们无法获取频道类型数"
},
@@ -5288,6 +5340,14 @@
"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": "我们无法获得不重复的用户数量"
},
@@ -5528,6 +5588,10 @@
"translation": "你不能覆盖现有的传出的 webhook"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "我们不能保存传入的 webhook"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "我们不能更新 webhook"
},