Skip to content

Commit

Permalink
Updated strings from building (microsoft#4762)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Yackley <61990921+beyackle@users.noreply.github.com>
  • Loading branch information
GeoffCoxMSFT and beyackle authored Nov 12, 2020
1 parent 63e2b93 commit 79fd9e3
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 63 deletions.
96 changes: 48 additions & 48 deletions Composer/packages/server/schemas/sdk.en-US.uischema
Original file line number Diff line number Diff line change
Expand Up @@ -11,54 +11,6 @@
}
}
},
"Microsoft.Ask": {
"form": {
"label": "Send a response to ask a question",
"subtitle": "Ask Activity"
}
},
"Microsoft.AttachmentInput": {
"form": {
"label": "Prompt for a file or an attachment",
"subtitle": "Attachment Input"
}
},
"Microsoft.ChoiceInput": {
"form": {
"label": "Prompt with multi-choice",
"subtitle": "Choice Input"
}
},
"Microsoft.ConfirmInput": {
"form": {
"label": "Prompt for confirmation",
"subtitle": "Confirm Input"
}
},
"Microsoft.DateTimeInput": {
"form": {
"label": "Prompt for a date or a time",
"subtitle": "Date Time Input"
}
},
"Microsoft.NumberInput": {
"form": {
"label": "Prompt for a number",
"subtitle": "Number Input"
}
},
"Microsoft.OAuthInput": {
"form": {
"label": "OAuth login",
"subtitle": "OAuth Input"
}
},
"Microsoft.TextInput": {
"form": {
"label": "Prompt for text",
"subtitle": "Text Input"
}
},
"Microsoft.BeginDialog": {
"form": {
"label": "Begin a new dialog",
Expand Down Expand Up @@ -220,6 +172,54 @@
"subtitle": "Trace Activity"
}
},
"Microsoft.Ask": {
"form": {
"label": "Send a response to ask a question",
"subtitle": "Ask Activity"
}
},
"Microsoft.AttachmentInput": {
"form": {
"label": "Prompt for a file or an attachment",
"subtitle": "Attachment Input"
}
},
"Microsoft.ChoiceInput": {
"form": {
"label": "Prompt with multi-choice",
"subtitle": "Choice Input"
}
},
"Microsoft.ConfirmInput": {
"form": {
"label": "Prompt for confirmation",
"subtitle": "Confirm Input"
}
},
"Microsoft.DateTimeInput": {
"form": {
"label": "Prompt for a date or a time",
"subtitle": "Date Time Input"
}
},
"Microsoft.NumberInput": {
"form": {
"label": "Prompt for a number",
"subtitle": "Number Input"
}
},
"Microsoft.OAuthInput": {
"form": {
"label": "OAuth login",
"subtitle": "OAuth Input"
}
},
"Microsoft.TextInput": {
"form": {
"label": "Prompt for text",
"subtitle": "Text Input"
}
},
"Microsoft.OnActivity": {
"form": {
"label": "Activities",
Expand Down
18 changes: 3 additions & 15 deletions Composer/packages/server/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1010,9 +1010,6 @@
"endofconversation_activity_4aa21306": {
"message": "EndOfConversation activity"
},
"english_us_1d884ccd": {
"message": "English (US)"
},
"enter_a_manifest_url_to_add_a_new_skill_to_your_bo_57e9d660": {
"message": "Enter a manifest url to add a new skill to your bot."
},
Expand Down Expand Up @@ -1286,9 +1283,6 @@
"if_this_problem_persists_please_file_an_issue_on_6fbc8e2b": {
"message": "If this problem persists, please file an issue on"
},
"if_turned_on_then_externally_stored_templates_will_3f487651": {
"message": "If turned on then externally stored templates will be selectable in the new bot flow template list"
},
"if_you_already_have_a_luis_account_provide_the_inf_bede07a4": {
"message": "If you already have a LUIS account, provide the information below. If you do not have an account yet, create a (free) account first."
},
Expand Down Expand Up @@ -1823,9 +1817,6 @@
"open_notification_panel_5796edb3": {
"message": "Open notification panel"
},
"open_skills_page_for_configuration_details_a2a484ea": {
"message": "Open Skills page for configuration details"
},
"optional_221bcc9d": {
"message": "Optional"
},
Expand Down Expand Up @@ -2111,9 +2102,6 @@
"reloading_49d2f661": {
"message": "Reloading"
},
"remote_templates_a23c242d": {
"message": "Remote templates"
},
"remove_f47dc62a": {
"message": "Remove"
},
Expand Down Expand Up @@ -2369,12 +2357,12 @@
"spaces_and_special_characters_are_not_allowed_20d47684": {
"message": "Spaces and special characters are not allowed."
},
"spaces_and_special_characters_are_not_allowed_use__2a61c454": {
"message": "Spaces and special characters are not allowed. Use letters, numbers, -, or _ and don''t use number at the beginning."
},
"spaces_and_special_characters_are_not_allowed_use__48acec3c": {
"message": "Spaces and special characters are not allowed. Use letters, numbers, -, or _."
},
"spaces_and_special_characters_are_not_allowed_use__d24a8636": {
"message": "Spaces and special characters are not allowed. Use letters, numbers, -, or _, and begin the name with a letter."
},
"specify_a_name_and_description_for_your_new_dialog_86eb3130": {
"message": "Specify a name and description for your new dialog."
},
Expand Down

0 comments on commit 79fd9e3

Please sign in to comment.