summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
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"
},