translations PR 20170316 (#5791)
Этот коммит содержится в:
40
i18n/ru.json
40
i18n/ru.json
@@ -147,6 +147,10 @@
|
||||
"id": "api.auth.unable_to_get_user.app_error",
|
||||
"translation": "Невозможно получить пользователя для проверки разрешений."
|
||||
},
|
||||
{
|
||||
"id": "api.brand.init.debug",
|
||||
"translation": "Initializing brand API routes"
|
||||
},
|
||||
{
|
||||
"id": "api.channel.add_member.added",
|
||||
"translation": "%v добавлен(а) в канал %v"
|
||||
@@ -283,6 +287,10 @@
|
||||
"id": "api.channel.init.debug",
|
||||
"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": "У вас нет соответствующих прав"
|
||||
@@ -383,6 +391,10 @@
|
||||
"id": "api.channel.update_last_viewed_at.get_unread_count_for_channel.errord",
|
||||
"translation": "Невозможно получить количество непрочитанных сообщений для пользователя user_id=%v и канала channel_id=%v, err=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.cluster.init.debug",
|
||||
"translation": "Initializing cluster API routes"
|
||||
},
|
||||
{
|
||||
"id": "api.command.admin_only.app_error",
|
||||
"translation": "Интеграции могут быть выполнены только администраторами."
|
||||
@@ -799,6 +811,10 @@
|
||||
"id": "api.command_shrug.name",
|
||||
"translation": "пожимание плечами"
|
||||
},
|
||||
{
|
||||
"id": "api.compliance.init.debug",
|
||||
"translation": "Initializing compliance API routes"
|
||||
},
|
||||
{
|
||||
"id": "api.context.404.app_error",
|
||||
"translation": "Извините, мы не смогли найти страницу."
|
||||
@@ -1010,8 +1026,8 @@
|
||||
"translation": "Неправильная публичная ссылка"
|
||||
},
|
||||
{
|
||||
"id": "api.file.get_file_preview.no_thumbnail.app_error",
|
||||
"translation": "Файл не содержит изображения предварительного просмотра"
|
||||
"id": "api.file.get_file_preview.no_preview.app_error",
|
||||
"translation": "File doesn't have a preview image"
|
||||
},
|
||||
{
|
||||
"id": "api.file.get_file_thumbnail.no_thumbnail.app_error",
|
||||
@@ -1229,6 +1245,10 @@
|
||||
"id": "api.incoming_webhook.disabled.app_errror",
|
||||
"translation": "Входящие вебхуки были отключены системным администратором."
|
||||
},
|
||||
{
|
||||
"id": "api.ldap.init.debug",
|
||||
"translation": "Initializing LDAP API routes"
|
||||
},
|
||||
{
|
||||
"id": "api.license.add_license.array.app_error",
|
||||
"translation": "Пустой массив 'license' в запросе"
|
||||
@@ -3675,6 +3695,10 @@
|
||||
"id": "model.client.set_profile_user.writer.app_error",
|
||||
"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": "\"Создать в\" должно быть корректным временем"
|
||||
@@ -4699,6 +4723,14 @@
|
||||
"id": "store.sql_channel.get_more_channels.get.app_error",
|
||||
"translation": "Не удалось получить каналы"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.get_public_channels.get.app_error",
|
||||
"translation": "We couldn't get public channels"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.get_unread.app_error",
|
||||
"translation": "We couldn't get the channel unread messages"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_channel.increment_mention_count.app_error",
|
||||
"translation": "Не удалось увеличить счетчик упоминаний"
|
||||
@@ -4715,6 +4747,10 @@
|
||||
"id": "store.sql_channel.permanent_delete_members_by_user.app_error",
|
||||
"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": "Безуспешная попытка удалить участника канала"
|
||||
|
||||
Ссылка в новой задаче
Block a user