summaryrefslogtreecommitdiffstats
path: root/i18n/ru.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-04-30 08:33:44 -0300
committerGitHub <noreply@github.com>2018-04-30 08:33:44 -0300
commit37d89d3955842f83270355552f0188d40c6f4326 (patch)
treeb77b60533d8366cf784f65ead4d7f2fcdbc20e33 /i18n/ru.json
parent30011f67e88935f750bced6530e8ee92b352b7a3 (diff)
downloadchat-37d89d3955842f83270355552f0188d40c6f4326.tar.gz
chat-37d89d3955842f83270355552f0188d40c6f4326.tar.bz2
chat-37d89d3955842f83270355552f0188d40c6f4326.zip
translations PR 20180424 (#8662)
Diffstat (limited to 'i18n/ru.json')
-rw-r--r--i18n/ru.json120
1 files changed, 86 insertions, 34 deletions
diff --git a/i18n/ru.json b/i18n/ru.json
index fa2512273..5dbb414b8 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -216,6 +216,14 @@
"translation": "Канал преобразован в приватный."
},
{
+ "id": "api.channel.convert_channel_to_private.default_channel_error",
+ "translation": "This default channel cannot be converted into a private channel."
+ },
+ {
+ "id": "api.channel.convert_channel_to_private.private_channel_error",
+ "translation": "The channel requested to convert is already a private channel."
+ },
+ {
"id": "api.channel.create_channel.direct_channel.app_error",
"translation": "Нужно использовать createDirectChannel из API для создания канала личных сообщений"
},
@@ -332,18 +340,6 @@
"translation": "%v покинул канал."
},
{
- "id": "api.channel.post_convert_channel_to_private.create_post.error",
- "translation": "Failed to post channel conversion to private message"
- },
- {
- "id": "api.channel.post_convert_channel_to_private.retrieve_user.error",
- "translation": "Failed to retrieve user while converting the channel from public to private"
- },
- {
- "id": "api.channel.post_convert_channel_to_private.updated_from",
- "translation": "%s converted the channel from public to private"
- },
- {
"id": "api.channel.post_update_channel_displayname_message_and_forget.create_post.error",
"translation": "Ну удалось отправить сообщение об обновлении отображаемого имени канала"
},
@@ -787,6 +783,54 @@
"translation": "помощь"
},
{
+ "id": "api.command_invite.channel.app_error",
+ "translation": "Ошибка получения текущего канала."
+ },
+ {
+ "id": "api.command_invite.channel.error",
+ "translation": "Could not find the channel {{.Channel}}. Please use the [channel handle](https://about.mattermost.com/default-channel-handle-documentation) to identify channels."
+ },
+ {
+ "id": "api.command_invite.desc",
+ "translation": "Invite a user to a channel"
+ },
+ {
+ "id": "api.command_invite.directchannel.app_error",
+ "translation": "Вы не можете удалить кого-либо из канала прямого сообщения."
+ },
+ {
+ "id": "api.command_invite.fail.app_error",
+ "translation": "Во время присоединения к каналу произошла ошибка."
+ },
+ {
+ "id": "api.command_invite.hint",
+ "translation": "@[username] ~[channel]"
+ },
+ {
+ "id": "api.command_invite.missing_message.app_error",
+ "translation": "Missing Username and Channel."
+ },
+ {
+ "id": "api.command_invite.missing_user.app_error",
+ "translation": "Не удалось найти пользователя"
+ },
+ {
+ "id": "api.command_invite.name",
+ "translation": "invite"
+ },
+ {
+ "id": "api.command_invite.permission.app_error",
+ "translation": "You don't have enough permissions to add {{.User}} in {{.Channel}}."
+ },
+ {
+ "id": "api.command_invite.success",
+ "translation": "{{.User}} added to {{.Channel}} channel."
+ },
+ {
+ "id": "api.command_invite.user_already_in_channel.app_error",
+ "translation": "{{.User}} is already in the channel."
+ },
+ {
"id": "api.command_join.desc",
"translation": "Присоединиться к отрытому каналу"
},
@@ -915,6 +959,14 @@
"translation": "mute"
},
{
+ "id": "api.command_mute.no_channel.error",
+ "translation": "Could not find the specified channel. Please use the [channel handle](https://about.mattermost.com/default-channel-handle-documentation) to identify channels."
+ },
+ {
+ "id": "api.command_mute.not_member.error",
+ "translation": "Could not mute channel {{.Channel}} as you are not a member."
+ },
+ {
"id": "api.command_mute.success_mute",
"translation": "You will not receive notifications for {{.Channel}} until channel mute is turned off."
},
@@ -2795,14 +2847,14 @@
"translation": "Возникла проблема при присоединении к каналам по умолчанию user_id=%s, team_id=%s, err=%v"
},
{
- "id": "api.user.create_user.missing_hash_or_data.app_error",
- "translation": "Missing Hash or URL query data."
- },
- {
"id": "api.user.create_user.missing_invite_id.app_error",
"translation": "Отсутствует Invite Id."
},
{
+ "id": "api.user.create_user.missing_token.app_error",
+ "translation": "Missing Token."
+ },
+ {
"id": "api.user.create_user.no_open_server",
"translation": "Этот сервер не разрешает открытую регистрацию. Пожалуйста, поговорите с администратором для получения приглашения."
},
@@ -2851,6 +2903,10 @@
"translation": "Ошибка при получении профиля пользователя для id=%v, принудительный выход"
},
{
+ "id": "api.user.get_profile_image.not_found.app_error",
+ "translation": "Unable to get profile image, user not found."
+ },
+ {
"id": "api.user.init.debug",
"translation": "Инициализация API пользователей"
},
@@ -3243,6 +3299,10 @@
"translation": "Недопустимый параметр {{.Name}}"
},
{
+ "id": "app.admin.test_email.failure",
+ "translation": "Connection unsuccessful: {{.Error}}"
+ },
+ {
"id": "app.channel.create_channel.no_team_id.app_error",
"translation": "Для создания канала необходимо указать ID команды"
},
@@ -5743,10 +5803,6 @@
"translation": "Не удалось создать колонку по причине отсутствующего драйвера"
},
{
- "id": "store.sql.create_index.critical",
- "translation": "Не удалось создать индекс %v"
- },
- {
"id": "store.sql.create_index_missing_driver.critical",
"translation": "Не удалось создать индекс из-за отсутствия драйвера"
},
@@ -5771,10 +5827,6 @@
"translation": "Не удалось получить максимальную длину колонки %v"
},
{
- "id": "store.sql.open_conn.critical",
- "translation": "Не удалось открыть SQL соединение с err:%v"
- },
- {
"id": "store.sql.open_conn.panic",
"translation": "Не удалось открыть SQL соединение %v"
},
@@ -5795,10 +5847,6 @@
"translation": "Похоже, версия схемы базы данных %v устарела."
},
{
- "id": "store.sql.schema_set.info",
- "translation": "Для схемы базы данных установлена версия %v"
- },
- {
"id": "store.sql.schema_upgrade_attempt.warn",
"translation": "Попытка обновить схему базы данных до версии %v"
},
@@ -6531,10 +6579,6 @@
"translation": "Возникла ошибка при удалении настроек"
},
{
- "id": "store.sql_preference.delete_unused_features.debug",
- "translation": "Удаление всех неиспользуемых пред-релизных функций"
- },
- {
"id": "store.sql_preference.get.app_error",
"translation": "Возникла ошибка при поиске настроек"
},
@@ -6643,6 +6687,10 @@
"translation": "Не удалось получить post"
},
{
+ "id": "store.sql_role.permanent_delete_all.app_error",
+ "translation": "We could not permanently delete all the roles"
+ },
+ {
"id": "store.sql_role.save.insert.app_error",
"translation": "Unable to save new role"
},
@@ -6759,6 +6807,10 @@
"translation": "Не удалось получить версию базы данных"
},
{
+ "id": "store.sql_system.permanent_delete_by_name.app_error",
+ "translation": "We could not permanently delete the system table entry"
+ },
+ {
"id": "store.sql_system.save.app_error",
"translation": "Возникла ошибка при сохранении свойства системы"
},
@@ -7328,7 +7380,7 @@
},
{
"id": "utils.mail.send_mail.from_address.app_error",
- "translation": "Notification From Address setting is missing or invalid."
+ "translation": "Error setting \"From Address\""
},
{
"id": "utils.mail.send_mail.msg.app_error",
@@ -7344,7 +7396,7 @@
},
{
"id": "utils.mail.send_mail.to_address.app_error",
- "translation": "Notification To Address setting is missing or invalid."
+ "translation": "Error setting \"To Address\""
},
{
"id": "utils.mail.test.configured.error",