translations PR 20161208 (#4740)
Этот коммит содержится в:
88
i18n/ru.json
88
i18n/ru.json
@@ -683,6 +683,10 @@
|
||||
"id": "api.context.invalid_token.error",
|
||||
"translation": "Неверный токен сессии %v, ошибка=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.context.invalidate_all_caches",
|
||||
"translation": "Purging all caches"
|
||||
},
|
||||
{
|
||||
"id": "api.context.last_activity_at.error",
|
||||
"translation": "Сбой при обновлении времени последней активности для user_id=%v и session_id=%v, ошибка=%v"
|
||||
@@ -793,6 +797,10 @@
|
||||
"id": "api.emoji.create.too_large.app_error",
|
||||
"translation": "Невозможно создать смайлик. Изображение должно быть не более 1 Мб."
|
||||
},
|
||||
{
|
||||
"id": "api.emoji.delete.delete_reactions.app_error",
|
||||
"translation": "Unable to delete reactions when deleting emoji with emoji name %v"
|
||||
},
|
||||
{
|
||||
"id": "api.emoji.delete.permissions.app_error",
|
||||
"translation": "Несоответствующие права для удаления смайлика."
|
||||
@@ -1287,7 +1295,7 @@
|
||||
},
|
||||
{
|
||||
"id": "api.post.disabled_all",
|
||||
"translation": "@all has been disabled because the channel has more than {{.Users}} users."
|
||||
"translation": "Упоминание @all было отключено, поскольку количество пользователей на канале превышает {{.Users}}."
|
||||
},
|
||||
{
|
||||
"id": "api.post.disabled_channel",
|
||||
@@ -1295,7 +1303,7 @@
|
||||
},
|
||||
{
|
||||
"id": "api.post.disabled_here",
|
||||
"translation": "@here has been disabled because the channel has more than {{.Users}} users."
|
||||
"translation": "Упоминание @here было отключено, поскольку количество пользователей на канале превышает {{.Users}}."
|
||||
},
|
||||
{
|
||||
"id": "api.post.get_message_for_notification.files_sent",
|
||||
@@ -1503,6 +1511,22 @@
|
||||
"id": "api.preference.save_preferences.set_details.app_error",
|
||||
"translation": "session.user_id={{.SessionUserId}}, preference.user_id={{.PreferenceUserId}}"
|
||||
},
|
||||
{
|
||||
"id": "api.reaction.delete_reaction.mismatched_channel_id.app_error",
|
||||
"translation": "Failed to delete reaction when channel id in URL doesn't match post id in URL"
|
||||
},
|
||||
{
|
||||
"id": "api.reaction.list_reactions.mismatched_channel_id.app_error",
|
||||
"translation": "Failed to get reactions when channel id in URL doesn't match post id in URL"
|
||||
},
|
||||
{
|
||||
"id": "api.reaction.save_reaction.mismatched_channel_id.app_error",
|
||||
"translation": "Failed to save reaction when channel id in URL doesn't match post id in URL"
|
||||
},
|
||||
{
|
||||
"id": "api.reaction.send_reaction_event.post.app_error",
|
||||
"translation": "Failed to get post when sending websocket event for reaction"
|
||||
},
|
||||
{
|
||||
"id": "api.saml.save_certificate.app_error",
|
||||
"translation": "Сертификат не сохранен корректно."
|
||||
@@ -3707,6 +3731,22 @@
|
||||
"id": "model.preference.is_valid.value.app_error",
|
||||
"translation": "Слишком длинное значение"
|
||||
},
|
||||
{
|
||||
"id": "model.reaction.is_valid.create_at.app_error",
|
||||
"translation": "\"Создать в\" должно быть корректным временем"
|
||||
},
|
||||
{
|
||||
"id": "model.reaction.is_valid.emoji_name.app_error",
|
||||
"translation": "Недопустимое название эмодзи"
|
||||
},
|
||||
{
|
||||
"id": "model.reaction.is_valid.post_id.app_error",
|
||||
"translation": "Неверный идентификатор сообщения"
|
||||
},
|
||||
{
|
||||
"id": "model.reaction.is_valid.user_id.app_error",
|
||||
"translation": "Неверный идентификатор пользователя"
|
||||
},
|
||||
{
|
||||
"id": "model.team.is_valid.characters.app_error",
|
||||
"translation": "Имя должно состоять из 2 или более строчных букв и цифр"
|
||||
@@ -3719,6 +3759,10 @@
|
||||
"id": "model.team.is_valid.create_at.app_error",
|
||||
"translation": "\"Создано в\" должно быть корректным временем"
|
||||
},
|
||||
{
|
||||
"id": "model.team.is_valid.description.app_error",
|
||||
"translation": "Неверное описание"
|
||||
},
|
||||
{
|
||||
"id": "model.team.is_valid.domains.app_error",
|
||||
"translation": "Некорректные разрешенные домены"
|
||||
@@ -4575,6 +4619,46 @@
|
||||
"id": "store.sql_preference.update.app_error",
|
||||
"translation": "Не удалось обновить настройку"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_reaction.delete.begin.app_error",
|
||||
"translation": "Unable to open transaction while deleting reaction"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_reaction.delete.commit.app_error",
|
||||
"translation": "Unable to commit transaction while deleting reaction"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_reaction.delete.save.app_error",
|
||||
"translation": "Unable to delete reaction"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_reaction.delete_all_with_emoj_name.delete_reactions.app_error",
|
||||
"translation": "Unable to delete reactions with the given emoji name"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_reaction.delete_all_with_emoj_name.get_reactions.app_error",
|
||||
"translation": "Unable to get reactions with the given emoji name"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_reaction.delete_all_with_emoji_name.update_post.warn",
|
||||
"translation": "Unable to update Post.HasReactions while removing reactions post_id=%v, error=%v"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_reaction.get_for_post.app_error",
|
||||
"translation": "Unable to get reactions for post"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_reaction.save.begin.app_error",
|
||||
"translation": "Unable to open transaction while saving reaction"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_reaction.save.commit.app_error",
|
||||
"translation": "Unable to commit transaction while saving reaction"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_reaction.save.save.app_error",
|
||||
"translation": "Unable to save reaction"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_session.analytics_session_count.app_error",
|
||||
"translation": "Не удалось подсчитать сессии"
|
||||
|
||||
Ссылка в новой задаче
Block a user