summaryrefslogtreecommitdiffstats
path: root/i18n/zh-CN.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-03-21 23:49:27 -0300
committerGitHub <noreply@github.com>2017-03-21 23:49:27 -0300
commit20a2e6fab7b0bf837a53cdd85ad33102e27c2ab2 (patch)
treebef7ae24972900fd1fdace40986308aaaba263b6 /i18n/zh-CN.json
parent25517aae568bdba923ae06bcf7d82dfcd6c34ec9 (diff)
downloadchat-20a2e6fab7b0bf837a53cdd85ad33102e27c2ab2.tar.gz
chat-20a2e6fab7b0bf837a53cdd85ad33102e27c2ab2.tar.bz2
chat-20a2e6fab7b0bf837a53cdd85ad33102e27c2ab2.zip
translations PR 20170320 (#5819)
Diffstat (limited to 'i18n/zh-CN.json')
-rw-r--r--i18n/zh-CN.json38
1 files changed, 37 insertions, 1 deletions
diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json
index efa7fdc2f..3a8bbfaea 100644
--- a/i18n/zh-CN.json
+++ b/i18n/zh-CN.json
@@ -148,6 +148,10 @@
"translation": "可以让用户查看权限。"
},
{
+ "id": "api.brand.init.debug",
+ "translation": "正在初始化命令 API 路由"
+ },
+ {
"id": "api.channel.add_member.added",
"translation": "%v 由 %v 邀请加入频道"
},
@@ -284,6 +288,10 @@
"translation": "正在初始化频道 API 路由"
},
{
+ "id": "api.channel.join_channel.already_deleted.app_error",
+ "translation": "Channel is already deleted"
+ },
+ {
"id": "api.channel.join_channel.permissions.app_error",
"translation": "您没有对应的权限"
},
@@ -384,6 +392,10 @@
"translation": "无法获取 user_id=%v 以及 channel_id=%v 的未读数量,err=%v"
},
{
+ "id": "api.cluster.init.debug",
+ "translation": "正在初始化用户 API 路由"
+ },
+ {
"id": "api.command.admin_only.app_error",
"translation": "集成只限于管理员。"
},
@@ -800,6 +812,10 @@
"translation": "shrug"
},
{
+ "id": "api.compliance.init.debug",
+ "translation": "正在初始化命令 API 路由"
+ },
+ {
"id": "api.context.404.app_error",
"translation": "对不起,我们找不到该页面。"
},
@@ -1010,7 +1026,7 @@
"translation": "公共链接不显示是有效的"
},
{
- "id": "api.file.get_file_preview.no_thumbnail.app_error",
+ "id": "api.file.get_file_preview.no_preview.app_error",
"translation": "文件没有预览图"
},
{
@@ -1230,6 +1246,10 @@
"translation": "传入的 webhooks 已被系统管理员禁用。"
},
{
+ "id": "api.ldap.init.debug",
+ "translation": "正在初始化文件 API 路由"
+ },
+ {
"id": "api.license.add_license.array.app_error",
"translation": "请求中‘许可证’空数组"
},
@@ -3676,6 +3696,10 @@
"translation": "无法写入请求"
},
{
+ "id": "model.client.upload_saml_cert.app_error",
+ "translation": "Error creating SAML certificate multipart form request"
+ },
+ {
"id": "model.command.is_valid.create_at.app_error",
"translation": "创建时必须是有效时间"
},
@@ -4700,6 +4724,14 @@
"translation": "我们无法获得该频道"
},
{
+ "id": "store.sql_channel.get_public_channels.get.app_error",
+ "translation": "我们无法获取频道"
+ },
+ {
+ "id": "store.sql_channel.get_unread.app_error",
+ "translation": "我们无法获取团队未读消息"
+ },
+ {
"id": "store.sql_channel.increment_mention_count.app_error",
"translation": "我们不能增加提及数"
},
@@ -4716,6 +4748,10 @@
"translation": "我们无法删除频道成员"
},
{
+ "id": "store.sql_channel.pinned_posts.app_error",
+ "translation": "We couldn't find the pinned posts"
+ },
+ {
"id": "store.sql_channel.remove_member.app_error",
"translation": "我们无法删除频道成员"
},