summaryrefslogtreecommitdiffstats
path: root/i18n/zh-CN.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-04-27 09:57:26 -0300
committerGitHub <noreply@github.com>2017-04-27 09:57:26 -0300
commit4e086311ad869a2de6a115afa0ae9bf56ad8639e (patch)
tree9e429a06482fa2160b614dd6341675ec0e8a261d /i18n/zh-CN.json
parentaaff58844220331eeac1c523a8b0b9b572d5e8f5 (diff)
downloadchat-4e086311ad869a2de6a115afa0ae9bf56ad8639e.tar.gz
chat-4e086311ad869a2de6a115afa0ae9bf56ad8639e.tar.bz2
chat-4e086311ad869a2de6a115afa0ae9bf56ad8639e.zip
translations PR 20170424 (#6224)
Diffstat (limited to 'i18n/zh-CN.json')
-rw-r--r--i18n/zh-CN.json34
1 files changed, 29 insertions, 5 deletions
diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json
index 04087b15f..579be2326 100644
--- a/i18n/zh-CN.json
+++ b/i18n/zh-CN.json
@@ -1002,6 +1002,10 @@
"translation": "正在初始化表情符 API 路由"
},
{
+ "id": "api.emoji.init.debug",
+ "translation": "正在初始化表情符 API 路由"
+ },
+ {
"id": "api.emoji.storage.app_error",
"translation": "文件存储没有正确配置。请配置S3或本地文件存储服务。"
},
@@ -1684,10 +1688,6 @@
"translation": "不能对其他用户设置优先级"
},
{
- "id": "api.preference.save_preferences.set_details.app_error",
- "translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}"
- },
- {
"id": "api.reaction.delete_reaction.mismatched_channel_id.app_error",
"translation": "因网址中频道 ID 与消息 ID不符而删除反应失败"
},
@@ -1700,10 +1700,18 @@
"translation": "因网址中频道 ID 与消息 ID不符而获取反应失败"
},
{
+ "id": "api.reaction.save_reaction.invalid.app_error",
+ "translation": "无效反应。"
+ },
+ {
"id": "api.reaction.save_reaction.mismatched_channel_id.app_error",
"translation": "因网址中频道 ID 与消息 ID不符而保存反应失败"
},
{
+ "id": "api.reaction.save_reaction.user_id.app_error",
+ "translation": "您不能保存其他用户的反应。"
+ },
+ {
"id": "api.reaction.send_reaction_event.post.app_error",
"translation": "发送 websocket 反应事件时获取消息失败"
},
@@ -3608,6 +3616,10 @@
"translation": "无效重定向uri"
},
{
+ "id": "model.authorize.is_valid.response_type.app_error",
+ "translation": "无效的响应类型"
+ },
+ {
"id": "model.authorize.is_valid.scope.app_error",
"translation": "无效范围"
},
@@ -3704,6 +3716,14 @@
"translation": "无法写入请求"
},
{
+ "id": "model.client.get_flagged_posts_in_channel.missing_parameter.app_error",
+ "translation": "缺少频道参数"
+ },
+ {
+ "id": "model.client.get_flagged_posts_in_team.missing_parameter.app_error",
+ "translation": "缺少团队参数"
+ },
+ {
"id": "model.client.login.app_error",
"translation": "认证令牌不匹配"
},
@@ -3949,7 +3969,7 @@
},
{
"id": "model.config.is_valid.max_file_size.app_error",
- "translation": "文件设置中最大大小无效。必须是0或者正整数。"
+ "translation": "无效文件设定的最大文件大小。必须为大于零的整数。"
},
{
"id": "model.config.is_valid.max_notify_per_channel.app_error",
@@ -5188,6 +5208,10 @@
"translation": "您不能更新一个村庄的邮件"
},
{
+ "id": "store.sql_post.search.disabled",
+ "translation": "此服务器已禁用搜索。请联系您的系统管理员。"
+ },
+ {
"id": "store.sql_post.search.warn",
"translation": "搜索消息查询错误:%v"
},