Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update package.nls.json #11490

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 16 additions & 16 deletions packages/fx-core/resource/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,14 +698,14 @@
"driver.file.createOrUpdateJsonFile.summary": "The json file has been generated successfully to %s.",
"driver.file.progressBar.appsettings": "Generating json file...",
"driver.file.progressBar.env": "Generating environment variables...",
"driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
"driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Consider referring to this document to optimize your deployment:",
"driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart it manually.",
"driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Refer this document to optimize your deployment:",
"driver.deploy.notice.deployDryRunComplete": "Deployment preparations are completed. You can find the package in `%s`",
"driver.deploy.azureAppServiceDeployDetailSummary": "Successfully deployed `%s` to Azure App Service.",
"driver.deploy.azureFunctionsDeployDetailSummary": "Successfully deployed `%s` to Azure Functions.",
"driver.deploy.azureStorageDeployDetailSummary": "Successfully deployed `%s` to Azure Storage.",
"driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website successfully.",
"driver.deploy.getSWADeploymentTokenSummary": "Successfully get the deployment token for Azure Static Web Apps.",
"driver.deploy.azureAppServiceDeployDetailSummary": "`%s` deployed to Azure App Service.",
"driver.deploy.azureFunctionsDeployDetailSummary": "`%s` deployed to Azure Functions.",
"driver.deploy.azureStorageDeployDetailSummary": "`%s` deployed to Azure Storage.",
"driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website.",
"driver.deploy.getSWADeploymentTokenSummary": "Get the deployment token for Azure Static Web Apps.",
"driver.deploy.deployToAzureAppServiceDescription": "deploy the project to the Azure App Service.",
"driver.deploy.deployToAzureFunctionsDescription": "deploy the project to the Azure Functions.",
"driver.deploy.deployToAzureStorageDescription": "deploy the project to the Azure Storage.",
Expand All @@ -716,20 +716,20 @@
"driver.script.dotnetDescription": "running dotnet command.",
"driver.script.npmDescription": "running npm command.",
"driver.script.npxDescription": "running npx command.",
"driver.script.runCommandSummary": "Successful execution of the `%s` command at `%s`.",
"driver.m365.acquire.description": "acquire an Microsoft 365 title with the app package",
"driver.script.runCommandSummary": "`%s` command executed at `%s`.",
"driver.m365.acquire.description": "acquire Microsoft 365 title with the app package",
"driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
"driver.m365.acquire.summary": "The Microsoft 365 title has been acquired successfully (%s).",
"driver.m365.acquire.summary": "Microsoft 365 title acquired successfully (%s).",
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated Teams app package to SPFx solution.",
"driver.teamsApp.description.createDriver": "create a Teams app.",
"driver.teamsApp.description.updateDriver": "update a Teams app.",
"driver.teamsApp.description.publishDriver": "publish a Teams app to tenant app catalog.",
"driver.teamsApp.description.validateDriver": "validate a Teams app.",
"driver.teamsApp.description.createAppPackageDriver": "build a Teams app package.",
"driver.teamsApp.description.createDriver": "create Teams app.",
"driver.teamsApp.description.updateDriver": "update Teams app.",
"driver.teamsApp.description.publishDriver": "publish Teams app to tenant app catalog.",
"driver.teamsApp.description.validateDriver": "validate Teams app.",
"driver.teamsApp.description.createAppPackageDriver": "build Teams app package.",
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying Teams app package to SPFx solution...",
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app...",
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app has already been submitted to tenant App Catalog",
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app is already submitted to tenant App Catalog",
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published Teams app",
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
"driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
Expand Down