From dc09b7781ac310646014f05db23844ab2c6d63f4 Mon Sep 17 00:00:00 2001 From: Dmitri Aizenberg Date: Wed, 31 Aug 2016 06:24:14 -0700 Subject: PLT-1527 Add a slash command to set yourself away (#3752) * added handlers for slash commands * added manual status persistance * added tests * removed extra debug output and comments * rebase - fixing the PR * making echo messages after slash commands ephemeral --- i18n/en.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 1d3c8b8a1..d8df8e835 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -431,6 +431,42 @@ "id": "api.command.regen.app_error", "translation": "Inappropriate permissions to regenerate command token" }, + { + "id": "api.command_away.desc", + "translation": "Set your status away" + }, + { + "id": "api.command_away.name", + "translation": "away" + }, + { + "id": "api.command_away.success", + "translation": "You are now away" + }, + { + "id": "api.command_online.desc", + "translation": "Set your status online" + }, + { + "id": "api.command_online.name", + "translation": "online" + }, + { + "id": "api.command_online.success", + "translation": "You are now online" + }, + { + "id": "api.command_offline.desc", + "translation": "Set your status offline" + }, + { + "id": "api.command_offline.name", + "translation": "offline" + }, + { + "id": "api.command_offline.success", + "translation": "You are now offline" + }, { "id": "api.command_collapse.desc", "translation": "Turn on auto-collapsing of image previews" -- cgit v1.2.3-1-g7c22