@microsoft/teamsfx-core 3.0.1-rc.0 → 3.0.2-alpha.10d26a09f.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/build/client/teamsDevPortalClient.js +1 -1
  2. package/build/client/teamsDevPortalClient.js.map +1 -1
  3. package/build/common/daSpecParser.js +1 -1
  4. package/build/common/daSpecParser.js.map +1 -1
  5. package/build/common/templates-config.json +9 -7
  6. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  7. package/build/common/wrappedAxiosClient.js +0 -1
  8. package/build/common/wrappedAxiosClient.js.map +1 -1
  9. package/build/component/coordinator/index.js +1 -1
  10. package/build/component/coordinator/index.js.map +1 -1
  11. package/build/component/generator/defaultGenerator.d.ts.map +1 -1
  12. package/build/component/generator/defaultGenerator.js +3 -2
  13. package/build/component/generator/defaultGenerator.js.map +1 -1
  14. package/build/component/generator/generatorAction.d.ts +2 -1
  15. package/build/component/generator/generatorAction.d.ts.map +1 -1
  16. package/build/component/generator/generatorAction.js +1 -1
  17. package/build/component/generator/generatorAction.js.map +1 -1
  18. package/build/component/generator/officeAddin/generator.js.map +1 -1
  19. package/build/component/generator/officeAddin/metaOSHelper.js +3 -3
  20. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
  21. package/build/component/generator/utils.d.ts +3 -3
  22. package/build/component/generator/utils.d.ts.map +1 -1
  23. package/build/component/generator/utils.js +23 -6
  24. package/build/component/generator/utils.js.map +1 -1
  25. package/build/component/resource/botService/errors.d.ts +1 -1
  26. package/build/component/resource/botService/errors.d.ts.map +1 -1
  27. package/build/component/resource/botService/errors.js +2 -2
  28. package/build/component/resource/botService/errors.js.map +1 -1
  29. package/build/component/resource/botService/messages.d.ts +1 -1
  30. package/build/component/resource/botService/messages.d.ts.map +1 -1
  31. package/build/component/resource/botService/messages.js +6 -1
  32. package/build/component/resource/botService/messages.js.map +1 -1
  33. package/build/core/FxCore.js +1 -1
  34. package/build/core/FxCore.js.map +1 -1
  35. package/build/question/generator.js +2 -0
  36. package/build/question/generator.js.map +1 -1
  37. package/build/question/inputs/RegeneratePluginInputs.d.ts +16 -0
  38. package/build/question/inputs/RegeneratePluginInputs.d.ts.map +1 -0
  39. package/build/question/inputs/RegeneratePluginInputs.js +5 -0
  40. package/build/question/inputs/RegeneratePluginInputs.js.map +1 -0
  41. package/build/question/inputs/index.d.ts +1 -0
  42. package/build/question/inputs/index.d.ts.map +1 -1
  43. package/build/question/inputs/index.js +1 -0
  44. package/build/question/inputs/index.js.map +1 -1
  45. package/build/question/options/CreateProjectOptions.js +1 -1
  46. package/build/question/options/CreateProjectOptions.js.map +1 -1
  47. package/build/question/options/RegeneratePluginOptions.d.ts +10 -0
  48. package/build/question/options/RegeneratePluginOptions.d.ts.map +1 -0
  49. package/build/question/options/RegeneratePluginOptions.js +28 -0
  50. package/build/question/options/RegeneratePluginOptions.js.map +1 -0
  51. package/build/question/options/SPFxAddWebpartOptions.js +1 -1
  52. package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
  53. package/build/question/options/index.d.ts +1 -0
  54. package/build/question/options/index.d.ts.map +1 -1
  55. package/build/question/options/index.js +1 -0
  56. package/build/question/options/index.js.map +1 -1
  57. package/build/question/other.js +1 -1
  58. package/build/question/other.js.map +1 -1
  59. package/build/tsconfig.tsbuildinfo +1 -1
  60. package/package.json +5 -5
  61. package/resource/package.nls.cs.json +68 -57
  62. package/resource/package.nls.de.json +68 -57
  63. package/resource/package.nls.es.json +68 -57
  64. package/resource/package.nls.fr.json +68 -57
  65. package/resource/package.nls.it.json +68 -57
  66. package/resource/package.nls.ja.json +68 -57
  67. package/resource/package.nls.json +1 -1
  68. package/resource/package.nls.ko.json +68 -57
  69. package/resource/package.nls.pl.json +68 -57
  70. package/resource/package.nls.pt-BR.json +68 -57
  71. package/resource/package.nls.ru.json +68 -57
  72. package/resource/package.nls.tr.json +68 -57
  73. package/resource/package.nls.zh-Hans.json +68 -57
  74. package/resource/package.nls.zh-Hant.json +68 -57
  75. package/resource/yaml-schema/v1.8/yaml.schema.json +1 -1
  76. package/resource/yaml-schema/yaml.schema.json +1 -1
  77. package/templates/fallback/common.zip +0 -0
  78. package/templates/fallback/csharp.zip +0 -0
  79. package/templates/fallback/js.zip +0 -0
  80. package/templates/fallback/python.zip +0 -0
  81. package/templates/fallback/ts.zip +0 -0
  82. package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +60 -49
  83. package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +60 -49
@@ -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": "Regenerate",
6
+ "core.regenerateApi.continue": "再生成",
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": "Teams パッケージが [ローカル アドレス](%s) で正常にビルドされました。",
139
- "plugins.appstudio.buildSucceedNotice.fallback": "Teams パッケージが %s で正常にビルドされました。",
138
+ "plugins.appstudio.buildSucceedNotice": "App package successfully built at [local address](%s).",
139
+ "plugins.appstudio.buildSucceedNotice.fallback": "App package successfully built at %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": "Teams パッケージをビルドできません。",
198
+ "error.appstudio.buildError": "Unable to build app Package!",
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": "The OpenAPI description document version is 3.1 and has been converted to OpenAPI 3.0 and saved in \"%s\".",
295
+ "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "この OpenAPI 記述ドキュメントのバージョンは 3.1 で、OpenAPI 3.0 に変換され、\"%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": "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",
312
+ "core.createProjectQuestion.projectType.agentForTeams.label": "Teams のエージェント",
313
+ "core.createProjectQuestion.projectType.agentForTeams.detail": "Teams AI ライブラリを使用して Microsoft Teams のエージェントを簡単に構築する",
314
+ "core.createProjectQuestion.projectType.agentForTeams.title": "Teams AI ライブラリを使用する Teams のエージェント",
315
+ "core.createProjectQuestion.projectType.teamsApp.label": "Teams アプリ",
316
+ "core.createProjectQuestion.projectType.teamsApp.detail": "Microsoft Teams 用に独自の Web ページ、チャット ボット、またはメッセージ拡張機能を作成します",
317
+ "core.createProjectQuestion.projectType.teamsApp.title": "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": "Build intelligent agent where you manage orchestration and provide your own LLM",
331
+ "core.createProjectQuestion.projectType.customCopilot.detail": "オーケストレーションを管理し、独自の LLM を提供するインテリジェント エージェントを構築します",
332
332
  "core.createProjectQuestion.projectType.customCopilot.label": "カスタム エンジン エージェント",
333
- "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
333
+ "core.createProjectQuestion.projectType.customCopilot.title": "Microsoft 365 エージェント 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": "Agents for Microsoft 365 Copilot",
338
+ "core.createProjectQuestion.projectType.createGroup.aiAgent": "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": "Bot Frameworkを使用してメッセージ拡張機能を作成する",
344
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
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": "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",
356
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "基本的なカスタム エンジン エージェント",
357
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Microsoft 365 エージェント SDK で構築され、LLM に接続するインテリジェント エージェント",
358
+ "core.createProjectQuestion.capability.weatherAgentOption.label": "天気エージェント",
359
+ "core.createProjectQuestion.capability.weatherAgentOption.detail": "Microsoft 365 エージェント SDK LangChain を使用して構築された天気予報エージェント",
360
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Teams の基本エージェント",
361
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Teams AI ライブラリを使用して構築された Teams でユーザーとチャットし、LLM に接続するエージェント",
362
362
  "core.createProjectQuestion.capability.customCopilotRagOption.label": "データとのチャット",
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",
363
+ "core.createProjectQuestion.capability.customCopilotRagOption.detail": "あなたのコンテンツと知識を活用してドメイン固有の質問に正確に答えるエージェント",
364
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "API を使用したエージェント",
365
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "LLM 推論に基づいて意思決定を行い、アクションを実行できる Teams のエージェント",
366
366
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "カスタマイズ",
367
367
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "データの読み込み方法を決定します",
368
368
  "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI 検索",
@@ -386,10 +386,12 @@
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 Connector",
390
- "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Copilot connectors for grounding information.",
389
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot connector",
390
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "選択した Microsoft Copilot コネクタで、基盤となる情報を検索します。",
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",
393
395
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive または SharePoint コンテンツ",
394
396
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "OneDrive または SharePoint の URL を入力してください",
395
397
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "OneDrive または SharePoint の URL を検証できませんでした: %s",
@@ -442,8 +444,17 @@
442
444
  "core.createProjectQuestion.noPlugin.detail": "宣言型エージェントのみを作成する",
443
445
  "core.createProjectQuestion.addPlugin.label": "アクションの追加",
444
446
  "core.createProjectQuestion.addPlugin.detail": "アクションを含む宣言型エージェントを作成します",
445
- "core.createProjectQuestion.createGraphConnector.label": "Copilot Connector",
446
- "core.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
447
+ "core.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
448
+ "core.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
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 で検索できるようにします",
447
458
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "マニフェスト ファイルのインポート",
448
459
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "OpenAPI 記述ドキュメントのインポート",
449
460
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "アクション マニフェスト ファイルを選択する",
@@ -453,13 +464,13 @@
453
464
  "core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "複数の OpenAPI 記述ドキュメントが見つかりました: \"%s\"。",
454
465
  "core.createProjectQuestion.addKnowledge.title": "機能の追加",
455
466
  "core.createProjectQuestion.addKnowledge.placeholder": "宣言型エージェントの基礎情報として機能ソースを選択する",
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.",
467
+ "core.regenerateQuestion.declarativeAgentPathNotFound": "マニフェスト ファイルに宣言型エージェントのパスが見つかりません: %s",
468
+ "core.regenerateQuestion.actionNotFound": "宣言型エージェント マニフェスト ファイルにアクションが見つかりません: %s",
469
+ "core.regenerateQuestion.specNotFound": "アクション マニフェスト ファイルに OpenAPI 記述ドキュメントが見つかりません: %s",
470
+ "core.regenerateQuestion.originalSpecNotFound": "元の OpenAPI 記述ドキュメントが見つかりません。元の OpenAPI の説明をここで手動でコピーできます %s",
471
+ "core.regenerateQuestion.selectPluginManifestTitle": "プラグイン マニフェスト ファイルを選択します。",
472
+ "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "OpenAPI 記述ドキュメント ファイルを選択します。",
473
+ "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Copilot が操作できる操作を選択します。",
463
474
  "core.aiAssistantBotOption.label": "AI エージェント ボット",
464
475
  "core.aiAssistantBotOption.detail": "Teams AI ライブラリと OpenAI Assistants API を使用する、Teams のカスタム AI エージェント ボット",
465
476
  "core.aiBotOption.label": "AI チャット ボット",
@@ -495,9 +506,9 @@
495
506
  "core.addPlugin.success.vsc": "アクション \"%s\" プロジェクトに正常に追加されました。",
496
507
  "core.addPlugin.success": "API プラグイン \"%s\" プロジェクトに正常に追加されました。プラグイン マニフェストを \"%s\" で表示します。",
497
508
  "core.addPlugin.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",
509
+ "core.regeneratePlugin.success": "アクション \"%s\" が正常に更新されました。プラグイン マニフェストを \"%s\" で表示します。",
510
+ "core.regeneratePlugin.success.vsc": "アクション \"%s\" が正常に更新されました。",
511
+ "core.regeneratePlugin.success.viewPluginManifest": "アクション マニフェストの表示",
501
512
  "core.addKnowledge.success.vsc": "機能ソースがプロジェクトに正常に追加されました。",
502
513
  "core.addKnowledge.success": "機能ソースがプロジェクトに正常に追加されました。\"%s\" でエージェント マニフェストを表示します。",
503
514
  "core.addKnowledge.success.viewAgentManifest": "エージェント マニフェストの表示",
@@ -535,27 +546,27 @@
535
546
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Teams ストアにアプリを発行する前にアプリを検証する",
536
547
  "core.selectValidateMethodQuestion.validate.testCasesOption": "発行する前にすべての統合テスト ケースを検証する",
537
548
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "準備を確保するための包括的なテスト",
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",
549
+ "core.GCSelectQuestion.title": "Copilot connector Content",
550
+ "core.GCSelectOptions.listOption.title": "Select existing Copilot connectors",
551
+ "core.GCSelectOptions.listOption.description": "List all existing Copilot connectors",
552
+ "core.GCSelectOptions.inputOption.title": "Enter a Copilot connector Connection ID",
553
+ "core.GCSelectOptions.inputOption.description": "Enter a Copilot connector Connection ID manually",
554
+ "core.GCListQuestion.title": "Select one or more Copilot connectors as capability source",
555
+ "core.GCListQuestion.placeholder": "List all existing Copilot connectors",
545
556
  "core.GCInputQuestion.title": "接続 ID",
546
557
  "core.GCListQuestion.invalidMessage": "%s API が選択されました。少なくとも 1 つの API を選択する必要があります。",
547
558
  "core.GCNameQuestion.title": "コネクタ名を追加する",
548
- "core.GCNameQuestion.placeholder": "Create a name for Copilot Connector",
559
+ "core.GCNameQuestion.placeholder": "Create a name for Copilot connector",
549
560
  "core.GCConnectionIdQuestion.title": "接続 ID を追加する",
550
- "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot Connector",
561
+ "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot connector",
551
562
  "core.GCConnectionIdQuestion.validation.pattern": "コネクタ ID には英数字のみを使用する必要があります。",
552
563
  "core.GCConnectionIdQuestion.validation.specialBeginner": "接続 ID は %s で始めることはできません。",
553
564
  "core.GCConnectionIdQuestion.validation.minlength": "接続 ID が 3 文字未満です。",
554
565
  "core.GCConnectionIdQuestion.validation.maxlength": "接続 ID が 32 文字を超えています。",
555
- "core.GCList.insufficientPermission": "To list Copilot Connectors, you need org's Microsoft 365 tenant admin permissions.",
566
+ "core.GCList.insufficientPermission": "To list Copilot connectors, you need org's Microsoft 365 tenant admin permissions.",
556
567
  "core.confirmManifestQuestion.placeholder": "正しいマニフェスト ファイルを選択したことを確認します",
557
- "core.createProjectQuestion.addGC.label": "Add a Copilot Connector",
558
- "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot Connector",
568
+ "core.createProjectQuestion.addGC.label": "Add a Copilot connector",
569
+ "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
559
570
  "core.aadAppQuestion.label": "Microsoft Entra アプリ",
560
571
  "core.aadAppQuestion.description": "シングル サインオン用のMicrosoft Entra アプリ",
561
572
  "core.convertAadToNewSchema.continue": "続行",
@@ -616,7 +627,7 @@
616
627
  "core.common.SendingApiRequest": "API 要求を送信しています: %s。要求本文: %s",
617
628
  "core.common.ReceiveApiResponse": "API 応答を受信しました: %s。",
618
629
  "core.common.shareToUser.success": "アプリがユーザーと正常に共有されました: %s。",
619
- "core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
630
+ "core.common.removeShareAccess.success": "ユーザーから共有アプリのアクセスが削除されました: %s",
620
631
  "core.envFunc.unsupportedFile.errorLog": "\"%s\" は無効なファイルです。サポートされている形式: %s。",
621
632
  "core.envFunc.unsupportedFile.errorMessage": "ファイルが無効です。%s",
622
633
  "core.envFunc.unsupportedFunction.errorLog": "\"%s\" は無効な関数です。サポートされている関数: \"%s\"。",
@@ -916,7 +927,7 @@
916
927
  "driver.devChannel.install.description": "サンドボックス チャネルにアプリをインストールします。",
917
928
  "driver.devChannel.install.progress.message": "アプリをインストールしています...",
918
929
  "driver.devChannel.install.summary.exists": "アプリ '%s' はチーム '%s' に既にインストールされています。最新バージョンに更新されます。",
919
- "error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
930
+ "error.installApp.outsideSandbox": "セキュリティで保護されたチーム外でアプリをインストールできません。TEAM_ID CHANNEL_ID を更新してください。",
920
931
  "error.yaml.InvalidYamlSchemaError": "YAML ファイルを解析できません: %s。エラーの詳細については YAML ファイルを開いてください。",
921
932
  "error.yaml.InvalidYamlSchemaErrorWithReason": "YAML ファイルを解析できません: %s。理由: %s YAML ファイルを確認するか、最新の Microsoft 365 Agents Toolkit にアップグレードしてください。",
922
933
  "error.yaml.VersionNotSupported": "バージョン %s がサポートされていません。サポートされているバージョン: %s。",
@@ -1068,8 +1079,8 @@
1068
1079
  "core.addKnowledgeQuestion.searchType.title": "検索の種類の選択",
1069
1080
  "core.addKnowledgeQuestion.searchType.web": "Web 上のすべてのコンテンツを検索します",
1070
1081
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "組織内のすべてのコンテンツを検索する",
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",
1082
+ "core.createProjectQuestion.apiPlugin.typeSpec.label": "Microsoft 365 Copilot TypeSpec で始める",
1083
+ "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Microsoft 365 Copilot TypeSpec を使用して、アクションの有無にかかわらず宣言型エージェントを作成する",
1073
1084
  "core.addKnowledgeQuestion.searchType.url": "URL で検索する",
1074
1085
  "driver.typeSpec.compile.start": "アクション %s を実行しています",
1075
1086
  "driver.typespec.error.noSpecError": "OpenApi 仕様が見つかりません。TypeSpec ファイルが有効であることを確認してから、もう一度お試しください。",
@@ -1094,8 +1105,8 @@
1094
1105
  "action.devTool.nodeInstaller.SuccessExtract": "Node.js パッケージがパスに正常に抽出されました: %s、時間: %s ミリ秒",
1095
1106
  "action.devTool.nodeInstaller.Summary.installInPath": "NodeJS は %s にインストールされています。",
1096
1107
  "action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS は既にシステム環境にインストールされています。",
1097
- "driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
1108
+ "driver.typeSpec.compile.reprovision": "ファイル %s が更新されました。これらの変更を反映させるためにプロビジョニング プロセスを再実行する",
1098
1109
  "error.kiota.KiotaGeneratePluginError": "Kiota を使用してプラグイン マニフェスト ファイルを生成できません。エラー: %s",
1099
- "error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
1100
- "error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
1110
+ "error.daSpecParser.InvalidSpecError": "OpenAPI 仕様ファイルが無効です: %s",
1111
+ "error.kiotaClient.EmptyResult": "OpenAPI の説明ファイルをパースすると、空の結果が返されます。"
1101
1112
  }
@@ -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. Another provision process has been triggered to account for these changes.",
1117
+ "driver.typeSpec.compile.reprovision": "File %s is updated. A new provision process has started to apply the 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": "Regenerate",
6
+ "core.regenerateApi.continue": "다시 생성",
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": "Teams 패키지가 [로컬 주소](%s)에 빌드되었습니다.",
139
- "plugins.appstudio.buildSucceedNotice.fallback": "Teams 패키지가 %s에 빌드되었습니다.",
138
+ "plugins.appstudio.buildSucceedNotice": "App package successfully built at [local address](%s).",
139
+ "plugins.appstudio.buildSucceedNotice.fallback": "App package successfully built at %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": "Teams 패키지를 빌드할 없습니다.",
198
+ "error.appstudio.buildError": "Unable to build app Package!",
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": "The OpenAPI description document version is 3.1 and has been converted to OpenAPI 3.0 and saved in \"%s\".",
295
+ "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "OpenAPI 설명 문서 버전은 3.1이며 OpenAPI 3.0으로 변환되어 \"%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": "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",
312
+ "core.createProjectQuestion.projectType.agentForTeams.label": "Teams용 에이전트",
313
+ "core.createProjectQuestion.projectType.agentForTeams.detail": "Teams AI 라이브러리를 사용하여 Microsoft Teams 에이전트를 쉽게 구축하세요.",
314
+ "core.createProjectQuestion.projectType.agentForTeams.title": "Teams AI 라이브러리를 사용하는 Teams 에이전트",
315
+ "core.createProjectQuestion.projectType.teamsApp.label": "Teams ",
316
+ "core.createProjectQuestion.projectType.teamsApp.detail": "Microsoft Teams용 나만의 페이지, 채팅 또는 메시지 확장을 만드세요.",
317
+ "core.createProjectQuestion.projectType.teamsApp.title": "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": "Build intelligent agent where you manage orchestration and provide your own LLM",
331
+ "core.createProjectQuestion.projectType.customCopilot.detail": "오케스트레이션을 관리하고 고유의 LLM을 제공하는 지능형 에이전트 구축",
332
332
  "core.createProjectQuestion.projectType.customCopilot.label": "사용자 지정 엔진 에이전트",
333
- "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
333
+ "core.createProjectQuestion.projectType.customCopilot.title": "Microsoft 365 에이전트 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": "Agents for Microsoft 365 Copilot",
338
+ "core.createProjectQuestion.projectType.createGroup.aiAgent": "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": "Bot Framework 사용하여 메시지 확장 만들기",
344
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
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": "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",
356
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "기본 사용자 지정 엔진 에이전트",
357
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Microsoft 365 에이전트 SDK 구축되고 LLM에 연결되는 지능형 에이전트",
358
+ "core.createProjectQuestion.capability.weatherAgentOption.label": "날씨 에이전트",
359
+ "core.createProjectQuestion.capability.weatherAgentOption.detail": "Microsoft 365 에이전트 SDK LangChain을 사용하여 구축된 날씨 예측 에이전트",
360
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Teams용 기본 에이전트",
361
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Teams AI 라이브러리를 사용하여 구축된 Teams에서 사용자와 채팅하고 LLM에 연결하는 에이전트",
362
362
  "core.createProjectQuestion.capability.customCopilotRagOption.label": "데이터와 채팅",
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",
363
+ "core.createProjectQuestion.capability.customCopilotRagOption.detail": "콘텐츠 지식을 사용하여 도메인별 질문에 정확하게 답변하는 에이전트",
364
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "API를 사용하는 에이전트",
365
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "LLM 추론에 따라 결정을 내리고 작업을 수행할 있는 Teams용 에이전트",
366
366
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "사용자 지정",
367
367
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "데이터 로드 방법 결정",
368
368
  "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI 검색",
@@ -386,10 +386,12 @@
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 Connector",
390
- "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Copilot connectors for grounding information.",
389
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot connector",
390
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "선택한 Microsoft Copilot 커넥터에서 기초 정보를 검색합니다.",
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",
393
395
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive 또는 SharePoint 콘텐츠",
394
396
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "OneDrive 또는 SharePoint에 대한 URL 입력",
395
397
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "OneDrive/SharePoint URL의 유효성을 검사하지 못했습니다. %s",
@@ -442,8 +444,17 @@
442
444
  "core.createProjectQuestion.noPlugin.detail": "선언적 에이전트만 만들기",
443
445
  "core.createProjectQuestion.addPlugin.label": "작업 추가",
444
446
  "core.createProjectQuestion.addPlugin.detail": "동작을 사용하여 선언적 에이전트 만들기",
445
- "core.createProjectQuestion.createGraphConnector.label": "Copilot Connector",
446
- "core.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
447
+ "core.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
448
+ "core.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
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에서 검색 가능하도록 조직 데이터를 포함합니다.",
447
458
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "매니페스트 파일 가져오기",
448
459
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "OpenAPI 설명 문서 가져오기",
449
460
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "작업 매니페스트 파일 선택",
@@ -453,13 +464,13 @@
453
464
  "core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "여러 OpenAPI 설명 문서를 찾았습니다. \"%s\".",
454
465
  "core.createProjectQuestion.addKnowledge.title": "기능 추가",
455
466
  "core.createProjectQuestion.addKnowledge.placeholder": "선언적 에이전트에 대한 기반을 두는 과정 정보로 기능 원본 선택",
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.",
467
+ "core.regenerateQuestion.declarativeAgentPathNotFound": "매니페스트 파일에서 선언적 에이전트 경로를 찾을 없습니다. %s.",
468
+ "core.regenerateQuestion.actionNotFound": "선언적 에이전트 매니페스트 파일에서 작업을 찾을 없습니다. %s.",
469
+ "core.regenerateQuestion.specNotFound": "작업 매니페스트 파일에서 OpenAPI 설명 문서를 찾을 없습니다. %s.",
470
+ "core.regenerateQuestion.originalSpecNotFound": "원래 OpenAPI 설명 문서를 찾을 없습니다. 여기 %s에서 원래 OpenAPI 설명을 수동으로 복사할 있습니다.",
471
+ "core.regenerateQuestion.selectPluginManifestTitle": "플러그 매니페스트 파일을 선택합니다.",
472
+ "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "OpenAPI 설명 문서 파일을 선택합니다.",
473
+ "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Copilot가 상호 작용할 있는 작업을 선택합니다.",
463
474
  "core.aiAssistantBotOption.label": "AI 에이전트 봇",
464
475
  "core.aiAssistantBotOption.detail": "Teams AI 라이브러리 및 OpenAI 도우미 API를 사용하는 Teams의 사용자 지정 AI 에이전트 봇",
465
476
  "core.aiBotOption.label": "AI 챗봇",
@@ -495,9 +506,9 @@
495
506
  "core.addPlugin.success.vsc": "프로젝트에 작업 \"%s\" 추가되었습니다.",
496
507
  "core.addPlugin.success": "API 플러그 인 \"%s\" 프로젝트에 추가되었습니다. \"%s\" 플러그 인 매니페스트를 봅니다.",
497
508
  "core.addPlugin.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",
509
+ "core.regeneratePlugin.success": "작업 \"%s\"이(가) 업데이트되었습니다. \"%s\"에서 플러그 인 매니페스트를 봅니다.",
510
+ "core.regeneratePlugin.success.vsc": "작업 \"%s\"이(가) 업데이트되었습니다.",
511
+ "core.regeneratePlugin.success.viewPluginManifest": "작업 매니페스트 보기",
501
512
  "core.addKnowledge.success.vsc": "프로젝트에 기능 원본이 추가되었습니다.",
502
513
  "core.addKnowledge.success": "프로젝트에 기능 원본이 추가되었습니다. \"%s\"에서 에이전트 매니페스트를 확인하세요.",
503
514
  "core.addKnowledge.success.viewAgentManifest": "에이전트 매니페스트 보기",
@@ -535,27 +546,27 @@
535
546
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Teams 스토어에 앱을 게시하기 전에 앱 유효성 검사",
536
547
  "core.selectValidateMethodQuestion.validate.testCasesOption": "게시하기 전에 모든 통합 테스트 사례 유효성 검사",
537
548
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "준비 상태를 보장하기 위한 포괄적인 테스트",
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",
549
+ "core.GCSelectQuestion.title": "Copilot connector Content",
550
+ "core.GCSelectOptions.listOption.title": "Select existing Copilot connectors",
551
+ "core.GCSelectOptions.listOption.description": "List all existing Copilot connectors",
552
+ "core.GCSelectOptions.inputOption.title": "Enter a Copilot connector Connection ID",
553
+ "core.GCSelectOptions.inputOption.description": "Enter a Copilot connector Connection ID manually",
554
+ "core.GCListQuestion.title": "Select one or more Copilot connectors as capability source",
555
+ "core.GCListQuestion.placeholder": "List all existing Copilot connectors",
545
556
  "core.GCInputQuestion.title": "연결 ID",
546
557
  "core.GCListQuestion.invalidMessage": "%s API가 선택되었습니다. 하나 이상의 API를 선택해야 합니다.",
547
558
  "core.GCNameQuestion.title": "커넥터 이름 추가",
548
- "core.GCNameQuestion.placeholder": "Create a name for Copilot Connector",
559
+ "core.GCNameQuestion.placeholder": "Create a name for Copilot connector",
549
560
  "core.GCConnectionIdQuestion.title": "연결 ID 추가",
550
- "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot Connector",
561
+ "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot connector",
551
562
  "core.GCConnectionIdQuestion.validation.pattern": "커넥터 ID는 영숫자 문자만 포함해야 합니다.",
552
563
  "core.GCConnectionIdQuestion.validation.specialBeginner": "연결 ID는 %s(으)로 시작하지 않아야 합니다.",
553
564
  "core.GCConnectionIdQuestion.validation.minlength": "연결 ID가 3자보다 짧습니다.",
554
565
  "core.GCConnectionIdQuestion.validation.maxlength": "연결 ID가 32자보다 깁니다.",
555
- "core.GCList.insufficientPermission": "To list Copilot Connectors, you need org's Microsoft 365 tenant admin permissions.",
566
+ "core.GCList.insufficientPermission": "To list Copilot connectors, you need org's Microsoft 365 tenant admin permissions.",
556
567
  "core.confirmManifestQuestion.placeholder": "올바른 매니페스트 파일을 선택했는지 확인합니다.",
557
- "core.createProjectQuestion.addGC.label": "Add a Copilot Connector",
558
- "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot Connector",
568
+ "core.createProjectQuestion.addGC.label": "Add a Copilot connector",
569
+ "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
559
570
  "core.aadAppQuestion.label": "Microsoft Entra 앱",
560
571
  "core.aadAppQuestion.description": "Single Sign On Microsoft Entra 앱",
561
572
  "core.convertAadToNewSchema.continue": "계속",
@@ -616,7 +627,7 @@
616
627
  "core.common.SendingApiRequest": "API 요청을 보내는 중: %s. 요청 본문: %s",
617
628
  "core.common.ReceiveApiResponse": "API 응답을 받았습니다. %s.",
618
629
  "core.common.shareToUser.success": "사용자와 앱을 공유함: %s.",
619
- "core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
630
+ "core.common.removeShareAccess.success": "사용자로부터 공유 액세스가 제거됨: %s.",
620
631
  "core.envFunc.unsupportedFile.errorLog": "\"%s\" 잘못된 파일입니다. 지원되는 형식: %s.",
621
632
  "core.envFunc.unsupportedFile.errorMessage": "잘못된 파일입니다. %s",
622
633
  "core.envFunc.unsupportedFunction.errorLog": "\"%s\" 잘못된 함수입니다. 지원되는 함수: \"%s\".",
@@ -916,7 +927,7 @@
916
927
  "driver.devChannel.install.description": "샌드박스 채널에 앱을 설치합니다.",
917
928
  "driver.devChannel.install.progress.message": "앱을 설치하는 중...",
918
929
  "driver.devChannel.install.summary.exists": "앱 '%s'이(가) 팀 '%s'에 이미 설치되어 있습니다. 이제 최신 버전으로 업데이트됩니다.",
919
- "error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
930
+ "error.installApp.outsideSandbox": "샌드박스 외부에 앱을 설치할 없습니다. TEAM_ID CHANNEL_ID를 업데이트하세요.",
920
931
  "error.yaml.InvalidYamlSchemaError": "%s yaml 파일을 구문 분석할 수 없습니다. yaml 파일을 열어 자세한 오류 내용을 확인하세요.",
921
932
  "error.yaml.InvalidYamlSchemaErrorWithReason": "yaml을 구문 분석 할 수 없음: %s. 원인: %s yaml 파일을 검토하거나 최신 Microsoft 365 Agents Toolkit로 업그레이드하세요.",
922
933
  "error.yaml.VersionNotSupported": "%s 버전은 지원되지 않습니다. 지원되는 버전: %s.",
@@ -1068,8 +1079,8 @@
1068
1079
  "core.addKnowledgeQuestion.searchType.title": "검색 유형 선택",
1069
1080
  "core.addKnowledgeQuestion.searchType.web": "웹의 모든 콘텐츠 검색",
1070
1081
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "조직 내의 모든 콘텐츠 검색",
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",
1082
+ "core.createProjectQuestion.apiPlugin.typeSpec.label": "Microsoft 365 Copilot용 TypeSpec 시작",
1083
+ "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Microsoft 365 Copilot용 TypeSpec을 사용하여 동작이 있거나 없는 선언적 에이전트 만들기",
1073
1084
  "core.addKnowledgeQuestion.searchType.url": "URL로 검색",
1074
1085
  "driver.typeSpec.compile.start": "%s 작업을 실행하는 중",
1075
1086
  "driver.typespec.error.noSpecError": "OpenApi 사양을 찾을 수 없습니다. TypeSpec 파일이 유효한지 확인하고 다시 시도하세요.",
@@ -1094,8 +1105,8 @@
1094
1105
  "action.devTool.nodeInstaller.SuccessExtract": "NodeJS 패키지를 경로 %s(으)로 추출했습니다. 시간: %s ms",
1095
1106
  "action.devTool.nodeInstaller.Summary.installInPath": "NodeJS가 %s에 설치되어 있습니다.",
1096
1107
  "action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS가 시스템 환경에 이미 설치되어 있습니다.",
1097
- "driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
1108
+ "driver.typeSpec.compile.reprovision": "파일 %s이(가) 업데이트되었습니다. 이러한 변경 사항을 반영하려면 프로비전 프로세스를 다시 실행하세요.",
1098
1109
  "error.kiota.KiotaGeneratePluginError": "Kiota를 사용하여 플러그 인 매니페스트 파일을 생성할 수 없습니다. 오류: %s",
1099
- "error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
1100
- "error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
1110
+ "error.daSpecParser.InvalidSpecError": "OpenAPI 사양 파일이 잘못되었습니다. %s",
1111
+ "error.kiotaClient.EmptyResult": "OpenAPI 설명 파일을 구문 분석할 결과를 가져옵니다."
1101
1112
  }