summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/en.json
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-02-09 11:43:25 -0800
committer=Corey Hulen <corey@hulen.com>2016-02-09 11:43:25 -0800
commitc34df4a2976eb220d1042bd4dfdeebaaf9c7f1b6 (patch)
tree35cb68340454d67378eaa55ed3c21207abc6603d /web/static/i18n/en.json
parentdc186240d559a230445d3193e7468d30721ad10c (diff)
downloadchat-c34df4a2976eb220d1042bd4dfdeebaaf9c7f1b6.tar.gz
chat-c34df4a2976eb220d1042bd4dfdeebaaf9c7f1b6.tar.bz2
chat-c34df4a2976eb220d1042bd4dfdeebaaf9c7f1b6.zip
Fixing slash command help
Diffstat (limited to 'web/static/i18n/en.json')
-rw-r--r--web/static/i18n/en.json47
1 files changed, 24 insertions, 23 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index b9124f271..1c9382297 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -1062,37 +1062,38 @@
"user.settings.import_theme.submit": "Submit",
"user.settings.cmds.request_type_post": "POST",
"user.settings.cmds.request_type_get": "GET",
- "user.settings.cmds.add_display_name.placeholder": "Display Name",
+ "user.settings.cmds.add_display_name.placeholder": "Example: \"Search patient records\"",
"user.settings.cmds.add_username.placeholder": "Username",
"user.settings.cmds.add_trigger.placeholder": "Command trigger e.g. \"hello\" not including the slash",
- "user.settings.cmds.auto_complete_desc.placeholder": "A short description of what this commands does.",
- "user.settings.cmds.auto_complete_hint.placeholder": "[zipcode]",
+ "user.settings.cmds.auto_complete_desc.placeholder": "Example: \"Returns search results for patient records\"",
+ "user.settings.cmds.auto_complete_hint.placeholder": "Example: [Patient Name]",
+ "user.settings.cmds.auto_complete_desc_desc": "Optional short description of slash command for the autocomplete list.",
"user.settings.cmds.url.placeholder": "Must start with http:// or https://",
"user.settings.cmds.auto_complete.yes": "yes",
"user.settings.cmds.auto_complete.no": "no",
- "user.settings.cmds.trigger": "Trigger: ",
- "user.settings.cmds.display_name": "Display Name: ",
- "user.settings.cmds.username": "Username: ",
- "user.settings.cmds.icon_url": "Icon URL: ",
- "user.settings.cmds.auto_complete": "Auto Complete: ",
- "user.settings.cmds.auto_complete_desc": "Auto Complete Description: ",
- "user.settings.cmds.auto_complete_hint": "Auto Complete Hint: ",
- "user.settings.cmds.request_type": "Request Type: ",
- "user.settings.cmds.url": "URL: ",
+ "user.settings.cmds.trigger": "Command Trigger Word: ",
+ "user.settings.cmds.display_name": "Descriptive Label: ",
+ "user.settings.cmds.username": "Response Username: ",
+ "user.settings.cmds.icon_url": "Response Icon: ",
+ "user.settings.cmds.auto_complete": "Autocomplete: ",
+ "user.settings.cmds.auto_complete_desc": "Autocomplete Description: ",
+ "user.settings.cmds.auto_complete_hint": "Autocomplete Hint: ",
+ "user.settings.cmds.request_type": "Request Method: ",
+ "user.settings.cmds.url": "Request URL: ",
"user.settings.cmds.token": "Token: ",
"user.settings.cmds.regen": "Regen Token",
"user.settings.cmds.none": "None",
"user.settings.cmds.existing": "Existing commands",
- "user.settings.cmds.add_desc": "Create commands to send message events to an external integration. Please see <a href=\"http://mattermost.org/commands\">http://mattermost.org/commands</a> to learn more.",
+ "user.settings.cmds.add_desc": "Create slash commands to send events to external integrations and receive a response. For example typing `/patient Joe Smith` could bring back search results from your internal health records management system for the name 'Joe Smith'. Please see <a href=\"http://docs.mattermost.com/developer/slash-commands.html\">Slash commands documentation</a> for detailed instructions.",
"user.settings.cmds.add_new": "Add a new command",
- "user.settings.cmds.cmd_display_name": "Command display name.",
- "user.settings.cmds.username_desc": "The username to use when overriding the post.",
- "user.settings.cmds.icon_url_desc": "URL to an icon",
- "user.settings.cmds.trigger_desc": "Word to trigger on",
- "user.settings.cmds.auto_complete_help": " Show this command in autocomplete list",
- "user.settings.cmds.auto_complete_hint_desc": "List parameters to be passed to the command.",
- "user.settings.cmds.request_type_desc": "Command request type issued to the callback URL.",
- "user.settings.cmds.url_desc": "URL that will receive the HTTP POST or GET event",
+ "user.settings.cmds.cmd_display_name": "Brief description of slash command to show in listings.",
+ "user.settings.cmds.username_desc": "Choose a username override for responses for this slash command. Usernames can consist of up to 22 characters consisting of lowercase letters, numbers and they symbols \"-\", \"_\", and \".\" .",
+ "user.settings.cmds.icon_url_desc": "Choose a profile picture override for the post responses to this slash command. Enter the URL of a .png or .jpg file at least 128 pixels by 128 pixels.",
+ "user.settings.cmds.trigger_desc": "Examples: /patient, /client, /employee Reserved: /echo, /join, /logout, /me, /shrug",
+ "user.settings.cmds.auto_complete_help": " Show this command in the autocomplete list.",
+ "user.settings.cmds.auto_complete_hint_desc": "Optional hint in the autocomplete list about parameters needed for command.",
+ "user.settings.cmds.request_type_desc": "The type of command request issued to the Request URL.",
+ "user.settings.cmds.url_desc": "The callback URL to receive the HTTP POST or GET event request when the slash command is run.",
"user.settings.cmds.add": "Add",
"user.settings.hooks_in.channel": "Channel: ",
"user.settings.hooks_in.none": "None",
@@ -1182,8 +1183,8 @@
"user.settings.integrations.incomingWebhooksDescription": "Manage your incoming webhooks",
"user.settings.integrations.outWebhooks": "Outgoing Webhooks",
"user.settings.integrations.outWebhooksDescription": "Manage your outgoing webhooks",
- "user.settings.integrations.commands": "Commands",
- "user.settings.integrations.commandsDescription": "Manage your commands",
+ "user.settings.integrations.commands": "Slash Commands",
+ "user.settings.integrations.commandsDescription": "Manage your slash commands",
"user.settings.integrations.title": "Integration Settings",
"user.settings.modal.general": "General",
"user.settings.modal.security": "Security",