From 62b3569025347a1291229771f363be5962951f25 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 25 Oct 2017 17:51:13 +0200 Subject: [PLT-4341] add dnd command (#7694) --- i18n/en.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index f1400da0b..a684c5be0 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -499,6 +499,26 @@ "id": "api.command_away.success", "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." -- cgit v1.2.3-1-g7c22