@microsoft/teamsfx-core 2.0.13-rc.1 → 2.0.14-alpha.038ce65fb.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/featureFlags.d.ts +5 -16
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +7 -22
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/secretmasker/masker.d.ts +1 -1
- package/build/common/secretmasker/masker.d.ts.map +1 -1
- package/build/common/secretmasker/masker.js +2 -2
- package/build/common/secretmasker/masker.js.map +1 -1
- package/build/common/stringUtils.js +1 -1
- package/build/common/stringUtils.js.map +1 -1
- package/build/common/templates-config.json +3 -3
- package/build/component/configManager/actionInjector.d.ts +1 -1
- package/build/component/configManager/actionInjector.d.ts.map +1 -1
- package/build/component/configManager/actionInjector.js +17 -8
- package/build/component/configManager/actionInjector.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +8 -4
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/aad/update.d.ts.map +1 -1
- package/build/component/driver/aad/update.js +26 -12
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts +4 -3
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.js +47 -16
- package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts +2 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
- package/build/component/driver/apiKey/utility/utility.js +4 -3
- package/build/component/driver/apiKey/utility/utility.js.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +0 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js +12 -7
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +0 -1
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +23 -15
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +14 -4
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +2 -0
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +2 -0
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -0
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +12 -0
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/validate.js +4 -4
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
- package/build/component/generator/apiSpec/generator.js +25 -22
- package/build/component/generator/apiSpec/generator.js.map +1 -1
- package/build/component/generator/apiSpec/helper.d.ts +2 -1
- package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/apiSpec/helper.js +50 -15
- package/build/component/generator/apiSpec/helper.js.map +1 -1
- package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
- package/build/component/generator/copilotExtension/generator.js +4 -5
- package/build/component/generator/copilotExtension/generator.js.map +1 -1
- package/build/component/generator/generator.d.ts +2 -2
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +25 -13
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +8 -1
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/m365/launchHelper.d.ts.map +1 -1
- package/build/component/m365/launchHelper.js +4 -0
- package/build/component/m365/launchHelper.js.map +1 -1
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +2 -1
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
- package/build/component/utils/envFunctionUtils.js +0 -4
- package/build/component/utils/envFunctionUtils.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts +1 -0
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +7 -0
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/core/FxCore.d.ts +8 -0
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +170 -38
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +5 -2
- package/build/core/collaborator.js.map +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +2 -3
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +8 -4
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +36 -45
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +27 -19
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +2 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +6 -0
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +0 -1
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.d.ts +2 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +31 -1
- package/build/question/other.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/resource/package.nls.cs.json +536 -280
- package/resource/package.nls.de.json +536 -280
- package/resource/package.nls.es.json +536 -280
- package/resource/package.nls.fr.json +536 -280
- package/resource/package.nls.it.json +536 -280
- package/resource/package.nls.ja.json +536 -280
- package/resource/package.nls.json +22 -22
- package/resource/package.nls.ko.json +536 -280
- package/resource/package.nls.pl.json +536 -280
- package/resource/package.nls.pt-BR.json +536 -280
- package/resource/package.nls.ru.json +536 -280
- package/resource/package.nls.tr.json +536 -280
- package/resource/package.nls.zh-Hans.json +536 -280
- package/resource/package.nls.zh-Hant.json +536 -280
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +2 -2
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
+
"core.addApi.confirm": "Teams Toolkit will modify files in your \"%s\" folder based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
3
|
+
"core.addApi.continue": "Add",
|
|
2
4
|
"core.provision.provision": "Provisionar",
|
|
3
|
-
"core.provision.learnMore": "
|
|
5
|
+
"core.provision.learnMore": "More info",
|
|
4
6
|
"core.provision.azureAccount": "Conta do Azure: %s",
|
|
5
7
|
"core.provision.azureSubscription": "Assinatura do Azure: %s",
|
|
6
8
|
"core.provision.m365Account": "Conta do Microsoft 365: %s",
|
|
7
|
-
"core.provision.confirmEnvAndCostNotice": "
|
|
9
|
+
"core.provision.confirmEnvAndCostNotice": "Costs may apply based on usage. Do you want to provision resources in %s environment using listed accounts?",
|
|
8
10
|
"core.deploy.confirmEnvNoticeV3": "Deseja implantar recursos no ambiente %s?",
|
|
9
11
|
"core.provision.viewResources": "Exibir recursos provisionados",
|
|
10
|
-
"core.deploy.aadManifestSuccessNotice": "
|
|
11
|
-
"core.deploy.aadManifestOnCLISuccessNotice": "
|
|
12
|
-
"core.deploy.aadManifestLearnMore": "
|
|
13
|
-
"core.deploy.botTroubleShoot": "
|
|
14
|
-
"core.deploy.botTroubleShoot.learnMore": "
|
|
12
|
+
"core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra app has been deployed successfully. To view that, click \"More info\"",
|
|
13
|
+
"core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra app has been updated successfully.",
|
|
14
|
+
"core.deploy.aadManifestLearnMore": "More info",
|
|
15
|
+
"core.deploy.botTroubleShoot": "To troubleshoot your bot application in Azure, click \"More info\" for documentation.",
|
|
16
|
+
"core.deploy.botTroubleShoot.learnMore": "More info",
|
|
15
17
|
"core.option.deploy": "Implantar",
|
|
16
18
|
"core.option.confirm": "Confirmar",
|
|
17
|
-
"core.option.
|
|
18
|
-
"core.option.learnMore": "Saiba mais",
|
|
19
|
+
"core.option.learnMore": "More info",
|
|
19
20
|
"core.option.upgrade": "Atualizar",
|
|
20
21
|
"core.option.moreInfo": "Mais Informações",
|
|
21
22
|
"core.progress.create": "Criar",
|
|
22
|
-
"core.progress.createFromTemplate": "
|
|
23
|
-
"core.progress.createFromSample": "
|
|
23
|
+
"core.progress.createFromTemplate": "App template download in progress...",
|
|
24
|
+
"core.progress.createFromSample": "Sample %s download in progress...",
|
|
24
25
|
"core.progress.deploy": "Implantar",
|
|
25
26
|
"core.progress.publish": "Publicar",
|
|
26
27
|
"core.progress.provision": "Provisionar",
|
|
27
28
|
"core.progress.configureAzureStorage": "Configurando o Armazenamento do Microsoft Azure, habilite a configuração de site estático.",
|
|
28
29
|
"core.progress.runCommand": "Executar comando %s em %s",
|
|
29
30
|
"core.progress.deployToAzure": "Implantando %s para %s.",
|
|
30
|
-
"core.Notification.ReadMore": "Leia mais",
|
|
31
31
|
"core.migrationV3.confirmOnly.Message": "Confirme a atualização",
|
|
32
32
|
"core.migrationV3.Message": "Atualize seu projeto do Kit de Ferramentas do Teams para permanecer compatível com a versão mais recente. Um diretório de backup será criado junto com um Resumo de Atualização.",
|
|
33
33
|
"core.migrationV3.VS.Message": "Atualize sua solução para permanecer compatível com a versão mais recente do Kit de ferramentas do Teams. Um diretório de backup será gerado no qual contém um relatório de atualização.",
|
|
@@ -35,199 +35,214 @@
|
|
|
35
35
|
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json não existe. Você pode estar tentando atualizar um projeto criado pelo Kit de Ferramentas do Teams para Visual Studio Code v3.x/TEAMS Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3. Instale o Kit de Ferramentas do Teams para Visual Studio Code v4.x/TEAMS Toolkit CLI v1.x/Teams Toolkit for Visual Studio v17.4 e execute a atualização primeiro.",
|
|
36
36
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json é inválido.",
|
|
37
37
|
"core.migrationV3.abandonedProject": "Este projeto é apenas para visualização e não terá suporte com o Kit de Ferramentas do Teams. Experimente o Kit de Ferramentas do Teams criando um novo projeto",
|
|
38
|
-
"core.migrationV3.notAllowedMigration": "
|
|
39
|
-
"core.projectVersionChecker.cliUseNewVersion": "
|
|
38
|
+
"core.migrationV3.notAllowedMigration": "Teams Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsapp upgrade\" to upgrade your project first.",
|
|
39
|
+
"core.projectVersionChecker.cliUseNewVersion": "Your Teams Toolkit CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsapp-cli@latest",
|
|
40
40
|
"core.projectVersionChecker.incompatibleProject": "O projeto atual é incompatível com a versão instalada do kit de ferramentas do Teams.",
|
|
41
41
|
"core.projectVersionChecker.vs.incompatibleProject": "O projeto na solução é criado com o recurso de visualização do Teams Toolkit - Melhorias na Configuração do Aplicativo Teams. Você pode ativar o recurso de visualização para continuar.",
|
|
42
|
-
"core.deployArmTemplates.ActionSuccess": "
|
|
43
|
-
"core.collaboration.ListCollaboratorsSuccess": "
|
|
42
|
+
"core.deployArmTemplates.ActionSuccess": "ARM templates are deployed successfully. Resource group name: %s. Deployment name: %s",
|
|
43
|
+
"core.collaboration.ListCollaboratorsSuccess": "List of Microsoft 365 App owners is successful, you can view it in [Output panel](%s).",
|
|
44
44
|
"core.collaboration.GrantingPermission": "Concedendo permissões",
|
|
45
|
-
"core.collaboration.EmailCannotBeEmptyOrSame": "
|
|
46
|
-
"core.collaboration.CannotFindUserInCurrentTenant": "
|
|
45
|
+
"core.collaboration.EmailCannotBeEmptyOrSame": "Provide collaborator's email and make sure it's not the current user's email.",
|
|
46
|
+
"core.collaboration.CannotFindUserInCurrentTenant": "User not found in current tenant. Provide correct email address",
|
|
47
47
|
"core.collaboration.GrantPermissionForUser": "Conceder permissão para usuário %s",
|
|
48
48
|
"core.collaboration.AccountToGrantPermission": "Conta para conceder permissão: ",
|
|
49
49
|
"core.collaboration.StartingGrantPermission": "Iniciando concessão de permissão para o ambiente: ",
|
|
50
50
|
"core.collaboration.TenantId": "ID do Locatário: ",
|
|
51
|
-
"core.collaboration.PermissionHasBeenGrantTo": "
|
|
51
|
+
"core.collaboration.PermissionHasBeenGrantTo": "Permission granted to ",
|
|
52
52
|
"core.collaboration.GrantPermissionResourceId": ", ID do Recurso: ",
|
|
53
53
|
"core.collaboration.ListingM365Permission": "Listando permissões do Microsoft 365 \n",
|
|
54
54
|
"core.collaboration.AccountUsedToCheck": "Conta usada para verificar: ",
|
|
55
55
|
"core.collaboration.StartingListAllTeamsAppOwners": "\nIniciando lista de todos os proprietários de aplicativos do Teams para o ambiente: ",
|
|
56
|
-
"core.collaboration.StartingListAllAadAppOwners": "\
|
|
56
|
+
"core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Microsoft Entra app owners for environment: ",
|
|
57
57
|
"core.collaboration.M365TeamsAppId": "Aplicativo Microsoft 365 Teams (ID: ",
|
|
58
|
-
"core.collaboration.SsoAadAppId": "
|
|
58
|
+
"core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
|
|
59
59
|
"core.collaboration.TeamsAppOwner": "Proprietário do Aplicativo Teams: ",
|
|
60
|
-
"core.collaboration.AadAppOwner": "
|
|
60
|
+
"core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
|
|
61
61
|
"core.collaboration.StaringCheckPermission": "Iniciando verificação de permissão para o ambiente: ",
|
|
62
62
|
"core.collaboration.CheckPermissionResourceId": "ID do Recurso: ",
|
|
63
63
|
"core.collaboration.Undefined": "indefinido",
|
|
64
64
|
"core.collaboration.ResourceName": ", Nome do Recurso: ",
|
|
65
65
|
"core.collaboration.Permission": ", Permissão: ",
|
|
66
|
-
"core.developerPortal.scaffold.CannotFindManifest": "
|
|
66
|
+
"core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for Teams app %s.",
|
|
67
67
|
"plugins.spfx.questions.framework.title": "Estrutura",
|
|
68
|
-
"plugins.spfx.questions.webpartName": "
|
|
68
|
+
"plugins.spfx.questions.webpartName": "Nome da Web Part da Estrutura do SharePoint",
|
|
69
69
|
"plugins.spfx.questions.webpartName.error.duplicate": "A pasta %s já existe. Escolha um nome diferente para o componente.",
|
|
70
70
|
"plugins.spfx.questions.webpartName.error.notMatch": "%s não corresponde ao padrão: %s",
|
|
71
71
|
"plugins.spfx.questions.packageSelect.title": "Estrutura do SharePoint",
|
|
72
|
-
"plugins.spfx.questions.packageSelect.placeholder": "
|
|
72
|
+
"plugins.spfx.questions.packageSelect.placeholder": "Select option for scaffolding",
|
|
73
73
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "Use o SPFx instalado globalmente (%s)",
|
|
74
74
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "Use o SPFx instalado globalmente",
|
|
75
75
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s ou posterior",
|
|
76
76
|
"plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Instale o SPFx mais recente (%s) localmente no diretório do Kit de Ferramentas do Teams ",
|
|
77
77
|
"plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Instale o SPFx mais recente localmente no diretório do Kit de Ferramentas do Teams ",
|
|
78
78
|
"plugins.spfx.questions.spfxSolution.title": "Solução do SharePoint",
|
|
79
|
-
"plugins.spfx.questions.spfxSolution.createNew": "
|
|
80
|
-
"plugins.spfx.questions.spfxSolution.createNew.detail": "
|
|
81
|
-
"plugins.spfx.questions.spfxSolution.importExisting": "
|
|
79
|
+
"plugins.spfx.questions.spfxSolution.createNew": "Create New SPFx Solution",
|
|
80
|
+
"plugins.spfx.questions.spfxSolution.createNew.detail": "Create Teams Tab application using SPFx web parts",
|
|
81
|
+
"plugins.spfx.questions.spfxSolution.importExisting": "Import Existing SPFx Solution",
|
|
82
82
|
"plugins.spfx.questions.spfxSolution.importExisting.detail": "Expor a Web Part do lado do cliente SPFx como guia do Microsoft Teams ou aplicativo pessoal",
|
|
83
|
-
"plugins.spfx.deployNotice": "
|
|
84
|
-
"plugins.spfx.cannotFindPackage": "
|
|
85
|
-
"plugins.spfx.cannotGetSPOToken": "
|
|
86
|
-
"plugins.spfx.cannotGetGraphToken": "
|
|
87
|
-
"plugins.spfx.insufficientPermission": "
|
|
88
|
-
"plugins.spfx.createAppcatalogFail": "
|
|
89
|
-
"plugins.spfx.uploadAppcatalogFail": "
|
|
83
|
+
"plugins.spfx.deployNotice": "SharePoint package %s deployed successfully to [%s](%s).",
|
|
84
|
+
"plugins.spfx.cannotFindPackage": "Unable to find SharePoint package %s",
|
|
85
|
+
"plugins.spfx.cannotGetSPOToken": "Unable to get SPO access token",
|
|
86
|
+
"plugins.spfx.cannotGetGraphToken": "Unable to get Graph access token",
|
|
87
|
+
"plugins.spfx.insufficientPermission": "To upload and deploy package to App Catalog %s, you need org's Microsoft 365 tenant admin permissions. Get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing.",
|
|
88
|
+
"plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog due to %s, stack: %s",
|
|
89
|
+
"plugins.spfx.uploadAppcatalogFail": "Unable to upload app package due to %s",
|
|
90
90
|
"plugins.spfx.buildSharepointPackage": "Compilando o pacote do SharePoint",
|
|
91
91
|
"plugins.spfx.deploy.title": "Carregar e implantar pacote do Microsoft Office SharePoint Online",
|
|
92
92
|
"plugins.spfx.scaffold.title": "Projeto de scaffolding",
|
|
93
|
-
"plugins.spfx.error.npmInstallFailed": "Não é possível executar 'npm install' devido a %s",
|
|
94
93
|
"plugins.spfx.error.invalidDependency": "ValidarFalha ao validar o pacote %s",
|
|
95
94
|
"plugins.spfx.error.noConfiguration": "Não há arquivo .yo-rc.json em seu projeto SPFx, adicione o arquivo de configuração e tente novamente.",
|
|
96
|
-
"plugins.spfx.error.devEnvironmentNotSetup": "
|
|
95
|
+
"plugins.spfx.error.devEnvironmentNotSetup": "Your SPFx development environment is not set up correctly. Click \"Get Help\" to set up the right environment.",
|
|
97
96
|
"plugins.spfx.scaffold.dependencyCheck": "Verificando dependências...",
|
|
98
|
-
"plugins.spfx.scaffold.dependencyInstall": "
|
|
97
|
+
"plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes.",
|
|
99
98
|
"plugins.spfx.scaffold.scaffoldProject": "Gerar o projeto SPFx usando a CLI do Yeoman",
|
|
100
99
|
"plugins.spfx.scaffold.updateManifest": "Atualizar o manifesto da Web part",
|
|
101
|
-
"plugins.spfx.GetTenantFailedError": "
|
|
102
|
-
"plugins.spfx.error.installLatestDependencyError": "
|
|
103
|
-
"plugins.spfx.error.scaffoldError": "
|
|
104
|
-
"plugins.spfx.error.import.retrieveSolutionInfo": "
|
|
105
|
-
"plugins.spfx.error.import.copySPFxSolution": "
|
|
106
|
-
"plugins.spfx.error.import.updateSPFxTemplate": "
|
|
107
|
-
"plugins.spfx.error.import.common": "
|
|
100
|
+
"plugins.spfx.GetTenantFailedError": "Unable to get tenant %s %s",
|
|
101
|
+
"plugins.spfx.error.installLatestDependencyError": "Unable to set up SPFx environment in %s folder. To set up global SPFx environment, follow [Set up your SharePoint Framework development environment | Microsoft Learn](%s).",
|
|
102
|
+
"plugins.spfx.error.scaffoldError": "Project creation is unsuccessful, which may be due to Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
|
|
103
|
+
"plugins.spfx.error.import.retrieveSolutionInfo": "Unable to get existing SPFx solution information. Ensure your SPFx solution is valid.",
|
|
104
|
+
"plugins.spfx.error.import.copySPFxSolution": "Unable to copy existing SPFx solution: %s",
|
|
105
|
+
"plugins.spfx.error.import.updateSPFxTemplate": "Unable to update project templates with existing SPFx solution: %s",
|
|
106
|
+
"plugins.spfx.error.import.common": "Unable to import existing SPFx solution to Teams Toolkit: %s",
|
|
108
107
|
"plugins.spfx.import.title": "Importando a solução SPFx",
|
|
109
108
|
"plugins.spfx.import.copyExistingSPFxSolution": "Copiando a solução SPFx existente...",
|
|
110
109
|
"plugins.spfx.import.generateSPFxTemplates": "Gerando modelos com base nas informações da solução...",
|
|
111
110
|
"plugins.spfx.import.updateTemplates": "Atualizando modelos...",
|
|
112
|
-
"plugins.spfx.import.success": "
|
|
113
|
-
"plugins.spfx.import.log.success": "
|
|
114
|
-
"plugins.spfx.import.log.fail": "
|
|
111
|
+
"plugins.spfx.import.success": "Your SPFx solution is successfully imported to %s.",
|
|
112
|
+
"plugins.spfx.import.log.success": "Teams Toolkit has successfully imported your SPFx solution. Find complete log of import details in %s.",
|
|
113
|
+
"plugins.spfx.import.log.fail": "Teams Toolkit is unable to import your SPFx solution. Find complete log of important details in %s.",
|
|
114
|
+
"plugins.spfx.addWebPart.confirmInstall": "SPFx %s version in your solution isn't installed on your machine. Do you want to install it in Teams Toolkit directory to continue adding web parts?",
|
|
115
|
+
"plugins.spfx.addWebPart.install": "Install",
|
|
116
|
+
"plugins.spfx.addWebPart.confirmUpgrade": "Teams Toolkit is using SPFx version %s and your solution has SPFx version %s. Do you want to upgrade it to version %s in Teams Toolkit directory and add web parts?",
|
|
117
|
+
"plugins.spfx.addWebPart.upgrade": "Upgrade",
|
|
118
|
+
"plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version %s in your solution isn't installed on this machine. Teams Toolkit uses the SPFx installed in its directory by default (%s). The version mismatch may cause unexpected error. Do you still want to continue?",
|
|
119
|
+
"plugins.spfx.addWebPart.versionMismatch.help": "Help",
|
|
120
|
+
"plugins.spfx.addWebPart.versionMismatch.continue": "Continue",
|
|
121
|
+
"plugins.spfx.addWebPart.versionMismatch.output": "SPFx version in your solution is %s. You've installed %s globally and %s in Teams Toolkit directory, which is used as default (%s) by Teams Toolkit. The version mismatch may cause unexpected error. Find possible solutions in %s.",
|
|
122
|
+
"plugins.spfx.addWebPart.versionMismatch.localOnly.output": "SPFx version in your solution is %s. You've installed %s in Teams Toolkit directory, which is used as default in Teams Toolkit (%s). The version mismatch may cause unexpected error. Find possible solutions in %s.",
|
|
123
|
+
"plugins.spfx.addWebPart.cannotFindSolutionVersion": "Unable to find SPFx version in your solution in %s",
|
|
124
|
+
"plugins.spfx.error.installDependencyError": "It looks like you're facing problem setting up SPFx environment in %s folder. Follow %s to install %s for global SPFx environment setup.",
|
|
115
125
|
"plugins.frontend.checkNetworkTip": "Verifique sua conexão de rede.",
|
|
116
126
|
"plugins.frontend.checkFsPermissionsTip": "Verifique se você tem permissões de Leitura/Gravação no sistema de arquivos.",
|
|
117
127
|
"plugins.frontend.checkStoragePermissionsTip": "Verifique se você tem permissões para sua Conta de Armazenamento do Microsoft Azure.",
|
|
118
|
-
"plugins.frontend.checkSystemTimeTip": "
|
|
128
|
+
"plugins.frontend.checkSystemTimeTip": "Incorrect system time may lead to expired credentials. Make sure your system time is correct.",
|
|
119
129
|
"suggestions.retryTheCurrentStep": "Repita a etapa atual.",
|
|
120
130
|
"plugins.appstudio.buildSucceedNotice": "O pacote Teams foi criado com êxito no [endereço local](%s).",
|
|
121
131
|
"plugins.appstudio.buildSucceedNotice.fallback": "O pacote Teams foi criado com êxito em %s.",
|
|
122
132
|
"plugins.appstudio.createPackage.progressBar.message": "Criando pacote de aplicativos do Teams...",
|
|
123
|
-
"plugins.appstudio.validationFailedNotice": "
|
|
133
|
+
"plugins.appstudio.validationFailedNotice": "Manifest Validation is unsuccessful!",
|
|
124
134
|
"plugins.appstudio.validateManifest.progressBar.message": "Validando manifesto...",
|
|
125
135
|
"plugins.appstudio.validateAppPackage.progressBar.message": "Validando o pacote do aplicativo...",
|
|
136
|
+
"plugins.appstudio.syncManifestFailedNotice": "Unable to sync manifest!",
|
|
126
137
|
"plugins.appstudio.adminPortal": "Ir para o portal de administração",
|
|
127
|
-
"plugins.appstudio.publishSucceedNotice.cli": "[%s]
|
|
138
|
+
"plugins.appstudio.publishSucceedNotice.cli": "[%s] is published successfully to Admin Portal (%s). After approval, your app will be available for your organization. Get more info from %s.",
|
|
128
139
|
"plugins.appstudio.updatePublihsedAppConfirm": "Deseja enviar uma nova atualização?",
|
|
129
|
-
"plugins.appstudio.teamsAppCreatedNotice": "
|
|
130
|
-
"plugins.appstudio.teamsAppUpdatedLog": "
|
|
131
|
-
"plugins.appstudio.teamsAppUpdatedNotice": "
|
|
132
|
-
"plugins.appstudio.teamsAppUpdatedCLINotice": "
|
|
133
|
-
"plugins.appstudio.updateManifestTip": "
|
|
134
|
-
"plugins.appstudio.updateOverwriteTip": "
|
|
135
|
-
"plugins.appstudio.pubWarn": "
|
|
140
|
+
"plugins.appstudio.teamsAppCreatedNotice": "Teams app %s created successfully",
|
|
141
|
+
"plugins.appstudio.teamsAppUpdatedLog": "Teams app %s updated successfully",
|
|
142
|
+
"plugins.appstudio.teamsAppUpdatedNotice": "Your Teams app manifest is deployed successfully. To see your app in Teams Developer Portal, click \"View in Developer Portal\".",
|
|
143
|
+
"plugins.appstudio.teamsAppUpdatedCLINotice": "Your Teams app manifest is deployed successfully to ",
|
|
144
|
+
"plugins.appstudio.updateManifestTip": "The manifest file configurations are already modified. Do you want to regenerate the manifest file and update to Teams platform?",
|
|
145
|
+
"plugins.appstudio.updateOverwriteTip": "The manifest file on Teams platform is modified since your last update. Do you want to update and overwrite it on Teams platform?",
|
|
146
|
+
"plugins.appstudio.pubWarn": "The app %s is already submitted to tenant App Catalog.\nStatus: %s\n",
|
|
136
147
|
"plugins.appstudio.lastModified": "Última Modificação: %s\n",
|
|
137
148
|
"plugins.appstudio.previewOnly": "Somente visualização",
|
|
138
149
|
"plugins.appstudio.previewAndUpdate": "Visualização e atualização",
|
|
139
150
|
"plugins.appstudio.overwriteAndUpdate": "Substituir e atualizar",
|
|
140
|
-
"plugins.appstudio.emptyAppPackage": "
|
|
141
|
-
"plugins.appstudio.unprocessedFile": "
|
|
151
|
+
"plugins.appstudio.emptyAppPackage": "Unable to find any files in the app %s package.",
|
|
152
|
+
"plugins.appstudio.unprocessedFile": "Teams Toolkit did not process %s.",
|
|
142
153
|
"plugins.appstudio.viewDeveloperPortal": "Exibir no Portal do Desenvolvedor",
|
|
143
|
-
"plugins.bot.questionHostTypeTrigger.title": "
|
|
144
|
-
"plugins.bot.questionHostTypeTrigger.placeholder": "
|
|
154
|
+
"plugins.bot.questionHostTypeTrigger.title": "Select triggers",
|
|
155
|
+
"plugins.bot.questionHostTypeTrigger.placeholder": "Select triggers",
|
|
145
156
|
"plugins.bot.triggers.http-functions.description": "Azure Functions",
|
|
146
|
-
"plugins.bot.triggers.http-functions.detail": "A
|
|
157
|
+
"plugins.bot.triggers.http-functions.detail": "A function running on Azure Functions can respond to HTTP requests.",
|
|
147
158
|
"plugins.bot.triggers.http-functions.label": "Gatilho HTTP",
|
|
148
159
|
"plugins.bot.triggers.http-and-timer-functions.description": "Azure Functions",
|
|
149
|
-
"plugins.bot.triggers.http-and-timer-functions.detail": "
|
|
160
|
+
"plugins.bot.triggers.http-and-timer-functions.detail": "A function running on Azure Functions can respond to HTTP requests based on a specific schedule.",
|
|
150
161
|
"plugins.bot.triggers.http-and-timer-functions.label": "HTTP e Gatilho do Temporizador",
|
|
151
162
|
"plugins.bot.triggers.http-restify.description": "Servidor Restify",
|
|
152
|
-
"plugins.bot.triggers.http-restify.detail": "
|
|
163
|
+
"plugins.bot.triggers.http-restify.detail": "A restify server running on Azure App Service can respond to HTTP requests.",
|
|
153
164
|
"plugins.bot.triggers.http-restify.label": "Gatilho HTTP",
|
|
154
165
|
"plugins.bot.triggers.http-webapi.description": "Servidor da API Web",
|
|
155
|
-
"plugins.bot.triggers.http-webapi.detail": "
|
|
166
|
+
"plugins.bot.triggers.http-webapi.detail": "A Web API server running on Azure App Service can respond to HTTP requests.",
|
|
156
167
|
"plugins.bot.triggers.http-webapi.label": "Gatilho HTTP",
|
|
157
168
|
"plugins.bot.triggers.timer-functions.description": "Azure Functions",
|
|
158
|
-
"plugins.bot.triggers.timer-functions.detail": "A
|
|
169
|
+
"plugins.bot.triggers.timer-functions.detail": "A function running on Azure Functions can respond based on a specific schedule.",
|
|
159
170
|
"plugins.bot.triggers.timer-functions.label": "Gatilho de temporizador",
|
|
160
|
-
"error.NoProjectOpenedError": "
|
|
161
|
-
"error.
|
|
162
|
-
"error.UpgradeV3CanceledError": "Se não estiver pronto para atualizar, continue a usar a versão antiga do Kit de Ferramentas do Teams",
|
|
163
|
-
"error.InvalidInputError": "Entradas inválidas: %s",
|
|
164
|
-
"error.ProjectEnvAlreadyExistError": "O ambiente de projeto %s já existe.",
|
|
165
|
-
"error.NotImplementedError": "Método não implementado: %s",
|
|
171
|
+
"error.NoProjectOpenedError": "No project is currently open. Create a new project or open an existing one.",
|
|
172
|
+
"error.UpgradeV3CanceledError": "Don't want to upgrade? Continue using old version of Teams Toolkit",
|
|
166
173
|
"error.FailedToParseResourceIdError": "Não é possível obter '%s' da ID do recurso: '%s'",
|
|
167
174
|
"error.NoSubscriptionFound": "Não é possível localizar uma assinatura.",
|
|
168
|
-
"error.TrustCertificateCancelError": "
|
|
169
|
-
"error.VideoFilterAppNotRemoteSupported": "
|
|
170
|
-
"error.appstudio.
|
|
171
|
-
"error.appstudio.
|
|
172
|
-
"error.appstudio.
|
|
173
|
-
"error.appstudio.apiFailed
|
|
174
|
-
"error.appstudio.
|
|
175
|
+
"error.TrustCertificateCancelError": "User canceled. For Teams to trust the self-signed SSL certificate used by the toolkit, add the certificate to your certificate store.",
|
|
176
|
+
"error.VideoFilterAppNotRemoteSupported": "Teams Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
|
|
177
|
+
"error.appstudio.teamsAppRequiredPropertyMissing": "Missing required property \"%s\" in \"%s\"",
|
|
178
|
+
"error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Teams Developer Portal due to %s",
|
|
179
|
+
"error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s in Teams Developer Portal due to %s",
|
|
180
|
+
"error.appstudio.apiFailed": "Unable to make API call to Developer Portal. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
181
|
+
"error.appstudio.apiFailed.telemetry": "Unable to make API call to Developer Portal: %s, %s, API name: %s, X-Correlation-ID: %s. This may be due to a temporary service error. Try again after a few minutes.",
|
|
182
|
+
"error.appstudio.authServiceApiFailed": "Unable to make API call to Developer Portal: %s, %s, Request path: %s",
|
|
175
183
|
"error.appstudio.publishFailed": "Não é possível publicar o aplicativo Teams com a ID %s.",
|
|
176
|
-
"error.appstudio.buildError": "
|
|
177
|
-
"error.appstudio.checkPermissionFailed": "
|
|
178
|
-
"error.appstudio.grantPermissionFailed": "
|
|
179
|
-
"error.appstudio.listCollaboratorFailed": "
|
|
180
|
-
"error.appstudio.updateManifestInvalidApp": "
|
|
184
|
+
"error.appstudio.buildError": "Unable to build Teams Package!",
|
|
185
|
+
"error.appstudio.checkPermissionFailed": "Unable to check permission. Reason: %s",
|
|
186
|
+
"error.appstudio.grantPermissionFailed": "Unable to grant permission. Reason: %s",
|
|
187
|
+
"error.appstudio.listCollaboratorFailed": "Unable to list collaborators. Reason: %s",
|
|
188
|
+
"error.appstudio.updateManifestInvalidApp": "Unable to find Teams app with ID %s. Run debug or provision before updating manifest to Teams platform.",
|
|
181
189
|
"error.appstudio.invalidCapability": "Funcionalidade inválida: %s",
|
|
182
|
-
"error.appstudio.capabilityExceedLimit": "
|
|
183
|
-
"error.appstudio.staticTabNotExist": "
|
|
184
|
-
"error.appstudio.capabilityNotExist": "
|
|
185
|
-
"error.appstudio.noManifestId": "
|
|
190
|
+
"error.appstudio.capabilityExceedLimit": "Unable to add capability %s as it has reached its limit.",
|
|
191
|
+
"error.appstudio.staticTabNotExist": "As static tab with entity ID %s is not found, we can't update it.",
|
|
192
|
+
"error.appstudio.capabilityNotExist": "As capability %s doesn't exist in manifest, we can't update it.",
|
|
193
|
+
"error.appstudio.noManifestId": "Invalid ID found in manifest find.",
|
|
186
194
|
"error.appstudio.validateFetchSchemaFailed": "Não é possível obter o esquema de %s, mensagem: %s",
|
|
187
195
|
"error.appstudio.validateSchemaNotDefined": "Esquema de manifesto não está definido",
|
|
188
|
-
"error.appstudio.
|
|
189
|
-
"error.appstudio.
|
|
190
|
-
"error.appstudio.
|
|
191
|
-
"error.appstudio.
|
|
192
|
-
"error.appstudio.
|
|
193
|
-
"error.appstudio.
|
|
194
|
-
"error.
|
|
196
|
+
"error.appstudio.syncManifestInvalidInput": "Input is invalid. Project path and env should not be empty.",
|
|
197
|
+
"error.appstudio.syncManifestNoTeamsAppId": "Unable to load Teams app ID from the env file.",
|
|
198
|
+
"error.appstudio.syncManifestNoManifest": "Manifest downloaded from Teams Developer Portal is empty",
|
|
199
|
+
"error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip Teams app package\" and try again.",
|
|
200
|
+
"error.appstudio.teamsAppCreateConflict": "Unable to create Teams app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
|
|
201
|
+
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "Teams app with the same ID already exists in your organization's app store. Update the app and try again.",
|
|
202
|
+
"error.appstudio.teamsAppPublishConflict": "Unable to publish Teams app because Teams app with this ID already exists in staged apps. Update the app ID and try again.",
|
|
203
|
+
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "This account can't get a botframework token.",
|
|
204
|
+
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result when attempting to create bot registration.",
|
|
205
|
+
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result when attempting to create bot registration.",
|
|
206
|
+
"error.generator.ScaffoldLocalTemplateError": "Unable to scaffold template based on local zip package.",
|
|
195
207
|
"error.generator.TemplateNotFoundError": "Não foi possível localizar o modelo: %s.",
|
|
196
208
|
"error.generator.SampleNotFoundError": "Não foi possível localizar a amostra: %s.",
|
|
197
|
-
"error.generator.
|
|
198
|
-
"error.generator.UnzipError": "Não é possível descompactar os modelos e gravar no disco.",
|
|
209
|
+
"error.generator.UnzipError": "Unable to extract templates and save them to disk.",
|
|
199
210
|
"error.generator.MissKeyError": "Não foi possível encontrar a chave %s",
|
|
200
|
-
"error.generator.
|
|
201
|
-
"error.generator.
|
|
202
|
-
"error.generator.
|
|
203
|
-
"error.copilotPlugin.
|
|
204
|
-
"error.
|
|
211
|
+
"error.generator.FetchSampleInfoError": "Unable to fetch sample info",
|
|
212
|
+
"error.generator.DownloadSampleApiLimitError": "Unable to download sample due to rate limitation. Try again in an hour after rate limit reset or you can manually clone the repo from %s.",
|
|
213
|
+
"error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and try again or you can manually clone the repo from %s",
|
|
214
|
+
"error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" is not used in the plugin.",
|
|
215
|
+
"error.apime.noExtraAPICanBeAdded": "Unable to add API because only GET and POST methods are supported, with a maximum of 5 required parameters and no authentication. Also, methods defined in the manifest are not listed.",
|
|
216
|
+
"error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
|
|
205
217
|
"error.m365.NotExtendedToM365Error": "Não é possível estender o aplicativo Teams Microsoft 365. Use a ação 'teamsApp/extendToM365' para estender seu aplicativo Teams para Microsoft 365.",
|
|
206
|
-
"core.QuestionAppName.validation.pattern": "
|
|
207
|
-
"core.QuestionAppName.validation.maxlength": "
|
|
208
|
-
"core.QuestionAppName.validation.pathExist": "
|
|
209
|
-
"core.
|
|
218
|
+
"core.QuestionAppName.validation.pattern": "App name needs to begin with letters, include minimum two letters or digits, and exclude certain special characters.",
|
|
219
|
+
"core.QuestionAppName.validation.maxlength": "App name is longer than the 30 characters.",
|
|
220
|
+
"core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different app name.",
|
|
221
|
+
"core.QuestionAppName.validation.lengthWarning": "Your app name may exceed 30 characters due to a \"local\" suffix added by Teams Toolkit for local debugging. Please update your app name in \"manifest.json\" file.",
|
|
222
|
+
"core.ProgrammingLanguageQuestion.title": "Programming Language",
|
|
223
|
+
"core.ProgrammingLanguageQuestion.placeholder": "Select a programming language",
|
|
210
224
|
"core.ProgrammingLanguageQuestion.placeholder.spfx": "O SPFx atualmente só dá suporte ao TypeScript.",
|
|
211
225
|
"core.option.tutorial": "Abrir tutorial",
|
|
212
226
|
"core.option.github": "Abrir um guia do GitHub",
|
|
213
|
-
"core.option.inProduct": "
|
|
227
|
+
"core.option.inProduct": "Open an in-product guide",
|
|
214
228
|
"core.TabOption.label": "Guia",
|
|
215
|
-
"core.generator.officeAddin.importProject.title": "
|
|
216
|
-
"core.generator.officeAddin.importProject.copyFiles": "
|
|
217
|
-
"core.generator.officeAddin.importProject.convertProject": "
|
|
218
|
-
"core.generator.officeAddin.importProject.updateManifest": "
|
|
229
|
+
"core.generator.officeAddin.importProject.title": "Importing Existing Outlook Add-in Project",
|
|
230
|
+
"core.generator.officeAddin.importProject.copyFiles": "Copying files...",
|
|
231
|
+
"core.generator.officeAddin.importProject.convertProject": "Converting project...",
|
|
232
|
+
"core.generator.officeAddin.importProject.updateManifest": "Modifying manifest...",
|
|
233
|
+
"core.generator.officeAddin.importOfficeProject.title": "Importing Existing Office Add-in Project",
|
|
219
234
|
"core.TabOption.description": "Aplicativo baseado em interface do usuário",
|
|
220
235
|
"core.TabOption.detail": "Páginas Web compatíveis com o Teams incorporadas ao Microsoft Teams.",
|
|
221
236
|
"core.DashboardOption.label": "Painel",
|
|
222
237
|
"core.DashboardOption.detail": "Uma tela com cartões e widgets para exibir informações importantes",
|
|
223
238
|
"core.BotNewUIOption.label": "Bot Básico",
|
|
224
|
-
"core.BotNewUIOption.detail": "
|
|
239
|
+
"core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready for customization",
|
|
225
240
|
"core.LinkUnfurlingOption.label": "Desfralização de Link",
|
|
226
|
-
"core.LinkUnfurlingOption.detail": "
|
|
241
|
+
"core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the text input field",
|
|
227
242
|
"core.MessageExtensionOption.labelNew": "Coletar entrada de formulário e processar dados",
|
|
228
243
|
"core.MessageExtensionOption.label": "Extensão de Mensagem",
|
|
229
244
|
"core.MessageExtensionOption.description": "Interface do usuário personalizada quando os usuários redigem mensagens no Teams",
|
|
230
|
-
"core.MessageExtensionOption.detail": "
|
|
245
|
+
"core.MessageExtensionOption.detail": "Receive user input, process it, and send customized results",
|
|
231
246
|
"core.NotificationOption.label": "Mensagem de notificação de bate-papo",
|
|
232
247
|
"core.NotificationOption.detail": "Notificar e informar com uma mensagem exibida nos chats do Teams",
|
|
233
248
|
"core.CommandAndResponseOption.label": "Comando chat",
|
|
@@ -238,82 +253,171 @@
|
|
|
238
253
|
"core.TabSPFxOption.detailNew": "Compilar interface do usuário com Estrutura do SharePoint",
|
|
239
254
|
"core.TabNonSso.label": "Guia Básica",
|
|
240
255
|
"core.TabNonSso.detail": "Uma implementação simples de um aplicativo da web pronto para personalizar",
|
|
241
|
-
"core.copilotPlugin.
|
|
242
|
-
"core.copilotPlugin.
|
|
256
|
+
"core.copilotPlugin.api.noAuth": "No authentication",
|
|
257
|
+
"core.copilotPlugin.api.apiKeyAuth": "API Key authentication(Bearer token authentication)",
|
|
258
|
+
"core.copilotPlugin.api.oauth": "OAuth(Authorization code flow)",
|
|
259
|
+
"core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
|
|
243
260
|
"core.copilotPlugin.validate.summary.validate.failed": "%s falhou",
|
|
244
261
|
"core.copilotPlugin.validate.summary.validate.warning": "Aviso de %s",
|
|
245
|
-
"core.copilotPlugin.
|
|
262
|
+
"core.copilotPlugin.list.unsupportedBecause": "is unsupported because:",
|
|
263
|
+
"core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI description document:\n%s",
|
|
246
264
|
"core.copilotPlugin.scaffold.summary.warning.operationId": "%s Mitigação: não é obrigatório, o OperationId foi gerado automaticamente e adicionado ao arquivo \"%s\".",
|
|
265
|
+
"core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The OpenAPI description document is on Swagger version 2.0. Mitigation: Not required. The content has been converted to OpenAPI 3.0 and saved in \"%s\".",
|
|
247
266
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" não deve ter mais de %s caracteres. ",
|
|
248
267
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Falta descrição completa. ",
|
|
249
268
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Mitigação: atualize o campo \"%s\" em \"%s\".",
|
|
250
269
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate": "Falta \"%s\" no comando \"%s\".",
|
|
251
270
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate.mitigation": " Mitigação: crie um modelo de cartão adaptável em \"%s\" e atualize o campo \"%s\" para o caminho relativo em \"%s\".",
|
|
271
|
+
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly": "There is no required parameter defined in API \"%s\". The first optional parameter is set as the parameter for command \"%s\".",
|
|
272
|
+
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " Mitigation: If \"%s\" is not what you need, edit the parameter of command \"%s\" in \"%s\". The parameter name should match what's defined in \"%s\".",
|
|
273
|
+
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "Description for function \"%s\" is missing.",
|
|
274
|
+
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " Mitigation: Update description for \"%s\" in \"%s\"",
|
|
275
|
+
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "Description for function \"%s\" shortened to %s characters to meet the length requirement.",
|
|
276
|
+
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " Mitigation: Update description for \"%s\" in \"%s\" so that Copilot can trigger the function.",
|
|
252
277
|
"core.createCapabilityQuestion.titleNew": "Funcionalidades",
|
|
253
278
|
"core.createCapabilityQuestion.placeholder": "Selecionar uma recurso",
|
|
254
|
-
"core.createProjectQuestion.option.description.
|
|
279
|
+
"core.createProjectQuestion.option.description.preview": "Preview",
|
|
255
280
|
"core.createProjectQuestion.option.description.worksInOutlook": "Funciona no Teams e no Outlook",
|
|
256
281
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Funciona no Teams, no Outlook e no aplicativo Microsoft 365",
|
|
282
|
+
"core.createProjectQuestion.option.description.worksInOutlookCopilot": "Funciona no Teams, no Outlook e no Copilot",
|
|
257
283
|
"core.createProjectQuestion.projectType.bot.detail": "Experiências de chat conversativas ou informativas que podem automatizar tarefas repetitivas",
|
|
258
284
|
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
259
285
|
"core.createProjectQuestion.projectType.bot.title": "Recursos do Aplicativo Usando um Bot",
|
|
260
|
-
"core.createProjectQuestion.projectType.messageExtension.detail": "
|
|
286
|
+
"core.createProjectQuestion.projectType.messageExtension.detail": "Search and take actions from the text input box in Teams and Outlook",
|
|
287
|
+
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
|
|
261
288
|
"core.createProjectQuestion.projectType.messageExtension.title": "Recursos do Aplicativo Usando uma Extensão de Mensagem",
|
|
262
|
-
"core.createProjectQuestion.projectType.outlookAddin.detail": "
|
|
289
|
+
"core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user experience",
|
|
263
290
|
"core.createProjectQuestion.projectType.outlookAddin.label": "Suplemento do Outlook",
|
|
264
291
|
"core.createProjectQuestion.projectType.outlookAddin.title": "Recursos do Aplicativo Usando um Suplemento do Outlook",
|
|
265
|
-
"core.createProjectQuestion.projectType.
|
|
292
|
+
"core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook mails",
|
|
293
|
+
"core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
|
|
294
|
+
"core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
|
|
295
|
+
"core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
|
|
296
|
+
"core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
|
|
297
|
+
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
|
|
266
298
|
"core.createProjectQuestion.projectType.tab.title": "Recursos do Aplicativo Usando uma Guia",
|
|
267
|
-
"core.createProjectQuestion.projectType.
|
|
268
|
-
"core.createProjectQuestion.projectType.
|
|
269
|
-
"core.createProjectQuestion.projectType.
|
|
270
|
-
"core.createProjectQuestion.projectType.copilotPlugin.
|
|
299
|
+
"core.createProjectQuestion.projectType.copilotExtension.label": "Copilot Extension",
|
|
300
|
+
"core.createProjectQuestion.projectType.copilotExtension.title": "App Features using Copilot Extension",
|
|
301
|
+
"core.createProjectQuestion.projectType.copilotExtension.detail": "Create declarative Copilot, API plugin, or both with Microsoft Copilot orchestrator and LLM.",
|
|
302
|
+
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
|
|
303
|
+
"core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
|
|
304
|
+
"core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
|
|
305
|
+
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot with Teams AI Library where you manage orchestration and provide your own LLM.",
|
|
306
|
+
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Copilot",
|
|
307
|
+
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
|
|
308
|
+
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
|
|
309
|
+
"core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
|
|
310
|
+
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Teams app",
|
|
311
|
+
"core.createProjectQuestion.projectType.copilotGroup.title": "Use Copilot",
|
|
312
|
+
"core.createProjectQuestion.projectType.createGroup.title": "Create",
|
|
313
|
+
"core.createProjectQuestion.projectType.declarativeCopilot.label": "Declarative Copilot",
|
|
314
|
+
"core.createProjectQuestion.projectType.declarativeCopilot.detail": "Create your own Copilot by declaring instructions, actions, & knowledge to suit your needs.",
|
|
271
315
|
"core.createProjectQuestion.title": "Novo Projeto",
|
|
316
|
+
"core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
|
|
317
|
+
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
|
|
272
318
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Comece com uma nova API",
|
|
273
319
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Criar um plugin com uma nova API do Azure Functions",
|
|
274
|
-
"core.createProjectQuestion.capability.
|
|
320
|
+
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
|
|
321
|
+
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
|
|
275
322
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Criar um plug-in a partir de sua API existente",
|
|
276
|
-
"core.createProjectQuestion.capability.
|
|
277
|
-
"core.createProjectQuestion.capability.
|
|
278
|
-
"core.createProjectQuestion.
|
|
279
|
-
"core.createProjectQuestion.
|
|
280
|
-
"core.createProjectQuestion.
|
|
281
|
-
"core.createProjectQuestion.
|
|
282
|
-
"core.createProjectQuestion.
|
|
283
|
-
"core.createProjectQuestion.
|
|
284
|
-
"core.createProjectQuestion.
|
|
285
|
-
"core.createProjectQuestion.
|
|
286
|
-
"core.createProjectQuestion.
|
|
323
|
+
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
|
|
324
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic AI Chatbot",
|
|
325
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Build a basic AI chatbot in Teams",
|
|
326
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.label": "Chat With Your Data",
|
|
327
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "Expand AI bot's knowledge with your content to get accurate answers to your questions",
|
|
328
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "AI Agent",
|
|
329
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Build an AI agent in Teams that can make decisions and perform actions based on LLM reasoning",
|
|
330
|
+
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
|
|
331
|
+
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Decide how to load your data",
|
|
332
|
+
"core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI Search",
|
|
333
|
+
"core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.detail": "Load your data from Azure AI Search service",
|
|
334
|
+
"core.createProjectQuestion.capability.customCopilotRagCustomApiOption.label": "Custom API",
|
|
335
|
+
"core.createProjectQuestion.capability.customCopilotRagCustomApiOption.detail": "Load your data from custom APIs based on OpenAPI description document",
|
|
336
|
+
"core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.label": "Microsoft 365",
|
|
337
|
+
"core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.detail": "Load your data from Microsoft Graph and SharePoint",
|
|
338
|
+
"core.createProjectQuestion.capability.customCopilotRag.title": "Chat With Your Data",
|
|
339
|
+
"core.createProjectQuestion.capability.customCopilotRag.placeholder": "Select an option to load your data",
|
|
340
|
+
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Build from Scratch",
|
|
341
|
+
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Teams AI Library",
|
|
342
|
+
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Build with Assistants API",
|
|
343
|
+
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
|
|
344
|
+
"core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
|
|
345
|
+
"core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
|
|
346
|
+
"core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
|
|
347
|
+
"core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
|
|
348
|
+
"core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
|
|
349
|
+
"core.createProjectQuestion.llmServiceOpenAIOption.detail": "Access LLMs developed by OpenAI",
|
|
350
|
+
"core.createProjectQuestion.llmServiceAzureOpenAIOption.label": "Azure OpenAI",
|
|
351
|
+
"core.createProjectQuestion.llmServiceAzureOpenAIOption.detail": "Access powerful LLMs in OpenAI with Azure security and reliability",
|
|
352
|
+
"core.createProjectQuestion.llmService.openAIKey.title": "OpenAI Key",
|
|
353
|
+
"core.createProjectQuestion.llmService.openAIKey.placeholder": "Input OpenAI service key now or set it later in the project",
|
|
354
|
+
"core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
|
|
355
|
+
"core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
|
|
356
|
+
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
|
|
357
|
+
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Deployment Name",
|
|
358
|
+
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
|
|
359
|
+
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Input Azure OpenAI deployment name now or set it later in the project",
|
|
360
|
+
"core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
|
|
361
|
+
"core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
|
|
362
|
+
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
|
|
363
|
+
"core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
|
|
364
|
+
"core.createProjectQuestion.ApiKeyConfirm": "Teams Toolkit will upload the API key to Teams Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Teams Toolkit will not store your API key.",
|
|
365
|
+
"core.createProjectQuestion.OauthClientId": "Enter client id for OAuth registration in OpenAPI Description Document",
|
|
366
|
+
"core.createProjectQuestion.OauthClientSecret": "Enter client secret for OAuth registration in OpenAPI Description Document",
|
|
367
|
+
"core.createProjectQuestion.OauthClientSecretConfirm": "Teams Toolkit uploads the client id/secret for OAuth Registration to Teams Developer Portal. It is used by Teams client to securely access your API at runtime. Teams Toolkit doesn't store your client id/secret.",
|
|
368
|
+
"core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
|
|
369
|
+
"core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
|
|
370
|
+
"core.createProjectQuestion.invalidApiKey.message": "Invalid client secret. It should be 10 to 512 characters long.",
|
|
371
|
+
"core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
|
|
372
|
+
"core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
|
|
373
|
+
"core.createProjectQuestion.apiSpec.copilotOperation.title": "Select Operation(s) Copilot Can Interact with",
|
|
374
|
+
"core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
|
|
375
|
+
"core.createProjectQuestion.apiSpec.operation.plugin.placeholder": "Unsupported APIs are not listed, check the output channel for reasons",
|
|
376
|
+
"core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
|
|
377
|
+
"core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
|
|
378
|
+
"core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
|
|
287
379
|
"core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "Os métodos definidos em manifest.json não estão listados",
|
|
288
|
-
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "
|
|
289
|
-
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "
|
|
290
|
-
"core.createProjectQuestion.
|
|
291
|
-
"core.createProjectQuestion.
|
|
292
|
-
"core.createProjectQuestion.
|
|
293
|
-
"core.createProjectQuestion.
|
|
380
|
+
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Incompatible OpenAPI description document. Check output panel for details.",
|
|
381
|
+
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Incompatible OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
382
|
+
"core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
|
|
383
|
+
"core.createProjectQuestion.declarativeCopilot.title": "Create Declarative Copilot",
|
|
384
|
+
"core.createProjectQuestion.declarativeCopilot.placeholder": "Add API plugin to your declarative Copilot",
|
|
385
|
+
"core.createProjectQuestion.createApiPlugin.title": "Create API Plugin",
|
|
386
|
+
"core.createProjectQuestion.addApiPlugin.title": "Add API Plugin",
|
|
387
|
+
"core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add plugin",
|
|
388
|
+
"core.createProjectQuestion.noPlugin.label": "No plugin",
|
|
389
|
+
"core.createProjectQuestion.noPlugin.detail": "Create declarative Copilot only",
|
|
390
|
+
"core.createProjectQuestion.addPlugin.label": "Add plugin",
|
|
391
|
+
"core.createProjectQuestion.addPlugin.detail": "Create declarative Copilot with API plugin",
|
|
392
|
+
"core.aiAssistantBotOption.label": "AI Agent Bot",
|
|
393
|
+
"core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
294
394
|
"core.aiBotOption.label": "Bot de Chat de IA",
|
|
295
|
-
"core.aiBotOption.detail": "
|
|
395
|
+
"core.aiBotOption.detail": "A basic AI chat bot in Teams using Teams AI library",
|
|
296
396
|
"core.spfxFolder.title": "Pasta da solução SPFx",
|
|
297
|
-
"core.spfxFolder.placeholder": "
|
|
397
|
+
"core.spfxFolder.placeholder": "Select the folder containing your SPFx solution",
|
|
298
398
|
"core.QuestionSelectTargetEnvironment.title": "Selecionar um ambiente",
|
|
299
399
|
"core.getQuestionNewTargetEnvironmentName.title": "Novo nome do ambiente",
|
|
300
400
|
"core.getQuestionNewTargetEnvironmentName.placeholder": "Novo nome do ambiente",
|
|
301
401
|
"core.getQuestionNewTargetEnvironmentName.validation1": "O nome do ambiente só pode conter letras, dígitos, _ e -.",
|
|
302
|
-
"core.getQuestionNewTargetEnvironmentName.validation3": "
|
|
402
|
+
"core.getQuestionNewTargetEnvironmentName.validation3": "Unable to create an environment '%s'",
|
|
303
403
|
"core.getQuestionNewTargetEnvironmentName.validation4": "Não é possível listar as configurações de env",
|
|
304
404
|
"core.getQuestionNewTargetEnvironmentName.validation5": "O ambiente de projeto %s já existe.",
|
|
305
405
|
"core.QuestionSelectSourceEnvironment.title": "Selecione um ambiente para criar cópia",
|
|
306
406
|
"core.QuestionSelectResourceGroup.title": "Selecione um grupo de recursos",
|
|
307
407
|
"core.QuestionNewResourceGroupName.placeholder": "Novo nome do grupo de recursos",
|
|
308
408
|
"core.QuestionNewResourceGroupName.title": "Novo nome do grupo de recursos",
|
|
309
|
-
"core.QuestionNewResourceGroupName.validation": "
|
|
409
|
+
"core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or symbols ._-()",
|
|
310
410
|
"core.QuestionNewResourceGroupLocation.title": "Local para o novo grupo de recursos",
|
|
311
|
-
"core.
|
|
312
|
-
"core.
|
|
411
|
+
"core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
|
|
412
|
+
"core.QuestionNewResourceGroupLocation.group.others": "Others",
|
|
413
|
+
"core.question.workspaceFolder.title": "Workspace Folder",
|
|
414
|
+
"core.question.workspaceFolder.placeholder": "Choose the folder where your project root folder will be located",
|
|
415
|
+
"core.question.appName.title": "Application Name",
|
|
416
|
+
"core.question.appName.placeholder": "Input an application name",
|
|
313
417
|
"core.ScratchOptionYes.label": "Criar um novo aplicativo",
|
|
314
|
-
"core.ScratchOptionYes.detail": "Use
|
|
315
|
-
"core.ScratchOptionNo.label": "
|
|
316
|
-
"core.ScratchOptionNo.detail": "
|
|
418
|
+
"core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams app.",
|
|
419
|
+
"core.ScratchOptionNo.label": "Start with a sample",
|
|
420
|
+
"core.ScratchOptionNo.detail": "Start your new app with an existing sample.",
|
|
317
421
|
"core.RuntimeOptionNodeJS.detail": "Um runtime rápido do servidor JavaScript",
|
|
318
422
|
"core.RuntimeOptionDotNet.detail": "Gratuito. Plataforma Cruzada. Código Aberto.",
|
|
319
423
|
"core.getRuntimeQuestion.title": "Kit de Ferramentas do Microsoft Teams: selecione o tempo de execução para seu aplicativo",
|
|
@@ -322,8 +426,15 @@
|
|
|
322
426
|
"core.SampleSelect.title": "Iniciar a partir de uma amostra",
|
|
323
427
|
"core.SampleSelect.placeholder": "Selecionar uma amostra",
|
|
324
428
|
"core.SampleSelect.buttons.viewSamples": "Exibir amostras",
|
|
429
|
+
"core.question.pluginAvailability.title": "Select Plugin Availability",
|
|
430
|
+
"core.pluginAvailability.declarativeCopilot": "Declarative Copilot",
|
|
431
|
+
"core.pluginAvailability.copilotForM365": "Copilot for Microsoft 365",
|
|
432
|
+
"core.pluginAvailability.declarativeCopilotAndM365": "Both declarative Copilot and Copilot for Microsoft 365",
|
|
433
|
+
"core.addPlugin.success": "Plugin \"%s\" added to the project successfully.",
|
|
434
|
+
"core.addAction.success": "Action \"%s\" added to the project successfully.",
|
|
435
|
+
"core.addActionAndPlugin.success": "Action \"%s\" and plugin \"%s\" added to the project successfully.",
|
|
325
436
|
"core.updateBotIdsQuestion.title": "Crie novos bots para depuração",
|
|
326
|
-
"core.updateBotIdsQuestion.placeholder": "
|
|
437
|
+
"core.updateBotIdsQuestion.placeholder": "Deselect to keep the original botId value",
|
|
327
438
|
"core.updateBotIdForBot.description": "Atualizar botId %s para \"${{BOT_ID}}\" em manifest.json",
|
|
328
439
|
"core.updateBotIdForMessageExtension.description": "Atualizar botId %s para \"${{BOT_ID}}\" em manifest.json",
|
|
329
440
|
"core.updateBotIdForBot.label": "Bot",
|
|
@@ -332,40 +443,41 @@
|
|
|
332
443
|
"core.updateWebsiteUrlQuestion.title": "Configurar URL(s) do site para depuração",
|
|
333
444
|
"core.updateContentUrlOption.description": "Atualize a URL do conteúdo de %s para %s",
|
|
334
445
|
"core.updateWebsiteUrlOption.description": "Atualize a URL do site de %s para %s",
|
|
335
|
-
"core.updateUrlQuestion.placeholder": "
|
|
446
|
+
"core.updateUrlQuestion.placeholder": "Deselect to keep the original URL",
|
|
336
447
|
"core.SingleSignOnOption.label": "Logon Único",
|
|
337
448
|
"core.SingleSignOnOption.detail": "Desenvolver um recurso de logon único para as páginas de Inicialização do Teams e a funcionalidade de bot",
|
|
338
|
-
"core.getUserEmailQuestion.title": "
|
|
339
|
-
"core.getUserEmailQuestion.validation1": "
|
|
340
|
-
"core.getUserEmailQuestion.validation2": "
|
|
449
|
+
"core.getUserEmailQuestion.title": "Add owner to Teams/Microsoft Entra app for the account under the same Microsoft 365 tenant (email)",
|
|
450
|
+
"core.getUserEmailQuestion.validation1": "Enter email address",
|
|
451
|
+
"core.getUserEmailQuestion.validation2": "Change [UserName] to the real user name",
|
|
341
452
|
"core.collaboration.error.failedToLoadDotEnvFile": "Não é possível carregar seu arquivo .env. Razão: %s",
|
|
342
|
-
"core.selectAadAppManifestQuestion.title": "
|
|
343
|
-
"core.selectTeamsAppManifestQuestion.title": "
|
|
344
|
-
"core.selectTeamsAppPackageQuestion.title": "
|
|
453
|
+
"core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
|
|
454
|
+
"core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json File",
|
|
455
|
+
"core.selectTeamsAppPackageQuestion.title": "Select Teams App Package File",
|
|
345
456
|
"core.selectLocalTeamsAppManifestQuestion.title": "Selecione o arquivo manifest.json local do Teams",
|
|
346
|
-
"core.selectCollaborationAppTypeQuestion.title": "
|
|
457
|
+
"core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
|
|
347
458
|
"core.selectValidateMethodQuestion.validate.selectTitle": "Selecionar um método de validação",
|
|
348
459
|
"core.selectValidateMethodQuestion.validate.schemaOption": "Valide usando o esquema do manifesto",
|
|
349
|
-
"core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Valide usando o esquema do manifesto",
|
|
350
460
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "Valide o pacote do aplicativo usando as regras de validação",
|
|
351
|
-
"core.selectValidateMethodQuestion.validate.
|
|
352
|
-
"core.
|
|
353
|
-
"core.
|
|
354
|
-
"core.aadAppQuestion.
|
|
461
|
+
"core.selectValidateMethodQuestion.validate.testCasesOption": "Validate all integration test cases before publishing",
|
|
462
|
+
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Comprehensive tests to ensure readiness",
|
|
463
|
+
"core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
|
|
464
|
+
"core.aadAppQuestion.label": "Microsoft Entra app",
|
|
465
|
+
"core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
|
|
355
466
|
"core.teamsAppQuestion.label": "Aplicativo Teams",
|
|
356
467
|
"core.teamsAppQuestion.description": "Seu aplicativo Teams",
|
|
357
468
|
"core.M365SsoLaunchPageOptionItem.label": "Reaja com interface do usuário fluente",
|
|
358
469
|
"core.M365SsoLaunchPageOptionItem.detail": "Um aplicativo da web que usa componentes Fluent UI React para obter uma aparência do Teams",
|
|
359
470
|
"core.M365SearchAppOptionItem.label": "Resultados de pesquisa personalizados",
|
|
360
471
|
"core.M365SearchAppOptionItem.detail": "Exibir dados diretamente nos resultados de pesquisa do Teams e do Outlook na pesquisa ou na área de bate-papo",
|
|
472
|
+
"core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
|
|
361
473
|
"core.SearchAppOptionItem.detail": "Exibir dados diretamente nos resultados de pesquisa do Teams na pesquisa ou na área de chat",
|
|
362
474
|
"core.M365HostQuestion.title": "Plataforma",
|
|
363
475
|
"core.M365HostQuestion.placeholder": "Selecione uma plataforma para visualizar o aplicativo",
|
|
364
476
|
"core.options.separator.additional": "Recursos adicionais",
|
|
365
|
-
"core.common.LifecycleComplete.prepareTeamsApp": "
|
|
366
|
-
"core.common.LifecycleComplete.provision": "
|
|
367
|
-
"core.common.LifecycleComplete.deploy": "
|
|
368
|
-
"core.common.LifecycleComplete.publish": "
|
|
477
|
+
"core.common.LifecycleComplete.prepareTeamsApp": "Teams app prepared successfully.",
|
|
478
|
+
"core.common.LifecycleComplete.provision": "%s/%s actions in provision stage executed successfully.",
|
|
479
|
+
"core.common.LifecycleComplete.deploy": "%s/%s actions in deploy stage executed successfully.",
|
|
480
|
+
"core.common.LifecycleComplete.publish": "%s/%s actions in publish stage executed successfully.",
|
|
369
481
|
"core.common.TeamsMobileDesktopClientName": "Área de trabalho do Teams, ID do cliente móvel",
|
|
370
482
|
"core.common.TeamsWebClientName": "ID do cliente Web do Teams",
|
|
371
483
|
"core.common.OfficeDesktopClientName": "O aplicativo Microsoft 365 para ID do cliente da área de trabalho",
|
|
@@ -374,18 +486,51 @@
|
|
|
374
486
|
"core.common.OutlookDesktopClientName": "ID do cliente de área de trabalho do Outlook",
|
|
375
487
|
"core.common.OutlookWebClientName1": "ID do cliente de acesso via Web do Outlook 1",
|
|
376
488
|
"core.common.OutlookWebClientName2": "ID do cliente de acesso via Web do Outlook 2",
|
|
377
|
-
"core.common.CancelledMessage": "
|
|
378
|
-
"core.common.
|
|
379
|
-
"core.common.
|
|
380
|
-
"core.common.
|
|
489
|
+
"core.common.CancelledMessage": "Operation is canceled.",
|
|
490
|
+
"core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Convert it to OpenAPI 3.0 first.",
|
|
491
|
+
"core.common.SpecVersionNotSupported": "OpenAPI version %s is not supported. Use version 3.0.x.",
|
|
492
|
+
"core.common.AddedAPINotInOriginalSpec": "APIs added to the project need to originate from the original OpenAPI description document.",
|
|
493
|
+
"core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
|
|
381
494
|
"core.common.RemoteRefNotSupported": "Não há suporte para a referência remota: %s.",
|
|
382
495
|
"core.common.MissingOperationId": "OperationIds ausentes: %s.",
|
|
383
|
-
"core.common.NoSupportedApi": "
|
|
384
|
-
"core.common.
|
|
385
|
-
"core.common.
|
|
386
|
-
"core.common.
|
|
496
|
+
"core.common.NoSupportedApi": "No supported API found in the OpenAPI document.\nFor more information visit: \"https://aka.ms/build-api-based-message-extension\". \nReasons for API incompatibility are listed below:\n%s",
|
|
497
|
+
"core.common.NoSupportedApiCopilot": "No supported API is found in the OpenAPI description document. \nReasons for API incompatibility are listed below:\n%s",
|
|
498
|
+
"core.common.invalidReason.AuthTypeIsNotSupported": "authorization type is not supported",
|
|
499
|
+
"core.common.invalidReason.MissingOperationId": "operation id is missing",
|
|
500
|
+
"core.common.invalidReason.PostBodyContainMultipleMediaTypes": "post body contains multiple media types",
|
|
501
|
+
"core.common.invalidReason.ResponseContainMultipleMediaTypes": "response contains multiple media types",
|
|
502
|
+
"core.common.invalidReason.ResponseJsonIsEmpty": "response json is empty",
|
|
503
|
+
"core.common.invalidReason.PostBodySchemaIsNotJson": "post body schema is not json",
|
|
504
|
+
"core.common.invalidReason.PostBodyContainsRequiredUnsupportedSchema": "post body contains required unsupported schema",
|
|
505
|
+
"core.common.invalidReason.ParamsContainRequiredUnsupportedSchema": "params contain required unsupported schema",
|
|
506
|
+
"core.common.invalidReason.ParamsContainsNestedObject": "params contain nested object",
|
|
507
|
+
"core.common.invalidReason.RequestBodyContainsNestedObject": "request body contains nested object",
|
|
508
|
+
"core.common.invalidReason.ExceededRequiredParamsLimit": "exceeded required params limit",
|
|
509
|
+
"core.common.invalidReason.NoParameter": "no parameter",
|
|
510
|
+
"core.common.invalidReason.NoAPIInfo": "no API info",
|
|
511
|
+
"core.common.invalidReason.MethodNotAllowed": "method not allowed",
|
|
512
|
+
"core.common.invalidReason.UrlPathNotExist": "url path does not exist",
|
|
513
|
+
"core.common.invalidReason.NoAPIs": "No APIs were found in the OpenAPI description document.",
|
|
514
|
+
"core.common.invalidReason.CircularReference": "circular reference inside API definition",
|
|
515
|
+
"core.common.UrlProtocolNotSupported": "A URL do servidor não está correta: o protocolo %s não é compatível. Em vez disso, você deve usar o protocolo https.",
|
|
516
|
+
"core.common.RelativeServerUrlNotSupported": "A URL do servidor não está correta: a URL relativa do servidor não é compatível.",
|
|
517
|
+
"core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
|
|
518
|
+
"core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
|
|
519
|
+
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
520
|
+
"core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
|
|
521
|
+
"core.envFunc.unsupportedFile.errorMessage": "Invalid file. %s",
|
|
522
|
+
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" is an invalid function. Supported function: \"%s\".",
|
|
523
|
+
"core.envFunc.unsupportedFunction.errorMessage": "Invalid function. %s",
|
|
524
|
+
"core.envFunc.invalidFunctionParameter.errorLog": "The parameter \"%s\" of function \"%s\" is invalid. Please provide a valid file path wrapped by '' or an environment variable name in \"${{}}\" format.",
|
|
525
|
+
"core.envFunc.invalidFunctionParameter.errorMessage": "Invalid parameter of function \"%s\". %s",
|
|
526
|
+
"core.envFunc.readFile.errorLog": "Unable to read from \"%s\" due to \"%s\".",
|
|
527
|
+
"core.envFunc.readFile.errorMessage": "Unable to read from \"%s\". %s",
|
|
528
|
+
"core.error.checkOutput.vsc": "Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
387
529
|
"core.importAddin.label": "Importe suplementos existentes do Outlook",
|
|
388
530
|
"core.importAddin.detail": "Atualizar um projeto de Suplementos para o manifesto do aplicativo e a estrutura do projeto mais recentes",
|
|
531
|
+
"core.importOfficeAddin.label": "Import an Existing Office Add-ins",
|
|
532
|
+
"core.officeContentAddin.label": "Content Add-in",
|
|
533
|
+
"core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
|
|
389
534
|
"core.newTaskpaneAddin.label": "Taskpane",
|
|
390
535
|
"core.newTaskpaneAddin.detail": "Personalize a faixa de opções com um botão e incorpore conteúdo no painel de tarefas",
|
|
391
536
|
"core.summary.actionDescription": "Ação %s%s",
|
|
@@ -398,6 +543,47 @@
|
|
|
398
543
|
"core.summary.actionSucceeded": "%s foi executado com sucesso.",
|
|
399
544
|
"core.summary.createdEnvFile": "O arquivo de ambiente foi criado em",
|
|
400
545
|
"core.copilot.addAPI.success": "%s foi(foi) adicionado(a) com êxito a %s",
|
|
546
|
+
"core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
|
|
547
|
+
"core.copilot.addAPI.InjectOAuthActionFailed": "Inject OAuth action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
|
|
548
|
+
"core.uninstall.botNotFound": "Cannot find bot using the manifest ID %s",
|
|
549
|
+
"core.uninstall.confirm.tdp": "App registration of manifest ID: %s will be removed. Please confirm.",
|
|
550
|
+
"core.uninstall.confirm.m365App": "Microsoft 365 Application of Title ID: %s will be uninstalled. Please confirm.",
|
|
551
|
+
"core.uninstall.confirm.bot": "Bot framework registration of bot ID: %s will be removed. Please confirm.",
|
|
552
|
+
"core.uninstall.confirm.cancel.tdp": "Removal of app registration is canceled.",
|
|
553
|
+
"core.uninstall.confirm.cancel.m365App": "Uninstallation of Microsoft 365 Application is canceled.",
|
|
554
|
+
"core.uninstall.confirm.cancel.bot": "Removal of Bot framework registration is canceled.",
|
|
555
|
+
"core.uninstall.success.tdp": "App registration of manifest ID: %s successfully removed.",
|
|
556
|
+
"core.uninstall.success.m365App": "Microsoft 365 Application of Title ID: %s successfully uninstalled.",
|
|
557
|
+
"core.uninstall.success.delayWarning": "The uninstallation of the Microsoft 365 Application may be delayed.",
|
|
558
|
+
"core.uninstall.success.bot": "Bot framework registration of bot ID: %s successfully removed.",
|
|
559
|
+
"core.uninstall.failed.titleId": "Unable to find the Title ID. This app is probably not installed.",
|
|
560
|
+
"core.uninstallQuestion.manifestId": "Manifest ID",
|
|
561
|
+
"core.uninstallQuestion.env": "Environment",
|
|
562
|
+
"core.uninstallQuestion.titleId": "Title ID",
|
|
563
|
+
"core.uninstallQuestion.chooseMode": "Choose a way to clean up resources",
|
|
564
|
+
"core.uninstallQuestion.manifestIdMode": "Manifest ID",
|
|
565
|
+
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Teams Toolkit.",
|
|
566
|
+
"core.uninstallQuestion.envMode": "Environment in Teams Toolkit Created Project",
|
|
567
|
+
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Teams Toolkit created project. Resources include app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in Microsoft 365 apps.",
|
|
568
|
+
"core.uninstallQuestion.titleIdMode": "Title ID",
|
|
569
|
+
"core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Teams Toolkit created project.",
|
|
570
|
+
"core.uninstallQuestion.chooseOption": "Choose resources to uninstall",
|
|
571
|
+
"core.uninstallQuestion.m365Option": "Microsoft 365 Application",
|
|
572
|
+
"core.uninstallQuestion.tdpOption": "App registration",
|
|
573
|
+
"core.uninstallQuestion.botOption": "Bot framework registration",
|
|
574
|
+
"core.uninstallQuestion.projectPath": "Project path",
|
|
575
|
+
"core.syncManifest.projectPath": "Project path",
|
|
576
|
+
"core.syncManifest.env": "Target Teams Toolkit Environment",
|
|
577
|
+
"core.syncManifest.teamsAppId": "Teams App ID (optional)",
|
|
578
|
+
"core.syncManifest.addWarning": "New properties added to the manifest template. Manually update the local manifest. Diff Path: %s. New Value %s.",
|
|
579
|
+
"core.syncManifest.deleteWarning": "Something was deleted from the manifest template. Manually update the local manifest. Diff Path: %s. Old Value: %s.",
|
|
580
|
+
"core.syncManifest.editKeyConflict": "Conflict in placeholder variable in the new manifest. Manually update the local manifest. Variable name: %s, value 1: %s, value 2: %s.",
|
|
581
|
+
"core.syncManifest.editNonVarPlaceholder": "The new manifest has non-placeholder changes. Manually update your local manifest. Old value: %s. New value: %s.",
|
|
582
|
+
"core.syncManifest.editNotMatch": "Value doesn't match the template placeholders. Manually update the local manifest. Template value: %s. New Value: %s.",
|
|
583
|
+
"core.syncManifest.updateEnvSuccess": "%s environment file updated successfully. New values: %s",
|
|
584
|
+
"core.syncManifest.success": "Manifest synced to environment: %s successfully.",
|
|
585
|
+
"core.syncManifest.noDiff": "Your manifest file is already up-to-date. Sync completed.",
|
|
586
|
+
"core.syncManifest.saveManifestSuccess": "Manifest file saved to %s successfully.",
|
|
401
587
|
"ui.select.LoadingOptionsPlaceholder": "Carregando opções...",
|
|
402
588
|
"ui.select.LoadingDefaultPlaceholder": "Carregando valor padrão...",
|
|
403
589
|
"error.aad.manifest.NameIsMissing": "o nome está ausente\n",
|
|
@@ -405,89 +591,100 @@
|
|
|
405
591
|
"error.aad.manifest.RequiredResourceAccessIsMissing": "requiredResourceAccess está ausente\n",
|
|
406
592
|
"error.aad.manifest.Oauth2PermissionsIsMissing": "oauth2Permissions está ausente\n",
|
|
407
593
|
"error.aad.manifest.PreAuthorizedApplicationsIsMissing": "preAuthorizedApplications está ausente\n",
|
|
594
|
+
"error.aad.manifest.ResourceAppIdIsMissing": "Some item(s) in requiredResourceAccess misses resourceAppId property.",
|
|
595
|
+
"error.aad.manifest.ResourceAccessIdIsMissing": "Some item(s) in resourceAccess misses id property.",
|
|
596
|
+
"error.aad.manifest.ResourceAccessShouldBeArray": "resourceAccess should be an array.",
|
|
597
|
+
"error.aad.manifest.RequiredResourceAccessShouldBeArray": "requiredResourceAccess should be an array.",
|
|
408
598
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion é 1\n",
|
|
409
599
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims está ausente\n",
|
|
410
600
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "O token de acesso optionalClaims não contém a reivindicação idtyp\n",
|
|
411
|
-
"error.aad.manifest.AADManifestIssues": "
|
|
412
|
-
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "
|
|
601
|
+
"error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the Teams App:\n",
|
|
602
|
+
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an enabled permission. It may be because the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Make sure your permission id(s) match the actual Microsoft Entra application and try again.\n",
|
|
603
|
+
"error.aad.manifest.HostNameNotOnVerifiedDomain": "Unable to set identifierUri because the value is not on verified domain: %s",
|
|
413
604
|
"error.aad.manifest.UnknownResourceAppId": "resourceAppId %s desconhecido",
|
|
414
605
|
"error.aad.manifest.UnknownResourceAccessType": "resourceAccess desconhecido: %s",
|
|
415
|
-
"error.aad.manifest.UnknownResourceAccessId": "
|
|
606
|
+
"error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, try to use permission id instead of resourceAccess id.",
|
|
416
607
|
"core.addSsoFiles.emptyProjectPath": "O caminho do projeto está vazio",
|
|
417
608
|
"core.addSsoFiles.FailedToCreateAuthFiles": "Não é possível criar arquivos para adicionar sso. erro de detalhe: %s.",
|
|
418
|
-
"core.getUserEmailQuestion.validation3": "
|
|
609
|
+
"core.getUserEmailQuestion.validation3": "Email address is invalid",
|
|
419
610
|
"plugins.bot.ErrorSuggestions": "Sugestões: %s",
|
|
420
611
|
"plugins.bot.InvalidValue": "%s é inválido com o valor: %s",
|
|
421
|
-
"plugins.bot.SomethingIsMissing": "%s
|
|
612
|
+
"plugins.bot.SomethingIsMissing": "%s is not available.",
|
|
422
613
|
"plugins.bot.FailedToProvision": "Não é possível provisionar %s.",
|
|
423
614
|
"plugins.bot.FailedToUpdateConfigs": "Não é possível atualizar as configurações para %s",
|
|
424
|
-
"plugins.bot.BotRegistrationNotFoundWith": "
|
|
615
|
+
"plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to get more info about how to check bot registrations.",
|
|
425
616
|
"plugins.bot.BotResourceExists": "O recurso de bot já existia em %s. Ignore a criação do recurso bot.",
|
|
426
617
|
"plugins.bot.FailRetrieveAzureCredentials": "Não é possível recuperar as credenciais do Azure.",
|
|
427
|
-
"plugins.bot.ProvisionBotRegistration": "
|
|
428
|
-
"plugins.bot.ProvisionBotRegistrationSuccess": "
|
|
429
|
-
"plugins.bot.CheckLogAndFix": "
|
|
618
|
+
"plugins.bot.ProvisionBotRegistration": "Bot registration provisioning in progress...",
|
|
619
|
+
"plugins.bot.ProvisionBotRegistrationSuccess": "Bot registration provisioned successfully.",
|
|
620
|
+
"plugins.bot.CheckLogAndFix": "Please check log-in Output panel and try to fix this issue.",
|
|
430
621
|
"plugins.bot.AppStudioBotRegistration": "Registro de bot no Portal do Desenvolvedor",
|
|
431
|
-
"plugins.function.getTemplateFromLocal": "
|
|
432
|
-
"error.depChecker.DefaultErrorMessage": "
|
|
433
|
-
"depChecker.learnMoreButtonText": "
|
|
622
|
+
"plugins.function.getTemplateFromLocal": "Unable to get latest template from GitHub, trying to use the local template.",
|
|
623
|
+
"error.depChecker.DefaultErrorMessage": "Install required dependencies manually.",
|
|
624
|
+
"depChecker.learnMoreButtonText": "Get more info",
|
|
434
625
|
"depChecker.needInstallNpm": "Você deve ter o NPM instalado para depurar suas funções locais.",
|
|
435
626
|
"depChecker.failToValidateFuncCoreTool": "Não é possível validar o Azure Functions Core Tools após a instalação.",
|
|
436
|
-
"depChecker.symlinkDirAlreadyExist": "
|
|
437
|
-
"depChecker.portableFuncNodeNotMatched": "
|
|
438
|
-
"depChecker.invalidFuncVersion": "
|
|
439
|
-
"depChecker.noSentinelFile": "
|
|
627
|
+
"depChecker.symlinkDirAlreadyExist": "Symlink (%s) destination already exists, remove it and try again.",
|
|
628
|
+
"depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is not compatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
|
|
629
|
+
"depChecker.invalidFuncVersion": "Version %s format is invalid.",
|
|
630
|
+
"depChecker.noSentinelFile": "Azure Functions Core Tools installation is unsuccessful.",
|
|
440
631
|
"depChecker.funcVersionNotMatch": "A versão do Azure Functions Core Tools (%s) não é compatível com o intervalo de versões especificado (%s).",
|
|
441
|
-
"depChecker.finishInstallBicep": "@NameVersion
|
|
442
|
-
"depChecker.downloadDotnet": "
|
|
632
|
+
"depChecker.finishInstallBicep": "@NameVersion installed successfully.",
|
|
633
|
+
"depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and won't affect your environment.",
|
|
443
634
|
"depChecker.downloadBicep": "Baixando e instalando a versão portátil do @NameVersion, que será instalada para @InstallDir e não afetará seu ambiente.",
|
|
444
|
-
"depChecker.finishInstallDotnet": "@NameVersion
|
|
635
|
+
"depChecker.finishInstallDotnet": "@NameVersion installed successfully.",
|
|
445
636
|
"depChecker.useGlobalDotnet": "Usando dotnet a partir de PATH:",
|
|
446
637
|
"depChecker.dotnetInstallStderr": "o comando dotnet-install falhou sem o código de saída de erro, mas com erro padrão não vazio.",
|
|
447
638
|
"depChecker.dotnetInstallErrorCode": "falha no comando dotnet-install.",
|
|
448
639
|
"depChecker.NodeNotFound": "Não é possível localizar Node.js. As versões de nó com suporte são especificadas no package.json. Vá para %s para instalar um Node.js com suporte. Reinicie todas as Visual Studio Code instâncias após a conclusão da instalação.",
|
|
449
640
|
"depChecker.V3NodeNotSupported": "Node.js (%s) não é a versão oficialmente suportada (%s). Seu projeto pode continuar funcionando, mas recomendamos instalar a versão suportada. As versões de nó com suporte são especificadas no package.json. Acesse %s para instalar um Node.js compatível.",
|
|
450
641
|
"depChecker.NodeNotLts": "Node.js (%s) não é uma versão LTS (%s). Vá para %s para instalar um LTS Node.js.",
|
|
451
|
-
"depChecker.dotnetNotFound": "
|
|
452
|
-
"depChecker.depsNotFound": "
|
|
453
|
-
"depChecker.linuxDepsNotFound": "
|
|
454
|
-
"depChecker.linuxDepsNotFoundHelpLinkMessage": "
|
|
642
|
+
"depChecker.dotnetNotFound": "Unable to find @NameVersion. To know why .NET SDK is needed, refer @HelpLink",
|
|
643
|
+
"depChecker.depsNotFound": "Unable to find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
|
|
644
|
+
"depChecker.linuxDepsNotFound": "Unable to find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
|
|
645
|
+
"depChecker.linuxDepsNotFoundHelpLinkMessage": "Unable to find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.",
|
|
455
646
|
"depChecker.failToDownloadFromUrl": "Não é possível baixar o arquivo de '@Url', status HTTP '@Status'.",
|
|
456
|
-
"depChecker.failToValidateVxTestAppInstallOptions": "
|
|
647
|
+
"depChecker.failToValidateVxTestAppInstallOptions": "Invalid argument for video extensibility test app prerequisites checker. Please review tasks.json file to ensure all arguments are correctly formatted and valid.",
|
|
457
648
|
"depChecker.failToValidateVxTestApp": "Não é possível validar o aplicativo de teste de extensibilidade de vídeo após a instalação.",
|
|
649
|
+
"depChecker.testToolVersionNotMatch": "A versão da Ferramenta de Teste de Aplicativo do Teams (%s) não é compatível com o intervalo de versão especificado (%s).",
|
|
650
|
+
"depChecker.failedToValidateTestTool": "Não é possível validar a Ferramenta de Teste de Aplicativo do Teams após a instalação. %s",
|
|
458
651
|
"error.driver.outputEnvironmentVariableUndefined": "Os nomes da variável de ambiente de saída não estão definidos.",
|
|
459
|
-
"driver.aadApp.description.create": "
|
|
460
|
-
"driver.aadApp.description.update": "
|
|
652
|
+
"driver.aadApp.description.create": "Create a Microsoft Entra app to authenticate users",
|
|
653
|
+
"driver.aadApp.description.update": "Apply Microsoft Entra app manifest to an existing app",
|
|
461
654
|
"driver.aadApp.error.missingEnv": "A variável de ambiente %s não está definida.",
|
|
462
655
|
"driver.aadApp.error.generateSecretFailed": "Não é possível gerar o segredo do cliente.",
|
|
463
|
-
"driver.aadApp.error.invalidFieldInManifest": "
|
|
464
|
-
"driver.aadApp.
|
|
465
|
-
"driver.aadApp.
|
|
656
|
+
"driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Microsoft Entra app manifest.",
|
|
657
|
+
"driver.aadApp.error.appNameTooLong": "The name for this Microsoft Entra app is too long. The maximum length is 120.",
|
|
658
|
+
"driver.aadApp.error.credentialInvalidLifetimeAsPerAppPolicy": "The client secret lifetime is too long for your tenant. Use a shorter value with the clientSecretExpireDays parameter.",
|
|
659
|
+
"driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a client secret for Microsoft Entra app. Create and configure the app manually.",
|
|
660
|
+
"driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
|
|
661
|
+
"driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
|
|
466
662
|
"driver.aadApp.log.startExecuteDriver": "Executando a ação %s",
|
|
467
663
|
"driver.aadApp.log.successExecuteDriver": "Ação %s executada com êxito",
|
|
468
664
|
"driver.aadApp.log.failExecuteDriver": "Não foi possível executar a ação %s. Mensagens de erro",
|
|
469
|
-
"driver.aadApp.log.startCreateAadApp": "
|
|
470
|
-
"driver.aadApp.log.successCreateAadApp": "
|
|
471
|
-
"driver.aadApp.log.skipCreateAadApp": "
|
|
472
|
-
"driver.aadApp.log.startGenerateClientSecret": "
|
|
473
|
-
"driver.aadApp.log.successGenerateClientSecret": "
|
|
474
|
-
"driver.aadApp.log.skipGenerateClientSecret": "
|
|
475
|
-
"driver.aadApp.log.outputAadAppManifest": "
|
|
476
|
-
"driver.aadApp.log.successUpdateAadAppManifest": "
|
|
477
|
-
"
|
|
478
|
-
"botRegistration.
|
|
479
|
-
"botRegistration.log.
|
|
480
|
-
"botRegistration.log.
|
|
481
|
-
"
|
|
665
|
+
"driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new Microsoft Entra app...",
|
|
666
|
+
"driver.aadApp.log.successCreateAadApp": "Created Microsoft Entra application with object id %s",
|
|
667
|
+
"driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Microsoft Entra app creation step.",
|
|
668
|
+
"driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for Microsoft Entra app...",
|
|
669
|
+
"driver.aadApp.log.successGenerateClientSecret": "Generated client secret for Microsoft Entra application with object id %s",
|
|
670
|
+
"driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Microsoft Entra app client secret generation step.",
|
|
671
|
+
"driver.aadApp.log.outputAadAppManifest": "Build Microsoft Entra app manifest completed, and app manifest content is written to %s",
|
|
672
|
+
"driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Microsoft Entra application with object id %s",
|
|
673
|
+
"driver.aadApp.log.deleteAadAfterDebugging": " (Teams toolkit will delete the Microsoft Entra application after debugging)",
|
|
674
|
+
"botRegistration.ProgressBar.creatingBotAadApp": "Creating bot Microsoft Entra app...",
|
|
675
|
+
"botRegistration.log.startCreateBotAadApp": "Creating bot Microsoft Entra app.",
|
|
676
|
+
"botRegistration.log.successCreateBotAadApp": "Bot Microsoft Entra app created successfully.",
|
|
677
|
+
"botRegistration.log.skipCreateBotAadApp": "Bot Microsoft Entra app creation skipped.",
|
|
678
|
+
"driver.botAadApp.create.description": "create a new or reuse an existing bot Microsoft Entra app.",
|
|
482
679
|
"driver.botAadApp.log.startExecuteDriver": "Executando a ação %s",
|
|
483
680
|
"driver.botAadApp.log.successExecuteDriver": "Ação %s executada com êxito",
|
|
484
681
|
"driver.botAadApp.log.failExecuteDriver": "Não foi possível executar a ação %s. Mensagens de erro",
|
|
485
|
-
"driver.botAadApp.log.successCreateBotAad": "
|
|
486
|
-
"driver.botAadApp.log.useExistingBotAad": "
|
|
682
|
+
"driver.botAadApp.log.successCreateBotAad": "Created Microsoft Entra application with client id %s.",
|
|
683
|
+
"driver.botAadApp.log.useExistingBotAad": "Used existing Microsoft Entra application with client id %s.",
|
|
487
684
|
"driver.botAadApp.error.unexpectedEmptyBotPassword": "A senha do bot está vazia. Adicione-o ao arquivo env ou limpe a ID do bot para que o par de ID/senha do bot seja regenerado. ação: %s.",
|
|
488
685
|
"driver.arm.description.deploy": "Implante os modelos ARM fornecidos no Azure.",
|
|
489
686
|
"driver.arm.deploy.progressBar.message": "Implantando os modelos do ARM no Azure...",
|
|
490
|
-
"debug.warningMessage": "
|
|
687
|
+
"debug.warningMessage": "To debug applications in Teams, your localhost server need to be on HTTPS.\nFor Teams to trust the self-signed SSL certificate used by the toolkit, add a self-signed certificate to your certificate store.\n You may skip this step, but you'll have to manually trust the secure connection in a new browser window when debugging your apps in Teams.\nFor more information \"https://aka.ms/teamsfx-ca-certificate\".",
|
|
491
688
|
"debug.warningMessage2": " Você pode ser solicitado a fornecer suas credenciais de conta ao instalar o certificado.",
|
|
492
689
|
"debug.install": "Instalar",
|
|
493
690
|
"driver.spfx.deploy.description": "implanta o pacote SPFx no catálogo de aplicativos do Microsoft Office SharePoint Online.",
|
|
@@ -496,81 +693,99 @@
|
|
|
496
693
|
"driver.spfx.deploy.deployPackage": "Implante o pacote SPFx em seu catálogo de aplicativos de locatário.",
|
|
497
694
|
"driver.spfx.deploy.skipCreateAppCatalog": "Pule para criar o catálogo de aplicativos do Microsoft Office SharePoint Online.",
|
|
498
695
|
"driver.spfx.deploy.uploadPackage": "Carregue o pacote SPFx para o catálogo de aplicativos do locatário.",
|
|
499
|
-
"driver.spfx.info.tenantAppCatalogCreated": "
|
|
500
|
-
"driver.spfx.warn.noTenantAppCatalogFound": "
|
|
501
|
-
"driver.spfx.error.failedToGetAppCatalog": "
|
|
696
|
+
"driver.spfx.info.tenantAppCatalogCreated": "SharePoint tenant app catalog %s is created. Please wait a few minutes for it to be active.",
|
|
697
|
+
"driver.spfx.warn.noTenantAppCatalogFound": "No tenant app catalog found, try again: %s",
|
|
698
|
+
"driver.spfx.error.failedToGetAppCatalog": "Unable to get app catalog site url after creation. Wait a few minutes and try again.",
|
|
502
699
|
"driver.spfx.error.noValidAppCatelog": "Não há um catálogo de aplicativos válido em seu locatário. Você pode atualizar a propriedade 'createAppCatalogIfNotExist' em %s para verdadeiro se quiser que o Teams Toolkit o crie para você ou se você mesmo pode criá-lo.",
|
|
503
700
|
"driver.spfx.add.description": "acrescente a web part adicional ao projeto do SPFx",
|
|
504
|
-
"driver.spfx.add.successNotice": "
|
|
701
|
+
"driver.spfx.add.successNotice": "Web part %s was successfully added to the project.",
|
|
505
702
|
"driver.spfx.add.progress.title": "Web Part do Scaffolding",
|
|
506
703
|
"driver.spfx.add.progress.scaffoldWebpart": "Gerar a web part do SPFx usando a CLI do Yeoman",
|
|
507
704
|
"driver.prerequisite.error.funcInstallationError": "Não é possível verificar e instalar as ferramentas principais do Azure Functions.",
|
|
508
705
|
"driver.prerequisite.error.dotnetInstallationError": "Não é possível verificar e instalar o SDK do .NET Core.",
|
|
706
|
+
"driver.prerequisite.error.testToolInstallationError": "Não é possível verificar e instalar a Ferramenta de Teste de Aplicativo do Teams.",
|
|
509
707
|
"driver.prerequisite.description": "instalando dependências.",
|
|
510
708
|
"driver.prerequisite.progressBar": "Verificando e instalando ferramentas de desenvolvimento.",
|
|
511
709
|
"driver.prerequisite.summary.devCert.trusted.succuss": "O certificado de desenvolvimento para localhost está instalado.",
|
|
512
710
|
"driver.prerequisite.summary.devCert.notTrusted.succuss": "O certificado de desenvolvimento para localhost é gerado.",
|
|
513
711
|
"driver.prerequisite.summary.devCert.skipped": "Ignorar confiar no certificado de desenvolvimento para localhost.",
|
|
514
|
-
"driver.prerequisite.summary.func.installedWithPath": "
|
|
515
|
-
"driver.prerequisite.summary.func.installed": "
|
|
712
|
+
"driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools are installed at %s.",
|
|
713
|
+
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools are installed.",
|
|
516
714
|
"driver.prerequisite.summary.dotnet.installedWithPath": "O SDK do .NET Core está instalado em %s.",
|
|
517
715
|
"driver.prerequisite.summary.dotnet.installed": "O SDK do .NET Core está instalado.",
|
|
518
|
-
"driver.
|
|
519
|
-
"driver.
|
|
716
|
+
"driver.prerequisite.summary.testTool.installedWithPath": "A Ferramenta de Teste de Aplicativo do Teams está instalada em %s.",
|
|
717
|
+
"driver.prerequisite.summary.testTool.installed": "A Ferramenta de Teste de Aplicativo do Teams está instalada.",
|
|
718
|
+
"driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to env file.",
|
|
719
|
+
"driver.file.createOrUpdateEnvironmentFile.summary": "Variables have been generated successfully to %s.",
|
|
520
720
|
"driver.file.createOrUpdateJsonFile.description": "Crie ou atualize o arquivo JSON.",
|
|
521
|
-
"driver.file.createOrUpdateJsonFile.summary": "
|
|
721
|
+
"driver.file.createOrUpdateJsonFile.summary": "Json file has been successfully generated to %s.",
|
|
522
722
|
"driver.file.progressBar.appsettings": "Gerando o arquivo json...",
|
|
523
723
|
"driver.file.progressBar.env": "Gerando variáveis de ambiente...",
|
|
524
|
-
"driver.deploy.error.restartWebAppError": "
|
|
525
|
-
"driver.deploy.notice.deployAcceleration": "
|
|
724
|
+
"driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart it manually.",
|
|
725
|
+
"driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Refer this document to optimize your deployment:",
|
|
526
726
|
"driver.deploy.notice.deployDryRunComplete": "Os preparativos de implantação estão concluídos. Encontre o pacote no `%s`",
|
|
527
|
-
"driver.deploy.azureAppServiceDeployDetailSummary": "`%s`
|
|
528
|
-
"driver.deploy.azureFunctionsDeployDetailSummary": "`%s`
|
|
529
|
-
"driver.deploy.azureStorageDeployDetailSummary": "
|
|
530
|
-
"driver.deploy.enableStaticWebsiteSummary": "
|
|
531
|
-
"driver.deploy.
|
|
727
|
+
"driver.deploy.azureAppServiceDeployDetailSummary": "`%s` deployed to Azure App Service.",
|
|
728
|
+
"driver.deploy.azureFunctionsDeployDetailSummary": "`%s` deployed to Azure Functions.",
|
|
729
|
+
"driver.deploy.azureStorageDeployDetailSummary": "`%s` deployed to Azure Storage.",
|
|
730
|
+
"driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website.",
|
|
731
|
+
"driver.deploy.getSWADeploymentTokenSummary": "Get the deployment token for Azure Static Web Apps.",
|
|
732
|
+
"driver.deploy.deployToAzureAppServiceDescription": "implantar o projeto no Serviço de Aplicativo do Azure.",
|
|
532
733
|
"driver.deploy.deployToAzureFunctionsDescription": "implantar o projeto no Azure Functions.",
|
|
533
734
|
"driver.deploy.deployToAzureStorageDescription": "implante o projeto no Armazenamento do Microsoft Azure.",
|
|
735
|
+
"driver.deploy.getSWADeploymentToken": "Get the deployment token from Azure Static Web Apps.",
|
|
534
736
|
"driver.deploy.enableStaticWebsiteInAzureStorageDescription": "habilitar a configuração de site estático do Armazenamento do Microsoft Azure.",
|
|
535
737
|
"driver.common.suggestion.retryLater": "Tente novamente.",
|
|
536
738
|
"driver.common.FailRetrieveAzureCredentialsRemoteError": "Não é possível recuperar as credenciais do Azure devido a um erro de serviço remoto.",
|
|
537
739
|
"driver.script.dotnetDescription": "executando comando dotnet.",
|
|
538
740
|
"driver.script.npmDescription": "executando comando npm.",
|
|
539
741
|
"driver.script.npxDescription": "executando comando npx.",
|
|
540
|
-
"driver.script.runCommandSummary": "
|
|
541
|
-
"driver.m365.acquire.description": "
|
|
742
|
+
"driver.script.runCommandSummary": "`%s` command executed at `%s`.",
|
|
743
|
+
"driver.m365.acquire.description": "acquire Microsoft 365 title with the app package",
|
|
542
744
|
"driver.m365.acquire.progress.message": "Adquirindo o título do Microsoft 365 com o pacote do aplicativo...",
|
|
543
|
-
"driver.m365.acquire.summary": "
|
|
745
|
+
"driver.m365.acquire.summary": "Microsoft 365 title acquired successfully (%s).",
|
|
544
746
|
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "copia o pacote do aplicativo Teams gerado para a solução SPFx.",
|
|
545
|
-
"driver.teamsApp.description.createDriver": "
|
|
546
|
-
"driver.teamsApp.description.updateDriver": "
|
|
547
|
-
"driver.teamsApp.description.publishDriver": "
|
|
548
|
-
"driver.teamsApp.description.validateDriver": "
|
|
549
|
-
"driver.teamsApp.description.createAppPackageDriver": "
|
|
747
|
+
"driver.teamsApp.description.createDriver": "create Teams app.",
|
|
748
|
+
"driver.teamsApp.description.updateDriver": "update Teams app.",
|
|
749
|
+
"driver.teamsApp.description.publishDriver": "publish Teams app to tenant app catalog.",
|
|
750
|
+
"driver.teamsApp.description.validateDriver": "validate Teams app.",
|
|
751
|
+
"driver.teamsApp.description.createAppPackageDriver": "build Teams app package.",
|
|
550
752
|
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copiando o pacote de aplicativos do Teams para a solução SPFx...",
|
|
551
753
|
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Criando aplicativo do Teams...",
|
|
552
754
|
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Atualizando o aplicativo do Teams...",
|
|
553
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep1": "
|
|
755
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app is already submitted to tenant App Catalog",
|
|
554
756
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Atualizar o aplicativo Teams publicado",
|
|
555
757
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publicando o aplicativo do Teams...",
|
|
758
|
+
"driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
|
|
759
|
+
"driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Teams Developer Portal](%s).",
|
|
760
|
+
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Teams Developer Portal](%s).",
|
|
556
761
|
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "O aplicativo Teams com id %s já existe, a criação de um novo aplicativo teams foi ignorada.",
|
|
557
762
|
"driver.teamsApp.summary.publishTeamsAppExists": "O aplicativo Teams com ID %s já existe na loja de aplicativos da organização.",
|
|
558
763
|
"driver.teamsApp.summary.publishTeamsAppNotExists": "O aplicativo Teams com ID %s não existe na loja de aplicativos da organização.",
|
|
559
764
|
"driver.teamsApp.summary.publishTeamsAppSuccess": "Aplicativo Teams %s publicado com êxito no portal de administração.",
|
|
560
765
|
"driver.teamsApp.summary.copyAppPackageSuccess": "O aplicativo Teams %s foi copiado com sucesso para %s.",
|
|
561
766
|
"driver.teamsApp.summary.copyIconSuccess": "%s ícones foram atualizados com êxito em %s.",
|
|
562
|
-
"driver.teamsApp.summary.validate": "
|
|
563
|
-
"driver.teamsApp.summary.
|
|
767
|
+
"driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
|
|
768
|
+
"driver.teamsApp.summary.validate.checkPath": "You can check and update your Teams app package at %s.\n",
|
|
769
|
+
"driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
|
|
770
|
+
"driver.teamsApp.summary.validateTeamsManifest.checkPath": "You can check and update your Teams manifest at %s.",
|
|
771
|
+
"driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "You can check and update your Declarative Copilot manifest at %s.",
|
|
772
|
+
"driver.teamsApp.summary.validatePluginManifest.checkPath": "You can check and update your API Plugin manifest at %s.",
|
|
564
773
|
"driver.teamsApp.summary.validate.succeed": "%s aprovado",
|
|
565
774
|
"driver.teamsApp.summary.validate.failed": "%s falhou",
|
|
566
775
|
"driver.teamsApp.summary.validate.warning": "Aviso de %s",
|
|
776
|
+
"driver.teamsApp.summary.validate.skipped": "%s skipped",
|
|
567
777
|
"driver.teamsApp.summary.validate.all": "Todos",
|
|
778
|
+
"driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s. \n\nSummary:\n%s. View the result from: %s.%s",
|
|
779
|
+
"driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
780
|
+
"driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
|
|
568
781
|
"driver.teamsApp.validate.result": "O Teams Toolkit concluiu a verificação do pacote do aplicativo em relação às regras de validação. %s.",
|
|
569
782
|
"driver.teamsApp.validate.result.display": "O Kit de Ferramentas do Microsoft Teams concluiu a verificação do pacote do aplicativo em relação às regras de validação. %s. Verifique o Output panel](command:fx-extension.showOutputChannel) para obter detalhes.",
|
|
570
783
|
"error.teamsApp.validate.apiFailed": "A validação do pacote de aplicativos Teams falhou devido a %s",
|
|
571
784
|
"error.teamsApp.validate.apiFailed.display": "Falha na validação do pacote do aplicativo do Teams. Verifique [Painel de saída](comando:fx-extension.showOutputChannel) para obter detalhes.",
|
|
785
|
+
"error.teamsApp.validate.details": "File path: %s, title: %s",
|
|
572
786
|
"error.teamsApp.AppIdNotExistError": "O aplicativo Teams com a ID %s não existe no Portal do Desenvolvedor do Teams.",
|
|
573
787
|
"error.teamsApp.InvalidAppIdError": "O ID do aplicativo Teams %s é inválido, deve ser um GUID.",
|
|
788
|
+
"error.teamsApp.createAppPackage.invalidFile": "%s is invalid, it should be in the same directory as manifest.json or a subdirectory of it.",
|
|
574
789
|
"driver.botFramework.description": "cria ou atualiza o registro de bot no dev.botframework.com",
|
|
575
790
|
"driver.botFramework.summary.create": "O registro do bot foi criado com êxito (%s).",
|
|
576
791
|
"driver.botFramework.summary.update": "O registro do bot foi atualizado com êxito (%s).",
|
|
@@ -585,53 +800,62 @@
|
|
|
585
800
|
"error.yaml.LifeCycleUndefinedError": "O ciclo de vida \"%s\" está indefinido, arquivo yaml: %s",
|
|
586
801
|
"error.yaml.InvalidActionInputError": "A '%s' não pode ser concluída porque os seguintes parâmetros: %s, estão ausentes ou têm um valor inválido no arquivo yaml fornecido: %s. Verifique se os parâmetros necessários foram fornecidos e se têm valores válidos e tente novamente.",
|
|
587
802
|
"error.common.InstallSoftwareError": "Não é possível instalar %s. Você pode instalá-lo manualmente e reiniciar Visual Studio Code se estiver usando o Toolkit no Visual Studio Code.",
|
|
588
|
-
"error.common.
|
|
589
|
-
"error.common.
|
|
803
|
+
"error.common.VersionError": "Unable to find a version satisfying the version range %s.",
|
|
804
|
+
"error.common.MissingEnvironmentVariablesError": "Missing environment variables '%s' for file: %s. Please edit the .env file '%s' or '%s', or adjust system environment variables. For new Teams Toolkit projects, make sure you've run provision or debug to set these variables correctly.",
|
|
805
|
+
"error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit. 'teamsapp.yml' or 'teamsapp.local.yml' not found",
|
|
806
|
+
"error.common.InvalidProjectError.display": "This command only works for project created by Teams Toolkit. Yaml file not found: %s",
|
|
590
807
|
"error.common.FileNotFoundError": "O arquivo ou diretório não foi encontrado: '%s'. Verifique se ele existe e se você tem permissão para acessá-lo.",
|
|
591
808
|
"error.common.JSONSyntaxError": "Erro de sintaxe JSON: %s. Verifique a sintaxe JSON para garantir que esteja formatado corretamente.",
|
|
592
809
|
"error.common.ReadFileError": "Não é possível gravar o arquivo pelo motivo: %s",
|
|
593
810
|
"error.common.UnhandledError": "Ocorreu um erro inesperado ao executar a tarefa %s. %s",
|
|
594
811
|
"error.common.WriteFileError": "Não é possível gravar o arquivo pelo motivo: %s",
|
|
595
|
-
"error.common.FilePermissionError": "
|
|
812
|
+
"error.common.FilePermissionError": "File operation is not permitted, make sure you have the necessary permissions: %s",
|
|
596
813
|
"error.common.MissingRequiredInputError": "Entrada necessária ausente: %s",
|
|
597
|
-
"error.common.InputValidationError": "
|
|
814
|
+
"error.common.InputValidationError": "Input '%s' validation unsuccessful: %s",
|
|
598
815
|
"error.common.NoEnvFilesError": "Não é possível localizar arquivos .env.",
|
|
599
816
|
"error.common.MissingRequiredFileError": "Arquivo %srequired ''%s'' ausente",
|
|
600
|
-
"error.common.HttpClientError": "
|
|
601
|
-
"error.common.HttpServerError": "
|
|
817
|
+
"error.common.HttpClientError": "A http client error occurred while performing the %s task. The error response is: %s",
|
|
818
|
+
"error.common.HttpServerError": "A http server error occurred while performing the %s task. Try again later. The error response is: %s",
|
|
819
|
+
"error.common.AccessGithubError": "Access GitHub (%s) Error: %s",
|
|
602
820
|
"error.common.ConcurrentError": "A tarefa anterior ainda está em execução. Aguarde até que a tarefa anterior seja concluída e tente novamente.",
|
|
603
|
-
"error.
|
|
604
|
-
"error.
|
|
821
|
+
"error.common.NetworkError": "Network error: %s",
|
|
822
|
+
"error.common.NetworkError.EAI_AGAIN": "DNS cannot resolve domain %s.",
|
|
823
|
+
"error.upgrade.NoNeedUpgrade": "This is the latest project, upgrade not required.",
|
|
824
|
+
"error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to absence of the 'id' key. To identify your app correctly, make sure the 'id' key is present in the manifest file.",
|
|
605
825
|
"error.collaboration.FailedToLoadManifest": "Não foi possível carregar o arquivo de manifesto. Razão: %s.",
|
|
606
|
-
"error.azure.InvalidAzureCredentialError": "
|
|
607
|
-
"error.azure.InvalidAzureSubscriptionError": "
|
|
608
|
-
"error.azure.ResourceGroupConflictError": "
|
|
826
|
+
"error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Make sure your Azure account is properly authenticated and try again.",
|
|
827
|
+
"error.azure.InvalidAzureSubscriptionError": "Azure subscription '%s' is not available in your current account. Make sure you've signed in with the correct Azure account and have necessary permissions to access the subscription.",
|
|
828
|
+
"error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Choose a different name or use the existing resource group for your task.",
|
|
609
829
|
"error.azure.SelectSubscriptionError": "Não é possível selecionar a assinatura na conta atual.",
|
|
610
|
-
"error.azure.ResourceGroupNotExistError": "
|
|
830
|
+
"error.azure.ResourceGroupNotExistError": "Unable to find the resource group '%s' in subscription '%s'.",
|
|
611
831
|
"error.azure.CreateResourceGroupError": "Não é possível criar o grupo de '%s' na assinatura '%s'devido ao erro: %s. \nSe a mensagem de erro especifica o motivo, corrija o erro e tente novamente.",
|
|
612
832
|
"error.azure.CheckResourceGroupExistenceError": "Não é possível marcar existência do grupo de recursos '%s' na assinatura '%s'devido ao erro: %s. \nSe a mensagem de erro especifica o motivo, corrija o erro e tente novamente.",
|
|
613
833
|
"error.azure.ListResourceGroupsError": "Não é possível obter grupos de recursos na assinatura '%s'devido ao erro: %s. \nSe a mensagem de erro especifica o motivo, corrija o erro e tente novamente.",
|
|
614
834
|
"error.azure.GetResourceGroupError": "Não é possível obter informações do grupo de recursos '%s' na assinatura '%s' devido ao erro: %s. \nSe a mensagem de erro especificar o motivo, corrija o erro e tente novamente.",
|
|
615
835
|
"error.azure.ListResourceGroupLocationsError": "Não é possível obter os locais de grupo de recursos disponíveis para a assinatura '%s'.",
|
|
616
|
-
"error.m365.M365TokenJSONNotFoundError": "
|
|
617
|
-
"error.m365.M365TenantIdNotFoundInTokenError": "
|
|
618
|
-
"error.m365.M365TenantIdNotMatchError": "
|
|
836
|
+
"error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Make sure your account is authorized to access the tenant and the token JSON object is valid.",
|
|
837
|
+
"error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Make sure your account is authorized to access the tenant and the token JSON object is valid.",
|
|
838
|
+
"error.m365.M365TenantIdNotMatchError": "Authentication unsuccessful. You're currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, remove the values of '%s' from the .env file and try again.",
|
|
619
839
|
"error.arm.CompileBicepError": "Não é possível compilar arquivos Bicep localizados no caminho '%s' para os modelos JSON ARM. A mensagem de erro retornada foi: %s. Verifique se há erros de sintaxe ou configuração nos arquivos Bicep e tente novamente.",
|
|
620
840
|
"error.arm.DownloadBicepCliError": "Não é possível baixar a CLI do Bicep '%s'. A mensagem de erro foi: %s. Corrija o erro e tente novamente. Ou remova a configuração bicepCliVersion no arquivo de configuração teamsapp.yml e o Teams Toolkit usará bicep CLI em PATH",
|
|
621
|
-
"error.arm.DeployArmError.Notification": "
|
|
622
|
-
"error.arm.DeployArmError": "
|
|
623
|
-
"error.arm.GetArmDeploymentError": "
|
|
624
|
-
"error.arm.ConvertArmOutputError": "
|
|
625
|
-
"error.deploy.DeployEmptyFolderError": "
|
|
626
|
-
"error.deploy.CheckDeploymentStatusTimeoutError": "
|
|
841
|
+
"error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
842
|
+
"error.arm.DeployArmError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s",
|
|
843
|
+
"error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
|
|
844
|
+
"error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result into action output. There is a duplicated key '%s' in ARM deployment result.",
|
|
845
|
+
"error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Make sure the folder includes all necessary files.",
|
|
846
|
+
"error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
|
|
847
|
+
"error.deploy.ZipFileError": "Unable to zip the artifact folder as its size exceeds the maximum limit of 2GB. Reduce the folder size and try again.",
|
|
848
|
+
"error.deploy.ZipFileTargetInUse": "Unable to clear the distribution zip file in %s as it may be currently in use. Close any apps using the file and try again.",
|
|
627
849
|
"error.deploy.GetPublishingCredentialsError.Notification": "Não é possível obter credenciais de publicação do aplicativo '%s' no grupo de recursos '%s'. Consulte o [Output panel](command:fx-extension.showOutputChannel) para obter mais detalhes.",
|
|
628
|
-
"error.deploy.GetPublishingCredentialsError": "
|
|
850
|
+
"error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Make sure the app name and resource group name are spelled correctly and are valid. \n 2. Make sure your Azure account has necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
|
|
629
851
|
"error.deploy.DeployZipPackageError.Notification": "Não é possível implantar o pacote zip no ponto de extremidade: '%s'. Consulte o [Output panel](command:fx-extension.showOutputChannel) para obter mais detalhes e tente novamente.",
|
|
630
|
-
"error.deploy.DeployZipPackageError": "
|
|
631
|
-
"error.deploy.CheckDeploymentStatusError": "
|
|
632
|
-
"error.deploy.DeployRemoteStartError": "
|
|
633
|
-
"error.script.ScriptTimeoutError": "
|
|
634
|
-
"error.script.
|
|
852
|
+
"error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Make sure your Azure account has necessary permissions to access the API. \n 2. Make sure the endpoint is properly configured in Azure and the required resources have been provisioned. \n 3. Make sure the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, deploy the package manually following the guidelines in this link: '%s'",
|
|
853
|
+
"error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
|
|
854
|
+
"error.deploy.DeployRemoteStartError": "The package deployed to Azure for location: '%s', but the app is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the app logs: Look for any error messages or stack traces in the app logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Make sure the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Make sure all dependencies required by the app are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure the resource allocation for the Azure instance is appropriate for the app and its workload.\n 7. Get help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
|
|
855
|
+
"error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency. Script: `%s`",
|
|
856
|
+
"error.script.ScriptTimeoutError.Notification": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
|
|
857
|
+
"error.script.ScriptExecutionError": "Unable to execute script action. Script: `%s`. Error: `%s`",
|
|
858
|
+
"error.script.ScriptExecutionError.Notification": "Unable to execute script action. Error: `%s`. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
635
859
|
"error.deploy.AzureStorageClearBlobsError.Notification": "Não é possível limpar os arquivos de blob na conta de Armazenamento do Azure '%s'. Consulte o [Painel de saída](comando:fx-extension.showOutputChannel) para obter mais detalhes.",
|
|
636
860
|
"error.deploy.AzureStorageClearBlobsError": "Não é possível limpar arquivos de blob na conta de Armazenamento do Microsoft Azure '%s'. As respostas de erro do Azure são:\n %s. \nSe a mensagem de erro especifica o motivo, corrija o erro e tente novamente.",
|
|
637
861
|
"error.deploy.AzureStorageUploadFilesError.Notification": "Não é possível carregar a pasta local '%s' na Conta de Armazenamento do Azure '%s'. Consulte o [Painel de saída](command:fx-extension.showOutputChannel) para obter mais detalhes.",
|
|
@@ -642,6 +866,38 @@
|
|
|
642
866
|
"error.deploy.AzureStorageGetContainerPropertiesError": "Não é possível obter propriedades do contêiner '%s' na conta de Armazenamento do Microsoft Azure '%s' devido ao erro: %s. As respostas de erro do Azure são:\n %s. \nSe a mensagem de erro especifica o motivo, corrija o erro e tente novamente.",
|
|
643
867
|
"error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Não é possível definir as propriedades do contêiner '%s' na conta de Armazenamento do Microsoft Azure '%s' devido ao erro: %s. Consulte o [Output panel](command:fx-extension.showOutputChannel) para obter mais detalhes.",
|
|
644
868
|
"error.deploy.AzureStorageSetContainerPropertiesError": "Não é possível definir propriedades do contêiner '%s' na Conta de Armazenamento do Azure '%s' devido ao erro: %s. As respostas de erro do Azure são:\n %s. \nSe a mensagem de erro especificar o motivo, corrija o erro e tente novamente.",
|
|
645
|
-
"error.core.failedToLoadManifestId": "
|
|
646
|
-
"error.core.appIdNotExist": "
|
|
869
|
+
"error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s. Run provision first.",
|
|
870
|
+
"error.core.appIdNotExist": "Unable to find app id: %s. Either your current M365 account doesn't have permission, or the app has been deleted.",
|
|
871
|
+
"driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
|
|
872
|
+
"driver.aadApp.apiKey.title.create": "Creating API key...",
|
|
873
|
+
"driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
|
|
874
|
+
"driver.aadApp.apiKey.title.update": "Updating API key...",
|
|
875
|
+
"driver.apiKey.log.skipUpdateApiKey": "Skip updating API key as the same property exists.",
|
|
876
|
+
"driver.apiKey.log.successUpdateApiKey": "API key updated successfully!",
|
|
877
|
+
"driver.apiKey.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
|
|
878
|
+
"driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
|
|
879
|
+
"driver.apiKey.log.startExecuteDriver": "Executing action %s",
|
|
880
|
+
"driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
|
|
881
|
+
"driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but unable to retrieve API key from Developer Portal. Check manually if API key exists.",
|
|
882
|
+
"driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum character length is 128.",
|
|
883
|
+
"driver.apiKey.error.clientSecretInvalid": "Invalid client secret. It should be 10 to 512 characters long.",
|
|
884
|
+
"driver.apiKey.error.domainInvalid": "Invalid domain. Please follow these rules: 1. Max %d domain(s) per API key. 2. Use comma to separate domains.",
|
|
885
|
+
"driver.apiKey.error.failedToGetDomain": "Unable to get domain from API specification. Make sure your API specification is valid.",
|
|
886
|
+
"driver.apiKey.error.clientSecretFromScratchInvalid": "Invalid client secret. If you start with a new API, refer to the README file for details.",
|
|
887
|
+
"driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
|
|
888
|
+
"driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
889
|
+
"driver.oauth.description.create": "Create an OAuth registration on Developer Portal for authentication in Open API spec.",
|
|
890
|
+
"driver.oauth.title.create": "Creating OAuth registration...",
|
|
891
|
+
"driver.oauth.log.skipCreateOauth": "Environment variable %s exists. Skip creating API key.",
|
|
892
|
+
"driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve OAuth registration from Developer Portal. Check manually if it exists.",
|
|
893
|
+
"driver.oauth.error.nameTooLong": "The OAuth name is too long. The maximum character length is 128.",
|
|
894
|
+
"driver.oauth.error.oauthDisablePKCEError": "Turning off PKCE for OAuth2 is not supported in the oauth/update action.",
|
|
895
|
+
"driver.oauth.error.OauthIdentityProviderInvalid": "Invalid identity provider 'MicrosoftEntra'. Ensure the OAuth authorization endpoint in the OpenAPI specification file is for Microsoft Entra.",
|
|
896
|
+
"driver.oauth.log.successCreateOauth": "OAuth registration created successfully with id %s!",
|
|
897
|
+
"driver.oauth.error.domainInvalid": "Maximum %d domains allowed per OAuth registration.",
|
|
898
|
+
"driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse OAuth2 authScheme from spec. Make sure your API specification is valid.",
|
|
899
|
+
"driver.oauth.log.skipUpdateOauth": "Skip updating OAuth registration as the same property exists.",
|
|
900
|
+
"driver.oauth.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
|
|
901
|
+
"driver.oauth.log.successUpdateOauth": "OAuth registration updated successfully!",
|
|
902
|
+
"driver.oauth.info.update": "OAuth registration updated successfully! The following parameters have been updated:\n%s"
|
|
647
903
|
}
|