PLT-7130 adding more generic push notificaiton message. (#7044)

* PLT-7130 adding more generic push notificaiton message.

* Fixing strings
Этот коммит содержится в:
Corey Hulen
2017-08-03 05:38:17 -07:00
коммит произвёл Harrison Healey
родитель f3934bc7e1
Коммит 43c523e839
5 изменённых файлов: 26 добавлений и 7 удалений

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

@@ -1811,6 +1811,10 @@
"id": "api.post.send_notifications_and_forget.push_mention",
"translation": " mentioned you in "
},
{
"id": "api.post.send_notifications_and_forget.push_mention_no_channel",
"translation": " mentioned you"
},
{
"id": "api.post.send_notifications_and_forget.push_message",
"translation": " sent you a direct message"
@@ -1819,6 +1823,10 @@
"id": "api.post.send_notifications_and_forget.push_non_mention",
"translation": " posted in "
},
{
"id": "api.post.send_notifications_and_forget.push_non_mention_no_channel",
"translation": " posted a message"
},
{
"id": "api.post.send_notifications_and_forget.push_notification.error",
"translation": "Failed to send push device_id={{.DeviceId}}, err={{.Error}}"