@microsoft/teamsfx-core 3.0.12 → 3.0.13-alpha.25d7cba79d.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/client/aadAppClient.d.ts +0 -6
- package/build/client/aadAppClient.d.ts.map +1 -1
- package/build/client/aadAppClient.js +2 -0
- package/build/client/aadAppClient.js.map +1 -1
- package/build/client/graphClient.d.ts +4 -0
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +88 -0
- package/build/client/graphClient.js.map +1 -1
- package/build/common/accountUtils.d.ts +3 -2
- package/build/common/accountUtils.d.ts.map +1 -1
- package/build/common/accountUtils.js +7 -2
- package/build/common/accountUtils.js.map +1 -1
- package/build/common/constants.d.ts +1 -0
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +6 -5
- package/build/common/constants.js.map +1 -1
- package/build/common/daSpecParser.d.ts +1 -0
- package/build/common/daSpecParser.d.ts.map +1 -1
- package/build/common/daSpecParser.js +175 -0
- package/build/common/daSpecParser.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/common/wrappedAxiosClient.d.ts +9 -3
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +100 -61
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/lifecycle.d.ts.map +1 -1
- package/build/component/configManager/lifecycle.js +9 -0
- package/build/component/configManager/lifecycle.js.map +1 -1
- package/build/component/configManager/parser.js.map +1 -1
- package/build/component/driver/m365/acquire.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.js +1 -1
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.js +1 -1
- package/build/component/driver/teamsApp/appStudio.js.map +1 -1
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +7 -0
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +5 -0
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +7 -1
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/create.d.ts.map +1 -1
- package/build/component/driver/teamsApp/create.js +11 -1
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +16 -8
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +4 -3
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +7 -0
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
- package/build/component/driver/typeSpec/compile.js +16 -0
- package/build/component/driver/typeSpec/compile.js.map +1 -1
- package/build/component/driver/typeSpec/error/typeSpecCompileError.d.ts +5 -0
- package/build/component/driver/typeSpec/error/typeSpecCompileError.d.ts.map +1 -0
- package/build/component/driver/typeSpec/error/typeSpecCompileError.js +21 -0
- package/build/component/driver/typeSpec/error/typeSpecCompileError.js.map +1 -0
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +1 -3
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/declarativeAgent/helper.d.ts +28 -0
- package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/helper.js +63 -0
- package/build/component/generator/declarativeAgent/helper.js.map +1 -1
- package/build/component/m365/constants.d.ts +2 -1
- package/build/component/m365/constants.d.ts.map +1 -1
- package/build/component/m365/constants.js +1 -0
- package/build/component/m365/constants.js.map +1 -1
- package/build/component/m365/launchHelper.d.ts.map +1 -1
- package/build/component/m365/launchHelper.js +7 -2
- package/build/component/m365/launchHelper.js.map +1 -1
- package/build/component/m365/packageService.d.ts +1 -0
- package/build/component/m365/packageService.d.ts.map +1 -1
- package/build/component/m365/packageService.js +24 -6
- package/build/component/m365/packageService.js.map +1 -1
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +5 -2
- package/build/component/provisionUtils.js.map +1 -1
- package/build/core/FxCore.declarativeAgent.d.ts +7 -0
- package/build/core/FxCore.declarativeAgent.d.ts.map +1 -1
- package/build/core/FxCore.declarativeAgent.js +95 -10
- package/build/core/FxCore.declarativeAgent.js.map +1 -1
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +3 -0
- package/build/error/common.js.map +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +3 -2
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +1 -3
- package/build/question/constants.js.map +1 -1
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +20 -3
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +1 -0
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +1 -0
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +1 -0
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +85 -4
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +10 -0
- package/build/ui/visitor.js.map +1 -1
- package/package.json +7 -8
- package/resource/package.nls.cs.json +37 -23
- package/resource/package.nls.de.json +37 -23
- package/resource/package.nls.es.json +37 -23
- package/resource/package.nls.fr.json +37 -23
- package/resource/package.nls.it.json +37 -23
- package/resource/package.nls.ja.json +37 -23
- package/resource/package.nls.json +16 -6
- package/resource/package.nls.ko.json +37 -23
- package/resource/package.nls.pl.json +37 -23
- package/resource/package.nls.pt-BR.json +37 -23
- package/resource/package.nls.ru.json +37 -23
- package/resource/package.nls.tr.json +37 -23
- package/resource/package.nls.zh-Hans.json +37 -23
- package/resource/package.nls.zh-Hant.json +37 -23
- package/resource/templates/package.nls.cs.json +56 -56
- package/resource/templates/package.nls.de.json +56 -56
- package/resource/templates/package.nls.es.json +60 -60
- package/resource/templates/package.nls.fr.json +60 -60
- package/resource/templates/package.nls.it.json +56 -56
- package/resource/templates/package.nls.ja.json +56 -56
- package/resource/templates/package.nls.json +2 -2
- package/resource/templates/package.nls.ko.json +56 -56
- package/resource/templates/package.nls.pl.json +56 -56
- package/resource/templates/package.nls.pt-BR.json +57 -57
- package/resource/templates/package.nls.ru.json +56 -56
- package/resource/templates/package.nls.tr.json +56 -56
- package/resource/templates/package.nls.zh-Hans.json +56 -56
- package/resource/templates/package.nls.zh-Hant.json +56 -56
- package/resource/yaml-schema/v1.11/yaml.schema.json +3 -0
- package/resource/yaml-schema/yaml.schema.json +3 -0
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/metadata.zip +0 -0
|
@@ -30,62 +30,62 @@
|
|
|
30
30
|
"template.teams.rag.source.customize.label": "Anpassen",
|
|
31
31
|
"template.teams.rag.source.placeholder": "Wählen Sie eine Option zum Laden Ihrer Daten aus.",
|
|
32
32
|
"template.teams.title": "Teams-Agent oder -App mit dem Microsoft Teams SDK",
|
|
33
|
-
"template.createProjectQuestion.title": "
|
|
34
|
-
"template.createCapabilityQuestion.placeholder": "
|
|
35
|
-
"template.createProjectQuestion.addApiPlugin.placeholder": "
|
|
36
|
-
"template.createProjectQuestion.addGC.detail": "
|
|
37
|
-
"template.createProjectQuestion.addGC.label": "
|
|
38
|
-
"template.createProjectQuestion.addPlugin.detail": "
|
|
39
|
-
"template.createProjectQuestion.addPlugin.label": "
|
|
40
|
-
"template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "
|
|
41
|
-
"template.createProjectQuestion.apiMessageExtensionAuth.title": "
|
|
42
|
-
"template.createProjectQuestion.apiDeclarativeAgentAuth.none": "
|
|
43
|
-
"template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API
|
|
33
|
+
"template.createProjectQuestion.title": "Neues Projekt",
|
|
34
|
+
"template.createCapabilityQuestion.placeholder": "Funktion auswählen",
|
|
35
|
+
"template.createProjectQuestion.addApiPlugin.placeholder": "Auswählen, wie eine Aktion hinzugefügt werden soll",
|
|
36
|
+
"template.createProjectQuestion.addGC.detail": "Deklarativen Agent mit Copilot-Connector erstellen",
|
|
37
|
+
"template.createProjectQuestion.addGC.label": "Einen Copilot-Connector hinzufügen",
|
|
38
|
+
"template.createProjectQuestion.addPlugin.detail": "Deklarativen Agent mit einer Aktion erstellen",
|
|
39
|
+
"template.createProjectQuestion.addPlugin.label": "Aktion hinzufügen",
|
|
40
|
+
"template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Authentifizierungstyp auswählen",
|
|
41
|
+
"template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentifizierungstyp",
|
|
42
|
+
"template.createProjectQuestion.apiDeclarativeAgentAuth.none": "Keine",
|
|
43
|
+
"template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API-Schlüssel",
|
|
44
44
|
"template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
|
|
45
45
|
"template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
|
|
46
|
-
"template.createProjectQuestion.apiPlugin.typeSpec.detail": "
|
|
47
|
-
"template.createProjectQuestion.apiPlugin.typeSpec.label": "
|
|
48
|
-
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "
|
|
49
|
-
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "
|
|
50
|
-
"template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "
|
|
51
|
-
"template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "
|
|
52
|
-
"template.createProjectQuestion.capability.DAMetaOS.detail": "
|
|
53
|
-
"template.createProjectQuestion.capability.DAMetaOS.label": "
|
|
54
|
-
"template.createProjectQuestion.createApiPlugin.title": "
|
|
55
|
-
"template.createProjectQuestion.createGraphConnector.detail": "
|
|
56
|
-
"template.createProjectQuestion.createGraphConnector.label": "Copilot
|
|
57
|
-
"template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "
|
|
58
|
-
"template.createProjectQuestion.DAMetaOS.capability.newProject.label": "
|
|
59
|
-
"template.createProjectQuestion.DAMetaOS.capability.title": "
|
|
60
|
-
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "
|
|
61
|
-
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "
|
|
62
|
-
"template.createProjectQuestion.DAMetaOS.detail": "
|
|
63
|
-
"template.createProjectQuestion.DAMetaOS.label": "
|
|
64
|
-
"template.createProjectQuestion.declarativeCopilot.placeholder": "
|
|
65
|
-
"template.createProjectQuestion.declarativeCopilot.title": "
|
|
66
|
-
"template.createProjectQuestion.mcpForDa.detail": "Create
|
|
67
|
-
"template.createProjectQuestion.mcpForDa.label": "Start with
|
|
68
|
-
"template.createProjectQuestion.noPlugin.detail": "
|
|
69
|
-
"template.createProjectQuestion.noPlugin.label": "
|
|
70
|
-
"template.createProjectQuestion.projectType.copilotExtension.placeholder": "
|
|
71
|
-
"template.createProjectQuestion.projectType.copilotExtension.title": "App
|
|
72
|
-
"template.createProjectQuestion.projectType.copilotGroup.title": "
|
|
73
|
-
"template.createProjectQuestion.projectType.copilotHelp.detail": "
|
|
74
|
-
"template.createProjectQuestion.projectType.copilotHelp.label": "
|
|
75
|
-
"template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents
|
|
76
|
-
"template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps
|
|
77
|
-
"template.createProjectQuestion.projectType.customCopilot.detail": "
|
|
78
|
-
"template.createProjectQuestion.projectType.customCopilot.label": "
|
|
79
|
-
"template.createProjectQuestion.projectType.declarativeAgent.detail": "
|
|
80
|
-
"template.createProjectQuestion.projectType.declarativeAgent.label": "
|
|
81
|
-
"template.createProjectQuestion.projectType.officeAddin.detail": "
|
|
82
|
-
"template.createProjectQuestion.projectType.officeAddin.label": "Office
|
|
83
|
-
"template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "
|
|
84
|
-
"template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams
|
|
85
|
-
"template.importAddin.detail": "Upgrade
|
|
86
|
-
"template.importOfficeAddin.label": "
|
|
87
|
-
"template.newCFShortcut.detail": "
|
|
88
|
-
"template.newCFShortcut.label": "
|
|
89
|
-
"template.newTaskpaneAddin.detail": "
|
|
90
|
-
"template.newTaskpaneAddin.label": "
|
|
46
|
+
"template.createProjectQuestion.apiPlugin.typeSpec.detail": "Einen deklarativen Agent mit oder ohne Aktion mithilfe von TypeSpec für Microsoft 365 Copilot erstellen",
|
|
47
|
+
"template.createProjectQuestion.apiPlugin.typeSpec.label": "Mit TypeSpec für Microsoft 365 Copilot beginnen",
|
|
48
|
+
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Aktion aus Ihrer vorhandenen API erstellen",
|
|
49
|
+
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Mit einem OpenAPI-Beschreibungsdokument beginnen",
|
|
50
|
+
"template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Plug-In mit einer neuen API aus Azure Functions erstellen",
|
|
51
|
+
"template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Mit einer neuen API beginnen",
|
|
52
|
+
"template.createProjectQuestion.capability.DAMetaOS.detail": "Einen deklarativen Agent mit einer Office-Add-In-Aktion erstellen",
|
|
53
|
+
"template.createProjectQuestion.capability.DAMetaOS.label": "Mit einer Office-Add-In-Aktion beginnen",
|
|
54
|
+
"template.createProjectQuestion.createApiPlugin.title": "Erstellen einer Aktion",
|
|
55
|
+
"template.createProjectQuestion.createGraphConnector.detail": "Unternehmensdaten einbinden, damit sie in Microsoft 365 Copilot durchsucht werden können",
|
|
56
|
+
"template.createProjectQuestion.createGraphConnector.label": "Copilot-Connectors",
|
|
57
|
+
"template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Neuen deklarativen Agent mit Office-Add-In-Aktionen erstellen",
|
|
58
|
+
"template.createProjectQuestion.DAMetaOS.capability.newProject.label": "Neuer deklarativer Agent mit Office-Add-In-Aktionen",
|
|
59
|
+
"template.createProjectQuestion.DAMetaOS.capability.title": "Deklarativer Agent in den MetaOS-Funktionen",
|
|
60
|
+
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Ein Add-In-Projekt um den deklarativen Agenten mit Add-In-Aktionen erweitern",
|
|
61
|
+
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Ein vorhandenes Office-Add-In erweitern",
|
|
62
|
+
"template.createProjectQuestion.DAMetaOS.detail": "Einen deklarativen Agent mit einer Office-Add-In-Aktion erstellen",
|
|
63
|
+
"template.createProjectQuestion.DAMetaOS.label": "Deklarativen Agent mit einer Office-Add-In-Aktion erstellen",
|
|
64
|
+
"template.createProjectQuestion.declarativeCopilot.placeholder": "Aktion zu Ihrem deklarativen Agent hinzufügen",
|
|
65
|
+
"template.createProjectQuestion.declarativeCopilot.title": "Deklarativen Agent erstellen",
|
|
66
|
+
"template.createProjectQuestion.mcpForDa.detail": "Create an action from your existing MCP server",
|
|
67
|
+
"template.createProjectQuestion.mcpForDa.label": "Start with a MCP server",
|
|
68
|
+
"template.createProjectQuestion.noPlugin.detail": "Nur deklarativen Agent erstellen",
|
|
69
|
+
"template.createProjectQuestion.noPlugin.label": "Keine Aktion",
|
|
70
|
+
"template.createProjectQuestion.projectType.copilotExtension.placeholder": "Eine Option auswählen",
|
|
71
|
+
"template.createProjectQuestion.projectType.copilotExtension.title": "App-Features mithilfe von Agents",
|
|
72
|
+
"template.createProjectQuestion.projectType.copilotGroup.title": "GitHub Copilot verwenden",
|
|
73
|
+
"template.createProjectQuestion.projectType.copilotHelp.detail": "Chatten Sie mit GitHub Copilot, und erhalten Sie schrittweise Anleitungen zum Entwickeln Ihrer App oder eines Microsoft 365 Copilot-Agent.",
|
|
74
|
+
"template.createProjectQuestion.projectType.copilotHelp.label": "Keine Ahnung, wie Sie beginnen sollen? Nutzen Sie GitHub Copilot Chat",
|
|
75
|
+
"template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents für Microsoft 365 Copilot",
|
|
76
|
+
"template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps für Microsoft 365",
|
|
77
|
+
"template.createProjectQuestion.projectType.customCopilot.detail": "Erstellen eines intelligenten Agent, bei dem Sie die Orchestrierung verwalten und Ihr eigenes LLM bereitstellen",
|
|
78
|
+
"template.createProjectQuestion.projectType.customCopilot.label": "Benutzerdefinierter Engine-Agent",
|
|
79
|
+
"template.createProjectQuestion.projectType.declarativeAgent.detail": "Erstellen Sie Ihren eigenen Agent, indem Sie Anweisungen, Aktionen und Wissen festlegen, die auf Ihre Bedürfnisse zugeschnitten sind.",
|
|
80
|
+
"template.createProjectQuestion.projectType.declarativeAgent.label": "Deklarativer Agent",
|
|
81
|
+
"template.createProjectQuestion.projectType.officeAddin.detail": "Erweitern Sie Office-Anwendungen, damit sie mit Inhalten in Office-Dokumenten und Outlook-Elementen interagieren können.",
|
|
82
|
+
"template.createProjectQuestion.projectType.officeAddin.label": "Office-Add-In",
|
|
83
|
+
"template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "In Microsoft Teams Agent, Chatbot, Webseiten oder andere Apps in Microsoft Teams mithilfe von Microsoft Teams SDK erstellen.",
|
|
84
|
+
"template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams-Agents und -Apps",
|
|
85
|
+
"template.importAddin.detail": "Upgrade und Hinzufügen eines Add-In-Projekts zur neuesten App-Manifest- und Projektstruktur",
|
|
86
|
+
"template.importOfficeAddin.label": "Ein vorhandenes Office-Add-In aktualisieren",
|
|
87
|
+
"template.newCFShortcut.detail": "Aufgabenbereich-Add-In mit benutzerdefinierter Funktion und Verknüpfung",
|
|
88
|
+
"template.newCFShortcut.label": "Benutzerdefinierte Funktion und Verknüpfung",
|
|
89
|
+
"template.newTaskpaneAddin.detail": "Anpassen des Menübands mit einer Schaltfläche und Einbetten von Inhalten in den Aufgabenbereich",
|
|
90
|
+
"template.newTaskpaneAddin.label": "Taskbereich"
|
|
91
91
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"template.customEngineAgent.basic.detail": "Agente inteligente
|
|
2
|
+
"template.customEngineAgent.basic.detail": "Agente inteligente creado con el SDK de agentes de Microsoft 365 que se conecta al LLM",
|
|
3
3
|
"template.customEngineAgent.basic.label": "Agente de motor personalizado Básico",
|
|
4
4
|
"template.customEngineAgent.placeholder": "Seleccionar una opción",
|
|
5
5
|
"template.customEngineAgent.title": "Características de la aplicación que utilizan el SDK de agentes de Microsoft 365",
|
|
6
6
|
"template.customEngineAgent.travel.detail": "Un agente de planificación de viajes, creado con el SDK de agentes de Microsoft 365, la API de recuperación de Microsoft 365 y Agent Framework",
|
|
7
7
|
"template.customEngineAgent.travel.label": "Agente de viajes",
|
|
8
|
-
"template.customEngineAgent.weather.detail": "Un agente de previsión meteorológica, que se
|
|
8
|
+
"template.customEngineAgent.weather.detail": "Un agente de previsión meteorológica, que se crea con el SDK de agentes de Microsoft 365 y LangChain",
|
|
9
9
|
"template.customEngineAgent.weather.label": "Agente de El Tiempo",
|
|
10
10
|
"template.teams.collaboratorAgent.detail": "Agente que mejora la colaboración en chats grupales, canales o reuniones mediante resúmenes, administración de tareas y búsqueda de conversaciones",
|
|
11
11
|
"template.teams.collaboratorAgent.label": "Agente colaborador de Teams",
|
|
12
|
-
"template.teams.general.detail": "Agente que chatea con usuarios en Microsoft Teams,
|
|
12
|
+
"template.teams.general.detail": "Agente que chatea con usuarios en Microsoft Teams, creado con la biblioteca de IA de Teams y que se conecta a LLM",
|
|
13
13
|
"template.teams.general.label": "Agente general de Teams",
|
|
14
14
|
"template.teams.others.bot.detail": "Una implementación sencilla de un bot de eco que está listo para la personalización",
|
|
15
15
|
"template.teams.others.bot.label": "Bot simple",
|
|
@@ -30,62 +30,62 @@
|
|
|
30
30
|
"template.teams.rag.source.customize.label": "Personalizar",
|
|
31
31
|
"template.teams.rag.source.placeholder": "Seleccione una opción para cargar los datos",
|
|
32
32
|
"template.teams.title": "Agente o aplicación de Teams mediante el SDK de Microsoft Teams",
|
|
33
|
-
"template.createProjectQuestion.title": "
|
|
34
|
-
"template.createCapabilityQuestion.placeholder": "
|
|
35
|
-
"template.createProjectQuestion.addApiPlugin.placeholder": "
|
|
36
|
-
"template.createProjectQuestion.addGC.detail": "
|
|
37
|
-
"template.createProjectQuestion.addGC.label": "
|
|
38
|
-
"template.createProjectQuestion.addPlugin.detail": "
|
|
39
|
-
"template.createProjectQuestion.addPlugin.label": "
|
|
40
|
-
"template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "
|
|
41
|
-
"template.createProjectQuestion.apiMessageExtensionAuth.title": "
|
|
42
|
-
"template.createProjectQuestion.apiDeclarativeAgentAuth.none": "
|
|
43
|
-
"template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API
|
|
44
|
-
"template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft
|
|
33
|
+
"template.createProjectQuestion.title": "Nuevo proyecto",
|
|
34
|
+
"template.createCapabilityQuestion.placeholder": "Seleccionar una funcionalidad",
|
|
35
|
+
"template.createProjectQuestion.addApiPlugin.placeholder": "Seleccionar cómo agregar una acción",
|
|
36
|
+
"template.createProjectQuestion.addGC.detail": "Crear un agente declarativo con un conector de Copilot",
|
|
37
|
+
"template.createProjectQuestion.addGC.label": "Añadir un conector de Copilot",
|
|
38
|
+
"template.createProjectQuestion.addPlugin.detail": "Crear un agente declarativo con una acción",
|
|
39
|
+
"template.createProjectQuestion.addPlugin.label": "Agregar una acción",
|
|
40
|
+
"template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Seleccionar un tipo de autenticación",
|
|
41
|
+
"template.createProjectQuestion.apiMessageExtensionAuth.title": "Tipo de autenticación",
|
|
42
|
+
"template.createProjectQuestion.apiDeclarativeAgentAuth.none": "Ninguno",
|
|
43
|
+
"template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "Clave de API",
|
|
44
|
+
"template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
|
|
45
45
|
"template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
|
|
46
|
-
"template.createProjectQuestion.apiPlugin.typeSpec.detail": "
|
|
47
|
-
"template.createProjectQuestion.apiPlugin.typeSpec.label": "
|
|
48
|
-
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "
|
|
49
|
-
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "
|
|
50
|
-
"template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "
|
|
51
|
-
"template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "
|
|
52
|
-
"template.createProjectQuestion.capability.DAMetaOS.detail": "
|
|
53
|
-
"template.createProjectQuestion.capability.DAMetaOS.label": "
|
|
54
|
-
"template.createProjectQuestion.createApiPlugin.title": "
|
|
55
|
-
"template.createProjectQuestion.createGraphConnector.detail": "
|
|
56
|
-
"template.createProjectQuestion.createGraphConnector.label": "Copilot
|
|
57
|
-
"template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "
|
|
58
|
-
"template.createProjectQuestion.DAMetaOS.capability.newProject.label": "
|
|
59
|
-
"template.createProjectQuestion.DAMetaOS.capability.title": "
|
|
60
|
-
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "
|
|
61
|
-
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "
|
|
62
|
-
"template.createProjectQuestion.DAMetaOS.detail": "
|
|
63
|
-
"template.createProjectQuestion.DAMetaOS.label": "
|
|
64
|
-
"template.createProjectQuestion.declarativeCopilot.placeholder": "
|
|
65
|
-
"template.createProjectQuestion.declarativeCopilot.title": "
|
|
66
|
-
"template.createProjectQuestion.mcpForDa.detail": "Create
|
|
67
|
-
"template.createProjectQuestion.mcpForDa.label": "Start with
|
|
68
|
-
"template.createProjectQuestion.noPlugin.detail": "
|
|
69
|
-
"template.createProjectQuestion.noPlugin.label": "
|
|
70
|
-
"template.createProjectQuestion.projectType.copilotExtension.placeholder": "
|
|
71
|
-
"template.createProjectQuestion.projectType.copilotExtension.title": "
|
|
72
|
-
"template.createProjectQuestion.projectType.copilotGroup.title": "
|
|
73
|
-
"template.createProjectQuestion.projectType.copilotHelp.detail": "
|
|
74
|
-
"template.createProjectQuestion.projectType.copilotHelp.label": "
|
|
75
|
-
"template.createProjectQuestion.projectType.createGroup.aiAgent": "
|
|
76
|
-
"template.createProjectQuestion.projectType.createGroup.m365Apps": "
|
|
77
|
-
"template.createProjectQuestion.projectType.customCopilot.detail": "
|
|
78
|
-
"template.createProjectQuestion.projectType.customCopilot.label": "
|
|
79
|
-
"template.createProjectQuestion.projectType.declarativeAgent.detail": "
|
|
80
|
-
"template.createProjectQuestion.projectType.declarativeAgent.label": "
|
|
81
|
-
"template.createProjectQuestion.projectType.officeAddin.detail": "
|
|
82
|
-
"template.createProjectQuestion.projectType.officeAddin.label": "Office
|
|
83
|
-
"template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "
|
|
84
|
-
"template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "
|
|
85
|
-
"template.importAddin.detail": "
|
|
86
|
-
"template.importOfficeAddin.label": "
|
|
87
|
-
"template.newCFShortcut.detail": "
|
|
88
|
-
"template.newCFShortcut.label": "
|
|
89
|
-
"template.newTaskpaneAddin.detail": "
|
|
90
|
-
"template.newTaskpaneAddin.label": "
|
|
46
|
+
"template.createProjectQuestion.apiPlugin.typeSpec.detail": "Cree un agente declarativo con o sin una acción utilizando TypeSpec para Microsoft 365 Copilot",
|
|
47
|
+
"template.createProjectQuestion.apiPlugin.typeSpec.label": "Comenzar con TypeSpec para Microsoft 365 Copilot",
|
|
48
|
+
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Crear una acción a partir de su API existente",
|
|
49
|
+
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Comenzar con un documento de descripción de OpenAPI",
|
|
50
|
+
"template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Creación de una acción con una nueva API desde Azure Functions",
|
|
51
|
+
"template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Empezar con una nueva API",
|
|
52
|
+
"template.createProjectQuestion.capability.DAMetaOS.detail": "Crear un agente declarativo con acciones de complemento de Office",
|
|
53
|
+
"template.createProjectQuestion.capability.DAMetaOS.label": "Empezar con una acción de complemento de Office",
|
|
54
|
+
"template.createProjectQuestion.createApiPlugin.title": "Crear una acción",
|
|
55
|
+
"template.createProjectQuestion.createGraphConnector.detail": "Inserte los datos de la organización para que se puedan buscar en Microsoft 365 Copilot",
|
|
56
|
+
"template.createProjectQuestion.createGraphConnector.label": "Conectores de Copilot",
|
|
57
|
+
"template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Crear un nuevo agente declarativo con acciones de complemento de Office",
|
|
58
|
+
"template.createProjectQuestion.DAMetaOS.capability.newProject.label": "Nuevo agente declarativo con acciones de complemento de Office",
|
|
59
|
+
"template.createProjectQuestion.DAMetaOS.capability.title": "Agente declarativo en las capacidades de MetaOS",
|
|
60
|
+
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extender un proyecto de complemento al agente declarativo con acciones de complemento",
|
|
61
|
+
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Ampliar un complemento de Office existente",
|
|
62
|
+
"template.createProjectQuestion.DAMetaOS.detail": "Crear un agente declarativo con acciones de complemento de Office",
|
|
63
|
+
"template.createProjectQuestion.DAMetaOS.label": "Crear un agente declarativo con acciones de complemento de Office",
|
|
64
|
+
"template.createProjectQuestion.declarativeCopilot.placeholder": "Agregar una acción al agente declarativo",
|
|
65
|
+
"template.createProjectQuestion.declarativeCopilot.title": "Crear agente declarativo",
|
|
66
|
+
"template.createProjectQuestion.mcpForDa.detail": "Create an action from your existing MCP server",
|
|
67
|
+
"template.createProjectQuestion.mcpForDa.label": "Start with a MCP server",
|
|
68
|
+
"template.createProjectQuestion.noPlugin.detail": "Crear solo agente declarativo",
|
|
69
|
+
"template.createProjectQuestion.noPlugin.label": "Sin acción",
|
|
70
|
+
"template.createProjectQuestion.projectType.copilotExtension.placeholder": "Seleccionar una opción",
|
|
71
|
+
"template.createProjectQuestion.projectType.copilotExtension.title": "Características de la aplicación que usan agentes",
|
|
72
|
+
"template.createProjectQuestion.projectType.copilotGroup.title": "Usar GitHub Copilot",
|
|
73
|
+
"template.createProjectQuestion.projectType.copilotHelp.detail": "Chatee con GitHub Copilot y obtenga instrucciones paso a paso para desarrollar su aplicación de agente de Microsoft 365 Copilot.",
|
|
74
|
+
"template.createProjectQuestion.projectType.copilotHelp.label": "¿No sabe cómo empezar? Usar GitHub Copilot Chat",
|
|
75
|
+
"template.createProjectQuestion.projectType.createGroup.aiAgent": "Agentes para Microsoft 365 Copilot",
|
|
76
|
+
"template.createProjectQuestion.projectType.createGroup.m365Apps": "Aplicaciones para Microsoft 365",
|
|
77
|
+
"template.createProjectQuestion.projectType.customCopilot.detail": "Compile un agente inteligente en el que administre la orquestación y proporcione su propio LLM",
|
|
78
|
+
"template.createProjectQuestion.projectType.customCopilot.label": "Agente de motor personalizado",
|
|
79
|
+
"template.createProjectQuestion.projectType.declarativeAgent.detail": "Cree su propio agente declarando instrucciones, acciones y conocimientos que se adapten a sus necesidades.",
|
|
80
|
+
"template.createProjectQuestion.projectType.declarativeAgent.label": "Agente declarativo",
|
|
81
|
+
"template.createProjectQuestion.projectType.officeAddin.detail": "Extienda las aplicaciones de Office para interactuar con el contenido de los documentos de Office y los elementos de Outlook",
|
|
82
|
+
"template.createProjectQuestion.projectType.officeAddin.label": "Complemento de Office",
|
|
83
|
+
"template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Cree agentes, bots de chat, páginas web u otras aplicaciones en Microsoft Teams utilizando el SDK de Microsoft Teams.",
|
|
84
|
+
"template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Agentes y aplicaciones de Teams",
|
|
85
|
+
"template.importAddin.detail": "Actualizar un proyecto de complemento al manifiesto de aplicación y la estructura del proyecto más recientes",
|
|
86
|
+
"template.importOfficeAddin.label": "Actualizar un complemento de Office existente",
|
|
87
|
+
"template.newCFShortcut.detail": "Complemento del Panel de tareas con función personalizada y acceso directo",
|
|
88
|
+
"template.newCFShortcut.label": "Función personalizada y acceso directo",
|
|
89
|
+
"template.newTaskpaneAddin.detail": "Personalizar la cinta de opciones con un botón e insertar contenido en el panel de tareas",
|
|
90
|
+
"template.newTaskpaneAddin.label": "Panel de tareas"
|
|
91
91
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"template.customEngineAgent.basic.detail": "Agent intelligent
|
|
2
|
+
"template.customEngineAgent.basic.detail": "Agent intelligent créé avec Microsoft 365 Agents SDK et qui se connecte à votre LLM",
|
|
3
3
|
"template.customEngineAgent.basic.label": "Agent de moteur personnalisé de base",
|
|
4
4
|
"template.customEngineAgent.placeholder": "Sélectionner une option",
|
|
5
5
|
"template.customEngineAgent.title": "Fonctionnalités de l’application utilisant Microsoft 365 Agents SDK",
|
|
6
|
-
"template.customEngineAgent.travel.detail": "Un agent de planification de voyage,
|
|
6
|
+
"template.customEngineAgent.travel.detail": "Un agent de planification de voyage, créé avec le Microsoft 365 Agents SDK, l’API de récupération Microsoft 365 et l’Agent Framework",
|
|
7
7
|
"template.customEngineAgent.travel.label": "Agent de voyage",
|
|
8
|
-
"template.customEngineAgent.weather.detail": "Agent de prévisions météo,
|
|
8
|
+
"template.customEngineAgent.weather.detail": "Agent de prévisions météo, créé avec Microsoft 365 Agents SDK et LangChain",
|
|
9
9
|
"template.customEngineAgent.weather.label": "Agent météo",
|
|
10
10
|
"template.teams.collaboratorAgent.detail": "Agent qui améliore la collaboration dans les conversations de groupe, les canaux ou les réunions grâce à la synthèse, la gestion des tâches et la recherche dans les conversations",
|
|
11
11
|
"template.teams.collaboratorAgent.label": "Agent collaborateur Teams",
|
|
12
|
-
"template.teams.general.detail": "Assistant qui discute avec des utilisateurs dans Teams,
|
|
12
|
+
"template.teams.general.detail": "Assistant qui discute avec des utilisateurs dans Teams, créé avec la bibliothèque d’IA Teams et se connecte aux LLM",
|
|
13
13
|
"template.teams.general.label": "Agent Teams général",
|
|
14
14
|
"template.teams.others.bot.detail": "Implémentation simple d’un bot d’écho prêt pour la personnalisation",
|
|
15
15
|
"template.teams.others.bot.label": "Bot simple",
|
|
@@ -30,62 +30,62 @@
|
|
|
30
30
|
"template.teams.rag.source.customize.label": "Personnaliser",
|
|
31
31
|
"template.teams.rag.source.placeholder": "Sélectionnez une option pour importer vos données",
|
|
32
32
|
"template.teams.title": "Agent ou application Teams utilisant le SDK Microsoft Teams",
|
|
33
|
-
"template.createProjectQuestion.title": "
|
|
34
|
-
"template.createCapabilityQuestion.placeholder": "
|
|
35
|
-
"template.createProjectQuestion.addApiPlugin.placeholder": "
|
|
36
|
-
"template.createProjectQuestion.addGC.detail": "
|
|
37
|
-
"template.createProjectQuestion.addGC.label": "
|
|
38
|
-
"template.createProjectQuestion.addPlugin.detail": "
|
|
39
|
-
"template.createProjectQuestion.addPlugin.label": "
|
|
40
|
-
"template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "
|
|
41
|
-
"template.createProjectQuestion.apiMessageExtensionAuth.title": "
|
|
42
|
-
"template.createProjectQuestion.apiDeclarativeAgentAuth.none": "
|
|
43
|
-
"template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API
|
|
33
|
+
"template.createProjectQuestion.title": "Nouveau projet",
|
|
34
|
+
"template.createCapabilityQuestion.placeholder": "Sélectionner une capacité",
|
|
35
|
+
"template.createProjectQuestion.addApiPlugin.placeholder": "Sélectionnez comment ajouter une action",
|
|
36
|
+
"template.createProjectQuestion.addGC.detail": "Créer un assistant déclaratif avec un connecteur Copilot",
|
|
37
|
+
"template.createProjectQuestion.addGC.label": "Ajouter un connecteur Copilot",
|
|
38
|
+
"template.createProjectQuestion.addPlugin.detail": "Créer un agent déclaratif avec une action",
|
|
39
|
+
"template.createProjectQuestion.addPlugin.label": "Ajouter une action",
|
|
40
|
+
"template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Sélectionner un type d'authentification",
|
|
41
|
+
"template.createProjectQuestion.apiMessageExtensionAuth.title": "Type d’authentification",
|
|
42
|
+
"template.createProjectQuestion.apiDeclarativeAgentAuth.none": "Aucun",
|
|
43
|
+
"template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "Clé API",
|
|
44
44
|
"template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
|
|
45
45
|
"template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
|
|
46
|
-
"template.createProjectQuestion.apiPlugin.typeSpec.detail": "
|
|
47
|
-
"template.createProjectQuestion.apiPlugin.typeSpec.label": "
|
|
48
|
-
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "
|
|
49
|
-
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "
|
|
50
|
-
"template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "
|
|
51
|
-
"template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "
|
|
52
|
-
"template.createProjectQuestion.capability.DAMetaOS.detail": "
|
|
53
|
-
"template.createProjectQuestion.capability.DAMetaOS.label": "
|
|
54
|
-
"template.createProjectQuestion.createApiPlugin.title": "
|
|
55
|
-
"template.createProjectQuestion.createGraphConnector.detail": "
|
|
56
|
-
"template.createProjectQuestion.createGraphConnector.label": "Copilot
|
|
57
|
-
"template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "
|
|
58
|
-
"template.createProjectQuestion.DAMetaOS.capability.newProject.label": "
|
|
59
|
-
"template.createProjectQuestion.DAMetaOS.capability.title": "
|
|
60
|
-
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "
|
|
61
|
-
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "
|
|
62
|
-
"template.createProjectQuestion.DAMetaOS.detail": "
|
|
63
|
-
"template.createProjectQuestion.DAMetaOS.label": "
|
|
64
|
-
"template.createProjectQuestion.declarativeCopilot.placeholder": "
|
|
65
|
-
"template.createProjectQuestion.declarativeCopilot.title": "
|
|
66
|
-
"template.createProjectQuestion.mcpForDa.detail": "Create
|
|
67
|
-
"template.createProjectQuestion.mcpForDa.label": "Start with
|
|
68
|
-
"template.createProjectQuestion.noPlugin.detail": "
|
|
69
|
-
"template.createProjectQuestion.noPlugin.label": "
|
|
70
|
-
"template.createProjectQuestion.projectType.copilotExtension.placeholder": "
|
|
71
|
-
"template.createProjectQuestion.projectType.copilotExtension.title": "
|
|
72
|
-
"template.createProjectQuestion.projectType.copilotGroup.title": "
|
|
73
|
-
"template.createProjectQuestion.projectType.copilotHelp.detail": "
|
|
74
|
-
"template.createProjectQuestion.projectType.copilotHelp.label": "
|
|
75
|
-
"template.createProjectQuestion.projectType.createGroup.aiAgent": "
|
|
76
|
-
"template.createProjectQuestion.projectType.createGroup.m365Apps": "
|
|
77
|
-
"template.createProjectQuestion.projectType.customCopilot.detail": "
|
|
78
|
-
"template.createProjectQuestion.projectType.customCopilot.label": "
|
|
79
|
-
"template.createProjectQuestion.projectType.declarativeAgent.detail": "
|
|
80
|
-
"template.createProjectQuestion.projectType.declarativeAgent.label": "
|
|
81
|
-
"template.createProjectQuestion.projectType.officeAddin.detail": "
|
|
82
|
-
"template.createProjectQuestion.projectType.officeAddin.label": "Office
|
|
83
|
-
"template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "
|
|
84
|
-
"template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "
|
|
85
|
-
"template.importAddin.detail": "
|
|
86
|
-
"template.importOfficeAddin.label": "
|
|
87
|
-
"template.newCFShortcut.detail": "
|
|
88
|
-
"template.newCFShortcut.label": "
|
|
89
|
-
"template.newTaskpaneAddin.detail": "
|
|
90
|
-
"template.newTaskpaneAddin.label": "
|
|
46
|
+
"template.createProjectQuestion.apiPlugin.typeSpec.detail": "Créer un assistant déclaratif avec ou sans action à l’aide de TypeSpec pour Microsoft 365 Copilot",
|
|
47
|
+
"template.createProjectQuestion.apiPlugin.typeSpec.label": "Commencer avec TypeSpec pour Microsoft 365 Copilot",
|
|
48
|
+
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Créez une action à partir de votre API existante",
|
|
49
|
+
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Commencez par un document de description OpenAPI",
|
|
50
|
+
"template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Créer une action avec une nouvelle API à partir de Azure Functions",
|
|
51
|
+
"template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Commencer avec une nouvelle API",
|
|
52
|
+
"template.createProjectQuestion.capability.DAMetaOS.detail": "Créer un agent déclaratif avec les actions de complément Office",
|
|
53
|
+
"template.createProjectQuestion.capability.DAMetaOS.label": "Commencer par une action de complément Office",
|
|
54
|
+
"template.createProjectQuestion.createApiPlugin.title": "Créer une action",
|
|
55
|
+
"template.createProjectQuestion.createGraphConnector.detail": "Incorporer vos données d’organisation pour qu’elles puissent faire l’objet de recherches dans Microsoft 365 Copilot",
|
|
56
|
+
"template.createProjectQuestion.createGraphConnector.label": "Connecteurs Copilot",
|
|
57
|
+
"template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Créez un nouvel agent déclaratif avec les actions de complément Office",
|
|
58
|
+
"template.createProjectQuestion.DAMetaOS.capability.newProject.label": "Nouvel agent déclaratif avec les actions de complément Office",
|
|
59
|
+
"template.createProjectQuestion.DAMetaOS.capability.title": "Agent déclaratif dans les capacités de MetaOS",
|
|
60
|
+
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Étendre un projet de complément à l’agent déclaratif avec les actions de complément",
|
|
61
|
+
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Étendre un complément Office existant",
|
|
62
|
+
"template.createProjectQuestion.DAMetaOS.detail": "Créer un agent déclaratif avec les actions de complément Office",
|
|
63
|
+
"template.createProjectQuestion.DAMetaOS.label": "Créer un agent déclaratif avec les actions de complément Office",
|
|
64
|
+
"template.createProjectQuestion.declarativeCopilot.placeholder": "Ajoutez une action à votre agent déclaratif",
|
|
65
|
+
"template.createProjectQuestion.declarativeCopilot.title": "Créer un agent déclaratif",
|
|
66
|
+
"template.createProjectQuestion.mcpForDa.detail": "Create an action from your existing MCP server",
|
|
67
|
+
"template.createProjectQuestion.mcpForDa.label": "Start with a MCP server",
|
|
68
|
+
"template.createProjectQuestion.noPlugin.detail": "Créer uniquement un agent déclaratif",
|
|
69
|
+
"template.createProjectQuestion.noPlugin.label": "Aucune action",
|
|
70
|
+
"template.createProjectQuestion.projectType.copilotExtension.placeholder": "Sélectionner une option",
|
|
71
|
+
"template.createProjectQuestion.projectType.copilotExtension.title": "Fonctionnalités de l'application utilisant des agents",
|
|
72
|
+
"template.createProjectQuestion.projectType.copilotGroup.title": "Utiliser GitHub Copilot",
|
|
73
|
+
"template.createProjectQuestion.projectType.copilotHelp.detail": "Conversez avec GitHub Copilot et obtenez des instructions étape par étape pour développer votre application ou votre assistant Microsoft 365 Copilot.",
|
|
74
|
+
"template.createProjectQuestion.projectType.copilotHelp.label": "Vous ne savez pas comment démarrer ? Utiliser GitHub Copilot conversation",
|
|
75
|
+
"template.createProjectQuestion.projectType.createGroup.aiAgent": "Assistants pour Microsoft 365 Copilot",
|
|
76
|
+
"template.createProjectQuestion.projectType.createGroup.m365Apps": "Applications pour Microsoft 365",
|
|
77
|
+
"template.createProjectQuestion.projectType.customCopilot.detail": "Créer un assistant intelligent où vous gérez l’orchestration et fournissez votre propre LLM",
|
|
78
|
+
"template.createProjectQuestion.projectType.customCopilot.label": "Agent moteur personnalisé",
|
|
79
|
+
"template.createProjectQuestion.projectType.declarativeAgent.detail": "Créez votre propre agent en définissant des instructions, des actions et des connaissances adaptées à vos besoins.",
|
|
80
|
+
"template.createProjectQuestion.projectType.declarativeAgent.label": "Assistant déclaratif",
|
|
81
|
+
"template.createProjectQuestion.projectType.officeAddin.detail": "Étendez les applications Office pour interagir avec le contenu des documents Office et des éléments Outlook",
|
|
82
|
+
"template.createProjectQuestion.projectType.officeAddin.label": "Complément Office",
|
|
83
|
+
"template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Créez un agent, un bot de conversation, des pages web ou d’autres applications dans Microsoft Teams à l’aide du Kit de développement logiciel (SDK) Microsoft Teams.",
|
|
84
|
+
"template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Agents et applications Teams",
|
|
85
|
+
"template.importAddin.detail": "Mettez à niveau un projet de complément vers le manifeste d’application et la structure de projet les plus récents",
|
|
86
|
+
"template.importOfficeAddin.label": "Mettre à niveau un complément Office existant",
|
|
87
|
+
"template.newCFShortcut.detail": "Complément du volet des tâches avec fonction personnalisée et raccourci",
|
|
88
|
+
"template.newCFShortcut.label": "Fonction et raccourci personnalisés",
|
|
89
|
+
"template.newTaskpaneAddin.detail": "Personnalisez le ruban avec un bouton et incorporez du contenu dans le volet des tâches",
|
|
90
|
+
"template.newTaskpaneAddin.label": "Volet des tâches"
|
|
91
91
|
}
|