@microsoft/teamsfx-core 3.0.1-alpha.db90af69d.0 → 3.0.1-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.
- package/build/client/teamsDevPortalClient.js +1 -1
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/common/templates-config.json +3 -3
- package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.js +4 -3
- package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
- package/build/component/resource/botService/errors.d.ts +1 -1
- package/build/component/resource/botService/errors.d.ts.map +1 -1
- package/build/component/resource/botService/errors.js +2 -2
- package/build/component/resource/botService/errors.js.map +1 -1
- package/build/component/resource/botService/messages.d.ts +1 -1
- package/build/component/resource/botService/messages.d.ts.map +1 -1
- package/build/component/resource/botService/messages.js +1 -6
- package/build/component/resource/botService/messages.js.map +1 -1
- package/build/question/generator.js +0 -2
- package/build/question/generator.js.map +1 -1
- package/build/question/inputs/index.d.ts +0 -1
- package/build/question/inputs/index.d.ts.map +1 -1
- package/build/question/inputs/index.js +0 -1
- package/build/question/inputs/index.js.map +1 -1
- package/build/question/options/index.d.ts +0 -1
- package/build/question/options/index.d.ts.map +1 -1
- package/build/question/options/index.js +0 -1
- package/build/question/options/index.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/resource/package.nls.cs.json +57 -68
- package/resource/package.nls.de.json +57 -68
- package/resource/package.nls.es.json +57 -68
- package/resource/package.nls.fr.json +57 -68
- package/resource/package.nls.it.json +57 -68
- package/resource/package.nls.ja.json +57 -68
- package/resource/package.nls.json +1 -1
- package/resource/package.nls.ko.json +57 -68
- package/resource/package.nls.pl.json +57 -68
- package/resource/package.nls.pt-BR.json +57 -68
- package/resource/package.nls.ru.json +57 -68
- package/resource/package.nls.tr.json +57 -68
- package/resource/package.nls.zh-Hans.json +57 -68
- package/resource/package.nls.zh-Hant.json +57 -68
- 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/build/question/inputs/RegeneratePluginInputs.d.ts +0 -16
- package/build/question/inputs/RegeneratePluginInputs.d.ts.map +0 -1
- package/build/question/inputs/RegeneratePluginInputs.js +0 -5
- package/build/question/inputs/RegeneratePluginInputs.js.map +0 -1
- package/build/question/options/RegeneratePluginOptions.d.ts +0 -10
- package/build/question/options/RegeneratePluginOptions.d.ts.map +0 -1
- package/build/question/options/RegeneratePluginOptions.js +0 -28
- package/build/question/options/RegeneratePluginOptions.js.map +0 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"core.addApi.confirm.teamsYaml": "指定した新しい OpenAPI ドキュメントに基づいて、Microsoft 365 Agents Toolkit によって \"%s\" フォルダーおよび \"%s\" 内のファイルが変更されます。予期しない変更が失われないようにするには、続行する前にファイルをバックアップするか、Git を使用して変更を追跡します。",
|
|
4
4
|
"core.addApi.confirm.localTeamsYaml": "指定した新しい OpenAPI ドキュメントに基づいて、Microsoft 365 Agents Toolkit によって \"%s\" フォルダー、\"%s\"、\"%s\" 内のファイルが変更されます。予期しない変更が失われないようにするには、続行する前にファイルをバックアップするか、Git を使用して変更を追跡します。",
|
|
5
5
|
"core.addApi.continue": "追加",
|
|
6
|
-
"core.regenerateApi.continue": "
|
|
6
|
+
"core.regenerateApi.continue": "Regenerate",
|
|
7
7
|
"core.addKnowledge.confirm": "指定した機能ソースに基づいて、\"%s\" フォルダー内のファイルが Microsoft 365 Agents Toolkit によって変更されます。予期しない変更が失われないようにするには、続行する前にファイルをバックアップするか、Git を使用して変更を追跡します。",
|
|
8
8
|
"core.addKnowledge.continue": "追加",
|
|
9
9
|
"core.setSensitivityLabel.confirm": "Teams Toolkit は、指定した秘密度ラベルに基づいてファイル \"%s\" を変更します。予期しない変更が失われないようにするには、続行する前にファイルをバックアップするか、Git を使用して変更を追跡します。",
|
|
@@ -135,8 +135,8 @@
|
|
|
135
135
|
"plugins.frontend.checkStoragePermissionsTip": "Azure Storage アカウントに対するアクセス許可があるかどうかを確認します。",
|
|
136
136
|
"plugins.frontend.checkSystemTimeTip": "システム時刻が正しくないと、資格情報が期限切れになる可能性があります。システム時刻が正しいことを確認してください。",
|
|
137
137
|
"suggestions.retryTheCurrentStep": "現在の手順をもう一度お試しください。",
|
|
138
|
-
"plugins.appstudio.buildSucceedNotice": "
|
|
139
|
-
"plugins.appstudio.buildSucceedNotice.fallback": "
|
|
138
|
+
"plugins.appstudio.buildSucceedNotice": "Teams パッケージが [ローカル アドレス](%s) で正常にビルドされました。",
|
|
139
|
+
"plugins.appstudio.buildSucceedNotice.fallback": "Teams パッケージが %s で正常にビルドされました。",
|
|
140
140
|
"plugins.appstudio.createPackage.progressBar.message": "アプリ パッケージをビルドしています...",
|
|
141
141
|
"plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "関数 %s の %s のstatic_templateに無効なファイル プロパティがあります。削除され、無視されます。",
|
|
142
142
|
"plugins.appstudio.createPackage.aiPlugin.overrideWarning": "関数 %s の %s 内の static_template に、ファイルと他のプロパティの両方があります。ファイルの内容によってすべてのプロパティが置き換えられます。",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"error.appstudio.apiFailed.name.common": "API に失敗しました",
|
|
196
196
|
"error.appstudio.authServiceApiFailed": "開発者ポータルに対して API 呼び出しを行うことができません: %s、%s、要求パス: %s",
|
|
197
197
|
"error.appstudio.publishFailed": "ID %s のアプリを発行できません。",
|
|
198
|
-
"error.appstudio.buildError": "
|
|
198
|
+
"error.appstudio.buildError": "Teams パッケージをビルドできません。",
|
|
199
199
|
"error.appstudio.checkPermissionFailed": "アクセス許可をチェックできません。理由: %s",
|
|
200
200
|
"error.appstudio.grantPermissionFailed": "アクセス許可を付与できません。理由: %s",
|
|
201
201
|
"error.appstudio.listCollaboratorFailed": "コラボレーターを一覧表示できません。理由: %s",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"core.copilotPlugin.scaffold.summary.warning.operationId": "%s の軽減策: 不要です。operationId が自動的に生成され、\"%s\" ファイルに追加されました。",
|
|
293
293
|
"core.copilotPlugin.scaffold.summary.warning.operationIdContainsSpecialCharacters": "OpenAPI 記述ドキュメント '%s' 操作 ID に特殊文字が含まれていたため、名前が '%s' に変更されました。",
|
|
294
294
|
"core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "この OpenAPI 記述ドキュメントの Swagger はバージョン 2.0 です。軽減策: 必須ありません。コンテンツは OpenAPI 3.0 に変換され、\"%s\" に保存されました。",
|
|
295
|
-
"core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "
|
|
295
|
+
"core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "The OpenAPI description document version is 3.1 and has been converted to OpenAPI 3.0 and saved in \"%s\".",
|
|
296
296
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" は %s 文字以内にする必要があります。",
|
|
297
297
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "完全な説明がありません。",
|
|
298
298
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "軽減策: \"%s\" の \"%s\" フィールドを更新します。",
|
|
@@ -309,12 +309,12 @@
|
|
|
309
309
|
"core.createProjectQuestion.option.description.worksInOutlook": "Teams と Outlook で動作します",
|
|
310
310
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Teams、Outlook、Microsoft 365 アプリケーションで動作します",
|
|
311
311
|
"core.createProjectQuestion.projectType.bot.detail": "タスクをシームレスに自動化する、インスタントで魅力的なチャット エクスペリエンスを作成します",
|
|
312
|
-
"core.createProjectQuestion.projectType.agentForTeams.label": "Teams
|
|
313
|
-
"core.createProjectQuestion.projectType.agentForTeams.detail": "
|
|
314
|
-
"core.createProjectQuestion.projectType.agentForTeams.title": "Teams
|
|
315
|
-
"core.createProjectQuestion.projectType.teamsApp.label": "Teams
|
|
316
|
-
"core.createProjectQuestion.projectType.teamsApp.detail": "
|
|
317
|
-
"core.createProjectQuestion.projectType.teamsApp.title": "Microsoft Teams
|
|
312
|
+
"core.createProjectQuestion.projectType.agentForTeams.label": "Agent for Teams",
|
|
313
|
+
"core.createProjectQuestion.projectType.agentForTeams.detail": "Build an agent for Microsoft Teams easily using Teams AI Library",
|
|
314
|
+
"core.createProjectQuestion.projectType.agentForTeams.title": "Agent for Teams Using Teams AI Library",
|
|
315
|
+
"core.createProjectQuestion.projectType.teamsApp.label": "Teams App",
|
|
316
|
+
"core.createProjectQuestion.projectType.teamsApp.detail": "Create your own web page, chat bot or message extension for Microsoft Teams",
|
|
317
|
+
"core.createProjectQuestion.projectType.teamsApp.title": "App Features Used in Microsoft Teams",
|
|
318
318
|
"core.createProjectQuestion.projectType.bot.label": "ボット",
|
|
319
319
|
"core.createProjectQuestion.projectType.bot.title": "ボットを使用したアプリの機能",
|
|
320
320
|
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Teams と Outlook のテキスト入力ボックスから検索してアクションを実行する",
|
|
@@ -328,20 +328,20 @@
|
|
|
328
328
|
"core.createProjectQuestion.projectType.tab.title": "タブを使用したアプリの機能",
|
|
329
329
|
"core.createProjectQuestion.projectType.copilotExtension.title": "エージェントを使用したアプリの機能",
|
|
330
330
|
"core.createProjectQuestion.projectType.copilotExtension.placeholder": "オプションを選択します",
|
|
331
|
-
"core.createProjectQuestion.projectType.customCopilot.detail": "
|
|
331
|
+
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
|
|
332
332
|
"core.createProjectQuestion.projectType.customCopilot.label": "カスタム エンジン エージェント",
|
|
333
|
-
"core.createProjectQuestion.projectType.customCopilot.title": "Microsoft 365
|
|
333
|
+
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
|
|
334
334
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "オプションを選択します",
|
|
335
335
|
"core.createProjectQuestion.projectType.copilotHelp.label": "開始方法がわからない場合GitHub Copilotチャットを使用する",
|
|
336
336
|
"core.createProjectQuestion.projectType.copilotHelp.detail": "GitHub Copilot とチャットして、アプリまたは Microsoft 365 Copilot エージェントを開発するための段階的な手順を取得します。",
|
|
337
337
|
"core.createProjectQuestion.projectType.copilotGroup.title": "GitHub Copilotを使用する",
|
|
338
|
-
"core.createProjectQuestion.projectType.createGroup.aiAgent": "Microsoft 365 Copilot
|
|
338
|
+
"core.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
|
|
339
339
|
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Microsoft 365用アプリ",
|
|
340
340
|
"core.createProjectQuestion.projectType.declarativeAgent.label": "宣言型エージェント",
|
|
341
341
|
"core.createProjectQuestion.projectType.declarativeAgent.detail": "必要に応じて命令、アクション、ナレッジを宣言して、独自のエージェントを作成します。",
|
|
342
342
|
"core.createProjectQuestion.title": "新しいプロジェクト",
|
|
343
343
|
"core.createProjectQuestion.capability.botMessageExtension.label": "ボットから始める",
|
|
344
|
-
"core.createProjectQuestion.capability.botMessageExtension.detail": "
|
|
344
|
+
"core.createProjectQuestion.capability.botMessageExtension.detail": "Bot Frameworkを使用してメッセージ拡張機能を作成する",
|
|
345
345
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "新しい API で開始する",
|
|
346
346
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Azure Functions から新しい API を使用してプラグインを作成します",
|
|
347
347
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Azure Functions からの新しい API を使用して、メッセージ拡張機能を作成します",
|
|
@@ -353,16 +353,16 @@
|
|
|
353
353
|
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "OpenAPI 記述ドキュメントを検索するためのテキストを入力してください",
|
|
354
354
|
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "OpenAPI 記述ドキュメントを選択する",
|
|
355
355
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "既存の API からメッセージ拡張機能を作成します",
|
|
356
|
-
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "
|
|
357
|
-
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Microsoft 365
|
|
358
|
-
"core.createProjectQuestion.capability.weatherAgentOption.label": "
|
|
359
|
-
"core.createProjectQuestion.capability.weatherAgentOption.detail": "Microsoft 365
|
|
360
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Teams
|
|
361
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Teams
|
|
356
|
+
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Basic Custom Engine Agent",
|
|
357
|
+
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
|
|
358
|
+
"core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
|
|
359
|
+
"core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
|
|
360
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic Agent for Teams",
|
|
361
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
|
|
362
362
|
"core.createProjectQuestion.capability.customCopilotRagOption.label": "データとのチャット",
|
|
363
|
-
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "
|
|
364
|
-
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "API
|
|
365
|
-
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "
|
|
363
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
|
|
364
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
|
|
365
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
|
|
366
366
|
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "カスタマイズ",
|
|
367
367
|
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "データの読み込み方法を決定します",
|
|
368
368
|
"core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI 検索",
|
|
@@ -386,12 +386,10 @@
|
|
|
386
386
|
"core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Web で基礎情報を検索します。",
|
|
387
387
|
"core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive と SharePoint",
|
|
388
388
|
"core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.detail": "ユーザーの SharePoint と OneDrive で、基礎情報を検索します。",
|
|
389
|
-
"core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot
|
|
390
|
-
"core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "
|
|
389
|
+
"core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot Connector",
|
|
390
|
+
"core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Copilot connectors for grounding information.",
|
|
391
391
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "埋め込みナレッジ",
|
|
392
392
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "ファイルを直接固定情報として埋め込みます。",
|
|
393
|
-
"core.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
|
|
394
|
-
"core.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
|
|
395
393
|
"core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive または SharePoint コンテンツ",
|
|
396
394
|
"core.createProjectQuestion.oneDriveSharePointItem.placeholder": "OneDrive または SharePoint の URL を入力してください",
|
|
397
395
|
"core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "OneDrive または SharePoint の URL を検証できませんでした: %s",
|
|
@@ -444,17 +442,8 @@
|
|
|
444
442
|
"core.createProjectQuestion.noPlugin.detail": "宣言型エージェントのみを作成する",
|
|
445
443
|
"core.createProjectQuestion.addPlugin.label": "アクションの追加",
|
|
446
444
|
"core.createProjectQuestion.addPlugin.detail": "アクションを含む宣言型エージェントを作成します",
|
|
447
|
-
"core.createProjectQuestion.
|
|
448
|
-
"core.createProjectQuestion.
|
|
449
|
-
"core.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
|
|
450
|
-
"core.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
|
|
451
|
-
"core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
|
|
452
|
-
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
|
|
453
|
-
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
|
|
454
|
-
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "The Existing Add-in Project Folder",
|
|
455
|
-
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "The existing MetaOS Add-in project root folder",
|
|
456
|
-
"core.createProjectQuestion.createGraphConnector.label": "Copilot connector",
|
|
457
|
-
"core.createProjectQuestion.createGraphConnector.detail": "組織のデータを埋め込んで、Microsoft 365 Copilot で検索できるようにします",
|
|
445
|
+
"core.createProjectQuestion.createGraphConnector.label": "Copilot Connector",
|
|
446
|
+
"core.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
|
|
458
447
|
"core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "マニフェスト ファイルのインポート",
|
|
459
448
|
"core.createProjectQuestion.addExistingPlugin.apiSpec.title": "OpenAPI 記述ドキュメントのインポート",
|
|
460
449
|
"core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "アクション マニフェスト ファイルを選択する",
|
|
@@ -464,13 +453,13 @@
|
|
|
464
453
|
"core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "複数の OpenAPI 記述ドキュメントが見つかりました: \"%s\"。",
|
|
465
454
|
"core.createProjectQuestion.addKnowledge.title": "機能の追加",
|
|
466
455
|
"core.createProjectQuestion.addKnowledge.placeholder": "宣言型エージェントの基礎情報として機能ソースを選択する",
|
|
467
|
-
"core.regenerateQuestion.declarativeAgentPathNotFound": "
|
|
468
|
-
"core.regenerateQuestion.actionNotFound": "
|
|
469
|
-
"core.regenerateQuestion.specNotFound": "
|
|
470
|
-
"core.regenerateQuestion.originalSpecNotFound": "
|
|
471
|
-
"core.regenerateQuestion.selectPluginManifestTitle": "
|
|
472
|
-
"core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "OpenAPI
|
|
473
|
-
"core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Copilot
|
|
456
|
+
"core.regenerateQuestion.declarativeAgentPathNotFound": "Unable to find declarative agent path in manifest file: %s.",
|
|
457
|
+
"core.regenerateQuestion.actionNotFound": "Unable to find actions in declarative agent manifest file: %s.",
|
|
458
|
+
"core.regenerateQuestion.specNotFound": "Unable to find OpenAPI description document in action manifest file: %s.",
|
|
459
|
+
"core.regenerateQuestion.originalSpecNotFound": "Unable to find original OpenAPI description document. You can manually copy original OpenAPI description here %s.",
|
|
460
|
+
"core.regenerateQuestion.selectPluginManifestTitle": "Select plugin manifest file.",
|
|
461
|
+
"core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Select OpenAPI description document file.",
|
|
462
|
+
"core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Select operation(s) Copilot can interact with.",
|
|
474
463
|
"core.aiAssistantBotOption.label": "AI エージェント ボット",
|
|
475
464
|
"core.aiAssistantBotOption.detail": "Teams AI ライブラリと OpenAI Assistants API を使用する、Teams のカスタム AI エージェント ボット",
|
|
476
465
|
"core.aiBotOption.label": "AI チャット ボット",
|
|
@@ -506,9 +495,9 @@
|
|
|
506
495
|
"core.addPlugin.success.vsc": "アクション \"%s\" プロジェクトに正常に追加されました。",
|
|
507
496
|
"core.addPlugin.success": "API プラグイン \"%s\" プロジェクトに正常に追加されました。プラグイン マニフェストを \"%s\" で表示します。",
|
|
508
497
|
"core.addPlugin.success.viewPluginManifest": "アクション マニフェストの表示",
|
|
509
|
-
"core.regeneratePlugin.success": "
|
|
510
|
-
"core.regeneratePlugin.success.vsc": "
|
|
511
|
-
"core.regeneratePlugin.success.viewPluginManifest": "
|
|
498
|
+
"core.regeneratePlugin.success": "Action \"%s\" updated successfully. View plugin manifest in \"%s\".",
|
|
499
|
+
"core.regeneratePlugin.success.vsc": "Action \"%s\" updated successfully.",
|
|
500
|
+
"core.regeneratePlugin.success.viewPluginManifest": "View action manifest",
|
|
512
501
|
"core.addKnowledge.success.vsc": "機能ソースがプロジェクトに正常に追加されました。",
|
|
513
502
|
"core.addKnowledge.success": "機能ソースがプロジェクトに正常に追加されました。\"%s\" でエージェント マニフェストを表示します。",
|
|
514
503
|
"core.addKnowledge.success.viewAgentManifest": "エージェント マニフェストの表示",
|
|
@@ -546,27 +535,27 @@
|
|
|
546
535
|
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Teams ストアにアプリを発行する前にアプリを検証する",
|
|
547
536
|
"core.selectValidateMethodQuestion.validate.testCasesOption": "発行する前にすべての統合テスト ケースを検証する",
|
|
548
537
|
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "準備を確保するための包括的なテスト",
|
|
549
|
-
"core.GCSelectQuestion.title": "Copilot
|
|
550
|
-
"core.GCSelectOptions.listOption.title": "Select existing Copilot
|
|
551
|
-
"core.GCSelectOptions.listOption.description": "List all existing Copilot
|
|
552
|
-
"core.GCSelectOptions.inputOption.title": "Enter a Copilot
|
|
553
|
-
"core.GCSelectOptions.inputOption.description": "Enter a Copilot
|
|
554
|
-
"core.GCListQuestion.title": "Select one or more Copilot
|
|
555
|
-
"core.GCListQuestion.placeholder": "List all existing Copilot
|
|
538
|
+
"core.GCSelectQuestion.title": "Copilot Connector Content",
|
|
539
|
+
"core.GCSelectOptions.listOption.title": "Select existing Copilot Connectors",
|
|
540
|
+
"core.GCSelectOptions.listOption.description": "List all existing Copilot Connectors",
|
|
541
|
+
"core.GCSelectOptions.inputOption.title": "Enter a Copilot Connector Connection ID",
|
|
542
|
+
"core.GCSelectOptions.inputOption.description": "Enter a Copilot Connector Connection ID manually",
|
|
543
|
+
"core.GCListQuestion.title": "Select one or more Copilot Connectors as capability source",
|
|
544
|
+
"core.GCListQuestion.placeholder": "List all existing Copilot Connectors",
|
|
556
545
|
"core.GCInputQuestion.title": "接続 ID",
|
|
557
546
|
"core.GCListQuestion.invalidMessage": "%s API が選択されました。少なくとも 1 つの API を選択する必要があります。",
|
|
558
547
|
"core.GCNameQuestion.title": "コネクタ名を追加する",
|
|
559
|
-
"core.GCNameQuestion.placeholder": "Create a name for Copilot
|
|
548
|
+
"core.GCNameQuestion.placeholder": "Create a name for Copilot Connector",
|
|
560
549
|
"core.GCConnectionIdQuestion.title": "接続 ID を追加する",
|
|
561
|
-
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot
|
|
550
|
+
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot Connector",
|
|
562
551
|
"core.GCConnectionIdQuestion.validation.pattern": "コネクタ ID には英数字のみを使用する必要があります。",
|
|
563
552
|
"core.GCConnectionIdQuestion.validation.specialBeginner": "接続 ID は %s で始めることはできません。",
|
|
564
553
|
"core.GCConnectionIdQuestion.validation.minlength": "接続 ID が 3 文字未満です。",
|
|
565
554
|
"core.GCConnectionIdQuestion.validation.maxlength": "接続 ID が 32 文字を超えています。",
|
|
566
|
-
"core.GCList.insufficientPermission": "To list Copilot
|
|
555
|
+
"core.GCList.insufficientPermission": "To list Copilot Connectors, you need org's Microsoft 365 tenant admin permissions.",
|
|
567
556
|
"core.confirmManifestQuestion.placeholder": "正しいマニフェスト ファイルを選択したことを確認します",
|
|
568
|
-
"core.createProjectQuestion.addGC.label": "Add a Copilot
|
|
569
|
-
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot
|
|
557
|
+
"core.createProjectQuestion.addGC.label": "Add a Copilot Connector",
|
|
558
|
+
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot Connector",
|
|
570
559
|
"core.aadAppQuestion.label": "Microsoft Entra アプリ",
|
|
571
560
|
"core.aadAppQuestion.description": "シングル サインオン用のMicrosoft Entra アプリ",
|
|
572
561
|
"core.convertAadToNewSchema.continue": "続行",
|
|
@@ -627,7 +616,7 @@
|
|
|
627
616
|
"core.common.SendingApiRequest": "API 要求を送信しています: %s。要求本文: %s",
|
|
628
617
|
"core.common.ReceiveApiResponse": "API 応答を受信しました: %s。",
|
|
629
618
|
"core.common.shareToUser.success": "アプリがユーザーと正常に共有されました: %s。",
|
|
630
|
-
"core.common.removeShareAccess.success": "
|
|
619
|
+
"core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
|
|
631
620
|
"core.envFunc.unsupportedFile.errorLog": "\"%s\" は無効なファイルです。サポートされている形式: %s。",
|
|
632
621
|
"core.envFunc.unsupportedFile.errorMessage": "ファイルが無効です。%s",
|
|
633
622
|
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" は無効な関数です。サポートされている関数: \"%s\"。",
|
|
@@ -927,7 +916,7 @@
|
|
|
927
916
|
"driver.devChannel.install.description": "サンドボックス チャネルにアプリをインストールします。",
|
|
928
917
|
"driver.devChannel.install.progress.message": "アプリをインストールしています...",
|
|
929
918
|
"driver.devChannel.install.summary.exists": "アプリ '%s' はチーム '%s' に既にインストールされています。最新バージョンに更新されます。",
|
|
930
|
-
"error.installApp.outsideSandbox": "
|
|
919
|
+
"error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
|
|
931
920
|
"error.yaml.InvalidYamlSchemaError": "YAML ファイルを解析できません: %s。エラーの詳細については YAML ファイルを開いてください。",
|
|
932
921
|
"error.yaml.InvalidYamlSchemaErrorWithReason": "YAML ファイルを解析できません: %s。理由: %s YAML ファイルを確認するか、最新の Microsoft 365 Agents Toolkit にアップグレードしてください。",
|
|
933
922
|
"error.yaml.VersionNotSupported": "バージョン %s がサポートされていません。サポートされているバージョン: %s。",
|
|
@@ -1079,8 +1068,8 @@
|
|
|
1079
1068
|
"core.addKnowledgeQuestion.searchType.title": "検索の種類の選択",
|
|
1080
1069
|
"core.addKnowledgeQuestion.searchType.web": "Web 上のすべてのコンテンツを検索します",
|
|
1081
1070
|
"core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "組織内のすべてのコンテンツを検索する",
|
|
1082
|
-
"core.createProjectQuestion.apiPlugin.typeSpec.label": "Microsoft 365 Copilot
|
|
1083
|
-
"core.createProjectQuestion.apiPlugin.typeSpec.detail": "
|
|
1071
|
+
"core.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
|
|
1072
|
+
"core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
|
|
1084
1073
|
"core.addKnowledgeQuestion.searchType.url": "URL で検索する",
|
|
1085
1074
|
"driver.typeSpec.compile.start": "アクション %s を実行しています",
|
|
1086
1075
|
"driver.typespec.error.noSpecError": "OpenApi 仕様が見つかりません。TypeSpec ファイルが有効であることを確認してから、もう一度お試しください。",
|
|
@@ -1105,8 +1094,8 @@
|
|
|
1105
1094
|
"action.devTool.nodeInstaller.SuccessExtract": "Node.js パッケージがパスに正常に抽出されました: %s、時間: %s ミリ秒",
|
|
1106
1095
|
"action.devTool.nodeInstaller.Summary.installInPath": "NodeJS は %s にインストールされています。",
|
|
1107
1096
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS は既にシステム環境にインストールされています。",
|
|
1108
|
-
"driver.typeSpec.compile.reprovision": "
|
|
1097
|
+
"driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
|
|
1109
1098
|
"error.kiota.KiotaGeneratePluginError": "Kiota を使用してプラグイン マニフェスト ファイルを生成できません。エラー: %s",
|
|
1110
|
-
"error.daSpecParser.InvalidSpecError": "OpenAPI
|
|
1111
|
-
"error.kiotaClient.EmptyResult": "OpenAPI
|
|
1099
|
+
"error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
|
|
1100
|
+
"error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
|
|
1112
1101
|
}
|
|
@@ -1114,7 +1114,7 @@
|
|
|
1114
1114
|
"action.devTool.nodeInstaller.SuccessExtract": "Successfully extract NodeJS package to path: %s, time: %s ms",
|
|
1115
1115
|
"action.devTool.nodeInstaller.Summary.installInPath": "NodeJS is installed at: %s.",
|
|
1116
1116
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS is already installed in system environment.",
|
|
1117
|
-
"driver.typeSpec.compile.reprovision": "File %s is updated.
|
|
1117
|
+
"driver.typeSpec.compile.reprovision": "File %s is updated. Another provision process has been triggered to account for these changes.",
|
|
1118
1118
|
"error.kiota.KiotaGeneratePluginError": "Unable to generate plugin manifest file using Kiota. Error: %s",
|
|
1119
1119
|
"error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
|
|
1120
1120
|
"error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"core.addApi.confirm.teamsYaml": "Microsoft 365 Agents Toolkit는 사용자가 제공한 새 OpenAPI 문서를 기반으로 \"%s\" 폴더 및 \"%s\"의 파일을 수정합니다. 예기치 않은 변경 내용이 손실되지 않도록 하려면 계속하기 전에 파일을 백업하거나 변경 내용 추적에 git을 사용합니다.",
|
|
4
4
|
"core.addApi.confirm.localTeamsYaml": "Microsoft 365 Agents Toolkit는 사용자가 제공한 새 OpenAPI 문서를 기반으로 \"%s\" 폴더, \"%s\" 및 \"%s\"의 파일을 수정합니다. 예기치 않은 변경 내용이 손실되지 않도록 하려면 계속하기 전에 파일을 백업하거나 변경 내용 추적에 git을 사용합니다.",
|
|
5
5
|
"core.addApi.continue": "추가",
|
|
6
|
-
"core.regenerateApi.continue": "
|
|
6
|
+
"core.regenerateApi.continue": "Regenerate",
|
|
7
7
|
"core.addKnowledge.confirm": "Microsoft 365 Agents Toolkit는 사용자가 제공한 기능 원본에 따라 \"%s\" 폴더의 파일을 수정합니다. 예기치 않은 변경 내용이 손실되지 않도록 하려면 계속하기 전에 파일을 백업하거나 변경 내용 추적에 git을 사용합니다.",
|
|
8
8
|
"core.addKnowledge.continue": "추가",
|
|
9
9
|
"core.setSensitivityLabel.confirm": "Teams 도구 키트는 사용자가 제공한 민감도 레이블에 따라 \"%s\" 파일을 수정합니다. 예기치 않은 변경 내용의 손실을 방지하려면 진행하기 전에 파일을 백업하거나 변경 내용 추적을 위해 git을 사용하세요.",
|
|
@@ -135,8 +135,8 @@
|
|
|
135
135
|
"plugins.frontend.checkStoragePermissionsTip": "Azure Storage 계정에 대한 권한이 있는지 확인합니다.",
|
|
136
136
|
"plugins.frontend.checkSystemTimeTip": "시스템 시간이 잘못되어 자격 증명이 만료될 수 있습니다. 시스템 시간이 올바른지 확인하세요.",
|
|
137
137
|
"suggestions.retryTheCurrentStep": "현재 단계를 다시 시도하세요.",
|
|
138
|
-
"plugins.appstudio.buildSucceedNotice": "
|
|
139
|
-
"plugins.appstudio.buildSucceedNotice.fallback": "
|
|
138
|
+
"plugins.appstudio.buildSucceedNotice": "Teams 패키지가 [로컬 주소](%s)에 빌드되었습니다.",
|
|
139
|
+
"plugins.appstudio.buildSucceedNotice.fallback": "Teams 패키지가 %s에 빌드되었습니다.",
|
|
140
140
|
"plugins.appstudio.createPackage.progressBar.message": "앱 패키지 빌드 중...",
|
|
141
141
|
"plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "함수 %s 대한 %s static_template 잘못된 파일 속성이 있습니다. 삭제되고 무시됩니다.",
|
|
142
142
|
"plugins.appstudio.createPackage.aiPlugin.overrideWarning": "%s 함수에 대한 %s의 static_template 파일 및 기타 속성이 모두 있습니다. 파일 콘텐츠는 모든 속성을 대체합니다.",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"error.appstudio.apiFailed.name.common": "API 실패",
|
|
196
196
|
"error.appstudio.authServiceApiFailed": "%s, %s, 요청 경로: %s 개발자 포털 API를 호출할 수 없습니다.",
|
|
197
197
|
"error.appstudio.publishFailed": "ID가 %s인 앱을 게시할 수 없습니다.",
|
|
198
|
-
"error.appstudio.buildError": "
|
|
198
|
+
"error.appstudio.buildError": "Teams 패키지를 빌드할 수 없습니다.",
|
|
199
199
|
"error.appstudio.checkPermissionFailed": "권한을 검사 수 없습니다. 이유: %s",
|
|
200
200
|
"error.appstudio.grantPermissionFailed": "권한을 부여할 수 없습니다. 이유: %s",
|
|
201
201
|
"error.appstudio.listCollaboratorFailed": "협력자를 나열할 수 없습니다. 이유: %s",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"core.copilotPlugin.scaffold.summary.warning.operationId": "%s 완화: 필요하지 않습니다. operationId가 자동으로 생성되어 \"%s\" 파일에 추가되었습니다.",
|
|
293
293
|
"core.copilotPlugin.scaffold.summary.warning.operationIdContainsSpecialCharacters": "OpenAPI 설명 문서에 '%s' 작업 ID에 특수 문자가 포함되어 있으며 이름이 '%s' 변경되었습니다.",
|
|
294
294
|
"core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "OpenAPI 설명 문서는 Swagger 버전 2.0에 있습니다. 완화: 필요하지 않습니다. 콘텐츠가 OpenAPI 3.0으로 변환되어 \"%s\"에 저장되었습니다.",
|
|
295
|
-
"core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "OpenAPI
|
|
295
|
+
"core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "The OpenAPI description document version is 3.1 and has been converted to OpenAPI 3.0 and saved in \"%s\".",
|
|
296
296
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\"은(는) %s자를 초과할 수 없습니다. ",
|
|
297
297
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "전체 설명이 없습니다. ",
|
|
298
298
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "완화: \"%s\"에서 \"%s\" 필드를 업데이트하세요.",
|
|
@@ -309,12 +309,12 @@
|
|
|
309
309
|
"core.createProjectQuestion.option.description.worksInOutlook": "Teams 및 Outlook에서 작동",
|
|
310
310
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Teams, Outlook 및 Microsoft 365 애플리케이션에서 작동",
|
|
311
311
|
"core.createProjectQuestion.projectType.bot.detail": "작업을 원활하게 자동화하는 즉각적인 흥미로운 채팅 환경 만들기",
|
|
312
|
-
"core.createProjectQuestion.projectType.agentForTeams.label": "Teams
|
|
313
|
-
"core.createProjectQuestion.projectType.agentForTeams.detail": "
|
|
314
|
-
"core.createProjectQuestion.projectType.agentForTeams.title": "
|
|
315
|
-
"core.createProjectQuestion.projectType.teamsApp.label": "Teams
|
|
316
|
-
"core.createProjectQuestion.projectType.teamsApp.detail": "
|
|
317
|
-
"core.createProjectQuestion.projectType.teamsApp.title": "
|
|
312
|
+
"core.createProjectQuestion.projectType.agentForTeams.label": "Agent for Teams",
|
|
313
|
+
"core.createProjectQuestion.projectType.agentForTeams.detail": "Build an agent for Microsoft Teams easily using Teams AI Library",
|
|
314
|
+
"core.createProjectQuestion.projectType.agentForTeams.title": "Agent for Teams Using Teams AI Library",
|
|
315
|
+
"core.createProjectQuestion.projectType.teamsApp.label": "Teams App",
|
|
316
|
+
"core.createProjectQuestion.projectType.teamsApp.detail": "Create your own web page, chat bot or message extension for Microsoft Teams",
|
|
317
|
+
"core.createProjectQuestion.projectType.teamsApp.title": "App Features Used in Microsoft Teams",
|
|
318
318
|
"core.createProjectQuestion.projectType.bot.label": "봇",
|
|
319
319
|
"core.createProjectQuestion.projectType.bot.title": "봇을 사용하는 앱 기능",
|
|
320
320
|
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Teams 및 Outlook의 텍스트 입력 상자에서 검색 및 작업 수행",
|
|
@@ -328,20 +328,20 @@
|
|
|
328
328
|
"core.createProjectQuestion.projectType.tab.title": "탭을 사용하는 앱 기능",
|
|
329
329
|
"core.createProjectQuestion.projectType.copilotExtension.title": "에이전트를 사용하는 앱 기능",
|
|
330
330
|
"core.createProjectQuestion.projectType.copilotExtension.placeholder": "옵션 선택",
|
|
331
|
-
"core.createProjectQuestion.projectType.customCopilot.detail": "
|
|
331
|
+
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
|
|
332
332
|
"core.createProjectQuestion.projectType.customCopilot.label": "사용자 지정 엔진 에이전트",
|
|
333
|
-
"core.createProjectQuestion.projectType.customCopilot.title": "Microsoft 365
|
|
333
|
+
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
|
|
334
334
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "옵션 선택",
|
|
335
335
|
"core.createProjectQuestion.projectType.copilotHelp.label": "시작하는 방법을 모르시겠습니까? GitHub Copilot 채팅 사용",
|
|
336
336
|
"core.createProjectQuestion.projectType.copilotHelp.detail": "GitHub Copilot과 채팅하고 앱 또는 Microsoft 365 Copilot 에이전트를 개발하기 위한 단계별 지침을 확인하세요.",
|
|
337
337
|
"core.createProjectQuestion.projectType.copilotGroup.title": "GitHub Copilot 사용",
|
|
338
|
-
"core.createProjectQuestion.projectType.createGroup.aiAgent": "Microsoft 365 Copilot
|
|
338
|
+
"core.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
|
|
339
339
|
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Microsoft 365 앱",
|
|
340
340
|
"core.createProjectQuestion.projectType.declarativeAgent.label": "선언적 에이전트",
|
|
341
341
|
"core.createProjectQuestion.projectType.declarativeAgent.detail": "필요에 맞는 지침, 작업 및 지식을 선언하여 나만의 에이전트를 만드세요.",
|
|
342
342
|
"core.createProjectQuestion.title": "새 프로젝트",
|
|
343
343
|
"core.createProjectQuestion.capability.botMessageExtension.label": "봇으로 시작",
|
|
344
|
-
"core.createProjectQuestion.capability.botMessageExtension.detail": "
|
|
344
|
+
"core.createProjectQuestion.capability.botMessageExtension.detail": "Bot Framework 사용하여 메시지 확장 만들기",
|
|
345
345
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "새 API로 시작",
|
|
346
346
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Azure Functions에서 새 API를 사용하여 작업 만들기",
|
|
347
347
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Azure Functions 새 API를 사용하여 메시지 확장 만들기",
|
|
@@ -353,16 +353,16 @@
|
|
|
353
353
|
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "OpenAPI 설명 문서를 검색하기 위한 텍스트 입력",
|
|
354
354
|
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "OpenAPI 설명 문서 선택",
|
|
355
355
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "기존 API에서 메시지 확장 만들기",
|
|
356
|
-
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "
|
|
357
|
-
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Microsoft 365
|
|
358
|
-
"core.createProjectQuestion.capability.weatherAgentOption.label": "
|
|
359
|
-
"core.createProjectQuestion.capability.weatherAgentOption.detail": "
|
|
360
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "
|
|
361
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "
|
|
356
|
+
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Basic Custom Engine Agent",
|
|
357
|
+
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
|
|
358
|
+
"core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
|
|
359
|
+
"core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
|
|
360
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic Agent for Teams",
|
|
361
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
|
|
362
362
|
"core.createProjectQuestion.capability.customCopilotRagOption.label": "데이터와 채팅",
|
|
363
|
-
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "
|
|
364
|
-
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "
|
|
365
|
-
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "
|
|
363
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
|
|
364
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
|
|
365
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
|
|
366
366
|
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "사용자 지정",
|
|
367
367
|
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "데이터 로드 방법 결정",
|
|
368
368
|
"core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI 검색",
|
|
@@ -386,12 +386,10 @@
|
|
|
386
386
|
"core.createProjectQuestion.capability.knowledgeWebSearch.detail": "웹에서 접지 정보를 검색합니다.",
|
|
387
387
|
"core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive 및 SharePoint",
|
|
388
388
|
"core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.detail": "사용자의 SharePoint 및 OneDrive에서 접지 정보를 검색합니다.",
|
|
389
|
-
"core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot
|
|
390
|
-
"core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "
|
|
389
|
+
"core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot Connector",
|
|
390
|
+
"core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Copilot connectors for grounding information.",
|
|
391
391
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "포함된 기술 자료",
|
|
392
392
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "파일을 접지 정보로 직접 포함합니다.",
|
|
393
|
-
"core.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
|
|
394
|
-
"core.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
|
|
395
393
|
"core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive 또는 SharePoint 콘텐츠",
|
|
396
394
|
"core.createProjectQuestion.oneDriveSharePointItem.placeholder": "OneDrive 또는 SharePoint에 대한 URL 입력",
|
|
397
395
|
"core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "OneDrive/SharePoint URL의 유효성을 검사하지 못했습니다. %s",
|
|
@@ -444,17 +442,8 @@
|
|
|
444
442
|
"core.createProjectQuestion.noPlugin.detail": "선언적 에이전트만 만들기",
|
|
445
443
|
"core.createProjectQuestion.addPlugin.label": "작업 추가",
|
|
446
444
|
"core.createProjectQuestion.addPlugin.detail": "동작을 사용하여 선언적 에이전트 만들기",
|
|
447
|
-
"core.createProjectQuestion.
|
|
448
|
-
"core.createProjectQuestion.
|
|
449
|
-
"core.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
|
|
450
|
-
"core.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
|
|
451
|
-
"core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
|
|
452
|
-
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
|
|
453
|
-
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
|
|
454
|
-
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "The Existing Add-in Project Folder",
|
|
455
|
-
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "The existing MetaOS Add-in project root folder",
|
|
456
|
-
"core.createProjectQuestion.createGraphConnector.label": "Copilot connector",
|
|
457
|
-
"core.createProjectQuestion.createGraphConnector.detail": "Microsoft 365 Copilot에서 검색 가능하도록 조직 데이터를 포함합니다.",
|
|
445
|
+
"core.createProjectQuestion.createGraphConnector.label": "Copilot Connector",
|
|
446
|
+
"core.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
|
|
458
447
|
"core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "매니페스트 파일 가져오기",
|
|
459
448
|
"core.createProjectQuestion.addExistingPlugin.apiSpec.title": "OpenAPI 설명 문서 가져오기",
|
|
460
449
|
"core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "작업 매니페스트 파일 선택",
|
|
@@ -464,13 +453,13 @@
|
|
|
464
453
|
"core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "여러 OpenAPI 설명 문서를 찾았습니다. \"%s\".",
|
|
465
454
|
"core.createProjectQuestion.addKnowledge.title": "기능 추가",
|
|
466
455
|
"core.createProjectQuestion.addKnowledge.placeholder": "선언적 에이전트에 대한 기반을 두는 과정 정보로 기능 원본 선택",
|
|
467
|
-
"core.regenerateQuestion.declarativeAgentPathNotFound": "
|
|
468
|
-
"core.regenerateQuestion.actionNotFound": "
|
|
469
|
-
"core.regenerateQuestion.specNotFound": "
|
|
470
|
-
"core.regenerateQuestion.originalSpecNotFound": "
|
|
471
|
-
"core.regenerateQuestion.selectPluginManifestTitle": "
|
|
472
|
-
"core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "OpenAPI
|
|
473
|
-
"core.regenerateQuestion.selectApiOperationForRegenerateTitle": "
|
|
456
|
+
"core.regenerateQuestion.declarativeAgentPathNotFound": "Unable to find declarative agent path in manifest file: %s.",
|
|
457
|
+
"core.regenerateQuestion.actionNotFound": "Unable to find actions in declarative agent manifest file: %s.",
|
|
458
|
+
"core.regenerateQuestion.specNotFound": "Unable to find OpenAPI description document in action manifest file: %s.",
|
|
459
|
+
"core.regenerateQuestion.originalSpecNotFound": "Unable to find original OpenAPI description document. You can manually copy original OpenAPI description here %s.",
|
|
460
|
+
"core.regenerateQuestion.selectPluginManifestTitle": "Select plugin manifest file.",
|
|
461
|
+
"core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Select OpenAPI description document file.",
|
|
462
|
+
"core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Select operation(s) Copilot can interact with.",
|
|
474
463
|
"core.aiAssistantBotOption.label": "AI 에이전트 봇",
|
|
475
464
|
"core.aiAssistantBotOption.detail": "Teams AI 라이브러리 및 OpenAI 도우미 API를 사용하는 Teams의 사용자 지정 AI 에이전트 봇",
|
|
476
465
|
"core.aiBotOption.label": "AI 챗봇",
|
|
@@ -506,9 +495,9 @@
|
|
|
506
495
|
"core.addPlugin.success.vsc": "프로젝트에 작업 \"%s\" 추가되었습니다.",
|
|
507
496
|
"core.addPlugin.success": "API 플러그 인 \"%s\" 프로젝트에 추가되었습니다. \"%s\" 플러그 인 매니페스트를 봅니다.",
|
|
508
497
|
"core.addPlugin.success.viewPluginManifest": "작업 매니페스트 보기",
|
|
509
|
-
"core.regeneratePlugin.success": "
|
|
510
|
-
"core.regeneratePlugin.success.vsc": "
|
|
511
|
-
"core.regeneratePlugin.success.viewPluginManifest": "
|
|
498
|
+
"core.regeneratePlugin.success": "Action \"%s\" updated successfully. View plugin manifest in \"%s\".",
|
|
499
|
+
"core.regeneratePlugin.success.vsc": "Action \"%s\" updated successfully.",
|
|
500
|
+
"core.regeneratePlugin.success.viewPluginManifest": "View action manifest",
|
|
512
501
|
"core.addKnowledge.success.vsc": "프로젝트에 기능 원본이 추가되었습니다.",
|
|
513
502
|
"core.addKnowledge.success": "프로젝트에 기능 원본이 추가되었습니다. \"%s\"에서 에이전트 매니페스트를 확인하세요.",
|
|
514
503
|
"core.addKnowledge.success.viewAgentManifest": "에이전트 매니페스트 보기",
|
|
@@ -546,27 +535,27 @@
|
|
|
546
535
|
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Teams 스토어에 앱을 게시하기 전에 앱 유효성 검사",
|
|
547
536
|
"core.selectValidateMethodQuestion.validate.testCasesOption": "게시하기 전에 모든 통합 테스트 사례 유효성 검사",
|
|
548
537
|
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "준비 상태를 보장하기 위한 포괄적인 테스트",
|
|
549
|
-
"core.GCSelectQuestion.title": "Copilot
|
|
550
|
-
"core.GCSelectOptions.listOption.title": "Select existing Copilot
|
|
551
|
-
"core.GCSelectOptions.listOption.description": "List all existing Copilot
|
|
552
|
-
"core.GCSelectOptions.inputOption.title": "Enter a Copilot
|
|
553
|
-
"core.GCSelectOptions.inputOption.description": "Enter a Copilot
|
|
554
|
-
"core.GCListQuestion.title": "Select one or more Copilot
|
|
555
|
-
"core.GCListQuestion.placeholder": "List all existing Copilot
|
|
538
|
+
"core.GCSelectQuestion.title": "Copilot Connector Content",
|
|
539
|
+
"core.GCSelectOptions.listOption.title": "Select existing Copilot Connectors",
|
|
540
|
+
"core.GCSelectOptions.listOption.description": "List all existing Copilot Connectors",
|
|
541
|
+
"core.GCSelectOptions.inputOption.title": "Enter a Copilot Connector Connection ID",
|
|
542
|
+
"core.GCSelectOptions.inputOption.description": "Enter a Copilot Connector Connection ID manually",
|
|
543
|
+
"core.GCListQuestion.title": "Select one or more Copilot Connectors as capability source",
|
|
544
|
+
"core.GCListQuestion.placeholder": "List all existing Copilot Connectors",
|
|
556
545
|
"core.GCInputQuestion.title": "연결 ID",
|
|
557
546
|
"core.GCListQuestion.invalidMessage": "%s API가 선택되었습니다. 하나 이상의 API를 선택해야 합니다.",
|
|
558
547
|
"core.GCNameQuestion.title": "커넥터 이름 추가",
|
|
559
|
-
"core.GCNameQuestion.placeholder": "Create a name for Copilot
|
|
548
|
+
"core.GCNameQuestion.placeholder": "Create a name for Copilot Connector",
|
|
560
549
|
"core.GCConnectionIdQuestion.title": "연결 ID 추가",
|
|
561
|
-
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot
|
|
550
|
+
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot Connector",
|
|
562
551
|
"core.GCConnectionIdQuestion.validation.pattern": "커넥터 ID는 영숫자 문자만 포함해야 합니다.",
|
|
563
552
|
"core.GCConnectionIdQuestion.validation.specialBeginner": "연결 ID는 %s(으)로 시작하지 않아야 합니다.",
|
|
564
553
|
"core.GCConnectionIdQuestion.validation.minlength": "연결 ID가 3자보다 짧습니다.",
|
|
565
554
|
"core.GCConnectionIdQuestion.validation.maxlength": "연결 ID가 32자보다 깁니다.",
|
|
566
|
-
"core.GCList.insufficientPermission": "To list Copilot
|
|
555
|
+
"core.GCList.insufficientPermission": "To list Copilot Connectors, you need org's Microsoft 365 tenant admin permissions.",
|
|
567
556
|
"core.confirmManifestQuestion.placeholder": "올바른 매니페스트 파일을 선택했는지 확인합니다.",
|
|
568
|
-
"core.createProjectQuestion.addGC.label": "Add a Copilot
|
|
569
|
-
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot
|
|
557
|
+
"core.createProjectQuestion.addGC.label": "Add a Copilot Connector",
|
|
558
|
+
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot Connector",
|
|
570
559
|
"core.aadAppQuestion.label": "Microsoft Entra 앱",
|
|
571
560
|
"core.aadAppQuestion.description": "Single Sign On Microsoft Entra 앱",
|
|
572
561
|
"core.convertAadToNewSchema.continue": "계속",
|
|
@@ -627,7 +616,7 @@
|
|
|
627
616
|
"core.common.SendingApiRequest": "API 요청을 보내는 중: %s. 요청 본문: %s",
|
|
628
617
|
"core.common.ReceiveApiResponse": "API 응답을 받았습니다. %s.",
|
|
629
618
|
"core.common.shareToUser.success": "사용자와 앱을 공유함: %s.",
|
|
630
|
-
"core.common.removeShareAccess.success": "
|
|
619
|
+
"core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
|
|
631
620
|
"core.envFunc.unsupportedFile.errorLog": "\"%s\" 잘못된 파일입니다. 지원되는 형식: %s.",
|
|
632
621
|
"core.envFunc.unsupportedFile.errorMessage": "잘못된 파일입니다. %s",
|
|
633
622
|
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" 잘못된 함수입니다. 지원되는 함수: \"%s\".",
|
|
@@ -927,7 +916,7 @@
|
|
|
927
916
|
"driver.devChannel.install.description": "샌드박스 채널에 앱을 설치합니다.",
|
|
928
917
|
"driver.devChannel.install.progress.message": "앱을 설치하는 중...",
|
|
929
918
|
"driver.devChannel.install.summary.exists": "앱 '%s'이(가) 팀 '%s'에 이미 설치되어 있습니다. 이제 최신 버전으로 업데이트됩니다.",
|
|
930
|
-
"error.installApp.outsideSandbox": "
|
|
919
|
+
"error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
|
|
931
920
|
"error.yaml.InvalidYamlSchemaError": "%s yaml 파일을 구문 분석할 수 없습니다. yaml 파일을 열어 자세한 오류 내용을 확인하세요.",
|
|
932
921
|
"error.yaml.InvalidYamlSchemaErrorWithReason": "yaml을 구문 분석 할 수 없음: %s. 원인: %s yaml 파일을 검토하거나 최신 Microsoft 365 Agents Toolkit로 업그레이드하세요.",
|
|
933
922
|
"error.yaml.VersionNotSupported": "%s 버전은 지원되지 않습니다. 지원되는 버전: %s.",
|
|
@@ -1079,8 +1068,8 @@
|
|
|
1079
1068
|
"core.addKnowledgeQuestion.searchType.title": "검색 유형 선택",
|
|
1080
1069
|
"core.addKnowledgeQuestion.searchType.web": "웹의 모든 콘텐츠 검색",
|
|
1081
1070
|
"core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "조직 내의 모든 콘텐츠 검색",
|
|
1082
|
-
"core.createProjectQuestion.apiPlugin.typeSpec.label": "Microsoft 365 Copilot
|
|
1083
|
-
"core.createProjectQuestion.apiPlugin.typeSpec.detail": "
|
|
1071
|
+
"core.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
|
|
1072
|
+
"core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
|
|
1084
1073
|
"core.addKnowledgeQuestion.searchType.url": "URL로 검색",
|
|
1085
1074
|
"driver.typeSpec.compile.start": "%s 작업을 실행하는 중",
|
|
1086
1075
|
"driver.typespec.error.noSpecError": "OpenApi 사양을 찾을 수 없습니다. TypeSpec 파일이 유효한지 확인하고 다시 시도하세요.",
|
|
@@ -1105,8 +1094,8 @@
|
|
|
1105
1094
|
"action.devTool.nodeInstaller.SuccessExtract": "NodeJS 패키지를 경로 %s(으)로 추출했습니다. 시간: %s ms",
|
|
1106
1095
|
"action.devTool.nodeInstaller.Summary.installInPath": "NodeJS가 %s에 설치되어 있습니다.",
|
|
1107
1096
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS가 시스템 환경에 이미 설치되어 있습니다.",
|
|
1108
|
-
"driver.typeSpec.compile.reprovision": "
|
|
1097
|
+
"driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
|
|
1109
1098
|
"error.kiota.KiotaGeneratePluginError": "Kiota를 사용하여 플러그 인 매니페스트 파일을 생성할 수 없습니다. 오류: %s",
|
|
1110
|
-
"error.daSpecParser.InvalidSpecError": "OpenAPI
|
|
1111
|
-
"error.kiotaClient.EmptyResult": "
|
|
1099
|
+
"error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
|
|
1100
|
+
"error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
|
|
1112
1101
|
}
|