summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-08-31 12:52:14 -0400
committerGitHub <noreply@github.com>2016-08-31 12:52:14 -0400
commit26f96b240ddc8cf8c56decea72102b10238e0a43 (patch)
tree7eda509038de3d6b95a02b95bee2ad72e2e3a063 /i18n
parentb0b39ce71cd77fbffbf23d56b20db1927f0c6cb1 (diff)
downloadchat-26f96b240ddc8cf8c56decea72102b10238e0a43.tar.gz
chat-26f96b240ddc8cf8c56decea72102b10238e0a43.tar.bz2
chat-26f96b240ddc8cf8c56decea72102b10238e0a43.zip
PLT-3462 Add the ability to clear push notifications after channel is viewed (#3834)
* Add the ability to clear push notifications after channel is viewed * Fix race condition between updating the mention count and reading it when sending push notifications
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json16
1 files changed, 14 insertions, 2 deletions
diff --git a/i18n/en.json b/i18n/en.json
index f2a2d2cd0..cdb05f14b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -152,6 +152,10 @@
"translation": "%v added to the channel by %v"
},
{
+ "id": "api.channel.update_last_viewed_at.get_unread_count_for_channel.errord",
+ "translation": "Unable to get the unread count for user_id=%v and channel_id=%v, err=%v"
+ },
+ {
"id": "api.channel.add_member.find_channel.app_error",
"translation": "Failed to find channel"
},
@@ -1297,11 +1301,15 @@
},
{
"id": "api.post.send_notifications_and_forget.push_notification.debug",
- "translation": "Sending push notification to %v wi msg of '%v'"
+ "translation": "Sending push notification to %v with msg of '%v'"
+ },
+ {
+ "id": "api.post.send_notifications_and_forget.clear_push_notification.debug",
+ "translation": "Clearing push notification to %v with channel_id %v"
},
{
"id": "api.post.send_notifications_and_forget.push_notification.error",
- "translation": "Failed to send push notificationid=%v, err=%v"
+ "translation": "Failed to send push device_id=%v, err=%v"
},
{
"id": "api.post.send_notifications_and_forget.send.error",
@@ -4456,6 +4464,10 @@
"translation": "We could not get the unread message count for the user"
},
{
+ "id": "store.sql_user.get_unread_count_for_channel.app_error",
+ "translation": "We could not get the unread message count for the user and channel"
+ },
+ {
"id": "store.sql_user.migrate_theme.critical",
"translation": "Failed to migrate User.ThemeProps to Preferences table %v"
},