summaryrefslogtreecommitdiffstats
path: root/i18n/ru.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2017-03-02 13:23:01 -0300
committerGitHub <noreply@github.com>2017-03-02 13:23:01 -0300
commit4f8abfaeeebcbed03b5f377946d646d52943cc5e (patch)
tree2240c5b4df4d14202370e8049f892b63e6555f03 /i18n/ru.json
parentf513879ffcd34d0afb1ce254e731af1f7eba5f47 (diff)
downloadchat-4f8abfaeeebcbed03b5f377946d646d52943cc5e.tar.gz
chat-4f8abfaeeebcbed03b5f377946d646d52943cc5e.tar.bz2
chat-4f8abfaeeebcbed03b5f377946d646d52943cc5e.zip
translations PR 20170227 (#5554)
Diffstat (limited to 'i18n/ru.json')
-rw-r--r--i18n/ru.json66
1 files changed, 65 insertions, 1 deletions
diff --git a/i18n/ru.json b/i18n/ru.json
index 77eefe91a..9e1c861c9 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -2356,6 +2356,10 @@
"translation": "Предоставленный вами адрес электронной почты не относится к признанному домену. Пожалуйста, свяжитесь с администратором или зарегистрируйтесь с другим адресом электронной почты."
},
{
+ "id": "api.user.create_user.disabled.app_error",
+ "translation": "User creation is disabled."
+ },
+ {
"id": "api.user.create_user.joining.error",
"translation": "Возникла проблема при присоединении к каналам по умолчанию user_id=%s, team_id=%s, err=%v"
},
@@ -2564,6 +2568,10 @@
"translation": "МФА не настроена или не поддерживается на этом сервере"
},
{
+ "id": "api.user.update_oauth_user_attrs.get_user.app_error",
+ "translation": "Невозможно создать пользователя из {{.Service}} объекта пользователя"
+ },
+ {
"id": "api.user.update_password.context.app_error",
"translation": "Не удалось обновить пароль, поскольку контекст user_id не соответствовал реквизитам user_id"
},
@@ -2709,7 +2717,7 @@
},
{
"id": "api.webhook.delete_incoming.disabled.app_error",
- "translation": "Входящие вебхуки отключены системным администратором."
+ "translation": "Входящие вебхуки были отключены системным администратором."
},
{
"id": "api.webhook.delete_incoming.permissions.app_error",
@@ -2752,6 +2760,38 @@
"translation": "Отсутствуют права на пересоздание токена для исходящего вебхука"
},
{
+ "id": "api.webhook.team_mismatch.app_error",
+ "translation": "Невозможно обновить команды через команды"
+ },
+ {
+ "id": "api.webhook.update_incoming.disabled.app_error",
+ "translation": "Входящие вебхуки были отключены системным администратором."
+ },
+ {
+ "id": "api.webhook.update_incoming.permissions.app_error",
+ "translation": "Отсутствуют права на удаление входящего вебхука"
+ },
+ {
+ "id": "api.webhook.update_outgoing.disabled.app_error",
+ "translation": "Исходящие вебхуки были отключены системным администратором."
+ },
+ {
+ "id": "api.webhook.update_outgoing.intersect.app_error",
+ "translation": "Исходящие вебхуки одного канала не могут иметь одинаковые слова-триггеры/вызываемые URL."
+ },
+ {
+ "id": "api.webhook.update_outgoing.not_open.app_error",
+ "translation": "Исходящие вебхуки могут быть созданы только для общественных каналов."
+ },
+ {
+ "id": "api.webhook.update_outgoing.permissions.app_error",
+ "translation": "Несоответствующие права для создания исходящего вебхука."
+ },
+ {
+ "id": "api.webhook.update_outgoing.triggers.app_error",
+ "translation": "Должны быть заданы trigger_words или channel_id"
+ },
+ {
"id": "api.webrtc.disabled.app_error",
"translation": "WebRTC не доступен на этом сервере."
},
@@ -3508,10 +3548,18 @@
"translation": "Недопустимый идентификатор канала"
},
{
+ "id": "model.channel_member.is_valid.email_value.app_error",
+ "translation": "Invalid email notification value"
+ },
+ {
"id": "model.channel_member.is_valid.notify_level.app_error",
"translation": "Недопустимый уровень уведомлений"
},
{
+ "id": "model.channel_member.is_valid.push_level.app_error",
+ "translation": "Invalid push notification level"
+ },
+ {
"id": "model.channel_member.is_valid.role.app_error",
"translation": "Недопустимая роль"
},
@@ -4468,6 +4516,10 @@
"translation": "Обнаружены проблемы с сохранением аудита"
},
{
+ "id": "store.sql_channel.analytics_deleted_type_count.app_error",
+ "translation": "Не удалось получить подсчет типов каналов"
+ },
+ {
"id": "store.sql_channel.analytics_type_count.app_error",
"translation": "Не удалось получить подсчет типов каналов"
},
@@ -5288,6 +5340,14 @@
"translation": "Не удалось обновить имя команды"
},
{
+ "id": "store.sql_user.analytics_get_inactive_users_count.app_error",
+ "translation": "Не удалось подсчитать активных пользователей"
+ },
+ {
+ "id": "store.sql_user.analytics_get_system_admin_count.app_error",
+ "translation": "We couldn't get the system admin count"
+ },
+ {
"id": "store.sql_user.analytics_unique_user_count.app_error",
"translation": "Не удалось подсчитать уникальных пользователей"
},
@@ -5528,6 +5588,10 @@
"translation": "Вы не можете перезаписать существующий OutgoingWebhook"
},
{
+ "id": "store.sql_webhooks.update_incoming.app_error",
+ "translation": "Не удалось сохранить IncomingWebhook"
+ },
+ {
"id": "store.sql_webhooks.update_outgoing.app_error",
"translation": "Не удалось обновить вебхук"
},