Этот коммит содержится в:
enahum
2017-11-06 15:09:23 -03:00
коммит произвёл Christopher Speller
родитель 72ae0ab9bb
Коммит 1af182c198
14 изменённых файлов: 760 добавлений и 136 удалений

Просмотреть файл

@@ -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 post, err=%v"
@@ -3471,13 +3491,17 @@
"id": "app.plugin.activate.app_error",
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
{
"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": "Plugins have been disabled by the system admin or the server has not been restarted since they were enabled."
"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": "Unable to find manifest for extracted plugin"
@@ -3499,10 +3527,18 @@
"id": "app.plugin.mvdir.app_error",
"translation": "Unable to move plugin from temporary directory to final destination"
},
{
"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": "Personal access tokens are disabled on this server. Please contact your system administrator for details."
@@ -3787,6 +3823,10 @@
"id": "ent.elasticsearch.index_post.error",
"translation": "Failed to index the post"
},
{
"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 indexing worker failed to parse the end time"
@@ -4439,6 +4479,10 @@
"id": "model.config.is_valid.elastic_search.aggregate_posts_after_days.app_error",
"translation": "Elasticsearch AggregatePostsAfterDays setting must be a number greater than or equal to 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 ConnectionUrl setting must be provided when Elastic Search indexing is enabled."
@@ -4459,6 +4503,10 @@
"id": "model.config.is_valid.elastic_search.posts_aggregator_job_start_time.app_error",
"translation": "Elasticsearch PostsAggregatorJobStartTime setting must be a time in the format \"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 Username setting must be provided when Elastic Search indexing is enabled."
@@ -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": "Текст не задан"