* translations PR 20180522

* Fix italian translation
Этот коммит содержится в:
Elias Nahum
2018-05-24 08:25:52 -04:00
коммит произвёл GitHub
родитель 847c181ec9
Коммит 47f3c064db
14 изменённых файлов: 486 добавлений и 122 удалений

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

@@ -822,6 +822,10 @@
"id": "api.command_invite.permission.app_error",
"translation": "У вас недостаточно прав для добавления {{.User}} в {{.Channel}}."
},
{
"id": "api.command_invite.private_channel.app_error",
"translation": "Could not find the channel {{.Channel}}. Please use the channel handle to identify channels."
},
{
"id": "api.command_invite.success",
"translation": "{{.User}} добавлен в канал {{.Channel}}."
@@ -3776,7 +3780,15 @@
},
{
"id": "app.notification.body.intro.direct.generic",
"translation": "You have a new direct message from {{.SenderName}}"
"translation": "You have a new Direct Message from @{{.SenderName}}"
},
{
"id": "app.notification.body.intro.group_message.full",
"translation": "У вас есть новое личное сообщение."
},
{
"id": "app.notification.body.intro.group_message.generic",
"translation": "You have a new Group Message from @{{.SenderName}}"
},
{
"id": "app.notification.body.intro.notification.full",
@@ -3784,7 +3796,7 @@
},
{
"id": "app.notification.body.intro.notification.generic",
"translation": "You have a new notification from {{.SenderName}}"
"translation": "You have a new notification from @{{.SenderName}}"
},
{
"id": "app.notification.body.text.direct.full",
@@ -3794,6 +3806,14 @@
"id": "app.notification.body.text.direct.generic",
"translation": "{{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
},
{
"id": "app.notification.body.text.group_message.full",
"translation": "КАНАЛ: {{.ChannelName}}<br>{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
},
{
"id": "app.notification.body.text.group_message.generic",
"translation": "{{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
},
{
"id": "app.notification.body.text.notification.full",
"translation": "КАНАЛ: {{.ChannelName}}<br>{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
@@ -3806,9 +3826,17 @@
"id": "app.notification.subject.direct.full",
"translation": "[{{.SiteName}}] Новое личное сообщение от {{.SenderDisplayName}} в {{.Month}} {{.Day}}, {{.Year}}"
},
{
"id": "app.notification.subject.group_message.full",
"translation": "[{{.SiteName}}] Новое личное сообщение от {{.SenderDisplayName}} в {{.Month}} {{.Day}}, {{.Year}}"
},
{
"id": "app.notification.subject.group_message.generic",
"translation": "[{{.SiteName}}] Новое уведомление за {{.Day}} {{.Month}}, {{.Year}}"
},
{
"id": "app.notification.subject.notification.full",
"translation": "[{{ .SiteName }}] Notification in {{ .TeamName}} on {{.Month}} {{.Day}}, {{.Year}}"
"translation": "[{{.SiteName}}] Новое личное сообщение от {{.SenderDisplayName}} в {{.Month}} {{.Day}}, {{.Year}}"
},
{
"id": "app.plugin.activate.app_error",
@@ -5022,6 +5050,10 @@
"id": "model.config.is_valid.ldap_lastname",
"translation": "Требуется поле AD/LDAP \"Last Name Attribute\"."
},
{
"id": "model.config.is_valid.ldap_login_id",
"translation": "Требуется поле AD/LDAP \"ID Attribute\"."
},
{
"id": "model.config.is_valid.ldap_max_page_size.app_error",
"translation": "Неверное значение максимального размера страницы."
@@ -5922,10 +5954,6 @@
"id": "store.sql_channel.delete.channel.app_error",
"translation": "Неудачная попытка удалить канал"
},
{
"id": "store.sql_channel.extra_updated.app_error",
"translation": "Проблема с обновлением времени последнего входа участника"
},
{
"id": "store.sql_channel.get.existing.app_error",
"translation": "Не удалось найти существующий канал"