Skip to content

Commit

Permalink
Merge pull request #11280 from OfficeDev/supkasar-patch-1
Browse files Browse the repository at this point in the history
docs: Update package.nls.json
  • Loading branch information
supkasar authored Apr 9, 2024
2 parents 3fdab39 + 3e1ebab commit 2fe49d5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/fx-core/resource/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,37 +449,37 @@
"core.SampleSelect.placeholder": "Select a sample",
"core.SampleSelect.buttons.viewSamples": "View samples",
"core.updateBotIdsQuestion.title": "Create new bot(s) for debugging",
"core.updateBotIdsQuestion.placeholder": "Unselect to keep with the original value of botId",
"_core.updateBotIdsQuestion.placeholder.comment": "'botId' is the field name which should not be localized.",
"core.updateBotIdsQuestion.placeholder": "Deselect to keep the original botId value",
"_core.updateBotIdsQuestion.placeholder.comment": "'botId' is the field name that shouldn't be localized.",
"core.updateBotIdForBot.description": "Update botId %s to \"${{BOT_ID}}\" in manifest.json",
"_core.updateBotIdForBot.description.comment": "'botId' and '${{BOT_ID}}' should not be localized. 'manifest.json' is the file name which should not be localized.",
"_core.updateBotIdForBot.description.comment": "'botId' and '${{BOT_ID}}' shouldn't be localized. 'manifest.json' is the file name that shouldn't be localized.",
"core.updateBotIdForMessageExtension.description": "Update botId %s to \"${{BOT_ID}}\" in manifest.json",
"_core.updateBotIdForMessageExtension.description.comment": "'botId' and '${{BOT_ID}}' should not be localized. 'manifest.json' is the file name which should not be localized.",
"_core.updateBotIdForMessageExtension.description.comment": "'botId' and '${{BOT_ID}}' shouldn't be localized. 'manifest.json' is the file name that shouldn't be localized.",
"core.updateBotIdForBot.label": "Bot",
"core.updateBotIdForMessageExtension.label": "Message extension",
"core.updateContentUrlQuestion.title": "Configure content URL(s) for debugging",
"core.updateWebsiteUrlQuestion.title": "Configure website URL(s) for debugging",
"core.updateContentUrlOption.description": "Update the content URL from %s to %s",
"core.updateWebsiteUrlOption.description": "Update the website URL from %s to %s",
"core.updateUrlQuestion.placeholder": "Unselect to keep with the original URL",
"core.updateUrlQuestion.placeholder": "Deselect to keep the original URL",
"core.SingleSignOnOption.label": "Single Sign-On",
"core.SingleSignOnOption.detail": "Develop a Single Sign-On feature for Teams Launch pages and Bot capability",
"core.getUserEmailQuestion.title": "Add owner to Teams/Microsoft Entra app for the account under the same Microsoft 365 tenant (email)",
"core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
"core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
"core.getUserEmailQuestion.validation1": "Enter email address",
"core.getUserEmailQuestion.validation2": "Change [UserName] to the real user name",
"core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
"core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
"core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
"core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
"core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
"core.selectCollaborationAppTypeQuestion.title": "Select app you want to manage the collaborators",
"core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
"core.selectValidateMethodQuestion.validate.selectTitle": "Select a validation method",
"core.selectValidateMethodQuestion.validate.schemaOption": "Validate using manifest schema",
"core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Validate using manifest schema",
"core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
"core.selectValidateMethodQuestion.validate.testCasesOption": "Publish Readiness",
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with the test cases Microsoft uses before they publish it",
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with Microsoft's test cases before publishing",
"core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
"core.aadAppQuestion.label": "Microsoft Entra app",
"core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
Expand Down

0 comments on commit 2fe49d5

Please sign in to comment.