summaryrefslogtreecommitdiffstats
path: root/i18n/ru.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-07-10 04:56:28 -0400
committerCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-07-10 10:56:28 +0200
commit05105803646b6185a6cd7164c3feb8b2e800da16 (patch)
treedb31384c92526e48f5c8ed85c6376618d166e40a /i18n/ru.json
parentaf615ffc24b774d76deef8c93282831432669dd8 (diff)
downloadchat-05105803646b6185a6cd7164c3feb8b2e800da16.tar.gz
chat-05105803646b6185a6cd7164c3feb8b2e800da16.tar.bz2
chat-05105803646b6185a6cd7164c3feb8b2e800da16.zip
translations PR 20180709 (#9082)
Diffstat (limited to 'i18n/ru.json')
-rw-r--r--i18n/ru.json14
1 files changed, 9 insertions, 5 deletions
diff --git a/i18n/ru.json b/i18n/ru.json
index da50570c3..f40769777 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -141,7 +141,7 @@
},
{
"id": "api.channel.create_group.bad_size.app_error",
- "translation": "Канал группы должен иметь не менее трёх и не более восьми пользователей"
+ "translation": "Канал группы должен содержать не менее 3 и не более 8 пользователей"
},
{
"id": "api.channel.create_group.bad_user.app_error",
@@ -160,6 +160,10 @@
"translation": "Данный канал был перемещён в архив, либо удалён"
},
{
+ "id": "api.channel.delete_channel.type.invalid",
+ "translation": "Cannot delete direct or group message channels"
+ },
+ {
"id": "api.channel.join_channel.already_deleted.app_error",
"translation": "Канал уже удалён"
},
@@ -249,7 +253,7 @@
},
{
"id": "api.channel.update_channel_member_roles.scheme_role.app_error",
- "translation": "The provided role is managed by a Scheme and therefore cannot be applied directly to a Channel Member"
+ "translation": "Выбранная роль управляется схемой и не может быть применена напрямую к участнику канала"
},
{
"id": "api.channel.update_channel_scheme.license.error",
@@ -257,11 +261,11 @@
},
{
"id": "api.channel.update_channel_scheme.scheme_scope.error",
- "translation": "Unable to set the scheme to the channel because the supplied scheme is not a channel scheme."
+ "translation": "Невозможно установить схему команды так как данная схема не является схемой команды."
},
{
"id": "api.channel.update_team_member_roles.scheme_role.app_error",
- "translation": "The provided role is managed by a Scheme and therefore cannot be applied directly to a Team Member"
+ "translation": "Выбранная роль управляется схемой и не может быть применена напрямую к участнику команды"
},
{
"id": "api.command.admin_only.app_error",
@@ -3780,7 +3784,7 @@
},
{
"id": "model.config.is_valid.display.custom_url_schemes.app_error",
- "translation": "The custom URL scheme {{.Scheme}} is invalid. Custom URL schemes must start with a letter and contain only letters, numbers, plus (+), period (.), and hyphen (-)."
+ "translation": "The custom URL scheme {{.Scheme}} is invalid. Custom URL schemes must start with a letter and contain only letters, numbers and hyphen (-)."
},
{
"id": "model.config.is_valid.elastic_search.aggregate_posts_after_days.app_error",