summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-10-25 17:51:13 +0200
committerJoram Wilander <jwawilander@gmail.com>2017-10-25 11:51:13 -0400
commit62b3569025347a1291229771f363be5962951f25 (patch)
tree187a16db01b5775a5536bd928f936114b0dde07a /i18n
parentf63223286295a1261c950c482701b99963fb260c (diff)
downloadchat-62b3569025347a1291229771f363be5962951f25.tar.gz
chat-62b3569025347a1291229771f363be5962951f25.tar.bz2
chat-62b3569025347a1291229771f363be5962951f25.zip
[PLT-4341] add dnd command (#7694)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index f1400da0b..a684c5be0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -500,6 +500,26 @@
"translation": "You are now away"
},
{
+ "id": "api.command_dnd.error",
+ "translation": "Error to retrieve the user status."
+ },
+ {
+ "id": "api.command_dnd.disabled",
+ "translation": "Do Not Disturb is disabled."
+ },
+ {
+ "id": "api.command_dnd.success",
+ "translation": "Do Not Disturb is enabled. You will not receive desktop or mobile push notifications until Do Not Disturb is turned off."
+ },
+ {
+ "id": "api.command_dnd.desc",
+ "translation": "Do not disturb disables desktop and mobile push notifications."
+ },
+ {
+ "id": "api.command_dnd.name",
+ "translation": "dnd"
+ },
+ {
"id": "api.command_channel_header.channel.app_error",
"translation": "Error to retrieve the current channel."
},