From 06afcf278742d4f570f44062a209cb2ed177e0e3 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 9 Feb 2016 19:08:37 -0300 Subject: A few cmds strings --- web/static/i18n/en.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'web/static/i18n/en.json') diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json index ade6462e9..2c091ca7d 100644 --- a/web/static/i18n/en.json +++ b/web/static/i18n/en.json @@ -1068,33 +1068,33 @@ "user.settings.cmds.add_trigger.placeholder": "Command trigger e.g. \"hello\" not including the slash", "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": "Command Trigger Word: ", - "user.settings.cmds.display_name": "Descriptive Label: ", + "user.settings.cmds.url": "Request URL: ", + "user.settings.cmds.request_type": "Request Method: ", "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.auto_complete_desc": "Autocomplete Description: ", + "user.settings.cmds.display_name": "Descriptive Label: ", "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 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 Slash commands documentation for detailed instructions.", + "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 Slash commands documentation for detailed instructions.", "user.settings.cmds.add_new": "Add a new command", - "user.settings.cmds.cmd_display_name": "Brief description of slash command to show in listings.", + "user.settings.cmds.trigger_desc": "Examples: /patient, /client, /employee Reserved: /echo, /join, /logout, /me, /shrug", + "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.request_type_desc": "The type of command request issued to the Request URL.", "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.auto_complete_desc_desc": "Optional short description of slash command for the autocomplete list.", + "user.settings.cmds.cmd_display_name": "Brief description of slash command to show in listings.", "user.settings.cmds.add": "Add", "user.settings.hooks_in.channel": "Channel: ", "user.settings.hooks_in.none": "None", @@ -1263,4 +1263,4 @@ "intro_messages.beginning": "Beginning of {name}", "intro_messages.invite": "Invite others to this {type}", "intro_messages.setHeader": "Set a Header" -} +} \ No newline at end of file -- cgit v1.2.3-1-g7c22