From 1af182c198c67e0ea068308992772d4867cb0d40 Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 6 Nov 2017 15:09:23 -0300 Subject: translations PR 20171030 (#7748) --- i18n/zh-CN.json | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 5 deletions(-) (limited to 'i18n/zh-CN.json') diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json index f90d91d0c..fef4935e8 100644 --- a/i18n/zh-CN.json +++ b/i18n/zh-CN.json @@ -635,6 +635,26 @@ "id": "api.command_collapse.success", "translation": "图片链接现在默认折叠" }, + { + "id": "api.command_dnd.desc", + "translation": "Do not disturb disables desktop and mobile push notifications." + }, + { + "id": "api.command_dnd.disabled", + "translation": "Do Not Disturb is disabled." + }, + { + "id": "api.command_dnd.error", + "translation": "Error to retrieve the user status." + }, + { + "id": "api.command_dnd.name", + "translation": "dnd" + }, + { + "id": "api.command_dnd.success", + "translation": "Do Not Disturb is enabled. You will not receive desktop or mobile push notifications until Do Not Disturb is turned off." + }, { "id": "api.command_echo.create.app_error", "translation": "不能创建 /echo 帖文,err=%v" @@ -3471,13 +3491,17 @@ "id": "app.plugin.activate.app_error", "translation": "无法激活揭开的插件。插件可能已存在并已激活。" }, + { + "id": "app.plugin.config.app_error", + "translation": "Error saving plugin state in config" + }, { "id": "app.plugin.deactivate.app_error", "translation": "无法停用插件" }, { "id": "app.plugin.disabled.app_error", - "translation": "插件已被系统管理员禁用或开启后未重启服务器。" + "translation": "Plugins have been disabled." }, { "id": "app.plugin.extract.app_error", @@ -3491,6 +3515,10 @@ "id": "app.plugin.get_plugins.app_error", "translation": "无法获取已启动的插件" }, + { + "id": "app.plugin.get_plugins.app_error", + "translation": "无法获取已启动的插件" + }, { "id": "app.plugin.manifest.app_error", "translation": "无法在解压的插件里找到 manifest 档" @@ -3499,10 +3527,18 @@ "id": "app.plugin.mvdir.app_error", "translation": "无法移动插件从临时目录到最终目录" }, + { + "id": "app.plugin.not_installed.app_error", + "translation": "Plugin is not installed" + }, { "id": "app.plugin.remove.app_error", "translation": "无法删除插件" }, + { + "id": "app.plugin.upload_disabled.app_error", + "translation": "Plugins and/or plugin uploads have been disabled." + }, { "id": "app.user_access_token.disabled", "translation": "个人访问令牌在本服务器禁用。请联系您的系统管理员了解详情。" @@ -3787,6 +3823,10 @@ "id": "ent.elasticsearch.index_post.error", "translation": "索引消息失败" }, + { + "id": "ent.elasticsearch.indexer.do_job.get_oldest_post.error", + "translation": "The oldest post could not be retrieved from the database." + }, { "id": "ent.elasticsearch.indexer.do_job.parse_end_time.error", "translation": "Elasticsearch 索引工作者解析中止时间失败" @@ -4439,6 +4479,10 @@ "id": "model.config.is_valid.elastic_search.aggregate_posts_after_days.app_error", "translation": "Elasticsearch AggregatePostsAfterDays 设定必须为大于或等于 1 的数字" }, + { + "id": "model.config.is_valid.elastic_search.bulk_indexing_time_window_seconds.app_error", + "translation": "Elasticsearch Bulk Indexing Time Window must be at least 1 second." + }, { "id": "model.config.is_valid.elastic_search.connection_url.app_error", "translation": "当 Elastic Search 索引开启时必须提供 Elastic Search ConnectionUrl 设定。" @@ -4459,6 +4503,10 @@ "id": "model.config.is_valid.elastic_search.posts_aggregator_job_start_time.app_error", "translation": "Elasticsearch PostsAggregatorJobStartTime 设定必须以 \"hh:mm\" 格式的时间" }, + { + "id": "model.config.is_valid.elastic_search.request_timeout_seconds.app_error", + "translation": "Elasticsearch Request Timeout must be at least 1 second." + }, { "id": "model.config.is_valid.elastic_search.username.app_error", "translation": "当 Elastic Search 索引开启时必须提供 Elastic Search 用户名设定。" @@ -6859,10 +6907,6 @@ "id": "web.header.back", "translation": "返回" }, - { - "id": "web.incoming_webhook.attachment.app_error", - "translation": "最大附件长度为 {{.Max}} 字,已收到大小为 {{.Actual}}" - }, { "id": "web.incoming_webhook.channel.app_error", "translation": "找不到该频道" @@ -6883,6 +6927,10 @@ "id": "web.incoming_webhook.permissions.app_error", "translation": "不合适的频道权限" }, + { + "id": "web.incoming_webhook.split_props_length.app_error", + "translation": "Unable to split webhook props into {{.Max}} character parts." + }, { "id": "web.incoming_webhook.text.app_error", "translation": "未指定文本" -- cgit v1.2.3-1-g7c22