From 0ab47cf1455317d757567ff26c96b8ea1f57c838 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 3 Apr 2018 05:27:59 +0300 Subject: translations PR 20180402 (#8570) --- i18n/ru.json | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 81 insertions(+), 5 deletions(-) (limited to 'i18n/ru.json') diff --git a/i18n/ru.json b/i18n/ru.json index c420cb3bc..18b9a1441 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -331,6 +331,18 @@ "id": "api.channel.leave.left", "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": "Ну удалось отправить сообщение об обновлении отображаемого имени канала" @@ -886,6 +898,38 @@ "id": "api.command_msg.success", "translation": "Коммуницируемый пользователь." }, + { + "id": "api.command_mute.desc", + "translation": "Turns off desktop, email and push notifications for the current channel or the [channel] specified." + }, + { + "id": "api.command_mute.error", + "translation": "Could not find the channel {{.Channel}}." + }, + { + "id": "api.command_mute.hint", + "translation": "[channel]" + }, + { + "id": "api.command_mute.name", + "translation": "mute" + }, + { + "id": "api.command_mute.success_mute", + "translation": "You will not receive notifications for {{.Channel}} until channel mute is turned off." + }, + { + "id": "api.command_mute.success_mute_direct_msg", + "translation": "You will not receive notifications for this channel until channel mute is turned off." + }, + { + "id": "api.command_mute.success_unmute", + "translation": "{{.Channel}} is no longer muted." + }, + { + "id": "api.command_mute.success_unmute_direct_msg", + "translation": "This channel is no longer muted." + }, { "id": "api.command_offline.desc", "translation": "Установить состояние \"Не в сети\"" @@ -1946,6 +1990,10 @@ "id": "api.reaction.send_reaction_event.post.app_error", "translation": "Не удалось получить сообщение при отправке websocket-события реакции" }, + { + "id": "api.roles.patch_roles.license.error", + "translation": "Your current license does not support advanced permissions." + }, { "id": "api.saml.save_certificate.app_error", "translation": "Сертификат не сохранен корректно." @@ -2782,10 +2830,6 @@ "id": "api.user.create_user.signup_link_invalid.app_error", "translation": "Ссылка для регистрации, похоже, неверна." }, - { - "id": "api.user.create_user.signup_link_mismatched_invite_id.app_error", - "translation": "Неправильная ссылка на регистрацию" - }, { "id": "api.user.create_user.team_name.app_error", "translation": "Неверное имя команды" @@ -3774,6 +3818,10 @@ "id": "app.plugin.upload_disabled.app_error", "translation": "Plugins and/or plugin uploads have been disabled." }, + { + "id": "app.role.check_roles_exist.role_not_found", + "translation": "The provided role does not exist" + }, { "id": "app.team.join_user_to_team.max_accounts.app_error", "translation": "Эта команда достигла максимального количества разрешенных учетных записей. Свяжитесь с системным администратором для установки большего предела." @@ -4546,6 +4594,10 @@ "id": "model.channel_member.is_valid.email_value.app_error", "translation": "Invalid email notification value" }, + { + "id": "model.channel_member.is_valid.mute_value.app_error", + "translation": "Invalid muting value" + }, { "id": "model.channel_member.is_valid.notify_level.app_error", "translation": "Недопустимый уровень уведомлений" @@ -6452,7 +6504,7 @@ }, { "id": "store.sql_post.query_max_post_size.max_post_size_bytes", - "translation": "Post.Message supports at most %d bytes" + "translation": "Post.Message supports at most %d characters (%d bytes)" }, { "id": "store.sql_post.query_max_post_size.unrecognized_driver", @@ -6586,6 +6638,30 @@ "id": "store.sql_reaction.save.save.app_error", "translation": "Не удалось сохранить реакцию" }, + { + "id": "store.sql_role.get.app_error", + "translation": "Не удалось получить post" + }, + { + "id": "store.sql_role.get_by_name.app_error", + "translation": "Не удалось получить post" + }, + { + "id": "store.sql_role.get_by_names.app_error", + "translation": "Не удалось получить post" + }, + { + "id": "store.sql_role.save.insert.app_error", + "translation": "Unable to save new role" + }, + { + "id": "store.sql_role.save.invalid_role.app_error", + "translation": "The role was not valid" + }, + { + "id": "store.sql_role.save.update.app_error", + "translation": "Не удалось получить post" + }, { "id": "store.sql_session.analytics_session_count.app_error", "translation": "Не удалось подсчитать сессии" -- cgit v1.2.3-1-g7c22