summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-05-19 07:35:12 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-19 07:35:12 -0400
commit5ace856e72b23920d9448d4eb11e0bc4ccbf11f0 (patch)
treee778c1d107c7c55eb3368ffef6e76d3aa2714c27 /i18n/en.json
parent4f34730b3f82ee3fc1a21f3f2bf7ee5a5f8f3c0a (diff)
downloadchat-5ace856e72b23920d9448d4eb11e0bc4ccbf11f0.tar.gz
chat-5ace856e72b23920d9448d4eb11e0bc4ccbf11f0.tar.bz2
chat-5ace856e72b23920d9448d4eb11e0bc4ccbf11f0.zip
Added /shortcuts (#3048)
Added message and tests Remember that lower vs uppercase matters Accidentally removed \n Added more Formatted
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 042f6d65c..84d6692bb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -452,6 +452,18 @@
"translation": "shrug"
},
{
+ "id": "api.command_shortcuts.desc",
+ "translation": "Displays a list of keyboard shortcuts"
+ },
+ {
+ "id": "api.command_shortcuts.name",
+ "translation": "shortcuts"
+ },
+ {
+ "id": "api.command_shortcuts.list",
+ "translation": "### Keyboard Shortcuts\n\n#### CTRL/CMD\n\n- CTRL/CMD+K - Open up channel switcher\n- CTRL/CMD+U - Open up file upload\n- CTRL/CMD+Up - Reprint last message or slash command entered\n- CTRL/CMD+SHIFT+A - Open account settings\n- CTRL/CMD+SHIFT+M - Open recent mentions\n\n#### ALT\n\n- ALT+Up - Go to previous channel\n- ALT+Down - Go to next channel\n- ALT+SHIFT+Up - Go to previous channel with unread messages\n- ALT+SHIFT+Down - Go to next channel with unread messages\n\n#### General\n\n- Up - Edit last message\n- /+Up/Down - See available slash commands\n"
+ },
+ {
"id": "api.context.404.app_error",
"translation": "Sorry, we could not find the page."
},