summaryrefslogtreecommitdiffstats
path: root/i18n/zh-CN.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2018-02-20 10:43:01 -0300
committerGitHub <noreply@github.com>2018-02-20 10:43:01 -0300
commit18a1599e929a41d2fe07f3962bdd2ab60dfca67c (patch)
treed7b1aaa2ef4eb04ac27cc371efb2a77e7260d070 /i18n/zh-CN.json
parent0145cd4da8c9c2401b8f3d5024ebe4608f7e8fd2 (diff)
downloadchat-18a1599e929a41d2fe07f3962bdd2ab60dfca67c.tar.gz
chat-18a1599e929a41d2fe07f3962bdd2ab60dfca67c.tar.bz2
chat-18a1599e929a41d2fe07f3962bdd2ab60dfca67c.zip
translations PR 20180220 (#8334)
Diffstat (limited to 'i18n/zh-CN.json')
-rw-r--r--i18n/zh-CN.json40
1 files changed, 24 insertions, 16 deletions
diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json
index 805670169..f799bba36 100644
--- a/i18n/zh-CN.json
+++ b/i18n/zh-CN.json
@@ -132,10 +132,6 @@
"translation": "无法上传文件。文件太大。"
},
{
- "id": "api.api.init.parsing_templates.debug",
- "translation": "解析服务模板 %v"
- },
- {
"id": "api.api.init.parsing_templates.error",
"translation": "解析服务模板出错 %v"
},
@@ -2303,6 +2299,14 @@
"translation": "%v 离开了团队。"
},
{
+ "id": "api.team.move_channel.post.error",
+ "translation": "发送频道作用消息失败"
+ },
+ {
+ "id": "api.team.move_channel.success",
+ "translation": "This channel has been moved to this team from %v."
+ },
+ {
"id": "api.team.permanent_delete_team.attempting.warn",
"translation": "试图永久删除团队 %v id=%v"
},
@@ -3067,6 +3071,10 @@
"translation": "不能读取传入的webhook的负载。"
},
{
+ "id": "api.webhook.incoming.error",
+ "translation": "Could not decode the multipart payload of incoming webhook."
+ },
+ {
"id": "api.webhook.init.debug",
"translation": "正在初始化 webhook API 路由"
},
@@ -4875,6 +4883,10 @@
"translation": "消息导出任务 ExportFromTimestamp 必须为时间戳 (unix 时间)。只有在此时间后发送的消息会被导出。"
},
{
+ "id": "model.config.is_valid.message_export.export_type.app_error",
+ "translation": "Message export job ExportFormat must be one of either 'actiance' or 'globalrelay'"
+ },
+ {
"id": "model.config.is_valid.message_export.file_location.app_error",
"translation": "消息导出任务 FileLocation 比如为可写的目录"
},
@@ -4883,6 +4895,10 @@
"translation": "消息导出任务 FileLocation 必须为 FileSettings.Directory 的子目录"
},
{
+ "id": "model.config.is_valid.message_export.global_relay_email_address.app_error",
+ "translation": "Message export job GlobalRelayEmailAddress must be set to a valid email address"
+ },
+ {
"id": "model.config.is_valid.password_length.app_error",
"translation": "最短密码长度必须为整数大于或等于 {{.MinLength}} 以及小于或等于 {{.MaxLength}}。"
},
@@ -7095,6 +7111,10 @@
"translation": "无法打开一个SMTP服务器连接 %v"
},
{
+ "id": "utils.mail.sendMail.attachments.write_error",
+ "translation": "Failed to write attachment to email"
+ },
+ {
"id": "utils.mail.send_mail.close.app_error",
"translation": "未能关闭连接到SMTP服务器"
},
@@ -7163,10 +7183,6 @@
"translation": "创建目录监视器失败 %v"
},
{
- "id": "web.dir_fail.error",
- "translation": "目录中的监视器失败 %v"
- },
- {
"id": "web.do_load_channel.error",
"translation": "获取用户配置文件时出错 id=%v 强制注销"
},
@@ -7271,18 +7287,10 @@
"translation": "解析模板 %v"
},
{
- "id": "web.parsing_templates.error",
- "translation": "解析模板失败 %v"
- },
- {
"id": "web.post_permalink.app_error",
"translation": "无效Post ID"
},
{
- "id": "web.reparse_templates.info",
- "translation": "修改文件后重新解析模板 %v"
- },
- {
"id": "web.reset_password.expired_link.app_error",
"translation": "密码重置链接已过期"
},