Этот коммит содержится в:
enahum
2018-01-30 10:07:05 -03:00
коммит произвёл GitHub
родитель 961c04cae9
Коммит 8ca8e71fdd
14 изменённых файлов: 1139 добавлений и 151 удалений

Просмотреть файл

@@ -199,6 +199,14 @@
"id": "api.channel.can_manage_channel.public_restricted_team_admin.app_error",
"translation": "Создание и управление Публичными Каналами возможно Командой и Системными Администраторами."
},
{
"id": "api.channel.change_channel_privacy.private_to_public",
"translation": "This channel has been converted to a Public Channel and can be joined by any team member."
},
{
"id": "api.channel.change_channel_privacy.public_to_private",
"translation": "This channel has been converted to a Private Channel."
},
{
"id": "api.channel.create_channel.direct_channel.app_error",
"translation": "Нужно использовать createDirectChannel из API для создания канала личных сообщений"
@@ -2312,7 +2320,7 @@
},
{
"id": "api.team.remove_user_from_team.removed",
"translation": "%v удален из канала."
"translation": "%v удален из команды."
},
{
"id": "api.team.signup_team.email_disabled.app_error",
@@ -3352,7 +3360,7 @@
},
{
"id": "app.import.validate_post_import_data.create_at_zero.error",
"translation": "Post CreateAt property must not be zero if provided."
"translation": "Post CreateAt property must not be zero."
},
{
"id": "app.import.validate_post_import_data.message_length.error",
@@ -3370,6 +3378,54 @@
"id": "app.import.validate_post_import_data.user_missing.error",
"translation": "Отсутствует необходимое поле для Post: User."
},
{
"id": "app.import.validate_reaction_import_data.create_at_before_parent.error",
"translation": "Reaction CreateAt property must be greater than the parent post CreateAt."
},
{
"id": "app.import.validate_reaction_import_data.create_at_missing.error",
"translation": "Отсутствует необходимое поле для Post: create_at."
},
{
"id": "app.import.validate_reaction_import_data.create_at_zero.error",
"translation": "Reaction CreateAt property must not be zero."
},
{
"id": "app.import.validate_reaction_import_data.emoji_name_length.error",
"translation": "Post Message длиннее, чем максимально разрешённая длина."
},
{
"id": "app.import.validate_reaction_import_data.emoji_name_missing.error",
"translation": "Отсутствует необходимое поле для Post: User."
},
{
"id": "app.import.validate_reaction_import_data.user_missing.error",
"translation": "Отсутствует необходимое поле для Post: User."
},
{
"id": "app.import.validate_reply_import_data.create_at_before_parent.error",
"translation": "Reply CreateAt property must be greater than the parent post CreateAt."
},
{
"id": "app.import.validate_reply_import_data.create_at_missing.error",
"translation": "Отсутствует необходимое поле для Post: create_at."
},
{
"id": "app.import.validate_reply_import_data.create_at_zero.error",
"translation": "Reply CreateAt property must not be zero."
},
{
"id": "app.import.validate_reply_import_data.message_length.error",
"translation": "Post Message длиннее, чем максимально разрешённая длина."
},
{
"id": "app.import.validate_reply_import_data.message_missing.error",
"translation": "Отсутствует необходимое поле для Post: Message."
},
{
"id": "app.import.validate_reply_import_data.user_missing.error",
"translation": "Отсутствует необходимое поле для Post: User."
},
{
"id": "app.import.validate_team_import_data.allowed_domains_length.error",
"translation": "Свойство Team allowed_domains слишком длинное."
@@ -3506,6 +3562,10 @@
"id": "app.import.validate_user_import_data.position_length.error",
"translation": "Расположение пользователя слишком длинное."
},
{
"id": "app.import.validate_user_import_data.profile_image.error",
"translation": "Invalid profile image."
},
{
"id": "app.import.validate_user_import_data.roles_invalid.error",
"translation": "Неверные роли пользователя."
@@ -4582,6 +4642,10 @@
"id": "model.compliance.is_valid.start_end_at.app_error",
"translation": "\"До\" должно быть больше, чем \"С\""
},
{
"id": "model.config.is_valid.atmos_camo_image_proxy_options.app_error",
"translation": "Invalid atmos/camo image proxy options for service settings. Must be set to your shared key."
},
{
"id": "model.config.is_valid.cluster_email_batching.app_error",
"translation": "Невозможно включить пакетную обработку почты при включенной кластеризации."
@@ -4694,6 +4758,10 @@
"id": "model.config.is_valid.file_thumb_width.app_error",
"translation": "Неверная ширина миниатюры в настройках файлов. Число должно быть положительным."
},
{
"id": "model.config.is_valid.image_proxy_type.app_error",
"translation": "Invalid image proxy type for service settings."
},
{
"id": "model.config.is_valid.ldap_basedn",
"translation": "Требуется поле AD/LDAP \"BaseDN\"."
@@ -6778,6 +6846,10 @@
"id": "store.sql_user_access_token.get.app_error",
"translation": "Не удалось получить персональный токен доступа"
},
{
"id": "store.sql_user_access_token.get_all.app_error",
"translation": "Не удалось получить персональный токен доступа"
},
{
"id": "store.sql_user_access_token.get_by_token.app_error",
"translation": "Не удалось получить персональный токен доступа по токену"
@@ -6790,6 +6862,10 @@
"id": "store.sql_user_access_token.save.app_error",
"translation": "Не удалось сохранить персональный токен доступа"
},
{
"id": "store.sql_user_access_token.search.app_error",
"translation": "Возникла ошибка с обнаружением токена доступа"
},
{
"id": "store.sql_webhooks.analytics_incoming_count.app_error",
"translation": "Не удалось подсчитать входящие вебхуки"