summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorDmitri Aizenberg <dmitri.aiz@gmail.com>2016-08-31 06:24:14 -0700
committerJoram Wilander <jwawilander@gmail.com>2016-08-31 09:24:14 -0400
commitdc09b7781ac310646014f05db23844ab2c6d63f4 (patch)
tree906f13501b8e30be3551fa18078429445e5ee094 /i18n/en.json
parentdb660bdf9cbea09197d8292a8ec8efda8ac41f38 (diff)
downloadchat-dc09b7781ac310646014f05db23844ab2c6d63f4.tar.gz
chat-dc09b7781ac310646014f05db23844ab2c6d63f4.tar.bz2
chat-dc09b7781ac310646014f05db23844ab2c6d63f4.zip
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
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 1d3c8b8a1..d8df8e835 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -432,6 +432,42 @@
"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"
},