summaryrefslogtreecommitdiffstats
path: root/i18n/zh_CN.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-12-22 10:52:20 -0300
committerGitHub <noreply@github.com>2016-12-22 10:52:20 -0300
commit257a2234c431caf98abb0b9b1791672ae59a17fe (patch)
tree3f9387d3d6829bbf094eafe6ee66c54c25c0085e /i18n/zh_CN.json
parent84c6e376fab7de7d74c103a5dea49f331e827311 (diff)
downloadchat-257a2234c431caf98abb0b9b1791672ae59a17fe.tar.gz
chat-257a2234c431caf98abb0b9b1791672ae59a17fe.tar.bz2
chat-257a2234c431caf98abb0b9b1791672ae59a17fe.zip
translations PR 20161219 (#4838)
Diffstat (limited to 'i18n/zh_CN.json')
-rw-r--r--i18n/zh_CN.json32
1 files changed, 22 insertions, 10 deletions
diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json
index 53c382836..23b51db84 100644
--- a/i18n/zh_CN.json
+++ b/i18n/zh_CN.json
@@ -469,7 +469,7 @@
},
{
"id": "api.command_collapse.success",
- "translation": "Image links now collapse by default"
+ "translation": "图片链接现在默认折叠"
},
{
"id": "api.command_echo.create.app_error",
@@ -505,7 +505,7 @@
},
{
"id": "api.command_expand.success",
- "translation": "Image links now expand by default"
+ "translation": "图片链接现在默认展开"
},
{
"id": "api.command_expand_collapse.fail.app_error",
@@ -705,7 +705,7 @@
},
{
"id": "api.context.mfa_required.app_error",
- "translation": "Multi-factor authentication is required on this server."
+ "translation": "此服务器要求多重验证。"
},
{
"id": "api.context.permissions.app_error",
@@ -1525,7 +1525,11 @@
},
{
"id": "api.reaction.delete_reaction.mismatched_channel_id.app_error",
- "translation": "当网址中的频道id和网址中的消息id不符时保存反应失败"
+ "translation": "当网址中的频道id和网址中的消息id不符时删除反应失败"
+ },
+ {
+ "id": "api.reaction.init.debug",
+ "translation": "Initializing reactions api routes"
},
{
"id": "api.reaction.list_reactions.mismatched_channel_id.app_error",
@@ -1981,23 +1985,23 @@
},
{
"id": "api.templates.mfa_activated_body.info",
- "translation": "Multi-factor authentication has been added to your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you, please contact your system administrator."
+ "translation": "你在 {{ .SiteURL }} 的帐号已添加多重验证。<br>如果此操作不是您操作的,请联系您的系统管理员。"
},
{
"id": "api.templates.mfa_activated_body.title",
- "translation": "Multi-factor authentication was added"
+ "translation": "多重验证已添加"
},
{
"id": "api.templates.mfa_change_subject",
- "translation": "Your MFA has been updated on {{ .SiteName }}"
+ "translation": "您在 {{ .SiteName}} 的多重验证已更新"
},
{
"id": "api.templates.mfa_deactivated_body.info",
- "translation": "Multi-factor authentication has been removed from your account on {{ .SiteURL }}.<br>If this change wasn't initiated by you, please contact your system administrator."
+ "translation": "你在 {{ .SiteURL }} 的帐号已删除多重验证。<br>如果此操作不是您操作的,请联系您的系统管理员。"
},
{
"id": "api.templates.mfa_deactivated_body.title",
- "translation": "Multi-factor authentication was removed"
+ "translation": "多重验证已移除"
},
{
"id": "api.templates.password_change_body.info",
@@ -3037,7 +3041,7 @@
},
{
"id": "mattermost.load_license.find.warn",
- "translation": "找不到有效的许可证"
+ "translation": "License key from https://mattermost.com required to unlock enterprise features."
},
{
"id": "mattermost.security_bulletin.error",
@@ -3876,6 +3880,10 @@
"translation": "无效的昵称"
},
{
+ "id": "model.user.is_valid.position.app_error",
+ "translation": "无效位置:不能超过 35 个字符。"
+ },
+ {
"id": "model.user.is_valid.pwd.app_error",
"translation": "你的密码需要至少 {{.Min}} 字符。"
},
@@ -4860,6 +4868,10 @@
"translation": "我们查找团队时遇到了一个问题"
},
{
+ "id": "store.sql_team.get_unread.app_error",
+ "translation": "We couldn't get the teams unread messages"
+ },
+ {
"id": "store.sql_team.permanent_delete.app_error",
"translation": "我们不能删除现有的团队"
},