@microsoft/teamsfx-core 3.0.0-alpha.e2e4e5205.0 → 3.0.0-alpha.e3f6ce706.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/graphClient.d.ts +6 -1
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +49 -18
- package/build/client/graphClient.js.map +1 -1
- package/build/common/daSpecParser.d.ts +1 -1
- package/build/common/daSpecParser.d.ts.map +1 -1
- package/build/common/daSpecParser.js +44 -21
- package/build/common/daSpecParser.js.map +1 -1
- package/build/common/featureFlags.d.ts +0 -5
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +0 -5
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +3 -0
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +5 -6
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +4 -4
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +29 -29
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
- package/build/component/driver/typeSpec/compile.js +1 -2
- package/build/component/driver/typeSpec/compile.js.map +1 -1
- package/build/component/generator/combinedProject/generator.d.ts.map +1 -1
- package/build/component/generator/combinedProject/generator.js +1 -1
- package/build/component/generator/combinedProject/generator.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +4 -3
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/m365/serviceConstant.d.ts.map +1 -1
- package/build/component/m365/serviceConstant.js +10 -0
- package/build/component/m365/serviceConstant.js.map +1 -1
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +1 -2
- package/build/component/migrate.js.map +1 -1
- package/build/core/FxCore.d.ts +6 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +106 -4
- package/build/core/FxCore.js.map +1 -1
- package/build/core/middleware/retry.d.ts +3 -0
- package/build/core/middleware/retry.d.ts.map +1 -0
- package/build/core/middleware/retry.js +30 -0
- package/build/core/middleware/retry.js.map +1 -0
- package/build/error/common.d.ts +15 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +57 -1
- package/build/error/common.js.map +1 -1
- package/build/index.d.ts +3 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +17 -4
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +2 -206
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +6 -683
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +4 -9
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +159 -555
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +1 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +3 -1
- package/build/question/index.js.map +1 -1
- package/build/question/other.d.ts +1 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +16 -2
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +131 -0
- package/build/question/questionNames.d.ts.map +1 -0
- package/build/question/questionNames.js +137 -0
- package/build/question/questionNames.js.map +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +14 -6
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +6 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +43 -14
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +4 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.js +15 -11
- package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
- package/build/question/scaffold/vsc/agentForTeamsNode.js +11 -11
- package/build/question/scaffold/vsc/agentForTeamsNode.js.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts +1 -7
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +11 -45
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +26 -11
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.js +2 -2
- package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts +2 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +16 -22
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js +0 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +9 -9
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +14 -14
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -4
- package/resource/package.nls.cs.json +87 -81
- package/resource/package.nls.de.json +87 -81
- package/resource/package.nls.es.json +87 -81
- package/resource/package.nls.fr.json +87 -81
- package/resource/package.nls.it.json +87 -81
- package/resource/package.nls.ja.json +87 -81
- package/resource/package.nls.json +13 -12
- package/resource/package.nls.ko.json +87 -81
- package/resource/package.nls.pl.json +79 -73
- package/resource/package.nls.pt-BR.json +87 -81
- package/resource/package.nls.ru.json +152 -146
- package/resource/package.nls.tr.json +87 -81
- package/resource/package.nls.zh-Hans.json +79 -73
- package/resource/package.nls.zh-Hant.json +87 -81
- 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/component/driver/typeSpec/error/reProvisionError.d.ts +0 -5
- package/build/component/driver/typeSpec/error/reProvisionError.d.ts.map +0 -1
- package/build/component/driver/typeSpec/error/reProvisionError.js +0 -21
- package/build/component/driver/typeSpec/error/reProvisionError.js.map +0 -1
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"core.addApi.continue": "追加",
|
|
6
6
|
"core.addKnowledge.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder based on the capability source you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
7
7
|
"core.addKnowledge.continue": "追加",
|
|
8
|
-
"core.setSensitivityLabel.confirm": "Teams Toolkit
|
|
9
|
-
"core.setSensitivityLabel.continue": "
|
|
8
|
+
"core.setSensitivityLabel.confirm": "Teams Toolkit は、指定した秘密度ラベルに基づいてファイル \"%s\" を変更します。予期しない変更が失われないようにするには、続行する前にファイルをバックアップするか、Git を使用して変更を追跡します。",
|
|
9
|
+
"core.setSensitivityLabel.continue": "設定",
|
|
10
10
|
"core.provision.provision": "準備",
|
|
11
11
|
"core.provision.learnMore": "その他の情報",
|
|
12
12
|
"core.provision.azureAccount": "Azure アカウント: %s",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json が無効です。",
|
|
44
44
|
"core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Microsoft 365 Agents Toolkit. Please try Microsoft 365 Agents Toolkit by creating a new project",
|
|
45
45
|
"core.migrationV3.notAllowedMigration": "Microsoft 365 Agents Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsapp upgrade\" to upgrade your project first.",
|
|
46
|
-
"core.projectVersionChecker.cliUseNewVersion": "
|
|
46
|
+
"core.projectVersionChecker.cliUseNewVersion": "The existing Microsoft 365 Agents Toolkit CLI version doesn't support current project. Upgrade to the latest version using below command:\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
|
|
47
47
|
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Microsoft 365 Agents Toolkit.",
|
|
48
|
-
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Microsoft 365 Agents Toolkit preview feature -
|
|
48
|
+
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Microsoft 365 Agents Toolkit preview feature - app Configuration Improvements. You can turn on the preview feature to continue.",
|
|
49
49
|
"core.deployArmTemplates.ActionSuccess": "ARM テンプレートが正常にデプロイされました。リソース グループ名: %s。展開名: %s",
|
|
50
|
-
"core.collaboration.ListCollaboratorsSuccess": "
|
|
50
|
+
"core.collaboration.ListCollaboratorsSuccess": "List of app owners is successful, you can view it in [Output panel](%s).",
|
|
51
51
|
"core.collaboration.GrantingPermission": "アクセス許可を付与しています",
|
|
52
52
|
"core.collaboration.EmailCannotBeEmptyOrSame": "コラボレーターのメールを提供し、それが現在のユーザーのメールでないことを確認します。",
|
|
53
53
|
"core.collaboration.CannotFindUserInCurrentTenant": "現在のテナントにユーザーが見つかりません。正しいメール アドレスを入力してください",
|
|
@@ -59,18 +59,18 @@
|
|
|
59
59
|
"core.collaboration.GrantPermissionResourceId": "、リソース ID: ",
|
|
60
60
|
"core.collaboration.ListingM365Permission": "Microsoft 365 アクセス許可の一覧を作成しています\n",
|
|
61
61
|
"core.collaboration.AccountUsedToCheck": "確認に使用されるアカウント: ",
|
|
62
|
-
"core.collaboration.StartingListAllTeamsAppOwners": "\
|
|
62
|
+
"core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all app owners for environment: ",
|
|
63
63
|
"core.collaboration.StartingListAllAadAppOwners": "\n環境の、すべての Microsoft Entra アプリ所有者の一覧作成を開始しています。",
|
|
64
|
-
"core.collaboration.M365TeamsAppId": "
|
|
64
|
+
"core.collaboration.M365TeamsAppId": "App (ID: ",
|
|
65
65
|
"core.collaboration.SsoAadAppId": "SSO Microsoft Entra アプリ (ID:",
|
|
66
|
-
"core.collaboration.TeamsAppOwner": "
|
|
66
|
+
"core.collaboration.TeamsAppOwner": "App Owner: ",
|
|
67
67
|
"core.collaboration.AadAppOwner": "Microsoft Entraアプリ所有者:",
|
|
68
68
|
"core.collaboration.StaringCheckPermission": "環境のアクセス許可の確認を開始しています: ",
|
|
69
69
|
"core.collaboration.CheckPermissionResourceId": "リソース ID: ",
|
|
70
70
|
"core.collaboration.Undefined": "未定義",
|
|
71
71
|
"core.collaboration.ResourceName": "、リソース名: ",
|
|
72
72
|
"core.collaboration.Permission": "、アクセス許可: ",
|
|
73
|
-
"core.developerPortal.scaffold.CannotFindManifest": "
|
|
73
|
+
"core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for app %s.",
|
|
74
74
|
"plugins.spfx.questions.framework.title": "フレームワーク",
|
|
75
75
|
"plugins.spfx.questions.webpartName": "SharePoint Framework Web パーツの名前",
|
|
76
76
|
"plugins.spfx.questions.webpartName.error.duplicate": "フォルダー %s は既に存在します。コンポーネントに別の名前を指定してください。",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"suggestions.retryTheCurrentStep": "現在の手順をもう一度お試しください。",
|
|
137
137
|
"plugins.appstudio.buildSucceedNotice": "Teams パッケージが [ローカル アドレス](%s) で正常にビルドされました。",
|
|
138
138
|
"plugins.appstudio.buildSucceedNotice.fallback": "Teams パッケージが %s で正常にビルドされました。",
|
|
139
|
-
"plugins.appstudio.createPackage.progressBar.message": "
|
|
139
|
+
"plugins.appstudio.createPackage.progressBar.message": "Building app package...",
|
|
140
140
|
"plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "関数 %s の %s のstatic_templateに無効なファイル プロパティがあります。削除され、無視されます。",
|
|
141
141
|
"plugins.appstudio.createPackage.aiPlugin.overrideWarning": "The static_template in %s for function %s has both file and other properties. The file content will replace all the properties.",
|
|
142
142
|
"plugins.appstudio.createPackage.aiPlugin.containsUnderscore": "プラグイン ファイル: %s - 名前空間にアンダースコアが含まれており、削除されます。",
|
|
@@ -147,10 +147,10 @@
|
|
|
147
147
|
"plugins.appstudio.adminPortal": "管理者ポータルに移動",
|
|
148
148
|
"plugins.appstudio.publishSucceedNotice.cli": "[%s] が 管理 ポータル (%s) に正常に公開されました。承認すると、アプリがorganizationで利用できるようになります。%s から詳細情報を取得します。",
|
|
149
149
|
"plugins.appstudio.updatePublihsedAppConfirm": "新しい更新プログラムを送信しますか?",
|
|
150
|
-
"plugins.appstudio.teamsAppCreatedNotice": "
|
|
151
|
-
"plugins.appstudio.teamsAppUpdatedLog": "
|
|
152
|
-
"plugins.appstudio.teamsAppUpdatedNotice": "
|
|
153
|
-
"plugins.appstudio.teamsAppUpdatedCLINotice": "
|
|
150
|
+
"plugins.appstudio.teamsAppCreatedNotice": "app %s created successfully",
|
|
151
|
+
"plugins.appstudio.teamsAppUpdatedLog": "app %s updated successfully",
|
|
152
|
+
"plugins.appstudio.teamsAppUpdatedNotice": "Your app manifest is deployed successfully. To see your app in Developer Portal, click \"View in Developer Portal\".",
|
|
153
|
+
"plugins.appstudio.teamsAppUpdatedCLINotice": "Your app manifest is deployed successfully to ",
|
|
154
154
|
"plugins.appstudio.updateManifestTip": "マニフェスト ファイルの構成は既に変更されています。マニフェスト ファイルを再生成し、Teams プラットフォームに更新しますか?",
|
|
155
155
|
"plugins.appstudio.updateOverwriteTip": "Teams プラットフォーム上のマニフェスト ファイルは、前回の更新以降に変更されます。Teams プラットフォームで更新して上書きしますか?",
|
|
156
156
|
"plugins.appstudio.pubWarn": "アプリ %s は既にテナント アプリ カタログに送信されています。\n状態: %s\n",
|
|
@@ -186,19 +186,19 @@
|
|
|
186
186
|
"error.UnsupportedFileFormat": "ファイルが無効です。サポートされている形式: \"%s\"",
|
|
187
187
|
"error.VideoFilterAppNotRemoteSupported": "Microsoft 365 Agents Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
|
|
188
188
|
"error.appstudio.teamsAppRequiredPropertyMissing": "\"%s\" に必要なプロパティ \"%s\" がありません",
|
|
189
|
-
"error.appstudio.teamsAppCreateFailed": "
|
|
190
|
-
"error.appstudio.teamsAppUpdateFailed": "
|
|
189
|
+
"error.appstudio.teamsAppCreateFailed": "Unable to create app in Developer Portal due to %s",
|
|
190
|
+
"error.appstudio.teamsAppUpdateFailed": "Unable to update app with ID %s in Developer Portal due to %s",
|
|
191
191
|
"error.appstudio.apiFailed": "開発者ポータルに対して API 呼び出しを行うことができません。詳細については、[Output panel](command:fx-extension.showOutputChannel) を確認してください。",
|
|
192
192
|
"error.appstudio.apiFailed.telemetry": "開発者ポータルに対して API 呼び出しを行うことができません: %s、%s、API 名: %s、X-Correlation-ID: %s。",
|
|
193
193
|
"error.appstudio.apiFailed.reason.common": "一時的なサービス エラーが原因である可能性があります。数分後にもう一度お試しください。",
|
|
194
194
|
"error.appstudio.apiFailed.name.common": "API に失敗しました",
|
|
195
195
|
"error.appstudio.authServiceApiFailed": "開発者ポータルに対して API 呼び出しを行うことができません: %s、%s、要求パス: %s",
|
|
196
|
-
"error.appstudio.publishFailed": "ID %s
|
|
196
|
+
"error.appstudio.publishFailed": "Unable to publish app with ID %s.",
|
|
197
197
|
"error.appstudio.buildError": "Teams パッケージをビルドできません。",
|
|
198
198
|
"error.appstudio.checkPermissionFailed": "アクセス許可をチェックできません。理由: %s",
|
|
199
199
|
"error.appstudio.grantPermissionFailed": "アクセス許可を付与できません。理由: %s",
|
|
200
200
|
"error.appstudio.listCollaboratorFailed": "コラボレーターを一覧表示できません。理由: %s",
|
|
201
|
-
"error.appstudio.updateManifestInvalidApp": "ID %s
|
|
201
|
+
"error.appstudio.updateManifestInvalidApp": "Unable to find app with ID %s. Run debug or provision before updating manifest to Teams platform.",
|
|
202
202
|
"error.appstudio.invalidCapability": "無効な機能: %s",
|
|
203
203
|
"error.appstudio.capabilityExceedLimit": "機能 %s が上限に達したため、追加できません。",
|
|
204
204
|
"error.appstudio.staticTabNotExist": "エンティティ ID %s の静的タブが見つからないため、更新できません。",
|
|
@@ -207,12 +207,12 @@
|
|
|
207
207
|
"error.appstudio.validateFetchSchemaFailed": "%s からスキーマを取得できません。メッセージ: %s",
|
|
208
208
|
"error.appstudio.validateSchemaNotDefined": "マニフェスト スキーマが定義されていません",
|
|
209
209
|
"error.appstudio.syncManifestInvalidInput": "入力が無効です。プロジェクトのパスと env を空にすることはできません。",
|
|
210
|
-
"error.appstudio.syncManifestNoTeamsAppId": "
|
|
211
|
-
"error.appstudio.syncManifestNoManifest": "
|
|
212
|
-
"error.appstudio.publishInDevPortalSuggestionForValidationError": "\"Zip
|
|
213
|
-
"error.appstudio.teamsAppCreateConflict": "
|
|
214
|
-
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "
|
|
215
|
-
"error.appstudio.teamsAppPublishConflict": "
|
|
210
|
+
"error.appstudio.syncManifestNoTeamsAppId": "Unable to load app ID from the env file.",
|
|
211
|
+
"error.appstudio.syncManifestNoManifest": "Manifest downloaded from Developer Portal is empty",
|
|
212
|
+
"error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip app package\" and try again.",
|
|
213
|
+
"error.appstudio.teamsAppCreateConflict": "Unable to create app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
|
|
214
|
+
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "app with the same ID already exists in your organization's app store. Update the app and try again.",
|
|
215
|
+
"error.appstudio.teamsAppPublishConflict": "Unable to publish app because app with this ID already exists in staged apps. Update the app ID and try again.",
|
|
216
216
|
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "このアカウントでは、botframework トークンを取得できません。",
|
|
217
217
|
"error.appstudio.BotProvisionReturnsForbiddenResult": "ボット登録を作成しようとすると、Botframework プロビジョニングによって禁止された結果が返されます。",
|
|
218
218
|
"error.appstudio.BotProvisionReturnsConflictResult": "ボット登録を作成しようとすると Botframework プロビジョニングによって競合結果が返されます。",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" はプラグインで使用されていません。",
|
|
236
236
|
"error.apime.noExtraAPICanBeAdded": "サポートされているのは GET メソッドと POST メソッドのみであり、必要なパラメーターは最大 5 つで、認証がないため、API を追加できません。また、マニフェストで定義されているメソッドは一覧に表示されません。",
|
|
237
237
|
"error.copilot.noExtraAPICanBeAdded": "サポートされている認証がないため、API を追加できません。また、現在の OpenAPI 記述ドキュメントで定義されているメソッドは一覧に表示されません。",
|
|
238
|
-
"error.m365.NotExtendedToM365Error": "
|
|
238
|
+
"error.m365.NotExtendedToM365Error": "Unable to extend the app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend the app to Microsoft 365.",
|
|
239
239
|
"error.share.yamlConfigNotFound": "Unable to find the \"share\" config in the m365agents.yml",
|
|
240
240
|
"error.share.shareActionConfigNotFound": "Unable to find the \"%s\" action config in the m365agents.yml",
|
|
241
241
|
"error.share.appPackageConfigNotFound": "Unable to find the appPackagePath config in the m365agents.yml",
|
|
@@ -303,8 +303,6 @@
|
|
|
303
303
|
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " 軽減策: \"%s\" が必要な内容でない場合は、\"%s\" でコマンド \"%s\" のパラメーターを編集します。パラメーター名は、\"%s\" で定義されている名前と一致する必要があります。",
|
|
304
304
|
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "関数 \"%s\" の説明がありません。",
|
|
305
305
|
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " 軽減策: \"%s\" で \"%s\" の説明を更新する",
|
|
306
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "関数の説明 \"%s\" 長さの要件を満たすために %s 文字に短縮されます。",
|
|
307
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " 軽減策: Copilot が機能をトリガーできるように、\"%s\" の \"%s\" の説明を更新します。",
|
|
308
306
|
"core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "API '%s' のアダプティブ カードを作成できませんでした: %s。軽減策: 必要ありませんが、adaptiveCards フォルダーに手動で追加できます。",
|
|
309
307
|
"core.createCapabilityQuestion.titleNew": "機能",
|
|
310
308
|
"core.createCapabilityQuestion.placeholder": "機能を選択する",
|
|
@@ -332,7 +330,7 @@
|
|
|
332
330
|
"core.createProjectQuestion.projectType.customCopilot.title": "Teams AI ライブラリを使用したアプリ機能",
|
|
333
331
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "オプションを選択します",
|
|
334
332
|
"core.createProjectQuestion.projectType.copilotHelp.label": "開始方法がわからない場合GitHub Copilotチャットを使用する",
|
|
335
|
-
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your
|
|
333
|
+
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
|
|
336
334
|
"core.createProjectQuestion.projectType.copilotGroup.title": "GitHub Copilotを使用する",
|
|
337
335
|
"core.createProjectQuestion.projectType.createGroup.aiAgent": "AI エージェント",
|
|
338
336
|
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Microsoft 365用アプリ",
|
|
@@ -346,11 +344,11 @@
|
|
|
346
344
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Azure Functions からの新しい API を使用して、メッセージ拡張機能を作成します",
|
|
347
345
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "OpenAPI 記述ドキュメントで開始する",
|
|
348
346
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "既存の API からアクションを作成する",
|
|
349
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromLocation.label": "
|
|
350
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "
|
|
351
|
-
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "
|
|
352
|
-
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "
|
|
353
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "
|
|
347
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromLocation.label": "「OpenAPI Description Document Location」または「Open File」と入力します...",
|
|
348
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "OpenAPI 記述ドキュメントを検索します...",
|
|
349
|
+
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "OpenAPI 記述ドキュメントを検索する",
|
|
350
|
+
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "OpenAPI 記述ドキュメントを検索するためのテキストを入力してください",
|
|
351
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "OpenAPI 記述ドキュメントを選択する",
|
|
354
352
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "既存の API からメッセージ拡張機能を作成します",
|
|
355
353
|
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic AI チャットボット",
|
|
356
354
|
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Teams で基本的な AI チャットボットを構築する",
|
|
@@ -409,10 +407,10 @@
|
|
|
409
407
|
"core.createProjectQuestion.apiSpec.placeholder": "OpenAPI 記述ドキュメントの URL を入力してください",
|
|
410
408
|
"core.createProjectQuestion.apiSpecInputUrl.label": "OpenAPI 記述ドキュメントの場所を入力してください",
|
|
411
409
|
"core.createProjectQuestion.ApiKey": "OpenAPI 記述ドキュメントに API キーを入力します",
|
|
412
|
-
"core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to
|
|
410
|
+
"core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Microsoft 365 Agents Toolkit will not store your API key.",
|
|
413
411
|
"core.createProjectQuestion.OauthClientId": "OpenAPI 記述ドキュメントに OAuth 登録のクライアント ID を入力します",
|
|
414
412
|
"core.createProjectQuestion.OauthClientSecret": "OpenAPI 記述ドキュメントに OAuth 登録のクライアント シークレットを入力します",
|
|
415
|
-
"core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client id/secret for OAuth Registration to
|
|
413
|
+
"core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client id/secret for OAuth Registration to Developer Portal. It is used by Teams client to securely access your API at runtime. Microsoft 365 Agents Toolkit doesn't store your client id/secret.",
|
|
416
414
|
"core.createProjectQuestion.apiMessageExtensionAuth.title": "認証の種類",
|
|
417
415
|
"core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "認証の種類を選択します",
|
|
418
416
|
"core.createProjectQuestion.invalidApiKey.message": "クライアント シークレットが無効です。長さは 10 から 512 文字にする必要があります。",
|
|
@@ -430,7 +428,7 @@
|
|
|
430
428
|
"core.createProjectQuestion.meArchitecture.title": "検索ベースのメッセージ拡張のアーキテクチャ",
|
|
431
429
|
"core.createProjectQuestion.declarativeCopilot.title": "宣言型エージェントの作成",
|
|
432
430
|
"core.createProjectQuestion.declarativeCopilot.placeholder": "宣言型エージェントにアクションを追加します",
|
|
433
|
-
"core.createProjectQuestion.createApiPlugin.title": "
|
|
431
|
+
"core.createProjectQuestion.createApiPlugin.title": "Create an Action",
|
|
434
432
|
"core.createProjectQuestion.addApiPlugin.title": "アクションの追加",
|
|
435
433
|
"core.createProjectQuestion.addApiPlugin.placeholder": "アクションを追加する方法を選択します",
|
|
436
434
|
"core.createProjectQuestion.noPlugin.label": "アクションなし",
|
|
@@ -474,7 +472,7 @@
|
|
|
474
472
|
"core.question.appName.title": "アプリケーション名",
|
|
475
473
|
"core.question.appName.placeholder": "アプリケーション名を入力してください",
|
|
476
474
|
"core.ScratchOptionYes.label": "新しいアプリを作成する",
|
|
477
|
-
"core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new
|
|
475
|
+
"core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new app.",
|
|
478
476
|
"core.ScratchOptionNo.label": "サンプルから始める",
|
|
479
477
|
"core.ScratchOptionNo.detail": "既存のサンプルを使用して新しいアプリを起動します。",
|
|
480
478
|
"core.RuntimeOptionNodeJS.detail": "高速な JavaScript サーバー ランタイム",
|
|
@@ -516,13 +514,13 @@
|
|
|
516
514
|
"core.selectTeamsAppManifestQuestion.title": "Teams の manifest.json ファイルの選択",
|
|
517
515
|
"core.selectDeclarativeAgentManifestQuestion.title": "declarativeAgent.json ファイルを選択する",
|
|
518
516
|
"core.selectSensitivityLabelQuestion.title": "秘密度ラベルの選択",
|
|
519
|
-
"core.selectTeamsAppPackageQuestion.title": "
|
|
517
|
+
"core.selectTeamsAppPackageQuestion.title": "Select app package File",
|
|
520
518
|
"core.selectLocalTeamsAppManifestQuestion.title": "ローカルの Teams manifest.json ファイルを選択",
|
|
521
519
|
"core.selectCollaborationAppTypeQuestion.title": "コラボレーターの管理を行う対象アプリの選択",
|
|
522
520
|
"core.selectValidateMethodQuestion.validate.selectTitle": "検証方法を選択する",
|
|
523
|
-
"core.selectValidateMethodQuestion.validate.schemaOption": "
|
|
521
|
+
"core.selectValidateMethodQuestion.validate.schemaOption": "Validate app manifest schema",
|
|
524
522
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "Teams ストア規則を使用してアプリ パッケージを検証する",
|
|
525
|
-
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "
|
|
523
|
+
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app before publishing app to Teams store",
|
|
526
524
|
"core.selectValidateMethodQuestion.validate.testCasesOption": "発行する前にすべての統合テスト ケースを検証する",
|
|
527
525
|
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "準備を確保するための包括的なテスト",
|
|
528
526
|
"core.GCSelectQuestion.title": "Graph コネクタ コンテンツ",
|
|
@@ -536,8 +534,16 @@
|
|
|
536
534
|
"core.GCListQuestion.invalidMessage": "%s API が選択されました。少なくとも 1 つの API を選択する必要があります。",
|
|
537
535
|
"core.GCNameQuestion.title": "コネクタ名を追加する",
|
|
538
536
|
"core.GCNameQuestion.placeholder": "Graph コネクタの名前を作成する",
|
|
537
|
+
"core.GCConnectionIdQuestion.title": "Add a connection ID",
|
|
538
|
+
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Graph Connector",
|
|
539
|
+
"core.GCConnectionIdQuestion.validation.pattern": "Connector ID must contain only alphanumeric characters.",
|
|
540
|
+
"core.GCConnectionIdQuestion.validation.specialBeginner": "Connection ID should not begin with %s.",
|
|
541
|
+
"core.GCConnectionIdQuestion.validation.minlength": "Connection ID is shorter than the 3 characters.",
|
|
542
|
+
"core.GCConnectionIdQuestion.validation.maxlength": "Connection ID is longer than the 32 characters.",
|
|
539
543
|
"core.GCList.insufficientPermission": "Graph コネクタを一覧表示するには、組織の Microsoft 365 テナント管理者のアクセス許可が必要です。",
|
|
540
544
|
"core.confirmManifestQuestion.placeholder": "正しいマニフェスト ファイルを選択したことを確認します",
|
|
545
|
+
"core.createProjectQuestion.addGC.label": "Add a Graph Connector",
|
|
546
|
+
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Graph Connector",
|
|
541
547
|
"core.aadAppQuestion.label": "Microsoft Entra アプリ",
|
|
542
548
|
"core.aadAppQuestion.description": "シングル サインオン用のMicrosoft Entra アプリ",
|
|
543
549
|
"core.convertAadToNewSchema.continue": "続行",
|
|
@@ -546,8 +552,8 @@
|
|
|
546
552
|
"core.convertAadToNewSchema.alreadyNewSchema": "選択Microsoft Entraアプリ マニフェスト ファイルは既に新しいスキーマにあります。",
|
|
547
553
|
"core.convertAadToNewSchema.outdate": "Microsoft Entraアプリ マニフェストの有効期限が切れています。[アップグレード] ボタンをクリックして更新してください。",
|
|
548
554
|
"core.convertAadToNewSchema.upgrade": "アップグレード",
|
|
549
|
-
"core.teamsAppQuestion.label": "
|
|
550
|
-
"core.teamsAppQuestion.description": "
|
|
555
|
+
"core.teamsAppQuestion.label": "app",
|
|
556
|
+
"core.teamsAppQuestion.description": "Your app",
|
|
551
557
|
"core.M365SsoLaunchPageOptionItem.label": "Fluent UI を使用してリアクションする",
|
|
552
558
|
"core.M365SsoLaunchPageOptionItem.detail": "Fluent UI React コンポーネントを使用して Teams の外観を取得する Web アプリ",
|
|
553
559
|
"core.M365SearchAppOptionItem.label": "カスタム検索結果",
|
|
@@ -556,16 +562,16 @@
|
|
|
556
562
|
"core.M365HostQuestion.title": "プラットフォーム",
|
|
557
563
|
"core.M365HostQuestion.placeholder": "アプリをプレビューするプラットフォームを選択する",
|
|
558
564
|
"core.options.separator.additional": "追加機能",
|
|
559
|
-
"core.common.LifecycleComplete.prepareTeamsApp": "
|
|
565
|
+
"core.common.LifecycleComplete.prepareTeamsApp": "app prepared successfully.",
|
|
560
566
|
"core.common.LifecycleComplete.provision": "プロビジョニング ステージの %s/%s アクションが正常に実行されました。",
|
|
561
567
|
"core.common.LifecycleComplete.deploy": "配置ステージ %s/%s アクションが正常に実行されました。",
|
|
562
568
|
"core.common.LifecycleComplete.publish": "発行ステージでの %s/%s アクションが正常に実行されました。",
|
|
563
569
|
"core.common.LifecycleComplete.share": "共有ステージでの %s/%s アクションが正常に実行されました。",
|
|
564
570
|
"core.common.TeamsMobileDesktopClientName": "Teams デスクトップ、モバイル クライアント ID",
|
|
565
571
|
"core.common.TeamsWebClientName": "Teams Web クライアント ID",
|
|
566
|
-
"core.common.OfficeDesktopClientName": "
|
|
567
|
-
"core.common.OfficeWebClientName1": "
|
|
568
|
-
"core.common.OfficeWebClientName2": "
|
|
572
|
+
"core.common.OfficeDesktopClientName": "The app for desktop client id",
|
|
573
|
+
"core.common.OfficeWebClientName1": "The app client id 1",
|
|
574
|
+
"core.common.OfficeWebClientName2": "The app client id 2",
|
|
569
575
|
"core.common.OutlookDesktopClientName": "Outlook デスクトップ クライアント ID",
|
|
570
576
|
"core.common.OutlookWebClientName1": "Outlook Web アクセス クライアント ID 1",
|
|
571
577
|
"core.common.OutlookWebClientName2": "Outlook Web アクセス クライアント ID 2",
|
|
@@ -644,9 +650,9 @@
|
|
|
644
650
|
"core.uninstallQuestion.titleId": "タイトル ID",
|
|
645
651
|
"core.uninstallQuestion.chooseMode": "リソースをクリーンする方法を選択する",
|
|
646
652
|
"core.uninstallQuestion.manifestIdMode": "マニフェスト ID",
|
|
647
|
-
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in
|
|
653
|
+
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Microsoft 365 Agents Toolkit.",
|
|
648
654
|
"core.uninstallQuestion.envMode": "Environment in Microsoft 365 Agents Toolkit Created Project",
|
|
649
|
-
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Microsoft 365 Agents Toolkit created project. Resources include app registration in
|
|
655
|
+
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Microsoft 365 Agents Toolkit created project. Resources include app registration in Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in apps.",
|
|
650
656
|
"core.uninstallQuestion.titleIdMode": "タイトル ID",
|
|
651
657
|
"core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Microsoft 365 Agents Toolkit created project.",
|
|
652
658
|
"core.uninstallQuestion.chooseOption": "アンインストールするリソースの選択",
|
|
@@ -661,7 +667,7 @@
|
|
|
661
667
|
"core.share.removeAccess.operator": "Cannot remove permission of the operator. Email: %s.",
|
|
662
668
|
"core.syncManifest.projectPath": "プロジェクト パス",
|
|
663
669
|
"core.syncManifest.env": "Target Microsoft 365 Agents Toolkit Environment",
|
|
664
|
-
"core.syncManifest.teamsAppId": "
|
|
670
|
+
"core.syncManifest.teamsAppId": "App ID (optional)",
|
|
665
671
|
"core.syncManifest.addWarning": "マニフェスト テンプレートに新しいプロパティが追加されました。ローカル マニフェストを手動で更新します。差分パス: %s。新しい値 %s。",
|
|
666
672
|
"core.syncManifest.deleteWarning": "マニフェスト テンプレートから何かが削除されました。ローカル マニフェストを手動で更新します。差分パス: %s。古い値: %s。",
|
|
667
673
|
"core.syncManifest.editKeyConflict": "新しいマニフェストのプレースホルダー変数で競合が発生しました。ローカル マニフェストを手動で更新します。変数名: %s、値 1: %s、値 2: %s。",
|
|
@@ -687,7 +693,7 @@
|
|
|
687
693
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion は 1 です\n",
|
|
688
694
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims が見つかりません\n",
|
|
689
695
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims アクセス トークンに idtyp 要求が含まれていません\n",
|
|
690
|
-
"error.aad.manifest.AADManifestIssues": "Microsoft Entra
|
|
696
|
+
"error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the app:\n",
|
|
691
697
|
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "有効なアクセス許可を更新または削除できません。選択した環境のACCESS_AS_USER_PERMISSION_ID環境変数が変更されている可能性があります。アクセス許可 ID が実際のMicrosoft Entraアプリケーションと一致していることを確認してから、もう一度お試しください。",
|
|
692
698
|
"error.aad.manifest.HostNameNotOnVerifiedDomain": "値が検証済みドメインにないため、identifierUri を設定できません: %s",
|
|
693
699
|
"error.aad.manifest.UnknownResourceAppId": "不明な resourceAppId %s",
|
|
@@ -729,8 +735,8 @@
|
|
|
729
735
|
"depChecker.failToDownloadFromUrl": "'@Url' からファイルをダウンロードできません。HTTP 状態は '@Status' です。",
|
|
730
736
|
"depChecker.failToValidateVxTestAppInstallOptions": "ビデオ機能拡張テスト アプリの前提条件チェッカーの引数が無効です。ファイルtasks.json確認して、すべての引数の形式が正しく、有効であることを確認してください。",
|
|
731
737
|
"depChecker.failToValidateVxTestApp": "インストール後にビデオ拡張性テスト アプリを検証できません。",
|
|
732
|
-
"depChecker.testToolVersionNotMatch": "
|
|
733
|
-
"depChecker.failedToValidateTestTool": "
|
|
738
|
+
"depChecker.testToolVersionNotMatch": "The version of Microsoft 365 Agents Playground (%s) is not compatible with the specified version range (%s).",
|
|
739
|
+
"depChecker.failedToValidateTestTool": "Unable to validate Microsoft 365 Agents Playground after installation. %s",
|
|
734
740
|
"error.driver.outputEnvironmentVariableUndefined": "出力環境変数名が定義されていません。",
|
|
735
741
|
"driver.aadApp.description.create": "ユーザーを認証するためのMicrosoft Entra アプリを作成する",
|
|
736
742
|
"driver.aadApp.description.update": "Microsoft Entra アプリ マニフェストを既存のアプリに適用します",
|
|
@@ -794,7 +800,7 @@
|
|
|
794
800
|
"driver.spfx.add.progress.scaffoldWebpart": "Yeoman CLI を使用した SPFx Web パーツの生成",
|
|
795
801
|
"driver.prerequisite.error.funcInstallationError": "Azure Functions Core Tools を確認してインストールできません。",
|
|
796
802
|
"driver.prerequisite.error.dotnetInstallationError": ".NET Core SDK をチェックしてインストールできません。",
|
|
797
|
-
"driver.prerequisite.error.testToolInstallationError": "
|
|
803
|
+
"driver.prerequisite.error.testToolInstallationError": "Unable to check and install Microsoft 365 Agents Playground.",
|
|
798
804
|
"driver.prerequisite.description": "依存関係をインストールしています",
|
|
799
805
|
"driver.prerequisite.progressBar": "開発ツールを確認してインストールしています。",
|
|
800
806
|
"driver.prerequisite.summary.devCert.trusted.succuss": "localhost の開発証明書がインストールされています。",
|
|
@@ -804,8 +810,8 @@
|
|
|
804
810
|
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools がインストールされます。",
|
|
805
811
|
"driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK は %s にインストールされます。",
|
|
806
812
|
"driver.prerequisite.summary.dotnet.installed": ".NET Core SDK がインストールされています。",
|
|
807
|
-
"driver.prerequisite.summary.testTool.installedWithPath": "
|
|
808
|
-
"driver.prerequisite.summary.testTool.installed": "
|
|
813
|
+
"driver.prerequisite.summary.testTool.installedWithPath": "Microsoft 365 Agents Playground is installed at %s.",
|
|
814
|
+
"driver.prerequisite.summary.testTool.installed": "Microsoft 365 Agents Playground is installed.",
|
|
809
815
|
"driver.file.createOrUpdateEnvironmentFile.description": "環境変数を作成または更新して、ファイルを env します。",
|
|
810
816
|
"driver.file.createOrUpdateEnvironmentFile.summary": "変数が %s に正常に生成されました。",
|
|
811
817
|
"driver.file.createOrUpdateEnvironmentFile.OpenAIKey.validation": "OpenAI キーを空にすることはできません。",
|
|
@@ -837,29 +843,29 @@
|
|
|
837
843
|
"driver.m365.acquire.description": "アプリ パッケージを使って Microsoft 365 のタイトルを取得する",
|
|
838
844
|
"driver.m365.acquire.progress.message": "アプリ パッケージを使って Microsoft 365 のタイトルを取得しています...",
|
|
839
845
|
"driver.m365.acquire.summary": "Microsoft 365 タイトルが正常に取得されました (%s)。",
|
|
840
|
-
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "
|
|
841
|
-
"driver.teamsApp.description.createDriver": "
|
|
842
|
-
"driver.teamsApp.description.updateDriver": "
|
|
843
|
-
"driver.teamsApp.description.publishDriver": "
|
|
844
|
-
"driver.teamsApp.description.validateDriver": "
|
|
845
|
-
"driver.teamsApp.description.createAppPackageDriver": "
|
|
846
|
-
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "
|
|
847
|
-
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "
|
|
848
|
-
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "
|
|
849
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep1": "
|
|
850
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "
|
|
851
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "
|
|
846
|
+
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated app package to SPFx solution.",
|
|
847
|
+
"driver.teamsApp.description.createDriver": "create app.",
|
|
848
|
+
"driver.teamsApp.description.updateDriver": "update app.",
|
|
849
|
+
"driver.teamsApp.description.publishDriver": "publish app to tenant app catalog.",
|
|
850
|
+
"driver.teamsApp.description.validateDriver": "validate app.",
|
|
851
|
+
"driver.teamsApp.description.createAppPackageDriver": "build app package.",
|
|
852
|
+
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying app package to SPFx solution...",
|
|
853
|
+
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating app...",
|
|
854
|
+
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating app...",
|
|
855
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the app is already submitted to tenant App Catalog",
|
|
856
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published app",
|
|
857
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing app...",
|
|
852
858
|
"driver.teamsApp.progressBar.validateWithTestCases": "検証要求を送信しています...",
|
|
853
|
-
"driver.teamsApp.progressBar.validateWithTestCases.step": "
|
|
854
|
-
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "
|
|
855
|
-
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "
|
|
856
|
-
"driver.teamsApp.summary.publishTeamsAppExists": "
|
|
857
|
-
"driver.teamsApp.summary.publishTeamsAppNotExists": "
|
|
858
|
-
"driver.teamsApp.summary.publishTeamsAppSuccess": "
|
|
859
|
-
"driver.teamsApp.summary.copyAppPackageSuccess": "
|
|
859
|
+
"driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Developer Portal](%s).",
|
|
860
|
+
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Developer Portal](%s).",
|
|
861
|
+
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "App with id %s already exists, skipped creating a new app.",
|
|
862
|
+
"driver.teamsApp.summary.publishTeamsAppExists": "App with id %s already exists in the organization's app store.",
|
|
863
|
+
"driver.teamsApp.summary.publishTeamsAppNotExists": "App with id %s does not exist in the organization's app store.",
|
|
864
|
+
"driver.teamsApp.summary.publishTeamsAppSuccess": "App %s successfully published to the admin portal.",
|
|
865
|
+
"driver.teamsApp.summary.copyAppPackageSuccess": "App %s was successfully copied to %s.",
|
|
860
866
|
"driver.teamsApp.summary.copyIconSuccess": "%s アイコンが %s で正常に更新されました。",
|
|
861
867
|
"driver.teamsApp.summary.validate": "Microsoft 365 Agents Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
|
|
862
|
-
"driver.teamsApp.summary.validate.checkPath": "
|
|
868
|
+
"driver.teamsApp.summary.validate.checkPath": "You can check and update your app package at %s.\n",
|
|
863
869
|
"driver.teamsApp.summary.validateManifest": "Microsoft 365 Agents Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
|
|
864
870
|
"driver.teamsApp.summary.validateTeamsManifest.checkPath": "%s で Teams マニフェストをチェックおよび更新できます。",
|
|
865
871
|
"driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "宣言型エージェント マニフェストは、%s でチェックおよび更新できます。",
|
|
@@ -877,11 +883,11 @@
|
|
|
877
883
|
"driver.shareToOthers.description": "アプリを他のユーザーと共有する",
|
|
878
884
|
"driver.shareToOthers.progress.message": "アプリを共有しています...",
|
|
879
885
|
"driver.shareToOthers.summary": "アプリが正常に共有されました (%s)。",
|
|
880
|
-
"error.teamsApp.validate.apiFailed": "
|
|
881
|
-
"error.teamsApp.validate.apiFailed.display": "
|
|
886
|
+
"error.teamsApp.validate.apiFailed": "app package validation failed due to %s",
|
|
887
|
+
"error.teamsApp.validate.apiFailed.display": "App pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
882
888
|
"error.teamsApp.validate.details": "ファイル パス: %s、タイトル: %s",
|
|
883
|
-
"error.teamsApp.AppIdNotExistError": "ID %s
|
|
884
|
-
"error.teamsApp.InvalidAppIdError": "
|
|
889
|
+
"error.teamsApp.AppIdNotExistError": "App with ID %s does not exist in Developer Portal.",
|
|
890
|
+
"error.teamsApp.InvalidAppIdError": "App ID %s is invalid, must be a GUID.",
|
|
885
891
|
"error.teamsApp.createAppPackage.invalidFile": "%s が無効です。manifest.jsonまたはそのサブディレクトリと同じディレクトリに存在する必要があります。",
|
|
886
892
|
"driver.botFramework.description": "dev.botframework.com でボット登録を作成または更新します",
|
|
887
893
|
"driver.botFramework.summary.create": "ボットの登録が正常に作成されました (%s)。",
|
|
@@ -895,7 +901,7 @@
|
|
|
895
901
|
"driver.devChannel.status": "チームとチャネルの作成状況: %s",
|
|
896
902
|
"driver.devChannel.summary.exists": "環境変数 %s と %s は既に存在するため、新しいサンドボックス化されたチーム作成手順はスキップされます。",
|
|
897
903
|
"driver.devChannel.install.success": "チャネル %s を使用してアプリがチーム %s に正常にインストールされました。",
|
|
898
|
-
"driver.devChannel.install.description": "Install
|
|
904
|
+
"driver.devChannel.install.description": "Install app into sandboxed channel.",
|
|
899
905
|
"driver.devChannel.install.progress.message": "Installing app...",
|
|
900
906
|
"driver.devChannel.install.summary.exists": "App '%s' already installed in team '%s'. It will now be updated to the latest version.",
|
|
901
907
|
"error.yaml.InvalidYamlSchemaError": "YAML ファイルを解析できません: %s。エラーの詳細については YAML ファイルを開いてください。",
|
|
@@ -1075,6 +1081,6 @@
|
|
|
1075
1081
|
"action.devTool.nodeInstaller.SuccessExtract": "Node.js パッケージがパスに正常に抽出されました: %s、時間: %s ミリ秒",
|
|
1076
1082
|
"action.devTool.nodeInstaller.Summary.installInPath": "NodeJS は %s にインストールされています。",
|
|
1077
1083
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS は既にシステム環境にインストールされています。",
|
|
1078
|
-
"driver.typeSpec.compile.reprovision": "
|
|
1084
|
+
"driver.typeSpec.compile.reprovision": "ファイル %s が更新されました。プロビジョニングをもう一度実行してください。",
|
|
1079
1085
|
"error.kiota.KiotaGeneratePluginError": "Unable to generate plugin manifest file using Kiota. Error: %s"
|
|
1080
1086
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"core.addApi.confirm.teamsYaml": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder and \"%s\" based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
4
4
|
"core.addApi.confirm.localTeamsYaml": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder, \"%s\" and \"%s\" based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
5
5
|
"core.addApi.continue": "Add",
|
|
6
|
+
"core.regenerateApi.continue": "Regenerate",
|
|
6
7
|
"core.addKnowledge.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder based on the capability source you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
7
8
|
"core.addKnowledge.continue": "Add",
|
|
8
9
|
"core.setSensitivityLabel.confirm": "Teams Toolkit will modify the file \"%s\" based on the sensitivity label you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
@@ -255,11 +256,8 @@
|
|
|
255
256
|
"core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different app name.",
|
|
256
257
|
"core.QuestionAppName.validation.lengthWarning": "Your app name may exceed 30 characters due to a \"local\" suffix added by Microsoft 365 Agents Toolkit for local debugging. Please update your app name in \"manifest.json\" file.",
|
|
257
258
|
"core.ProgrammingLanguageQuestion.title": "Programming Language",
|
|
258
|
-
"core.ProgrammingLanguageQuestion.placeholder": "Select a programming language",
|
|
259
|
-
"core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx is currently supporting TypeScript only.",
|
|
260
259
|
"core.option.tutorial": "Open tutorial",
|
|
261
260
|
"core.option.github": "Open a GitHub guide",
|
|
262
|
-
"core.option.inProduct": "Open an in-product guide",
|
|
263
261
|
"core.TabOption.label": "Tab",
|
|
264
262
|
"core.generator.officeAddin.importProject.copyFiles": "Copying files...",
|
|
265
263
|
"core.generator.officeAddin.importProject.convertProject": "Converting project...",
|
|
@@ -334,8 +332,6 @@
|
|
|
334
332
|
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 application",
|
|
335
333
|
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
|
|
336
334
|
"core.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
|
|
337
|
-
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft 365 Copilot using your APIs",
|
|
338
|
-
"core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
|
|
339
335
|
"core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
|
|
340
336
|
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM.",
|
|
341
337
|
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
|
|
@@ -462,6 +458,13 @@
|
|
|
462
458
|
"core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "Found multiple OpenAPI description documents: \"%s\".",
|
|
463
459
|
"core.createProjectQuestion.addKnowledge.title": "Add Capability",
|
|
464
460
|
"core.createProjectQuestion.addKnowledge.placeholder": "Select a capability source as grounding information for declarative agent",
|
|
461
|
+
"core.regenerateQuestion.declarativeAgentPathNotFound": "Unable to find declarative agent path in manifest file: %s.",
|
|
462
|
+
"core.regenerateQuestion.actionNotFound": "Unable to find actions in declarative agent manifest file: %s.",
|
|
463
|
+
"core.regenerateQuestion.specNotFound": "Unable to find OpenAPI description document in action manifest file: %s.",
|
|
464
|
+
"core.regenerateQuestion.originalSpecNotFound": "Unable to find original OpenAPI description document. You can manually copy original OpenAPI description here %s.",
|
|
465
|
+
"core.regenerateQuestion.selectPluginManifestTitle": "Select plugin manifest file.",
|
|
466
|
+
"core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Select OpenAPI description document file.",
|
|
467
|
+
"core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Select operation(s) Copilot can interact with.",
|
|
465
468
|
"core.aiAssistantBotOption.label": "AI Agent Bot",
|
|
466
469
|
"core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
467
470
|
"core.aiBotOption.label": "AI Chat Bot",
|
|
@@ -491,17 +494,15 @@
|
|
|
491
494
|
"core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new app.",
|
|
492
495
|
"core.ScratchOptionNo.label": "Start with a sample",
|
|
493
496
|
"core.ScratchOptionNo.detail": "Start your new app with an existing sample.",
|
|
494
|
-
"core.RuntimeOptionNodeJS.detail": "A fast JavaScript server runtime",
|
|
495
|
-
"core.RuntimeOptionDotNet.detail": "Free. Cross-platform. Open Source.",
|
|
496
|
-
"core.getRuntimeQuestion.title": "Microsoft 365 Agents Toolkit: select runtime for your app",
|
|
497
|
-
"core.getCreateNewOrFromSampleQuestion.placeholder": "Select an option",
|
|
498
|
-
"core.getRuntimeQuestion.placeholder": "Select a runtime",
|
|
499
497
|
"core.SampleSelect.title": "Start from a sample",
|
|
500
498
|
"core.SampleSelect.placeholder": "Select a sample",
|
|
501
499
|
"core.SampleSelect.buttons.viewSamples": "View samples",
|
|
502
500
|
"core.addPlugin.success.vsc": "Action \"%s\" added to the project successfully.",
|
|
503
501
|
"core.addPlugin.success": "API plugin \"%s\" added to the project successfully. View plugin manifest in \"%s\".",
|
|
504
502
|
"core.addPlugin.success.viewPluginManifest": "View action manifest",
|
|
503
|
+
"core.regeneratePlugin.success": "Action \"%s\" updated successfully. View plugin manifest in \"%s\".",
|
|
504
|
+
"core.regeneratePlugin.success.vsc": "Action \"%s\" updated successfully.",
|
|
505
|
+
"core.regeneratePlugin.success.viewPluginManifest": "View action manifest",
|
|
505
506
|
"core.addKnowledge.success.vsc": "Capability source added to the project successfully.",
|
|
506
507
|
"core.addKnowledge.success": "Capability source added to the project successfully. View agent manifest in \"%s\".",
|
|
507
508
|
"core.addKnowledge.success.viewAgentManifest": "View agent manifest",
|
|
@@ -623,7 +624,7 @@
|
|
|
623
624
|
"core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
|
|
624
625
|
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
625
626
|
"core.common.shareToUser.success": "Successfully shared the app with users: %s.",
|
|
626
|
-
"core.common.removeShareAccess.success": "Shared app access removed
|
|
627
|
+
"core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
|
|
627
628
|
"core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
|
|
628
629
|
"core.envFunc.unsupportedFile.errorMessage": "Invalid file. %s",
|
|
629
630
|
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" is an invalid function. Supported function: \"%s\".",
|
|
@@ -1102,4 +1103,4 @@
|
|
|
1102
1103
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS is already installed in system environment.",
|
|
1103
1104
|
"driver.typeSpec.compile.reprovision": "File %s is updated. Please run provision again.",
|
|
1104
1105
|
"error.kiota.KiotaGeneratePluginError": "Unable to generate plugin manifest file using Kiota. Error: %s"
|
|
1105
|
-
}
|
|
1106
|
+
}
|