summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-06-23 15:47:24 -0700
committerCorey Hulen <corey@hulen.com>2017-06-23 15:47:24 -0700
commit4df36a504cebc61fa1e5e6f7980f9245b475facf (patch)
treef6d6d8a6093dc7934cbd0b84be950d1595d9395e /i18n
parentbf12e7e32cef427edacbd512d067c2bfd35d3b67 (diff)
downloadchat-4df36a504cebc61fa1e5e6f7980f9245b475facf.tar.gz
chat-4df36a504cebc61fa1e5e6f7980f9245b475facf.tar.bz2
chat-4df36a504cebc61fa1e5e6f7980f9245b475facf.zip
PLT-6714: add /settings command (#6716)
* add /settings command * update receiver name
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 584c8dec6..b2e0b7b5c 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -660,6 +660,18 @@
"translation": "You are now online"
},
{
+ "id": "api.command_settings.desc",
+ "translation": "Open the Account Settings dialog"
+ },
+ {
+ "id": "api.command_settings.name",
+ "translation": "settings"
+ },
+ {
+ "id": "api.command_settings.unsupported.app_error",
+ "translation": "The settings command is not supported on your device"
+ },
+ {
"id": "api.command_shortcuts.browser.channel_next",
"translation": "{{.ChannelNextCmd}}: Next channel in your history\n"
},