@microsoft/teamsfx-core 2.0.13-rc-hotfix.0 → 2.0.13-rc.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.
Files changed (109) hide show
  1. package/build/common/featureFlags.d.ts +0 -16
  2. package/build/common/featureFlags.d.ts.map +1 -1
  3. package/build/common/featureFlags.js +1 -21
  4. package/build/common/featureFlags.js.map +1 -1
  5. package/build/common/templates-config.json +1 -1
  6. package/build/component/configManager/actionInjector.d.ts.map +1 -1
  7. package/build/component/configManager/actionInjector.js +2 -2
  8. package/build/component/configManager/actionInjector.js.map +1 -1
  9. package/build/component/coordinator/index.js +1 -1
  10. package/build/component/coordinator/index.js.map +1 -1
  11. package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
  12. package/build/component/driver/apiKey/utility/utility.js +4 -3
  13. package/build/component/driver/apiKey/utility/utility.js.map +1 -1
  14. package/build/component/driver/oauth/create.d.ts +0 -1
  15. package/build/component/driver/oauth/create.d.ts.map +1 -1
  16. package/build/component/driver/oauth/create.js +6 -11
  17. package/build/component/driver/oauth/create.js.map +1 -1
  18. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts +1 -0
  19. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts.map +1 -1
  20. package/build/component/driver/oauth/interface/createOauthOutputs.js +1 -0
  21. package/build/component/driver/oauth/interface/createOauthOutputs.js.map +1 -1
  22. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts +3 -0
  23. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts.map +1 -1
  24. package/build/component/driver/oauth/update.d.ts.map +1 -1
  25. package/build/component/driver/oauth/update.js +51 -22
  26. package/build/component/driver/oauth/update.js.map +1 -1
  27. package/build/component/driver/oauth/utility/utility.d.ts +2 -0
  28. package/build/component/driver/oauth/utility/utility.d.ts.map +1 -1
  29. package/build/component/driver/oauth/utility/utility.js +11 -1
  30. package/build/component/driver/oauth/utility/utility.js.map +1 -1
  31. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.d.ts +1 -0
  32. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.d.ts.map +1 -1
  33. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts +2 -2
  34. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts.map +1 -1
  35. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  36. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +2 -0
  37. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  38. package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
  39. package/build/component/generator/apiSpec/generator.js +25 -22
  40. package/build/component/generator/apiSpec/generator.js.map +1 -1
  41. package/build/component/generator/apiSpec/helper.d.ts +1 -1
  42. package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
  43. package/build/component/generator/apiSpec/helper.js +35 -8
  44. package/build/component/generator/apiSpec/helper.js.map +1 -1
  45. package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
  46. package/build/component/generator/copilotExtension/generator.js +4 -5
  47. package/build/component/generator/copilotExtension/generator.js.map +1 -1
  48. package/build/component/generator/generator.d.ts +2 -2
  49. package/build/component/generator/generator.d.ts.map +1 -1
  50. package/build/component/generator/generator.js +25 -13
  51. package/build/component/generator/generator.js.map +1 -1
  52. package/build/component/generator/utils.d.ts.map +1 -1
  53. package/build/component/generator/utils.js +8 -1
  54. package/build/component/generator/utils.js.map +1 -1
  55. package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
  56. package/build/component/utils/envFunctionUtils.js +0 -4
  57. package/build/component/utils/envFunctionUtils.js.map +1 -1
  58. package/build/core/FxCore.d.ts.map +1 -1
  59. package/build/core/FxCore.js +31 -26
  60. package/build/core/FxCore.js.map +1 -1
  61. package/build/error/depCheck.d.ts +4 -1
  62. package/build/error/depCheck.d.ts.map +1 -1
  63. package/build/error/depCheck.js +16 -1
  64. package/build/error/depCheck.js.map +1 -1
  65. package/build/index.d.ts +1 -1
  66. package/build/index.d.ts.map +1 -1
  67. package/build/index.js +2 -3
  68. package/build/index.js.map +1 -1
  69. package/build/question/constants.d.ts +8 -4
  70. package/build/question/constants.d.ts.map +1 -1
  71. package/build/question/constants.js +36 -45
  72. package/build/question/constants.js.map +1 -1
  73. package/build/question/create.d.ts.map +1 -1
  74. package/build/question/create.js +27 -19
  75. package/build/question/create.js.map +1 -1
  76. package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
  77. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  78. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  79. package/build/question/options/CreateProjectOptions.js +0 -1
  80. package/build/question/options/CreateProjectOptions.js.map +1 -1
  81. package/build/tsconfig.tsbuildinfo +1 -1
  82. package/package.json +4 -4
  83. package/resource/package.nls.cs.json +536 -280
  84. package/resource/package.nls.de.json +536 -280
  85. package/resource/package.nls.es.json +536 -280
  86. package/resource/package.nls.fr.json +536 -280
  87. package/resource/package.nls.it.json +536 -280
  88. package/resource/package.nls.ja.json +536 -280
  89. package/resource/package.nls.json +20 -20
  90. package/resource/package.nls.ko.json +536 -280
  91. package/resource/package.nls.pl.json +536 -280
  92. package/resource/package.nls.pt-BR.json +536 -280
  93. package/resource/package.nls.ru.json +536 -280
  94. package/resource/package.nls.tr.json +536 -280
  95. package/resource/package.nls.zh-Hans.json +536 -280
  96. package/resource/package.nls.zh-Hant.json +536 -280
  97. package/resource/yaml-schema/v1.7/yaml.schema.json +12 -0
  98. package/resource/yaml-schema/yaml.schema.json +16 -4
  99. package/templates/fallback/common.zip +0 -0
  100. package/templates/fallback/csharp.zip +0 -0
  101. package/templates/fallback/js.zip +0 -0
  102. package/templates/fallback/python.zip +0 -0
  103. package/templates/fallback/ts.zip +0 -0
  104. package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +2 -2
  105. package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
  106. package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
  107. package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
  108. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
  109. 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": "Bereitstellung",
3
- "core.provision.learnMore": "Weitere Informationen",
5
+ "core.provision.learnMore": "More info",
4
6
  "core.provision.azureAccount": "Azure-Konto: %s",
5
7
  "core.provision.azureSubscription": "Azure-Abonnement: %s.",
6
8
  "core.provision.m365Account": "Microsoft 365-Konto: %s",
7
- "core.provision.confirmEnvAndCostNotice": "Je nach Nutzung können Kosten anfallen. Möchten Sie Ressourcen in der %s-Umgebung mithilfe der oben aufgeführten Konten bereitstellen?",
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": "Möchten Sie Ressourcen in der %s-Umgebung bereitstellen?",
9
11
  "core.provision.viewResources": "Bereitgestellte Ressourcen anzeigen",
10
- "core.deploy.aadManifestSuccessNotice": "Ihre Azure Active Directory-Anwendung wurde erfolgreich bereitgestellt. Klicken Sie auf „Weitere Informationen“, um zu erfahren, wie Sie Ihre Azure Active Directory-Anwendung anzeigen können.",
11
- "core.deploy.aadManifestOnCLISuccessNotice": "Ihre Azure Active Directory-Anwendung wurde erfolgreich aktualisiert.",
12
- "core.deploy.aadManifestLearnMore": "Mehr erfahren",
13
- "core.deploy.botTroubleShoot": "Um Probleme mit der Bot-Anwendung in Azure zu beheben, klicken Sie bitte auf „Weitere Informationen“, um die Dokumentation zu erhalten.",
14
- "core.deploy.botTroubleShoot.learnMore": "Mehr erfahren",
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": "Bereitstellen",
16
18
  "core.option.confirm": "Bestätigen",
17
- "core.option.cancel": "Abbrechen",
18
- "core.option.learnMore": "Weitere Informationen",
19
+ "core.option.learnMore": "More info",
19
20
  "core.option.upgrade": "Upgrade",
20
21
  "core.option.moreInfo": "Weitere Informationen",
21
22
  "core.progress.create": "Erstellen",
22
- "core.progress.createFromTemplate": "App-Vorlage wird heruntergeladen.",
23
- "core.progress.createFromSample": "Beispiel %s wird heruntergeladen",
23
+ "core.progress.createFromTemplate": "App template download in progress...",
24
+ "core.progress.createFromSample": "Sample %s download in progress...",
24
25
  "core.progress.deploy": "Bereitstellen",
25
26
  "core.progress.publish": "Veröffentlichen",
26
27
  "core.progress.provision": "Bereitstellung",
27
28
  "core.progress.configureAzureStorage": "Azure Storage wird konfiguriert, Einstellung der statischen Website aktivieren.",
28
29
  "core.progress.runCommand": "Befehl %s bei %s ausführen",
29
30
  "core.progress.deployToAzure": "%s wird in %s bereitgestellt.",
30
- "core.Notification.ReadMore": "Weiterlesen",
31
31
  "core.migrationV3.confirmOnly.Message": "Bestätigen Sie das Upgrade.",
32
32
  "core.migrationV3.Message": "Führen Sie ein Upgrade Ihres Teams Toolkit-Projekts durch, um mit der neuesten Version kompatibel zu bleiben. Ein Sicherungsverzeichnis wird zusammen mit einer Upgradezusammenfassung erstellt.",
33
33
  "core.migrationV3.VS.Message": "Führen Sie ein Upgrade Ihrer Lösung durch, um mit der neuesten Version des Teams-Toolkits kompatibel zu bleiben. Ein Sicherungsverzeichnis wird generiert, in dem es einen Upgradebericht enthält.",
@@ -35,199 +35,214 @@
35
35
  "core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json ist nicht vorhanden. Möglicherweise versuchen Sie, ein von Teams-Toolkit erstelltes Projekt für Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit für Visual Studio v17.3 zu aktualisieren. Installieren Sie das Teams-Toolkit für Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit für Visual Studio v17.4, und führen Sie zuerst das Upgrade aus.",
36
36
  "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json ist ungültig.",
37
37
  "core.migrationV3.abandonedProject": "Dieses Projekt dient nur zur Vorschau und wird vom Teams-Toolkit nicht unterstützt. Probieren Sie das Teams-Toolkit aus, indem Sie ein neues Projekt erstellen.",
38
- "core.migrationV3.notAllowedMigration": "Die Vorabversion des Teams-Toolkits unterstützt die neue Projektkonfiguration und ist mit früheren Versionen nicht kompatibel. Probieren Sie sie aus, indem Sie ein neues Projekt erstellen, oder führen Sie „teamsfx upgrade aus, um zuerst eine Upgrade für ihr Projekt durchzuführen.",
39
- "core.projectVersionChecker.cliUseNewVersion": "Ihre TeamsFx CLI ist alt und unterstützt das aktuelle Projekt nicht. Bitte aktualisieren Sie auf die neueste Version mit dem folgenden Befehl:\nnpm install -g @microsoft/teamsfx-cli@latest",
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": "Das aktuelle Projekt ist nicht mit der installierten Version des Teams-Toolkits kompatibel.",
41
41
  "core.projectVersionChecker.vs.incompatibleProject": "Das Projekt in der Projektmappe wird mit der Previewfunktion des Teams-Toolkits erstellt – Verbesserungen bei Teams-App Configuration. Sie können die Vorschaufunktion aktivieren, um fortzufahren.",
42
- "core.deployArmTemplates.ActionSuccess": "ARM-Vorlagen wurden erfolgreich bereitgestellt. Ressourcengruppenname: %s. Bereitstellungsname: %s",
43
- "core.collaboration.ListCollaboratorsSuccess": "Microsoft 365 App-Besitzer auflisten“ war erfolgreich. Sie können sie im [Ausgabebereich](%s) anzeigen.",
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": "Berechtigungen werden gewährt",
45
- "core.collaboration.EmailCannotBeEmptyOrSame": "Die E-Mail-Adresse des Projektmitarbeiters darf nicht NULL oder mit dem aktuellen Benutzer identisch sein.",
46
- "core.collaboration.CannotFindUserInCurrentTenant": "Der Benutzer wurde im aktuellen Mandanten nicht gefunden. Überprüfen Sie, ob Ihre E-Mail-Adresse korrekt ist.",
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": "Gewähren Sie Benutzer %s die Berechtigung",
48
48
  "core.collaboration.AccountToGrantPermission": "Konto zum Erteilen der Berechtigung: ",
49
49
  "core.collaboration.StartingGrantPermission": "Die Erteilung der Berechtigung für die Umgebung wird gestartet: ",
50
50
  "core.collaboration.TenantId": "Mandanten-ID: ",
51
- "core.collaboration.PermissionHasBeenGrantTo": "Berechtigung wurde erteilt für ",
51
+ "core.collaboration.PermissionHasBeenGrantTo": "Permission granted to ",
52
52
  "core.collaboration.GrantPermissionResourceId": "Ressourcen-ID: ",
53
53
  "core.collaboration.ListingM365Permission": "Die Berechtigungen für Microsoft 365 werden aufgelistet.\n",
54
54
  "core.collaboration.AccountUsedToCheck": "Zum Überprüfen verwendetes Konto: ",
55
55
  "core.collaboration.StartingListAllTeamsAppOwners": "\nDas Auflisten aller Teams-App-Besitzer für die Umgebung wird gestartet: ",
56
- "core.collaboration.StartingListAllAadAppOwners": "\nDas Auflisten aller Azure Active Directory-App-Besitzer für die Umgebung wird gestartet: ",
56
+ "core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Microsoft Entra app owners for environment: ",
57
57
  "core.collaboration.M365TeamsAppId": "Microsoft 365 Teams-App (ID: ",
58
- "core.collaboration.SsoAadAppId": "SSO-AAD-App (ID: ",
58
+ "core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
59
59
  "core.collaboration.TeamsAppOwner": "Teams-App-Besitzer: ",
60
- "core.collaboration.AadAppOwner": "Azure Active Directory-App-Besitzer: ",
60
+ "core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
61
61
  "core.collaboration.StaringCheckPermission": "Die Überprüfung der Berechtigung für die Umgebung wird gestartet: ",
62
62
  "core.collaboration.CheckPermissionResourceId": "Ressourcen-ID: ",
63
63
  "core.collaboration.Undefined": "nicht definiert",
64
64
  "core.collaboration.ResourceName": ", Ressourcenname: ",
65
65
  "core.collaboration.Permission": ", Berechtigung: ",
66
- "core.developerPortal.scaffold.CannotFindManifest": "Das Manifest aus dem heruntergeladenen Paket für die Teams-App „%s“ wurde nicht gefunden.",
66
+ "core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for Teams app %s.",
67
67
  "plugins.spfx.questions.framework.title": "Framework",
68
- "plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
68
+ "plugins.spfx.questions.webpartName": "Name für SharePoint-Framework-Webpart",
69
69
  "plugins.spfx.questions.webpartName.error.duplicate": "Der Ordner „%s“ ist bereits vorhanden. Wählen Sie einen anderen Namen für Ihre Komponente aus.",
70
70
  "plugins.spfx.questions.webpartName.error.notMatch": "%s entspricht nicht dem Muster: %s",
71
71
  "plugins.spfx.questions.packageSelect.title": "SharePoint-Framework",
72
- "plugins.spfx.questions.packageSelect.placeholder": "Wählen Sie eine Option für den Gerüstbau aus.",
72
+ "plugins.spfx.questions.packageSelect.placeholder": "Select option for scaffolding",
73
73
  "plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "Global installiertes SPFx (%s) verwenden",
74
74
  "plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "Global installiertes SPFx verwenden",
75
75
  "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s oder höher",
76
76
  "plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Neuestes SPFx (%s) im Teams-Toolkit-Verzeichnis lokal installieren ",
77
77
  "plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Neuestes SPFx im Teams-Toolkit-Verzeichnis lokal installieren ",
78
78
  "plugins.spfx.questions.spfxSolution.title": "SharePoint-Lösung",
79
- "plugins.spfx.questions.spfxSolution.createNew": "Neue SPFx-Lösung erstellen",
80
- "plugins.spfx.questions.spfxSolution.createNew.detail": "Teams-Registerkartenanwendung mit SPFx-Webparts erstellen",
81
- "plugins.spfx.questions.spfxSolution.importExisting": "Vorhandene SPFx-Lösung importieren",
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": "Machen Sie das clientseitige SPFx-Webpart als Registerkarte \"Microsoft Teams\" oder als persönliche App verfügbar.",
83
- "plugins.spfx.deployNotice": "Die sharePoint-Paket-%s wurde erfolgreich in [%s](%s) bereitgestellt.",
84
- "plugins.spfx.cannotFindPackage": "SharePoint-Paket %s kann nicht gefunden werden",
85
- "plugins.spfx.cannotGetSPOToken": "Das SPO-Zugriffstoken kann nicht abgerufen werden.",
86
- "plugins.spfx.cannotGetGraphToken": "Das Graph-Zugriffstoken kann nicht abgerufen werden.",
87
- "plugins.spfx.insufficientPermission": "Das Paket kann nicht in den App-Katalog „%s hochgeladen und bereitgestellt werden. Sie benötigen die Administratorberechtigungen für Microsoft 365 Mandanten Ihrer Organisation. Sie können kostenlos Microsoft 365 Mandanten von [Microsoft 365-Entwicklerprogramm](%s) zu Testzwecken erhalten.",
88
- "plugins.spfx.createAppcatalogFail": "Der Mandanten-App-Katalog kann aufgrund von „%s“, Stapel „%s nicht erstellt werden",
89
- "plugins.spfx.uploadAppcatalogFail": "Das App-Paket kann aufgrund von %s nicht hochgeladen werden",
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": "SharePoint-Paket wird erstellt",
91
91
  "plugins.spfx.deploy.title": "SharePoint-Paket hochladen und bereitstellen",
92
92
  "plugins.spfx.scaffold.title": "Gerüstbauprojekt",
93
- "plugins.spfx.error.npmInstallFailed": "„npm install“ kann aufgrund von „%s“ nicht ausgeführt werden",
94
93
  "plugins.spfx.error.invalidDependency": "Das Paket %s konnte nicht validiert werden",
95
94
  "plugins.spfx.error.noConfiguration": "Ihr SPFx-Projekt enthält keine YO-RC.JSON-Datei. Fügen Sie die Konfigurationsdatei hinzu, und versuchen Sie es noch einmal.",
96
- "plugins.spfx.error.devEnvironmentNotSetup": "Die SPFx-Entwicklungsumgebung wurde nicht ordnungsgemäß eingerichtet. Sie können auf „Hilfe“ klicken, um der Anleitung zum Einrichten der richtigen Umgebung zu folgen.",
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": "Abhängigkeiten prüfen...",
98
- "plugins.spfx.scaffold.dependencyInstall": "Abhängigkeiten installieren. Dies kann länger als 5 Minuten dauern.",
97
+ "plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes.",
99
98
  "plugins.spfx.scaffold.scaffoldProject": "Generieren Sie ein SPFx-Projekt mit Yeoman CLI",
100
99
  "plugins.spfx.scaffold.updateManifest": "Webpart-Manifest aktualisieren",
101
- "plugins.spfx.GetTenantFailedError": "Der Mandant kann nicht %s %s werden.",
102
- "plugins.spfx.error.installLatestDependencyError": "Unbekannte Probleme beim Einrichten der SPFx-Umgebung im Ordner „%s“. Unter [Einrichten Ihrer SharePoint-Framework-Entwicklungsumgebung | Microsoft Learn](%s) finden Sie Informationen zum Einrichten der globalen SPFx-Umgebung.",
103
- "plugins.spfx.error.scaffoldError": "Fehler beim Erstellen des Projekts. Mögliche Ursache: Yeoman-Generator für SharePoint. Weitere Informationen finden Sie im [Ausgabebereich](%s).",
104
- "plugins.spfx.error.import.retrieveSolutionInfo": "Fehler beim Abrufen vorhandener SPFx-Lösungsinformationen. Stellen Sie sicher, dass Ihre SPFx-Lösung gültig ist.",
105
- "plugins.spfx.error.import.copySPFxSolution": "Fehler beim Kopieren der vorhandenen SPFx-Lösung: %s",
106
- "plugins.spfx.error.import.updateSPFxTemplate": "Fehler beim Aktualisieren von Projektvorlagen mit vorhandener SPFx-Lösung: %s",
107
- "plugins.spfx.error.import.common": "Fehler beim Importieren der vorhandenen SPFx-Lösung in das Teams-Toolkit: %s",
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": "SPFx-Lösung wird importiert",
109
108
  "plugins.spfx.import.copyExistingSPFxSolution": "Vorhandene SPFx-Lösung wird kopiert...",
110
109
  "plugins.spfx.import.generateSPFxTemplates": "Vorlagen werden basierend auf Lösungsinformationen generiert...",
111
110
  "plugins.spfx.import.updateTemplates": "Vorlagen werden aktualisiert...",
112
- "plugins.spfx.import.success": "Ihre SPFx-Lösung wurde erfolgreich in %s importiert.",
113
- "plugins.spfx.import.log.success": "Das Teams-Toolkit hat Ihre SPFx-Lösung erfolgreich importiert. Ein vollständiges Protokoll mit Importdetails finden Sie in %s.",
114
- "plugins.spfx.import.log.fail": "Fehler beim Importieren Ihrer SPFx-Lösung durch das Teams-Toolkit. Ein vollständiges Protokoll mit Importdetails finden Sie in %s.",
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": "Überprüfen Sie Ihre Netzwerkverbindung.",
116
126
  "plugins.frontend.checkFsPermissionsTip": "Überprüfen Sie, ob Sie Lese-/Schreibberechtigungen für Ihr Dateisystem besitzen.",
117
127
  "plugins.frontend.checkStoragePermissionsTip": "Überprüfen Sie, ob Sie über Berechtigungen für Ihr Azure Storage-Konto verfügen.",
118
- "plugins.frontend.checkSystemTimeTip": "Sie können abgelaufene Anmeldeinformationen abrufen. Überprüfen Sie, ob die Systemzeit korrekt ist.",
128
+ "plugins.frontend.checkSystemTimeTip": "Incorrect system time may lead to expired credentials. Make sure your system time is correct.",
119
129
  "suggestions.retryTheCurrentStep": "Wiederholen Sie den aktuellen Schritt.",
120
130
  "plugins.appstudio.buildSucceedNotice": "Teams-Paket wurde erfolgreich unter [lokale Adresse](%s) erstellt.",
121
131
  "plugins.appstudio.buildSucceedNotice.fallback": "Das Teams-Paket wurde erfolgreich um %s erstellt.",
122
132
  "plugins.appstudio.createPackage.progressBar.message": "Teams-App-Paket wird erstellt...",
123
- "plugins.appstudio.validationFailedNotice": "Manifestvalidierung fehlgeschlagen!",
133
+ "plugins.appstudio.validationFailedNotice": "Manifest Validation is unsuccessful!",
124
134
  "plugins.appstudio.validateManifest.progressBar.message": "Manifest wird überprüft...",
125
135
  "plugins.appstudio.validateAppPackage.progressBar.message": "App-Paket wird überprüft...",
136
+ "plugins.appstudio.syncManifestFailedNotice": "Unable to sync manifest!",
126
137
  "plugins.appstudio.adminPortal": "Gehen Sie zum Admin-Portal",
127
- "plugins.appstudio.publishSucceedNotice.cli": "[%s] wurde erfolgreich im Admin-Portal (%s) veröffentlicht. Nach der Genehmigung steht Ihre App für Ihre Organisation zur Verfügung. Erfahren Sie mehr von %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": "Möchten Sie ein neues Update übermitteln?",
129
- "plugins.appstudio.teamsAppCreatedNotice": "Teams-App erstellt %s",
130
- "plugins.appstudio.teamsAppUpdatedLog": "Teams-App-%s aktualisiert",
131
- "plugins.appstudio.teamsAppUpdatedNotice": "Ihr Teams-Anwendungsmanifest wurde erfolgreich bereitgestellt. Klicken Sie auf „Im Entwicklerportal anzeigen“, um Ihre Anwendung im Teams-Entwicklerportal anzuzeigen.",
132
- "plugins.appstudio.teamsAppUpdatedCLINotice": "Ihr Teams-Anwendungsmanifest wurde erfolgreich bereitgestellt für ",
133
- "plugins.appstudio.updateManifestTip": "Die Manifestdateikonfigurationen wurden bereits geändert. Möchten Sie die Manifestdatei erneut generieren und auf die Teams-Plattform aktualisieren?",
134
- "plugins.appstudio.updateOverwriteTip": "Die Manifestdatei auf der Teams-Plattform wurde seit Ihrem letzten Update geändert. Möchten Sie die Manifestdatei auf der Plattform von Teams aktualisieren und überschreiben?",
135
- "plugins.appstudio.pubWarn": "Die App %s wurde bereits an den Mandanten-App-Katalog übermittelt.\nStatus: %s\n",
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": "Zuletzt geändert: %s\n",
137
148
  "plugins.appstudio.previewOnly": "Nur Vorschau",
138
149
  "plugins.appstudio.previewAndUpdate": "Vorschauen und aktualisieren",
139
150
  "plugins.appstudio.overwriteAndUpdate": "Überschreiben und aktualisieren",
140
- "plugins.appstudio.emptyAppPackage": "Im Paket der App „%s“ wurden keine Dateien gefunden.",
141
- "plugins.appstudio.unprocessedFile": "%s wurde vom Teams-Toolkit nicht verarbeitet.",
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": "In Entwicklerportal anzeigen",
143
- "plugins.bot.questionHostTypeTrigger.title": "Trigger auswählen",
144
- "plugins.bot.questionHostTypeTrigger.placeholder": "Trigger auswählen",
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": "Eine ausgeführte Funktion, die in Azure Functions gehostet wird, kann HTTP-Anforderungen überwachen.",
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": "HTTP-Trigger",
148
159
  "plugins.bot.triggers.http-and-timer-functions.description": "Azure Functions",
149
- "plugins.bot.triggers.http-and-timer-functions.detail": "Eine ausgeführte Funktion, die auf Azure Functions gehostet wird, kann auf HTTP-Anfragen hören und nach einem bestimmten Zeitplan antworten.",
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- und Zeitgebertrigger",
151
162
  "plugins.bot.triggers.http-restify.description": "Restify-Server",
152
- "plugins.bot.triggers.http-restify.detail": "Ein ausgeführter Restify-Server, der in Azure App Service gehostet wird, kann HTTP-Anforderungen abhören.",
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": "HTTP-Trigger",
154
165
  "plugins.bot.triggers.http-webapi.description": "Web-API-Server",
155
- "plugins.bot.triggers.http-webapi.detail": "Ein ausgeführter Web-API-Server, der auf Azure App Service gehostet wird, kann auf HTTP-Anforderungen lauschen.",
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": "HTTP-Trigger",
157
168
  "plugins.bot.triggers.timer-functions.description": "Azure Functions",
158
- "plugins.bot.triggers.timer-functions.detail": "Eine ausgeführte Funktion, die in Azure Functions gehostet wird, kann basierend auf einem bestimmten Zeitplan reagieren.",
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": "Zeitgebertrigger",
160
- "error.NoProjectOpenedError": "Es wurde kein Projekt geöffnet. Sie können ein neues Projekt erstellen oder ein vorhandenes Projekt öffnen.",
161
- "error.InvalidEnvNameError": "Der Umgebungsname darf nur Buchstaben, Ziffern, _ und Bindestriche (-) enthalten.",
162
- "error.UpgradeV3CanceledError": "Wenn Sie nicht zum Upgrade bereit sind, verwenden Sie weiterhin die alte Version des Teams-Toolkits.",
163
- "error.InvalidInputError": "Ungültige Eingaben: %s",
164
- "error.ProjectEnvAlreadyExistError": "Projektumgebung %s existiert bereits.",
165
- "error.NotImplementedError": "Methode nicht implementiert: %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": "„%s“ kann nicht von Ressourcen-ID „%s“ abgerufen werden.",
167
174
  "error.NoSubscriptionFound": "Es wurde kein Abonnement gefunden.",
168
- "error.TrustCertificateCancelError": "Der Benutzer wurde abgebrochen. Damit Teams dem vom Toolkit verwendeten selbstsigniertem SSL-Zertifikat vertrauen kann, muss Ihrem Zertifikatspeicher ein selbstsigniertes Zertifikat hinzugefügt werden.",
169
- "error.VideoFilterAppNotRemoteSupported": "Die Videofilter-App in remote wird vom Teams-Toolkit nicht unterstützt. Überprüfen Sie die „README.md“-Datei im Stammordner „Projekt“.",
170
- "error.appstudio.teamsAppCreateFailed": "Die Teams-App kann aufgrund von %s nicht in Teams-Entwicklerportal erstellt werden",
171
- "error.appstudio.teamsAppUpdateFailed": "Die Teams-App mit der ID \"%s\" kann in Teams-Entwicklerportal aufgrund von %s nicht aktualisiert werden.",
172
- "error.appstudio.apiFailed": "Fehler beim API-Aufruf von Entwicklerportal. Weitere Informationen finden Sie im [Ausgabebereich](command:fx-extension.showOutputChannel).",
173
- "error.appstudio.apiFailed.telemetry": "Fehler beim API-Aufruf an Entwicklerportal: %s, %s, API-Name: %s, X-Correlation-ID: %s. Dies kann auf einen zeitweiligen Dienstfehler zurückzuführen sein. Warten Sie einige Minuten, und wiederholen Sie den aktuellen Schritt.",
174
- "error.appstudio.authServiceApiFailed": "Fehler beim API-Aufruf an Entwicklerportal: %s, %s, Anforderungspfad: %s",
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": "Die Teams-App mit der ID %s kann nicht veröffentlicht werden.",
176
- "error.appstudio.buildError": "Fehler beim Erstellen des Teams-Pakets.",
177
- "error.appstudio.checkPermissionFailed": "Fehler beim Überprüfen der Berechtigung. Grund: %s",
178
- "error.appstudio.grantPermissionFailed": "Berechtigung erteilen fehlgeschlagen. Gründe dafür",
179
- "error.appstudio.listCollaboratorFailed": "Fehler beim Auflisten des Projektmitarbeiters. Grund: %s",
180
- "error.appstudio.updateManifestInvalidApp": "Die Teams-App mit der ID %s wurde nicht gefunden. Sie müssen zuerst ein Debuggen oder eine Bereitstellung ausführen, bevor Sie das Manifest auf die Teams-Plattform aktualisieren.",
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": "Ungültige Funktion: %s",
182
- "error.appstudio.capabilityExceedLimit": "Fähigkeit %s kann nicht hinzugefügt werden, sie erreicht das Limit.",
183
- "error.appstudio.staticTabNotExist": "Die statische Registerkarte mit der Entitäts-ID %s wurde nicht gefunden und kann nicht aktualisiert werden.",
184
- "error.appstudio.capabilityNotExist": "Die Funktion \"%s\" ist im Manifest nicht vorhanden und kann nicht aktualisiert werden.",
185
- "error.appstudio.noManifestId": "Bei der Manifestsuche wurde eine ungültige ID gefunden.",
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": "Das Schema kann nicht von %s abgerufen werden, Meldung: %s",
187
195
  "error.appstudio.validateSchemaNotDefined": "Das Dateischema ist nicht definiert.",
188
- "error.appstudio.publishInDevPortalSuggestionForValidationError": "Versuchen Sie, das Paket aus \"Zip Teams-App-Paket\" zu generieren, und versuchen Sie es noch mal.",
189
- "error.appstudio.teamsAppCreateConflict": "Die Teams-App konnte mit einem 409-Konfliktfehler nicht erstellt werden. Dies kann von Ihrer App-ID stammen, die mit einer anderen App in Ihrem Mandanten in Konflikt steht. Klicken Sie auf Hilfe, um weitere Informationen zu erhalten.",
190
- "error.appstudio.teamsAppCreateConflictWithPublishedApp": "Eine Teams-App mit dieser ID ist bereits im App Store Ihrer Organisation vorhanden. Aktualisieren Sie die App-ID manuell, und versuchen Sie es noch einmal.",
191
- "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "Das aktuelle Konto darf kein Botframework-Token abrufen.",
192
- "error.appstudio.BotProvisionReturnsForbiddenResult": "Die Botframework-Bereitstellung gibt das unzulässige Ergebnis des Versuchs zurück, eine Botregistrierung zu erstellen.",
193
- "error.appstudio.BotProvisionReturnsConflictResult": "Die Botframework-Bereitstellung gibt das Konfliktergebnis des Versuchs zurück, eine Botregistrierung zu erstellen.",
194
- "error.generator.TemplateZipFallbackError": "Das ZIP-Paket kann nicht heruntergeladen und das lokale ZIP-Paket nicht geöffnet werden.",
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": "Die Vorlage kann nicht gefunden werden: %s.",
196
208
  "error.generator.SampleNotFoundError": "Das Beispiel kann nicht gefunden werden: %s.",
197
- "error.generator.FetchZipFromUrlError": "Das ZIP-Paket kann nicht von %s heruntergeladen werden.",
198
- "error.generator.UnzipError": "Die Vorlagen können nicht entpackt und auf die Festplatte geschrieben werden.",
209
+ "error.generator.UnzipError": "Unable to extract templates and save them to disk.",
199
210
  "error.generator.MissKeyError": "Der Schlüssel „%s“ wurde nicht gefunden",
200
- "error.generator.DownloadSampleApiLimitError": "Das Beispiel kann aufgrund einer Drosselung nicht heruntergeladen werden. Wiederholen Sie den Vorgang später nach dem Zurücksetzen des Ratenlimits (dies kann bis zu 1 Stunde dauern). Alternativ können Sie zu „%s“ wechseln, um das Repository manuell zu klonen",
201
- "error.generator.DownloadSampleNetworkError": "Das Beispiel kann aufgrund eines Netzwerkfehlers nicht heruntergeladen werden. Überprüfen Sie Ihre Netzwerkverbindung, und versuchen Sie es noch mal. Alternativ können Sie zu „%s“ wechseln, um das Repository manuell zu klonen",
202
- "error.generator.ParseUrlError": "Die URL „%s“ kann nicht analysiert werden",
203
- "error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "Das OpenAI-Plug-In-Manifest kann nicht von '%s' abgerufen werden.",
204
- "error.copilotPlugin.noExtraAPICanBeAdded": "No API can be added. Only GET and POST methods with single parameter and no auth are supported. Methods defined in manifest.json are not listed.",
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": "Die Teams-App kann nicht auf Microsoft 365 erweitert werden. Verwenden Sie die Aktion „teamsApp/extendToM365“, um Ihre Teams-App auf Microsoft 365 zu erweitern.",
206
- "core.QuestionAppName.validation.pattern": "Der Anwendungsname muss mit Buchstaben beginnen und mindestens zwei Buchstaben oder Ziffern enthalten. Es darf einige Sonderzeichen nicht enthalten.",
207
- "core.QuestionAppName.validation.maxlength": "Der Anwendungsname ist länger als die maximale Länge von 30.",
208
- "core.QuestionAppName.validation.pathExist": "Der Pfad ist vorhanden: %s. Wählen Sie einen anderen Anwendungsnamen aus.",
209
- "core.ProgrammingLanguageQuestion.placeholder": "Programmiersprache auswählen.",
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": "SPFx unterstützt zurzeit nur TypeScript.",
211
225
  "core.option.tutorial": "Tutorium öffnen",
212
226
  "core.option.github": "GitHub-Anleitung öffnen",
213
- "core.option.inProduct": "Produktinterne Anleitung öffnen",
227
+ "core.option.inProduct": "Open an in-product guide",
214
228
  "core.TabOption.label": "Registerkarte",
215
- "core.generator.officeAddin.importProject.title": "Ein vorhandenes Outlook-Add-In-Projekt wird importiert.",
216
- "core.generator.officeAddin.importProject.copyFiles": "Dateien werden kopiert.",
217
- "core.generator.officeAddin.importProject.convertProject": "Projekt wird konvertiert",
218
- "core.generator.officeAddin.importProject.updateManifest": "Manifest wird geändert",
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": "Ui-basierte App",
220
235
  "core.TabOption.detail": "Teams-fähige Webseiten, die in Microsoft Teams eingebettet sind",
221
236
  "core.DashboardOption.label": "Dashboard",
222
237
  "core.DashboardOption.detail": "Ein Zeichenbereich mit Karten und Widgets zum Anzeigen wichtiger Informationen",
223
238
  "core.BotNewUIOption.label": "Grundlegender Bot",
224
- "core.BotNewUIOption.detail": "Eine einfache Implementierung eines Echobots, der angepasst werden kann",
239
+ "core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready for customization",
225
240
  "core.LinkUnfurlingOption.label": "Verzweigung von Verknüpfungen",
226
- "core.LinkUnfurlingOption.detail": "Informationen und Aktionen anzeigen, wenn eine URL in den Bereich zum Verfassen von Nachrichten eingefügt wird",
241
+ "core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the text input field",
227
242
  "core.MessageExtensionOption.labelNew": "Sammeln von Formulareingabe- und Verarbeitungsdaten",
228
243
  "core.MessageExtensionOption.label": "Nachrichtenerweiterung",
229
244
  "core.MessageExtensionOption.description": "Benutzerdefinierte Benutzeroberfläche, wenn Benutzer Nachrichten in Teams verfassen",
230
- "core.MessageExtensionOption.detail": "Abrufen von Benutzereingaben, Durchführen von Aufgaben und Zurücksenden benutzerdefinierter Ergebnisse",
245
+ "core.MessageExtensionOption.detail": "Receive user input, process it, and send customized results",
231
246
  "core.NotificationOption.label": "Systemmitteilung im Chat",
232
247
  "core.NotificationOption.detail": "Benachrichtigen und Informieren mit einer Nachricht, die in Teams-Chats angezeigt wird",
233
248
  "core.CommandAndResponseOption.label": "Chatbefehl",
@@ -238,82 +253,171 @@
238
253
  "core.TabSPFxOption.detailNew": "Erstellen einer Benutzeroberfläche mit SharePoint-Framework",
239
254
  "core.TabNonSso.label": "Standardregisterkarte",
240
255
  "core.TabNonSso.detail": "Eine einfache Implementierung einer Web-App, die zum Anpassen bereit ist",
241
- "core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit hat Ihre API-Spezifikation überprüft:\n\nZusammenfassung:\n%s.\n%s\n%s",
242
- "core.copilotPlugin.validate.openAIPluginManifest.summary": "Das Teams Toolkit hat Ihr OpenAI-Plug-In-Manifest überprüft:\n\nZusammenfassung:\n%s.\n%s\n%s",
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": "Fehler bei %s",
244
261
  "core.copilotPlugin.validate.summary.validate.warning": "%s Warnung",
245
- "core.copilotPlugin.scaffold.summary": "Wir haben die folgenden Probleme für Ihre OpenAPI-Spezifikationsdatei erkannt:\n%s",
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 Risikominderung: Nicht erforderlich, operationId wurde automatisch generiert und zur Datei \"%s\" hinzugefügt.",
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 darf nicht mehr als %s Zeichen enthalten. ",
248
267
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Fehlende vollständige Beschreibung. ",
249
268
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Risikominderung: \"%s\" Feld in \"%s\" aktualisiert.",
250
269
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate": "Fehlende \"%s\" im Befehls \"%s\".",
251
270
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate.mitigation": " Risikominderung: Erstellen Sie eine Vorlage für adaptive Smartcards in \"%s\", und aktualisieren Sie dann das Feld \"%s\" auf den relativen Pfad in \"%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": "Fähigkeiten",
253
278
  "core.createCapabilityQuestion.placeholder": "Funktion auswählen",
254
- "core.createProjectQuestion.option.description.previewOnWindow": "Vorschau unter Windows",
279
+ "core.createProjectQuestion.option.description.preview": "Preview",
255
280
  "core.createProjectQuestion.option.description.worksInOutlook": "Funktioniert in Teams und Outlook",
256
281
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Funktioniert in Teams, Outlook und der Microsoft 365-App",
282
+ "core.createProjectQuestion.option.description.worksInOutlookCopilot": "Funktioniert in Teams, Outlook und Copilot",
257
283
  "core.createProjectQuestion.projectType.bot.detail": "Unterhaltungs- oder informative Chatfunktionen, die sich wiederholende Aufgaben automatisieren können",
258
284
  "core.createProjectQuestion.projectType.bot.label": "Bot",
259
285
  "core.createProjectQuestion.projectType.bot.title": "App-Features mithilfe eines Bots",
260
- "core.createProjectQuestion.projectType.messageExtension.detail": "Suchen oder Initiieren von Aktionen im Chat-Verfassenbereich von Teams und Outlook",
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": "App-Features mithilfe einer Nachrichtenerweiterung",
262
- "core.createProjectQuestion.projectType.outlookAddin.detail": "Anpassen des Menübands und des Aufgabenbereichs mit Ihren Webinhalten",
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": "Outlook-Add-In",
264
291
  "core.createProjectQuestion.projectType.outlookAddin.title": "App-Features mithilfe eines Outlook-Add-Ins",
265
- "core.createProjectQuestion.projectType.tab.detail": "Einbetten eigener Webinhalte in Teams, Outlook und die Micosoft 365-App",
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": "App-Features mithilfe einer Registerkarte",
267
- "core.createProjectQuestion.projectType.copilotPlugin.detail": "Plug-In erstellen, um Copilot mit Ihren APIs zu erweitern",
268
- "core.createProjectQuestion.projectType.copilotPlugin.label": "Plug-In für Copilot",
269
- "core.createProjectQuestion.projectType.copilotPlugin.title": "Plug-In für Copilot",
270
- "core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Option auswählen",
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": "Neues Projekt",
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": "Mit einer neuen API beginnen",
273
319
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Plug-In mit einer neuen API aus Azure Functions erstellen.",
274
- "core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Mit einer OpenAPI-Spezifikation beginnen",
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": "Plug-In aus Ihrer vorhandenen API erstellen.",
276
- "core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "Mit einem OpenAI-Plug-In beginnen.",
277
- "core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "OpenAI-Plug-In in Microsoft 365 Copilot-Plug-In konvertieren.",
278
- "core.createProjectQuestion.apiSpec.title": "OpenAPI-Spezifikation",
279
- "core.createProjectQuestion.apiSpec.placeholder": "OpenAPI-Spezifikations-URL eingeben",
280
- "core.createProjectQuestion.apiSpecInputUrl.label": "OpenAPI-Spezifikationsspeicherort eingeben",
281
- "core.createProjectQuestion.AIPluginManifest.title": "OpenAI-Plug-In-Manifest",
282
- "core.createProjectQuestion.AIPluginManifest.placeholder": "Websitedomäne eingeben",
283
- "core.createProjectQuestion.invalidUrl.message": "Geben Sie eine gültige URL ein.",
284
- "core.createProjectQuestion.invalidDomain.message": "Geben Sie eine gültige Domäne ein",
285
- "core.createProjectQuestion.apiSpec.operation.title": "Vorgang auswählen",
286
- "core.createProjectQuestion.apiSpec.operation.placeholder": "Es werden nur GET- und POST-Methoden mit einem einzelnen Parameter und ohne Authentifizierung aufgelistet",
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": "In manifest.json definierte Methoden sind nicht aufgeführt",
288
- "core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Ungültige API-Spezifikation. Überprüfen Sie den Ausgabebereich auf Details.",
289
- "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Ungültige API-Spezifikation. Weitere Informationen finden Sie in [output panel](command:fx-extension.showOutputChannel).",
290
- "core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.message": "Ungültiges OpenAI-Plug-In-Manifest. Überprüfen Sie den Ausgabebereich auf Details.",
291
- "core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "Ungültiges OpenAI-Plug-Manifest. Weitere Informationen finden Sie in [output panel](command:fx-extension.showOutputChannel).",
292
- "core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Fehlende URL in \"%s\".",
293
- "core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Der Authentifizierungstyp wird nicht unterstützt. Unterstützter Authentifizierungstyp: \"%s\".",
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": "KI-Chatbot",
295
- "core.aiBotOption.detail": "Ein Chatbot, der die Teams-KI-Bibliothek verwendet",
395
+ "core.aiBotOption.detail": "A basic AI chat bot in Teams using Teams AI library",
296
396
  "core.spfxFolder.title": "SPFx-Lösungsordner",
297
- "core.spfxFolder.placeholder": "Den Ordner auswählen, der Ihre SPFx-Lösung enthält",
397
+ "core.spfxFolder.placeholder": "Select the folder containing your SPFx solution",
298
398
  "core.QuestionSelectTargetEnvironment.title": "Umgebung auswählen",
299
399
  "core.getQuestionNewTargetEnvironmentName.title": "Nach Umgebungsname",
300
400
  "core.getQuestionNewTargetEnvironmentName.placeholder": "Nach Umgebungsname",
301
401
  "core.getQuestionNewTargetEnvironmentName.validation1": "Der Umgebungsname darf nur Buchstaben, Ziffern, _ und Bindestriche (-) enthalten.",
302
- "core.getQuestionNewTargetEnvironmentName.validation3": "Umgebungsvariable erstellen",
402
+ "core.getQuestionNewTargetEnvironmentName.validation3": "Unable to create an environment '%s'",
303
403
  "core.getQuestionNewTargetEnvironmentName.validation4": "Die env-Konfigurationen konnten nicht aufgelistet werden",
304
404
  "core.getQuestionNewTargetEnvironmentName.validation5": "Die Projektumgebung %s bereits vorhanden.",
305
405
  "core.QuestionSelectSourceEnvironment.title": "Wählen Sie eine Umgebung aus, um eine Kopie zu erstellen",
306
406
  "core.QuestionSelectResourceGroup.title": "Ressourcengruppe auswählen",
307
407
  "core.QuestionNewResourceGroupName.placeholder": "Name der neuen Ressourcengruppe",
308
408
  "core.QuestionNewResourceGroupName.title": "Name der neuen Ressourcengruppe",
309
- "core.QuestionNewResourceGroupName.validation": "Der Name darf nur alphanumerische Zeichen oder die Symbole ._-() enthalten",
409
+ "core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or symbols ._-()",
310
410
  "core.QuestionNewResourceGroupLocation.title": "Speicherort für die neue Ressourcengruppe",
311
- "core.question.workspaceFolder.title": "Arbeitsbereichsordner",
312
- "core.question.workspaceFolder.placeholder": "Wählen Sie den Ordner aus, der den Projektstammordner enthalten soll.",
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": "Neue App erstellen",
314
- "core.ScratchOptionYes.detail": "Verwenden Sie das Teams-Toolkit, um eine neue Teams-Anwendung zu erstellen.",
315
- "core.ScratchOptionNo.label": "Mit einer Vorlage beginnen",
316
- "core.ScratchOptionNo.detail": "Verwenden Sie ein vorhandenes Beispiel als Ausgangspunkt für Ihre neue Anwendung.",
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": "Eine schnelle JavaScript-Serverlaufzeit",
318
422
  "core.RuntimeOptionDotNet.detail": "Frei. Plattformübergreifend. Open Source.",
319
423
  "core.getRuntimeQuestion.title": "Teams-Toolkit: Wählen Sie die Laufzeit für Ihre App aus",
@@ -322,8 +426,15 @@
322
426
  "core.SampleSelect.title": "Mit einer Vorlage beginnen",
323
427
  "core.SampleSelect.placeholder": "Beispielprotokoll auswählen",
324
428
  "core.SampleSelect.buttons.viewSamples": "Beispiele anzeigen",
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": "Neue(n) Bot(s) zum Debuggen erstellen",
326
- "core.updateBotIdsQuestion.placeholder": "Auswahl aufheben, um den ursprünglichen Wert von „botId beizubehalten",
437
+ "core.updateBotIdsQuestion.placeholder": "Deselect to keep the original botId value",
327
438
  "core.updateBotIdForBot.description": "BotId %s in manifest.json auf \"${{BOT_ID}}\" aktualisieren",
328
439
  "core.updateBotIdForMessageExtension.description": "BotId %s in manifest.json auf \"${{BOT_ID}}\" aktualisieren",
329
440
  "core.updateBotIdForBot.label": "Bot",
@@ -332,40 +443,41 @@
332
443
  "core.updateWebsiteUrlQuestion.title": "Website-URLs für das Debuggen konfigurieren",
333
444
  "core.updateContentUrlOption.description": "Inhalts-URL von %s auf %s aktualisieren",
334
445
  "core.updateWebsiteUrlOption.description": "Website-URL von %s auf %s aktualisieren",
335
- "core.updateUrlQuestion.placeholder": "Auswahl aufheben, um die ursprüngliche URL beizubehalten",
446
+ "core.updateUrlQuestion.placeholder": "Deselect to keep the original URL",
336
447
  "core.SingleSignOnOption.label": "Einmalige Anmeldung",
337
448
  "core.SingleSignOnOption.detail": "Entwickeln Sie eine Single-Sign-On-Funktion für Teams-Startseiten und Bot-Funktionen",
338
- "core.getUserEmailQuestion.title": "Besitzer zur Teams/AAD-App für das Konto unter demselben Microsoft 365-Mandanten hinzufügen (E-Mail)",
339
- "core.getUserEmailQuestion.validation1": "Die E-Mail-Adresse darf nicht NULL oder leer sein.",
340
- "core.getUserEmailQuestion.validation2": "Ändern Sie [UserName] in den richtigen Benutzernamen.",
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": "Die ENV-Datei konnte nicht geladen werden. Grund: %s",
342
- "core.selectAadAppManifestQuestion.title": "Azure Active Directory-Datei manifest.json auswählen",
343
- "core.selectTeamsAppManifestQuestion.title": "Teams-Datei manifest.json auswählen",
344
- "core.selectTeamsAppPackageQuestion.title": "Teams-App-Paketdatei auswählen",
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": "Lokale Teams-Datei „manifest.json“ auswählen",
346
- "core.selectCollaborationAppTypeQuestion.title": "Die App auswählen, mit der Sie die Projektmitarbeiter verwalten möchten",
457
+ "core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
347
458
  "core.selectValidateMethodQuestion.validate.selectTitle": "Validierungsmethode auswählen",
348
459
  "core.selectValidateMethodQuestion.validate.schemaOption": "Mit Manifestschema validieren",
349
- "core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Mit Manifestschema validieren",
350
460
  "core.selectValidateMethodQuestion.validate.appPackageOption": "App-Paket mithilfe von Validierungsregeln validieren",
351
- "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "App-Paket mithilfe von Validierungsregeln validieren",
352
- "core.confirmManifestQuestion.placeholder": "Bestätigen, dass das Manifest richtig ausgewählt wurde",
353
- "core.aadAppQuestion.label": "Azure Active Directory-App",
354
- "core.aadAppQuestion.description": "Ihre Azure Active Directory-App für einmaliges Anmelden",
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": "Teams-App",
356
467
  "core.teamsAppQuestion.description": "Ihre Teams-App",
357
468
  "core.M365SsoLaunchPageOptionItem.label": "Reagieren mit Fluent-Benutzeroberfläche",
358
469
  "core.M365SsoLaunchPageOptionItem.detail": "Eine Webanwendung, die Fluent UI React-Komponenten verwendet, um das Aussehen und die Funktionsweise von Teams zu erhalten",
359
470
  "core.M365SearchAppOptionItem.label": "Benutzerdefinierte Suchergebnisse",
360
471
  "core.M365SearchAppOptionItem.detail": "Anzeigen von Daten direkt in Teams- und Outlook-Suchergebnissen aus der Suche oder dem Chatbereich",
472
+ "core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
361
473
  "core.SearchAppOptionItem.detail": "Daten direkt in den Teams-Suchergebnissen aus der Suche oder im Chatbereich anzeigen",
362
474
  "core.M365HostQuestion.title": "Plattform",
363
475
  "core.M365HostQuestion.placeholder": "Wählen Sie eine Plattform aus, um eine Vorschau der App anzuzeigen",
364
476
  "core.options.separator.additional": "Zusätzliche Features",
365
- "core.common.LifecycleComplete.prepareTeamsApp": "Die Teams-App wurde erfolgreich vorbereitet.",
366
- "core.common.LifecycleComplete.provision": "%s/%s-Aktionen wurden in der Bereitstellungsphase erfolgreich ausgeführt.",
367
- "core.common.LifecycleComplete.deploy": "%s/%s-Aktionen wurden in der Bereitstellungsphase erfolgreich ausgeführt.",
368
- "core.common.LifecycleComplete.publish": "%s/%s-Aktionen wurden in der Veröffentlichungsphase erfolgreich ausgeführt.",
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": "Teams-Desktop, mobile Client-ID",
370
482
  "core.common.TeamsWebClientName": "Teams-Webclient-ID",
371
483
  "core.common.OfficeDesktopClientName": "Die Microsoft 365-App für die Desktopclient-ID",
@@ -374,18 +486,51 @@
374
486
  "core.common.OutlookDesktopClientName": "Outlook-Desktop-Client-ID",
375
487
  "core.common.OutlookWebClientName1": "Outlook Web Access-Client-ID 1",
376
488
  "core.common.OutlookWebClientName2": "Outlook Web Access-Client-ID 2",
377
- "core.common.CancelledMessage": "Der Vorgang wurde abgebrochen.",
378
- "core.common.SpecVersionNotSupported": "OpenAPI-Version niedriger als 3.0.0 wird nicht unterstützt.",
379
- "core.common.NoServerInformation": "In der OpenAPI-Spezifikationsdatei wurden keine Serverinformationen gefunden.",
380
- "core.common.MultipleServerInformation": "In der OpenAPI-Spezifikationsdatei wurden mehrere Serverinformationen gefunden.",
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": "Remoteverweis wird nicht unterstützt: %s.",
382
495
  "core.common.MissingOperationId": "Fehlende operationIds: %s.",
383
- "core.common.NoSupportedApi": "In der OpenAPI-Spezifikationsdatei wurde keine unterstützte API gefunden.",
384
- "core.common.AdditionalPropertiesNotSupported": "'additionalProperties' wird nicht unterstützt und wird ignoriert.",
385
- "core.common.SchemaNotSupported": "Die Schemas \"oneOf\", \"anyOf\" und \"not\" werden nicht unterstützt: %s.",
386
- "core.common.UnknownSchema": "Unbekanntes Schema: %s.",
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": "Die Server-URL ist falsch: Das Protokoll „%s“ wird nicht unterstützt. Verwenden Sie stattdessen das HTTPS-Protokoll.",
516
+ "core.common.RelativeServerUrlNotSupported": "Die Server-URL ist falsch: Die relative Server-URL wird nicht unterstützt.",
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": "Importieren eines vorhandenen Outlook-Add-Ins",
388
530
  "core.importAddin.detail": "Upgrade und Hinzufügen eines Add-In-Projekts zur neuesten App-Manifest- und Projektstruktur",
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": "Aufgabenbereich",
390
535
  "core.newTaskpaneAddin.detail": "Anpassen des Menübands mit einer Schaltfläche und Einbetten von Inhalten in den Aufgabenbereich",
391
536
  "core.summary.actionDescription": "Aktion %s%s",
@@ -398,6 +543,47 @@
398
543
  "core.summary.actionSucceeded": "%s wurde erfolgreich ausgeführt.",
399
544
  "core.summary.createdEnvFile": "Die Umgebungsdatei wurde erstellt unter",
400
545
  "core.copilot.addAPI.success": "%s wurde(n) erfolgreich zu %s hinzugefügt",
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": "Optionen werden geladen...",
402
588
  "ui.select.LoadingDefaultPlaceholder": "Standardwert wird geladen...",
403
589
  "error.aad.manifest.NameIsMissing": "Name fehlt\n",
@@ -405,89 +591,100 @@
405
591
  "error.aad.manifest.RequiredResourceAccessIsMissing": "requiredResourceAccess fehlt\n",
406
592
  "error.aad.manifest.Oauth2PermissionsIsMissing": "oauth2Permissions fehlt\n",
407
593
  "error.aad.manifest.PreAuthorizedApplicationsIsMissing": "preAuthorizedApplications fehlt\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 ist 1\n",
409
599
  "error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims fehlt\n",
410
600
  "error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims-Zugriffstoken enthält keinen idtyp-Anspruch\n",
411
- "error.aad.manifest.AADManifestIssues": "Das AAD-Manifest weist folgende Probleme auf, die möglicherweise die Teams-App beschädigen:\n",
412
- "error.aad.manifest.DeleteOrUpdatePermissionFailed": "Eine vorhandene Berechtigung kann nicht aktualisiert oder gelöscht werden, wenn sie aktiviert ist. Ein möglicher Grund ist, dass die ACCESS_AS_USER_PERMISSION_ID Umgebungsvariable für die ausgewählte Umgebung geändert wurde. Stellen Sie sicher, dass Ihre Berechtigungs-IDs mit der tatsächlichen AAD-Anwendung identisch sind, und versuchen Sie es noch mal.\n",
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": "Unbekannte resourceAppId %s",
414
605
  "error.aad.manifest.UnknownResourceAccessType": "Unbekannter Ressourcenzugriff: %s",
415
- "error.aad.manifest.UnknownResourceAccessId": "Unbekannte resourceAccess-ID: %s. Wenn Sie die Berechtigung als resourceAccess-ID verwenden, versuchen Sie stattdessen, die Berechtigungs-ID zu verwenden.",
606
+ "error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, try to use permission id instead of resourceAccess id.",
416
607
  "core.addSsoFiles.emptyProjectPath": "Der Projektpfad ist leer",
417
608
  "core.addSsoFiles.FailedToCreateAuthFiles": "Es können keine Dateien für „SSO hinzufügen“ erstellt werden. Detaillierte Angaben zum Fehler: %s.",
418
- "core.getUserEmailQuestion.validation3": "Die E-Mail-Adresse ist ungültig.",
609
+ "core.getUserEmailQuestion.validation3": "Email address is invalid",
419
610
  "plugins.bot.ErrorSuggestions": "Vorschläge: %s",
420
611
  "plugins.bot.InvalidValue": "%s ist mit folgendem Wert ungültig: %s",
421
- "plugins.bot.SomethingIsMissing": "%s fehlt.",
612
+ "plugins.bot.SomethingIsMissing": "%s is not available.",
422
613
  "plugins.bot.FailedToProvision": "%s kann nicht bereitgestellt werden.",
423
614
  "plugins.bot.FailedToUpdateConfigs": "Die Konfigurationen für „%s“ können nicht aktualisiert werden",
424
- "plugins.bot.BotRegistrationNotFoundWith": "Die Botregistrierung mit \"botId %s\" wurde nicht gefunden. Klicken Sie auf die Schaltfläche \"Hilfe\", um weitere Informationen zum Überprüfen von Botregistrierungen zu erhalten.",
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": "Die Botressource war bereits auf %s vorhanden. Überspringen Sie die Erstellung der Botressource.",
426
617
  "plugins.bot.FailRetrieveAzureCredentials": "Azure-Anmeldeinformationen können nicht abgerufen werden.",
427
- "plugins.bot.ProvisionBotRegistration": "Botregistrierung wird bereitgestellt.",
428
- "plugins.bot.ProvisionBotRegistrationSuccess": "Botregistrierung erfolgreich bereitgestellt.",
429
- "plugins.bot.CheckLogAndFix": "Überprüfen Sie das Protokoll im Ausgabebereich, und versuchen Sie, dieses Problem zu beheben.",
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": "Entwicklerportal Botregistrierung",
431
- "plugins.function.getTemplateFromLocal": "Die neueste Vorlage kann nicht von GitHub abgerufen werden. Es wird versucht, die lokale Vorlage zu verwenden.",
432
- "error.depChecker.DefaultErrorMessage": "Installieren Sie die erforderlichen Abhängigkeiten manuell.",
433
- "depChecker.learnMoreButtonText": "Mehr erfahren",
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": "Sie müssen NPM installiert haben, um Ihre lokalen Funktionen zu debuggen.",
435
626
  "depChecker.failToValidateFuncCoreTool": "Die Azure Functions Core Tools können nach der Installation nicht validiert werden.",
436
- "depChecker.symlinkDirAlreadyExist": "Das Ziel des symbolischen Links ist bereits vorhanden",
437
- "depChecker.portableFuncNodeNotMatched": "Ihre Node.js-Datei (@NodeVersion) ist mit dem Teams-Toolkit Azure Functions Core Tools (@FuncVersion) nicht kompatibel.",
438
- "depChecker.invalidFuncVersion": "Das Format der Version %s ist ungültig.",
439
- "depChecker.noSentinelFile": "Die Installation von Azure Functions Core Tools ist unvollständig.",
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": "Die Version von Azure Functions Core Tools (%s) ist nicht mit dem angegebenen Versionsbereich (%s) kompatibel.",
441
- "depChecker.finishInstallBicep": "@NameVersion wurde erfolgreich installiert.",
442
- "depChecker.downloadDotnet": "Herunterladen und Installieren der portierbaren Version von @NameVersion, die zum @InstallDir installiert wird und sich nicht auf Ihre Umgebung auswirkt.",
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": "Herunterladen und Installieren der portierbaren Version von @NameVersion, die zum @InstallDir installiert wird und sich nicht auf Ihre Umgebung auswirkt.",
444
- "depChecker.finishInstallDotnet": "@NameVersion wurde erfolgreich installiert.",
635
+ "depChecker.finishInstallDotnet": "@NameVersion installed successfully.",
445
636
  "depChecker.useGlobalDotnet": "Dotnet aus PATH wird verwendet:",
446
637
  "depChecker.dotnetInstallStderr": "Fehler beim dotnet-install-Befehl ohne Fehlerbeendungscode, jedoch mit einem nicht leeren Standardfehler.",
447
638
  "depChecker.dotnetInstallErrorCode": "Fehler beim dotnet-install-Befehl.",
448
639
  "depChecker.NodeNotFound": "Node.js kann nicht gefunden werden. Die unterstützten Node-Versionen sind in der package.json angegeben. Gehen Sie zu %s, um ein unterstütztes Node.js zu installieren. Starten Sie alle Visual Studio Code-Instanzen neu, nachdem die Installation abgeschlossen ist.",
449
640
  "depChecker.V3NodeNotSupported": "Node.js (%s) ist nicht die offiziell unterstützte Version (%s). Ihr Projekt funktioniert möglicherweise weiterhin, es wird jedoch empfohlen, die unterstützte Version zu installieren. Die unterstützten Knotenversionen werden in \"package.json\" angegeben. Wechseln Sie zu %s, um eine unterstützte Node.js-Datei zu installieren.",
450
641
  "depChecker.NodeNotLts": "Node.js (%s) ist keine LTS-Version (%s). Wechseln Sie zu %s, um eine LTS Node.js-Datei zu installieren.",
451
- "depChecker.dotnetNotFound": "@NameVersion wurde nicht gefunden. Weitere Informationen dazu, warum das .NET SDK erforderlich ist, finden Sie unter @HelpLink",
452
- "depChecker.depsNotFound": "@SupportedPackages wurde nicht gefunden.\n\nTeams Toolkit erfordert diese Abhängigkeiten.\n\nKlicken Sie auf \"Installieren\", um @InstallPackages zu installieren.",
453
- "depChecker.linuxDepsNotFound": "@SupportedPackages wurde nicht gefunden. Installieren Sie @SupportedPackages manuell, und starten Sie Visual Studio Code neu.",
454
- "depChecker.linuxDepsNotFoundHelpLinkMessage": "@SupportedPackages wurde nicht gefunden.\n\nTeams Toolkit erfordert diese Abhängigkeiten.",
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": "Die Datei kann nicht von „@Url“, HTTP-Status „@Status“ heruntergeladen werden.",
456
- "depChecker.failToValidateVxTestAppInstallOptions": "Ungültiges Argument für die Überprüfung der Voraussetzungen der Test-App für die Videoerweiterbarkeit. Überprüfen Sie die Datei „tasks.json“.",
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": "Die Test-App für die Videoerweiterung kann nach der Installation nicht überprüft werden.",
649
+ "depChecker.testToolVersionNotMatch": "Die Version des Teams App Test-Tools (%s) ist nicht mit dem angegebenen Versionsbereich (%s) kompatibel.",
650
+ "depChecker.failedToValidateTestTool": "Das Teams App-Testtool kann nach der Installation nicht überprüft werden. %s",
458
651
  "error.driver.outputEnvironmentVariableUndefined": "Die Namen der Ausgabeumgebungsvariablen sind nicht definiert.",
459
- "driver.aadApp.description.create": "Azure Active Directory-App zum Authentifizieren von Benutzern erstellen",
460
- "driver.aadApp.description.update": "Azure Active Directory-App-Manifest auf eine vorhandene App anwenden",
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": "Die Umgebungsvariable „%s“ wurde nicht festgelegt.",
462
655
  "driver.aadApp.error.generateSecretFailed": "Der geheime Clientschlüssel kann nicht generiert werden.",
463
- "driver.aadApp.error.invalidFieldInManifest": "Das Feld „%s fehlt oder ist im Azure Active Directory-App-Manifest ungültig.",
464
- "driver.aadApp.progressBar.createAadAppTitle": "Azure Active Directory Anwendung wird erstellt...",
465
- "driver.aadApp.progressBar.updateAadAppTitle": "Azure Active Directory Anwendung wird aktualisiert...",
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": "Die Aktion %s wird ausgeführt",
467
663
  "driver.aadApp.log.successExecuteDriver": "Die %s-Aktion wurde erfolgreich ausgeführt.",
468
664
  "driver.aadApp.log.failExecuteDriver": "Die Aktion %s kann nicht ausgeführt werden. Fehlermeldung: %s",
469
- "driver.aadApp.log.startCreateAadApp": "Die Umgebungsvariable „%s ist nicht vorhanden. Es wird eine neue Azure Active Directory-App erstellt...",
470
- "driver.aadApp.log.successCreateAadApp": "Azure Active Directory-Anwendung mit Objekt-ID „%s“ wurde erstellt",
471
- "driver.aadApp.log.skipCreateAadApp": "Die Umgebungsvariable „%s ist bereits vorhanden und überspringt Schritt zum Generieren der neuen Azure Active Directory-App.",
472
- "driver.aadApp.log.startGenerateClientSecret": "Die Umgebungsvariable „%s ist nicht vorhanden. Der geheime Clientschlüssel für die Azure Active Directory-App wird generiert...",
473
- "driver.aadApp.log.successGenerateClientSecret": "Ein geheimer Clientschlüssel für Azure Active Directory-Anwendung mit Objekt-ID „%s“ wurde generiert",
474
- "driver.aadApp.log.skipGenerateClientSecret": "Die Umgebungsvariable „%s ist bereits vorhanden und überspringt Schritt zum Generieren von Geheimschlüsseln für den Azure Active Directory-App-Client.",
475
- "driver.aadApp.log.outputAadAppManifest": "Das Azure Active Directory App-Manifests wurde erstellt, und der Inhalt des App-Manifests wird in %s geschrieben.",
476
- "driver.aadApp.log.successUpdateAadAppManifest": "Manifest „%s wurde auf Azure Active Directory-Anwendung mit Objekt-ID „%s“ angewendet",
477
- "botRegistration.ProgressBar.creatingBotAadApp": "Erstellen einer Bot-AAD-App...",
478
- "botRegistration.log.startCreateBotAadApp": "Erstellen einer Azure Active Directory-Bot-App.",
479
- "botRegistration.log.successCreateBotAadApp": "Die Azure Active Directory-Bot-App wurde erfolgreich erstellt.",
480
- "botRegistration.log.skipCreateBotAadApp": "Die Erstellung der Azure Active Directory-Bot-App wurde übersprungen.",
481
- "driver.botAadApp.create.description": "Erstellen Sie einen neuen Bot, oder verwenden Sie einen vorhandenen Bot der Azure Active Directory-Anwendung wieder.",
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": "Die Aktion %s wird ausgeführt",
483
680
  "driver.botAadApp.log.successExecuteDriver": "Die %s-Aktion wurde erfolgreich ausgeführt.",
484
681
  "driver.botAadApp.log.failExecuteDriver": "Die Aktion %s kann nicht ausgeführt werden. Fehlermeldung: %s",
485
- "driver.botAadApp.log.successCreateBotAad": "Es wurde eine Azure Active Directory-Anwendung mit der Objekt-ID „%s“ erstellt.",
486
- "driver.botAadApp.log.useExistingBotAad": "Es wurde eine vorhandene Azure Active Directory-Anwendung mit der Client-ID „%s“ verwendet.",
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": "Das Botkennwort ist leer. Fügen Sie es in der env-Datei hinzu, oder löschen Sie die Bot-ID, damit das Bot-ID-/Kennwortpaar neu generiert wird. Aktion: %s.",
488
685
  "driver.arm.description.deploy": "Stellen Sie die angegebenen ARM-Vorlagen in Azure bereit.",
489
686
  "driver.arm.deploy.progressBar.message": "ARM-Vorlagen werden in Azure bereitgestellt...",
490
- "debug.warningMessage": "Um Anwendungen in Teams zu debuggen, muss sich Ihr localhost-Server auf HTTPS befinden.\nDamit Teams dem vom Toolkit verwendeten selbstsignierten SSL-Zertifikat vertrauen kann, muss Ihrem Zertifikatspeicher ein selbstsigniertes Zertifikat hinzugefügt werden.\n Sie können diesen Schritt überspringen, müssen die sichere Verbindung jedoch manuell in einem neuen Browserfenster als vertrauenswürdig einstufen, wenn Sie Ihre Apps in Teams debuggen.\nWeitere Informationen https://aka.ms/teamsfx-ca-certificate.",
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": "Möglicherweise werden Sie bei der Installation des Zertifikats nach Ihren Kontoanmeldeinformationen gefragt.",
492
689
  "debug.install": "Installieren",
493
690
  "driver.spfx.deploy.description": "Stellt das SPFx-Paket im SharePoint-App-Katalog bereit.",
@@ -496,81 +693,99 @@
496
693
  "driver.spfx.deploy.deployPackage": "Stellen Sie das SPFx-Paket in Ihrem Mandanten-App-Katalog bereit.",
497
694
  "driver.spfx.deploy.skipCreateAppCatalog": "Fahren Sie mit dem Erstellen des SharePoint-App-Katalogs fort.",
498
695
  "driver.spfx.deploy.uploadPackage": "Laden Sie das SPFx-Paket in Ihren Mandanten-App-Katalog hoch.",
499
- "driver.spfx.info.tenantAppCatalogCreated": "Der App-Katalog des SharePoint-Mandanten %s wurde erstellt. Warten Sie einige Minuten, bis er aktiv ist.",
500
- "driver.spfx.warn.noTenantAppCatalogFound": "Es wurde kein Mandanten-App-Katalog gefunden. Versuchen Sie es noch einmal: %s",
501
- "driver.spfx.error.failedToGetAppCatalog": "Die URL der App-Katalogwebsite kann nach der Erstellung nicht abgerufen werden. Möglicherweise müssen Sie einige Minuten warten und es noch mal versuchen.",
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": "In Ihrem Mandanten ist kein gültiger App-Katalog vorhanden. Sie können die Eigenschaft „createAppCatalogIfNotExist“ in %s auf „WAHR“ aktualisieren, wenn Sie möchten, dass wir sie für Sie erstellen, oder Sie können sie selbst erstellen.",
503
700
  "driver.spfx.add.description": "Zusätzliches Webpart zum SPFx-Projekt hinzufügen",
504
- "driver.spfx.add.successNotice": "Das Webpart %s wurde dem Projekt erfolgreich hinzugefügt.",
701
+ "driver.spfx.add.successNotice": "Web part %s was successfully added to the project.",
505
702
  "driver.spfx.add.progress.title": "Gerüstbau-Webpart",
506
703
  "driver.spfx.add.progress.scaffoldWebpart": "SPFx-Webpart mit Yeoman-CLI generieren",
507
704
  "driver.prerequisite.error.funcInstallationError": "Die Azure Functions Core Tools können nicht überprüft und installiert werden.",
508
705
  "driver.prerequisite.error.dotnetInstallationError": ".NET Core SDK kann nicht überprüft und installiert werden.",
706
+ "driver.prerequisite.error.testToolInstallationError": "Das Teams App-Testtool kann nicht überprüft und installiert werden.",
509
707
  "driver.prerequisite.description": "Abhängigkeiten werden installiert",
510
708
  "driver.prerequisite.progressBar": "Überprüfen und Installieren von Entwicklungstool(s).",
511
709
  "driver.prerequisite.summary.devCert.trusted.succuss": "Das Entwicklungszertifikat für Localhost ist installiert.",
512
710
  "driver.prerequisite.summary.devCert.notTrusted.succuss": "Das Entwicklungszertifikat für Localhost wird generiert.",
513
711
  "driver.prerequisite.summary.devCert.skipped": "Überspringen Sie das vertrauenswürdige Entwicklungszertifikat für Localhost.",
514
- "driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools ist unter %s installiert.",
515
- "driver.prerequisite.summary.func.installed": "Azure Functions Core Tools ist installiert.",
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": ".NET Core SDK ist unter %s installiert.",
517
715
  "driver.prerequisite.summary.dotnet.installed": ".NET Core SDK ist installiert.",
518
- "driver.file.createOrUpdateEnvironmentFile.description": "Erstellen oder aktualisieren Sie Variablen in der Umgebungsdatei.",
519
- "driver.file.createOrUpdateEnvironmentFile.summary": "Die Variablen wurden erfolgreich in %s generiert.",
716
+ "driver.prerequisite.summary.testTool.installedWithPath": "Das Teams App-Testtool ist unter %s installiert.",
717
+ "driver.prerequisite.summary.testTool.installed": "Das Teams App-Testtool ist installiert.",
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": "Erstellen oder aktualisieren Sie die JSON-Datei.",
521
- "driver.file.createOrUpdateJsonFile.summary": "Die JSON-Datei wurde erfolgreich in %s generiert.",
721
+ "driver.file.createOrUpdateJsonFile.summary": "Json file has been successfully generated to %s.",
522
722
  "driver.file.progressBar.appsettings": "JSON-Datei wird generiert...",
523
723
  "driver.file.progressBar.env": "Umgebungsvariablen werden generiert...",
524
- "driver.deploy.error.restartWebAppError": "Die Web-App kann nicht neu gestartet werden.\n Versuchen Sie, die Web-App manuell neu zu starten, wenn die App nicht ordnungsgemäß funktioniert.",
525
- "driver.deploy.notice.deployAcceleration": "Die Bereitstellung in Azure App Service dauert sehr lange. Ziehen Sie dieses Dokument in Erwägung, um Ihre Bereitstellung zu optimieren:",
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": "Die Bereitstellungsvorbereitungen sind abgeschlossen. Sie finden das Paket in „%s“.",
527
- "driver.deploy.azureAppServiceDeployDetailSummary": "„%s wurde erfolgreich für Azure App Service bereitgestellt.",
528
- "driver.deploy.azureFunctionsDeployDetailSummary": "„%s wurde erfolgreich für Azure Functions bereitgestellt.",
529
- "driver.deploy.azureStorageDeployDetailSummary": "„%s wurde erfolgreich für Azure Storage bereitgestellt.",
530
- "driver.deploy.enableStaticWebsiteSummary": "Statische Website wurde erfolgreich für Azure Storage aktiviert.",
531
- "driver.deploy.deployToAzureAppServiceDescription": "deploy the project to the Azure App Service.",
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": "stellen Sie das Projekt für Azure App Service bereit.",
532
733
  "driver.deploy.deployToAzureFunctionsDescription": "Stellen Sie das Projekt in Azure Functions bereit.",
533
734
  "driver.deploy.deployToAzureStorageDescription": "Stellen Sie das Projekt in Azure Storages bereit.",
735
+ "driver.deploy.getSWADeploymentToken": "Get the deployment token from Azure Static Web Apps.",
534
736
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "Aktivieren Sie die Einstellung der statischen Website in Azure Storage.",
535
737
  "driver.common.suggestion.retryLater": "Bitte versuchen Sie es später noch einmal.",
536
738
  "driver.common.FailRetrieveAzureCredentialsRemoteError": "Die Azure-Anmeldeinformationen können aufgrund eines Remotedienstfehlers nicht abgerufen werden.",
537
739
  "driver.script.dotnetDescription": "Der „dotnet“-Befehl wird ausgeführt.",
538
740
  "driver.script.npmDescription": "Der „npm“-Befehl wird ausgeführt.",
539
741
  "driver.script.npxDescription": "Der „npx“-Befehl wird ausgeführt.",
540
- "driver.script.runCommandSummary": "Die Ausführung des Befehls „%s“ für „%s“ war erfolgreich.",
541
- "driver.m365.acquire.description": "Abrufen eines Microsoft 365-Titels mit dem App-Paket",
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": "Mit dem App-Paket wird der Microsoft 365-Titel abgerufen...",
543
- "driver.m365.acquire.summary": "Der Microsoft 365-Titel wurde erfolgreich abgerufen (%s).",
745
+ "driver.m365.acquire.summary": "Microsoft 365 title acquired successfully (%s).",
544
746
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "Kopiert das generierte Teams-App-Paket in die SPFx-Lösung.",
545
- "driver.teamsApp.description.createDriver": "Erstellen Sie eine Teams-App.",
546
- "driver.teamsApp.description.updateDriver": "Aktualisieren Sie eine Teams-App.",
547
- "driver.teamsApp.description.publishDriver": "Veröffentlichen Sie eine Teams-App im Mandanten-App-Katalog.",
548
- "driver.teamsApp.description.validateDriver": "Validieren Sie eine Teams-App.",
549
- "driver.teamsApp.description.createAppPackageDriver": "Erstellen Sie ein Teams-App-Paket.",
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": "Teams-App-Paket wird in SPFx-Lösung kopiert...",
551
753
  "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Teams-App wird erstellt...",
552
754
  "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Teams-App wird aktualisiert...",
553
- "driver.teamsApp.progressBar.publishTeamsAppStep1": "Es wird überprüft, ob die Teams-App bereits an den Mandanten-App-Katalog übermittelt wurde",
755
+ "driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app is already submitted to tenant App Catalog",
554
756
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Veröffentlichte Teams-App aktualisieren",
555
757
  "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Teams-App wird veröffentlicht...",
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": "Die Teams-App mit der ID „%s“ ist bereits vorhanden. Das Erstellen einer neuen Teams-App wurde übersprungen.",
557
762
  "driver.teamsApp.summary.publishTeamsAppExists": "Die Teams-App mit der ID „%s“ ist bereits im App Store der Organisation vorhanden.",
558
763
  "driver.teamsApp.summary.publishTeamsAppNotExists": "Die Teams-App mit der ID „%s“ ist im App Store der Organisation nicht vorhanden.",
559
764
  "driver.teamsApp.summary.publishTeamsAppSuccess": "Die Teams-App „%s“ wurde erfolgreich im Verwaltungsportal veröffentlicht.",
560
765
  "driver.teamsApp.summary.copyAppPackageSuccess": "Die Teams-App „%s“ wurde erfolgreich in %s kopiert.",
561
766
  "driver.teamsApp.summary.copyIconSuccess": "%s Symbole wurden unter %s erfolgreich aktualisiert.",
562
- "driver.teamsApp.summary.validate": "Das Teams-Toolkit hat alle Überprüfungsregeln überprüft:\n\nZusammenfassung:\n%s.\n%s\n%s\n\nEin vollständiges Überprüfungsprotokoll finden Sie in %s",
563
- "driver.teamsApp.summary.validateManifest": "Das Teams-Toolkit hat das Manifest mit seinem Schema überprüft:\n\nZusammenfassung:\n%s.\n%s\n",
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 erfolgreich",
565
774
  "driver.teamsApp.summary.validate.failed": "Fehler bei %s",
566
775
  "driver.teamsApp.summary.validate.warning": "%s Warnung",
776
+ "driver.teamsApp.summary.validate.skipped": "%s skipped",
567
777
  "driver.teamsApp.summary.validate.all": "Alle",
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": "Das Teams-Toolkit hat die Überprüfung Ihres App-Pakets anhand von Validierungsregeln abgeschlossen. %s.",
569
782
  "driver.teamsApp.validate.result.display": "Das Teams-Toolkit hat die Überprüfung Ihres App-Pakets anhand von Validierungsregeln abgeschlossen. %s. Weitere Informationen finden Sie im [Ausgabebereich](command:fx-extension.showOutputChannel).",
570
783
  "error.teamsApp.validate.apiFailed": "Fehler bei der Überprüfung des Teams-App-Pakets aufgrund von %s",
571
784
  "error.teamsApp.validate.apiFailed.display": "Fehler bei der Validierung des Teams-App-Paketes. Weitere Informationen finden Sie im [Ausgabebereich](command:fx-extension.showOutputChannel).",
785
+ "error.teamsApp.validate.details": "File path: %s, title: %s",
572
786
  "error.teamsApp.AppIdNotExistError": "Die Teams-App mit der ID %s ist im Teams-Entwicklerportal nicht vorhanden.",
573
787
  "error.teamsApp.InvalidAppIdError": "Die Teams-App-ID %s ist ungültig, sie muss eine GUID sein.",
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": "Erstellt oder aktualisiert die Bot-Registrierung auf „dev.botframework.com“",
575
790
  "driver.botFramework.summary.create": "Die Bot-Registrierung wurde erfolgreich erstellt (%s).",
576
791
  "driver.botFramework.summary.update": "Die Bot-Registrierung wurde erfolgreich aktualisiert (%s).",
@@ -585,53 +800,62 @@
585
800
  "error.yaml.LifeCycleUndefinedError": "Der Lebenszyklus „%s“ ist nicht definiert. YAML-Datei: %s",
586
801
  "error.yaml.InvalidActionInputError": "Die Aktion „%s“ kann nicht abgeschlossen werden, da die folgenden Parameter: %s nicht vorhanden sind, fehlen oder einen ungültigen Wert in der angegebenen YAML-Datei aufweisen: %s. Stellen Sie sicher, dass die erforderlichen Parameter angegeben sind und gültige Werte aufweisen, und versuchen Sie es noch mal.",
587
802
  "error.common.InstallSoftwareError": "%s kann nicht installiert werden. Sie können es manuell installieren und Visual Studio Code neu starten, wenn Sie das Toolkit in Visual Studio Code verwenden.",
588
- "error.common.MissingEnvironmentVariablesError": "Das Programm kann nicht fortgesetzt werden, da die folgenden Umgebungsvariablen fehlen: „%s“. Diese sind für die folgende Datei erforderlich: %s. Stellen Sie sicher, dass die erforderlichen Variablen entweder durch Bearbeiten der ENV-Datei „%s“ mit den richtigen Namen und Werten oder durch Festlegen der Systemumgebungsvariablen mit den richtigen Namen und Werten festgelegt werden. Wenn Sie mit einem neuen Projekt entwickeln, das mit dem Teams-Toolkit erstellt wurde, werden beim Ausführen der Bereitstellung oder des Debuggens die richtigen Werte für diese Umgebungsvariablen registriert.",
589
- "error.common.InvalidProjectError": "Dieser Befehl funktioniert nur für Projekte, die vom Teams-Toolkit erstellt wurden.",
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": "Die Datei oder das Verzeichnis wird nicht gefunden: „%s“. Überprüfen Sie, ob die Datei oder das Verzeichnis existiert und Sie Zugriffsrechte haben.",
591
808
  "error.common.JSONSyntaxError": "JSON-Syntaxfehler: %s. Überprüfen Sie die JSON-Syntax, um sicherzustellen, dass sie ordnungsgemäß formatiert ist.",
592
809
  "error.common.ReadFileError": "Die Datei kann aus folgendem Grund nicht gelesen werden: %s",
593
810
  "error.common.UnhandledError": "Unerwarteter Fehler beim Ausführen der %s-Aufgabe. %s",
594
811
  "error.common.WriteFileError": "Die Datei kann aus folgendem Grund nicht geschrieben werden: %s",
595
- "error.common.FilePermissionError": "Der Dateivorgang ist nicht zulässig. Stellen Sie sicher, dass Sie über die erforderlichen Berechtigungen verfügen: %s",
812
+ "error.common.FilePermissionError": "File operation is not permitted, make sure you have the necessary permissions: %s",
596
813
  "error.common.MissingRequiredInputError": "Erforderliche Eingabe fehlt: %s",
597
- "error.common.InputValidationError": "Fehler bei der Überprüfung der Eingabe „%s“: %s",
814
+ "error.common.InputValidationError": "Input '%s' validation unsuccessful: %s",
598
815
  "error.common.NoEnvFilesError": "Es können keine ENV-Dateien gefunden werden.",
599
816
  "error.common.MissingRequiredFileError": "Fehlende %srequired Datei \"%s\"",
600
- "error.common.HttpClientError": "HTTP-Clientfehler beim Ausführen der Aufgabe %s. Fehlerantwort: %s",
601
- "error.common.HttpServerError": "HTTP-Serverfehler beim Ausführen der Aufgabe %s. Versuchen Sie es später erneut. Fehlerantwort: %s",
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": "Die vorherige Aufgabe wird noch ausgeführt. Warten Sie, bis die vorherige Aufgabe abgeschlossen ist, und versuchen Sie es dann erneut.",
603
- "error.upgrade.NoNeedUpgrade": "Dieses Projekt ist bereits das neueste, es ist kein Upgrade erforderlich.",
604
- "error.collaboration.InvalidManifestError": "Die Manifestdatei („%s“) kann nicht verarbeitet werden, weil der Schlüssel „id“ nicht vorhanden ist. Um Ihre Anwendung ordnungsgemäß zu identifizieren, stellen Sie sicher, dass der Schlüssel „id“ in der Manifestdatei vorhanden ist.",
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": "Die Manifestdatei kann nicht geladen werden. Grund: %s.",
606
- "error.azure.InvalidAzureCredentialError": "Ihre Azure-Anmeldedaten konnten nicht abgerufen werden. Stellen Sie sicher, dass Ihr Azure-Konto ordnungsgemäß authentifiziert ist und versuchen Sie es erneut.",
607
- "error.azure.InvalidAzureSubscriptionError": "Das Azure-Abonnement „%s ist in Ihrem aktuellen Konto nicht verfügbar. Stellen Sie sicher, dass Sie sich mit dem richtigen Azure-Konto angemeldet haben und über die erforderlichen Berechtigungen für den Zugriff auf das Abonnement verfügen.",
608
- "error.azure.ResourceGroupConflictError": "Die Ressourcengruppe „%s ist bereits im Abonnement „%s“ vorhanden. Wählen Sie ggf. einen anderen Namen aus, oder verwenden Sie die vorhandene Ressourcengruppe für Ihren Vorgang.",
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": "Das Abonnement kann im aktuellen Konto nicht ausgewählt werden.",
610
- "error.azure.ResourceGroupNotExistError": "Die Ressourcengruppe „%s“ wurde im Abonnement „%s nicht gefunden.",
830
+ "error.azure.ResourceGroupNotExistError": "Unable to find the resource group '%s' in subscription '%s'.",
611
831
  "error.azure.CreateResourceGroupError": "Die Ressourcengruppe „%s“ im Abonnement „%s“ kann aufgrund des folgenden Fehlers nicht erstellt werden: %s. \n Wenn die Fehlermeldung den Grund angibt, beheben Sie den Fehler, und versuchen Sie es noch mal.",
612
832
  "error.azure.CheckResourceGroupExistenceError": "Das Vorhandensein Ressourcengruppe „%s“ im Abonnement „%s“ kann aufgrund eines Fehlers nicht überprüft werden: %s. \nWenn die Fehlermeldung den Grund angibt, beheben Sie den Fehler und versuchen Sie es erneut.",
613
833
  "error.azure.ListResourceGroupsError": "Die Ressourcengruppen im Abonnement „%s“ können aufgrund des folgenden Fehlers nicht abgerufen werden: %s. \n Wenn die Fehlermeldung den Grund angibt, beheben Sie den Fehler, und versuchen Sie es noch mal.",
614
834
  "error.azure.GetResourceGroupError": "Informationen zur Ressourcengruppe „%s“ im Abonnement „%s“ können aufgrund eines Fehlers nicht abgerufen werden: %s. \nWenn die Fehlermeldung den Grund angibt, beheben Sie den Fehler und versuchen Sie es erneut.",
615
835
  "error.azure.ListResourceGroupLocationsError": "Die verfügbaren Ressourcengruppenstandorte für das Abonnement „%s“ können nicht abgerufen werden.",
616
- "error.m365.M365TokenJSONNotFoundError": "Das JSON-Objekt für das Microsoft 365-Token kann nicht abgerufen werden. Stellen Sie sicher, dass Ihr Konto für den Zugriff auf den Mandanten autorisiert ist und dass das JSON-Tokenobjekt gültig ist.",
617
- "error.m365.M365TenantIdNotFoundInTokenError": "Die Microsoft 365 Mandant-ID kann nicht im Token-JSON-Objekt abgerufen werden. Stellen Sie sicher, dass Ihr Konto berechtigt ist, auf den Mandanten zuzugreifen, und dass das Token-JSON-Objekt gültig ist.",
618
- "error.m365.M365TenantIdNotMatchError": "Fehler bei der Authentifizierung. Sie sind zurzeit bei Microsoft 365-Mandanten „%s angemeldet. Dies unterscheidet sich von der in der ENV-Datei angegebenen (TEAMS_APP_TENANT_ID='%s'). Um dieses Problem zu beheben und zu Ihrem aktuellen angemeldeten Mandanten zu wechseln, entfernen Sie die Werte von „%s aus der ENV-Datei, und versuchen Sie es noch mal.",
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": "Die Bicep-Dateien im Pfad „%s“ konnten nicht in JSON ARM-Vorlagen kompiliert werden. Die zurückgegebene Fehlermeldung lautet: %s. Überprüfen Sie die Bicep-Dateien auf Syntax- oder Konfigurationsfehler und versuchen Sie es erneut.",
620
840
  "error.arm.DownloadBicepCliError": "Die Bicep-CLI kann nicht von „%s“ heruntergeladen werden. Fehlermeldung: %s. Beheben Sie den Fehler, und versuchen Sie es noch mal. Oder entfernen Sie die bicepCliVersion-Konfiguration in der Konfigurationsdatei „teamsapp.yml“, und das Teams-Toolkit verwendet die Bicep-CLI in PATH",
621
- "error.arm.DeployArmError.Notification": "Die ARM-Vorlagen für den Bereitstellungsnamen „%s konnten in der Ressourcengruppe „%s“ nicht bereitgestellt werden. Weitere Informationen finden Sie im [Ausgabebereich](command:fx-extension.showOutputChannel).",
622
- "error.arm.DeployArmError": "Die ARM-Vorlagen für den Bereitstellungsnamen „%s konnten nicht in der Ressourcengruppe „%s bereitgestellt werden, Grund: %s",
623
- "error.arm.GetArmDeploymentError": "Die ARM-Vorlagen für den Bereitstellungsnamen „%s konnten aus folgendem Grund nicht in der Ressourcengruppe „%s bereitgestellt werden: %s. \n Die detaillierte Fehlermeldung kann aufgrund von „%s nicht angezeigt werden. \n Bereitstellungsfehler finden Sie in der Ressourcengruppe „%s“ im Portal.",
624
- "error.arm.ConvertArmOutputError": "Das ARM-Bereitstellungsergebnis kann nicht in eine Aktionsausgabe umgewandelt werden, da es einen doppelten Schlüssel „%s im ARM-Bereitstellungsergebnis gibt.",
625
- "error.deploy.DeployEmptyFolderError": "Es wurden keine Dateien im folgenden Verteilungsordner gefunden: „%s“. Stellen Sie sicher, dass der Ordner nicht leer ist und alle erforderlichen Dateien eingeschlossen wurden.",
626
- "error.deploy.CheckDeploymentStatusTimeoutError": "Der Bereitstellungsstatus kann nicht überprüft werden, da für den Prozess ein Timeout aufgetreten ist. Überprüfen Sie Ihre Internetverbindung, und versuchen Sie es noch mal. Wenn das Problem weiterhin besteht, überprüfen Sie die Bereitstellungsprotokolle (Bereitstellung -> Bereitstellungscenter -> Protokolle) in Azure-Portal, um mögliche Probleme zu identifizieren.",
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": "Die Anmeldeinformationen für die Veröffentlichung der Anwendung „%s“ in der Ressourcengruppe „%s“ können nicht abgerufen werden. Weitere Informationen finden Sie im [Ausgabebereich](Befehl:fx-extension.showOutputChannel).",
628
- "error.deploy.GetPublishingCredentialsError": "Die Veröffentlichungsdaten der Anwendung „%s“ in der Ressourcengruppe „%s konnten aus folgendem Grund nicht abgerufen werden:\n %s.\n Vorschläge:\n 1. Überprüfen Sie, ob der Name der Anwendung und der Name der Ressourcengruppe richtig geschrieben und gültig sind. \n 2. Überprüfen Sie, ob Ihr Azure-Konto über die erforderlichen Berechtigungen für den Zugriff auf die API verfügt. Möglicherweise müssen Sie eine höhere Rolle einnehmen oder zusätzliche Berechtigungen von einem Administrator anfordern. \n 3. Wenn in der Fehlermeldung ein bestimmter Grund angegeben ist, z. B. ein Authentifizierungsfehler oder ein Netzwerkproblem, untersuchen Sie dieses Problem speziell, um den Fehler zu beheben, und versuchen Sie es erneut. \n 4. Sie können die API auf dieser Seite testen: „%s",
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": "Das ZIP-Paket kann nicht auf dem Endpunkt „%s“ bereitgestellt werden. Weitere Informationen finden Sie im [Ausgabebereich](command:fx-extension.showOutputChannel). Versuchen Sie es dann noch mal.",
630
- "error.deploy.DeployZipPackageError": "Das ZIP-Paket kann aufgrund des folgenden Fehlers nicht am Endpunkt „%s in Azure bereitgestellt werden: %s. \nVorschläge:\n 1. Überprüfen Sie, ob Ihr Azure-Konto über die erforderlichen Berechtigungen für den Zugriff auf die API verfügt. \n 2. Überprüfen Sie, ob der Endpunkt in Azure ordnungsgemäß konfiguriert ist und ob die erforderlichen Ressourcen bereitgestellt wurden. \n 3. Stellen Sie sicher, dass das ZIP-Paket gültig und frei von Fehlern ist. \n 4. Wenn die Fehlermeldung den Grund angibt, wie z. B. ein Authentifizierungsfehler oder ein Netzwerkproblem, beheben Sie den Fehler und versuchen Sie es noch einmal. \n 5. Wenn der Fehler weiterhin besteht, können Sie versuchen, das Paket manuell bereitzustellen, indem Sie den Richtlinien in diesem Link folgen: „%s",
631
- "error.deploy.CheckDeploymentStatusError": "Der Bereitstellungsstatus für den Speicherort „%s“ kann aufgrund des folgenden Fehlers nicht überprüft werden: %s. Wenn das Problem weiterhin besteht, überprüfen Sie die Bereitstellungsprotokolle (Bewertung -> Bereitstellungscenter -> Protokolle) in Azure-Portal, um mögliche Probleme zu identifizieren.",
632
- "error.deploy.DeployRemoteStartError": "Das Paket wurde erfolgreich in Azure für den Standort „%s“ bereitgestellt, aber die Anwendung kann aufgrund des folgenden Fehlers nicht gestartet werden: %s.\n Wenn der Grund nicht eindeutig angegeben ist, finden Sie hier einige Vorschläge zur Fehlerbehebung:\n 1. Überprüfen Sie die Anwendungsprotokolle: Suchen Sie nach Fehlermeldungen oder Stapelverfolgungen in den Anwendungsprotokollen, um die Grundursache des Problems zu ermitteln.\n 2. Überprüfen Sie die Azure-Konfiguration: Stellen Sie sicher, dass die Azure-Konfiguration korrekt ist, einschließlich der Zeichenfolgen und Anwendungseinstellungen.\n 3. Überprüfen Sie den Anwendungscode: Überprüfen Sie den Code, um festzustellen, ob Syntax- oder Logikfehler vorliegen, die die Ursache des Problems sein könnten.\n 4. Überprüfen Sie die Abhängigkeiten: Überprüfen Sie, ob alle für die Anwendung erforderlichen Abhängigkeiten korrekt installiert und aktualisiert sind.\n 5. Starten Sie die Anwendung neu: Versuchen Sie, die Anwendung in Azure neu zu starten, um zu sehen, ob das Problem dadurch behoben wird.\n 6. Überprüfen Sie die Ressourcenzuweisung: Stellen Sie sicher, dass die Ressourcenzuweisung für die Azure-Instanz für die Anwendung und ihre Arbeitslast geeignet ist.\n 7. Bitten Sie den Azure-Support um Hilfe: Wenn das Problem weiterhin besteht, wenden Sie sich an den Azure-Support, um weitere Unterstützung zu erhalten.",
633
- "error.script.ScriptTimeoutError": "Skriptausführungstimeout: %s. Passen Sie den Parameter „timeout“ in yaml an, oder verbessern Sie die Effizienz Ihres Skripts.",
634
- "error.script.ScriptExecutionError": "Skriptausführungsfehler (\"%s\"): %s",
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": "Die Blob-Dateien im Azure Storage-Konto „%s“ können nicht gelöscht werden. Weitere Informationen finden Sie im [Ausgabebereich](command:fx-extension.showOutputChannel).",
636
860
  "error.deploy.AzureStorageClearBlobsError": "Die Blob-Dateien in Azure Storage Konto „%s“ können nicht gelöscht werden. Die Fehlerantworten von Azure sind:\n %s. \n Wenn die Fehlermeldung den Grund angibt, beheben Sie den Fehler, und versuchen Sie es noch mal.",
637
861
  "error.deploy.AzureStorageUploadFilesError.Notification": "Lokaler Ordner \"%s\" kann nicht in Azure Storage-Konto „%s“ hochgeladen werden. Weitere Informationen finden Sie im [Ausgabebereich](command:fx-extension.showOutputChannel).",
@@ -642,6 +866,38 @@
642
866
  "error.deploy.AzureStorageGetContainerPropertiesError": "Die Eigenschaften des Containers „%s“ in Azure Storage Konto „%s“ können aufgrund des folgenden Fehlers nicht abgerufen werden: %s. Die Fehlerantworten von Azure sind:\n %s. \n Wenn die Fehlermeldung den Grund angibt, beheben Sie den Fehler, und versuchen Sie es noch mal.",
643
867
  "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Die Eigenschaften des Containers „%s“ können in Azure Storage Konto „%s“ aufgrund des folgenden Fehlers nicht festgelegt werden: %s. Weitere Informationen finden Sie im [Ausgabebereich](command:fx-extension.showOutputChannel).",
644
868
  "error.deploy.AzureStorageSetContainerPropertiesError": "Die Eigenschaften des Containers „%s“ im Azure Storage-Konto \"%s\" können aufgrund eines Fehlers nicht festgelegt werden: %s. Die Fehlerantworten von Azure lauten:\n %s. \nWenn die Fehlermeldung den Grund angibt, beheben Sie den Fehler und versuchen Sie es erneut.",
645
- "error.core.failedToLoadManifestId": "Die Manifest-ID kann nicht aus dem Pfad geladen werden: %s. Sie müssen zuerst die Bereitstellung ausführen.",
646
- "error.core.appIdNotExist": "Die App-ID wurde nicht gefunden: %s. Möglicherweise besitzt Ihr aktuelles M365-Konto keine Berechtigung, oder die App wurde gelöscht."
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
  }