summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorUgurcan Turkdogan <ugurcanturkdogan@gmail.com>2018-05-15 13:43:59 -0700
committerJoram Wilander <jwawilander@gmail.com>2018-05-15 16:43:59 -0400
commit02f8c18f40cd0e973e4c75b751e8fcbbbd019728 (patch)
treeb79742cb26b9173a210add9f3d1769d058e47191 /i18n
parentdf6a7f8b19e2381ee57f946d5b184185653b2ee1 (diff)
downloadchat-02f8c18f40cd0e973e4c75b751e8fcbbbd019728.tar.gz
chat-02f8c18f40cd0e973e4c75b751e8fcbbbd019728.tar.bz2
chat-02f8c18f40cd0e973e4c75b751e8fcbbbd019728.zip
Update email notification subject line and contents for Group Messages (#8689)
Reordered notification strings MM-10335 Changed uppercase CHANNEL to Lowercase Channel, added @ sign before username on notifications Added @ sign in front of username in all email notifications. Capitalized Direct Message and Group Message in email notifications. Fixed the issue with long group message names. Removed executable bit
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json36
1 files changed, 30 insertions, 6 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 0f3dacd95..f7c21a3eb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3776,11 +3776,11 @@
},
{
"id": "app.notification.body.intro.direct.full",
- "translation": "You have a new direct message."
+ "translation": "You have a new Direct Message."
},
{
"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.notification.full",
@@ -3788,11 +3788,19 @@
},
{
"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.intro.group_message.full",
+ "translation": "You have a new Group Message."
+ },
+ {
+ "id": "app.notification.body.intro.group_message.generic",
+ "translation": "You have a new Group Message from @{{.SenderName}}"
},
{
"id": "app.notification.body.text.direct.full",
- "translation": "{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
+ "translation": "@{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
},
{
"id": "app.notification.body.text.direct.generic",
@@ -3800,21 +3808,37 @@
},
{
"id": "app.notification.body.text.notification.full",
- "translation": "CHANNEL: {{.ChannelName}}<br>{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
+ "translation": "Channel: {{.ChannelName}}<br>@{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
},
{
"id": "app.notification.body.text.notification.generic",
"translation": "{{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
},
{
+ "id": "app.notification.body.text.group_message.full",
+ "translation": "Channel: {{.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.subject.direct.full",
- "translation": "[{{.SiteName}}] New Direct Message from {{.SenderDisplayName}} on {{.Month}} {{.Day}}, {{.Year}}"
+ "translation": "[{{.SiteName}}] New Direct Message from @{{.SenderDisplayName}} on {{.Month}} {{.Day}}, {{.Year}}"
},
{
"id": "app.notification.subject.notification.full",
"translation": "[{{ .SiteName }}] Notification in {{ .TeamName}} on {{.Month}} {{.Day}}, {{.Year}}"
},
{
+ "id": "app.notification.subject.group_message.full",
+ "translation": "[{{ .SiteName }}] New Group Message in {{ .ChannelName}} on {{.Month}} {{.Day}}, {{.Year}}"
+ },
+ {
+ "id": "app.notification.subject.group_message.generic",
+ "translation": "[{{ .SiteName }}] New Group Message on {{.Month}} {{.Day}}, {{.Year}}"
+ },
+ {
"id": "app.plugin.activate.app_error",
"translation": "Unable to activate extracted plugin."
},