@microsoft/teamsfx-core 2.0.13-rc.0 → 2.0.13

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 (123) hide show
  1. package/build/common/featureFlags.d.ts +16 -0
  2. package/build/common/featureFlags.d.ts.map +1 -1
  3. package/build/common/featureFlags.js +22 -2
  4. package/build/common/featureFlags.js.map +1 -1
  5. package/build/common/secretmasker/masker.d.ts +1 -1
  6. package/build/common/secretmasker/masker.d.ts.map +1 -1
  7. package/build/common/secretmasker/masker.js +2 -2
  8. package/build/common/secretmasker/masker.js.map +1 -1
  9. package/build/common/stringUtils.js +1 -1
  10. package/build/common/stringUtils.js.map +1 -1
  11. package/build/common/templates-config.json +2 -2
  12. package/build/component/configManager/actionInjector.d.ts +1 -1
  13. package/build/component/configManager/actionInjector.d.ts.map +1 -1
  14. package/build/component/configManager/actionInjector.js +8 -17
  15. package/build/component/configManager/actionInjector.js.map +1 -1
  16. package/build/component/coordinator/index.d.ts.map +1 -1
  17. package/build/component/coordinator/index.js +4 -8
  18. package/build/component/coordinator/index.js.map +1 -1
  19. package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
  20. package/build/component/driver/apiKey/utility/utility.js +3 -4
  21. package/build/component/driver/apiKey/utility/utility.js.map +1 -1
  22. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +1 -0
  23. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
  24. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +7 -12
  25. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  26. package/build/component/driver/script/scriptDriver.d.ts +1 -0
  27. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  28. package/build/component/driver/script/scriptDriver.js +15 -23
  29. package/build/component/driver/script/scriptDriver.js.map +1 -1
  30. package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
  31. package/build/component/driver/teamsApp/teamsappMgr.js +0 -2
  32. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
  33. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  34. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +0 -2
  35. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  36. package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
  37. package/build/component/generator/apiSpec/generator.js +22 -25
  38. package/build/component/generator/apiSpec/generator.js.map +1 -1
  39. package/build/component/generator/apiSpec/helper.d.ts +1 -2
  40. package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
  41. package/build/component/generator/apiSpec/helper.js +15 -50
  42. package/build/component/generator/apiSpec/helper.js.map +1 -1
  43. package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
  44. package/build/component/generator/copilotExtension/generator.js +5 -4
  45. package/build/component/generator/copilotExtension/generator.js.map +1 -1
  46. package/build/component/generator/generator.d.ts +2 -2
  47. package/build/component/generator/generator.d.ts.map +1 -1
  48. package/build/component/generator/generator.js +13 -25
  49. package/build/component/generator/generator.js.map +1 -1
  50. package/build/component/generator/utils.d.ts.map +1 -1
  51. package/build/component/generator/utils.js +1 -8
  52. package/build/component/generator/utils.js.map +1 -1
  53. package/build/component/m365/launchHelper.d.ts.map +1 -1
  54. package/build/component/m365/launchHelper.js +0 -4
  55. package/build/component/m365/launchHelper.js.map +1 -1
  56. package/build/component/provisionUtils.d.ts.map +1 -1
  57. package/build/component/provisionUtils.js +1 -2
  58. package/build/component/provisionUtils.js.map +1 -1
  59. package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
  60. package/build/component/utils/envFunctionUtils.js +4 -0
  61. package/build/component/utils/envFunctionUtils.js.map +1 -1
  62. package/build/component/utils/pathUtils.d.ts +0 -1
  63. package/build/component/utils/pathUtils.d.ts.map +1 -1
  64. package/build/component/utils/pathUtils.js +0 -7
  65. package/build/component/utils/pathUtils.js.map +1 -1
  66. package/build/core/FxCore.d.ts +0 -7
  67. package/build/core/FxCore.d.ts.map +1 -1
  68. package/build/core/FxCore.js +38 -136
  69. package/build/core/FxCore.js.map +1 -1
  70. package/build/core/collaborator.d.ts.map +1 -1
  71. package/build/core/collaborator.js +2 -5
  72. package/build/core/collaborator.js.map +1 -1
  73. package/build/index.d.ts +1 -1
  74. package/build/index.d.ts.map +1 -1
  75. package/build/index.js +3 -2
  76. package/build/index.js.map +1 -1
  77. package/build/question/constants.d.ts +4 -8
  78. package/build/question/constants.d.ts.map +1 -1
  79. package/build/question/constants.js +45 -36
  80. package/build/question/constants.js.map +1 -1
  81. package/build/question/create.d.ts.map +1 -1
  82. package/build/question/create.js +19 -27
  83. package/build/question/create.js.map +1 -1
  84. package/build/question/index.d.ts +0 -1
  85. package/build/question/index.d.ts.map +1 -1
  86. package/build/question/index.js +0 -3
  87. package/build/question/index.js.map +1 -1
  88. package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
  89. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  90. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  91. package/build/question/options/CreateProjectOptions.js +1 -0
  92. package/build/question/options/CreateProjectOptions.js.map +1 -1
  93. package/build/question/other.d.ts +0 -1
  94. package/build/question/other.d.ts.map +1 -1
  95. package/build/question/other.js +1 -7
  96. package/build/question/other.js.map +1 -1
  97. package/build/tsconfig.tsbuildinfo +1 -1
  98. package/package.json +4 -4
  99. package/resource/package.nls.cs.json +280 -536
  100. package/resource/package.nls.de.json +280 -536
  101. package/resource/package.nls.es.json +280 -536
  102. package/resource/package.nls.fr.json +280 -536
  103. package/resource/package.nls.it.json +280 -536
  104. package/resource/package.nls.ja.json +280 -536
  105. package/resource/package.nls.json +22 -18
  106. package/resource/package.nls.ko.json +280 -536
  107. package/resource/package.nls.pl.json +280 -536
  108. package/resource/package.nls.pt-BR.json +280 -536
  109. package/resource/package.nls.ru.json +280 -536
  110. package/resource/package.nls.tr.json +280 -536
  111. package/resource/package.nls.zh-Hans.json +280 -536
  112. package/resource/package.nls.zh-Hant.json +280 -536
  113. package/templates/fallback/common.zip +0 -0
  114. package/templates/fallback/csharp.zip +0 -0
  115. package/templates/fallback/js.zip +0 -0
  116. package/templates/fallback/python.zip +0 -0
  117. package/templates/fallback/ts.zip +0 -0
  118. package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +2 -2
  119. package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
  120. package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
  121. package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
  122. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
  123. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +2 -2
@@ -1,33 +1,33 @@
1
1
  {
2
- "core.addApi.confirm": "Teams Toolkit will modify files in your \"%s\" folder based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
3
- "core.addApi.continue": "Add",
4
2
  "core.provision.provision": "準備",
5
- "core.provision.learnMore": "More info",
3
+ "core.provision.learnMore": "詳細情報",
6
4
  "core.provision.azureAccount": "Azure アカウント: %s",
7
5
  "core.provision.azureSubscription": "Azure サブスクリプション: %s",
8
6
  "core.provision.m365Account": "Microsoft 365 アカウント: %s",
9
- "core.provision.confirmEnvAndCostNotice": "Costs may apply based on usage. Do you want to provision resources in %s environment using listed accounts?",
7
+ "core.provision.confirmEnvAndCostNotice": "使用量によってはコストの負担を招く場合があります。上記のアカウントを使用して、%s 環境で複数のリソースを準備しますか?",
10
8
  "core.deploy.confirmEnvNoticeV3": "%s 環境にリソースをデプロイしますか?",
11
9
  "core.provision.viewResources": "プロビジョニングされたリソースを表示する",
12
- "core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra app has been deployed successfully. To view that, click \"More info\"",
13
- "core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra app has been updated successfully.",
14
- "core.deploy.aadManifestLearnMore": "More info",
15
- "core.deploy.botTroubleShoot": "To troubleshoot your bot application in Azure, click \"More info\" for documentation.",
16
- "core.deploy.botTroubleShoot.learnMore": "More info",
10
+ "core.deploy.aadManifestSuccessNotice": "Azure Active Directory アプリケーションが正常に展開されました。Azure Active Directory アプリケーションの表示方法を確認するには、[詳細情報] をクリックします。",
11
+ "core.deploy.aadManifestOnCLISuccessNotice": "Azure Active Directory アプリケーションが正常に更新されました。",
12
+ "core.deploy.aadManifestLearnMore": "詳細情報",
13
+ "core.deploy.botTroubleShoot": "Azure でボット アプリケーションのトラブルシューティングを行うには、[詳細情報] をクリックしてドキュメントを参照してください。",
14
+ "core.deploy.botTroubleShoot.learnMore": "詳細情報",
17
15
  "core.option.deploy": "配置",
18
16
  "core.option.confirm": "確認",
19
- "core.option.learnMore": "More info",
17
+ "core.option.cancel": "キャンセル",
18
+ "core.option.learnMore": "詳細情報",
20
19
  "core.option.upgrade": "アップグレード",
21
20
  "core.option.moreInfo": "詳細",
22
21
  "core.progress.create": "作成",
23
- "core.progress.createFromTemplate": "App template download in progress...",
24
- "core.progress.createFromSample": "Sample %s download in progress...",
22
+ "core.progress.createFromTemplate": "アプリ テンプレートをダウンロードしています。",
23
+ "core.progress.createFromSample": "サンプル %s をダウンロードしています",
25
24
  "core.progress.deploy": "デプロイ",
26
25
  "core.progress.publish": "公開",
27
26
  "core.progress.provision": "プロビジョニング",
28
27
  "core.progress.configureAzureStorage": "Azure Storage を構成すると静的な Web サイトの設定が有効になります。",
29
28
  "core.progress.runCommand": "%s でコマンド %s を実行する",
30
29
  "core.progress.deployToAzure": "%s を %s にデプロイしています。",
30
+ "core.Notification.ReadMore": "関連資料",
31
31
  "core.migrationV3.confirmOnly.Message": "アップグレードを確認してください",
32
32
  "core.migrationV3.Message": "Teams ツールキット プロジェクトをアップグレードして、最新バージョンとの互換性を維持します。バックアップ ディレクトリは、アップグレードの概要と共に作成されます。",
33
33
  "core.migrationV3.VS.Message": "ソリューションをアップグレードして、最新バージョンの Teams ツールキットとの互換性を維持してください。アップグレード レポートを含むバックアップ ディレクトリが生成されます。",
@@ -35,214 +35,199 @@
35
35
  "core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json が存在しません。Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3 用 Teams ツールキットで作成されたプロジェクトをアップグレードしようとしている可能性があります。Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 用 Teams ツールキットをインストールし、最初にアップグレードを実行してください。",
36
36
  "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json が無効です。",
37
37
  "core.migrationV3.abandonedProject": "このプロジェクトはプレビュー専用であり、Teams ツールキットではサポートされません。新しいプロジェクトを作成して、Teams ツールキットをお試しください",
38
- "core.migrationV3.notAllowedMigration": "Teams Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsapp upgrade\" to upgrade your project first.",
39
- "core.projectVersionChecker.cliUseNewVersion": "Your Teams Toolkit CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsapp-cli@latest",
38
+ "core.migrationV3.notAllowedMigration": "Teams ツールキットのプレリリース バージョンでは、新しいプロジェクト構成がサポートされており、以前のバージョンと互換性がありません。新しいプロジェクトを作成して試すか、\"teamsfx upgrade\" を実行して最初にプロジェクトをアップグレードしてください。",
39
+ "core.projectVersionChecker.cliUseNewVersion": "TeamsFx CLI が古いため、現在のプロジェクトをサポートしていません。以下のコマンドを使用して最新バージョンにアップグレードします:\nnpm install -g @microsoft/teamsfx-cli@latest",
40
40
  "core.projectVersionChecker.incompatibleProject": "現在のプロジェクトは、インストールされているバージョンの Teams Toolkit と互換性がありません。",
41
41
  "core.projectVersionChecker.vs.incompatibleProject": "ソリューション内のプロジェクトは、Teams ツールキット プレビュー機能を使用して作成されます - Teams App Configuration の機能強化。続行するにはプレビュー機能を有効にしてください。",
42
- "core.deployArmTemplates.ActionSuccess": "ARM templates are deployed successfully. Resource group name: %s. Deployment name: %s",
43
- "core.collaboration.ListCollaboratorsSuccess": "List of Microsoft 365 App owners is successful, you can view it in [Output panel](%s).",
42
+ "core.deployArmTemplates.ActionSuccess": "ARM テンプレートが正常にデプロイされました。リソース グループ名: %s。デプロイ名: %s",
43
+ "core.collaboration.ListCollaboratorsSuccess": "'Microsoft 365 アプリ所有者を一覧表示' に成功しました。[出力パネル](%s) で表示できます。",
44
44
  "core.collaboration.GrantingPermission": "アクセス許可を付与しています",
45
- "core.collaboration.EmailCannotBeEmptyOrSame": "Provide collaborator's email and make sure it's not the current user's email.",
46
- "core.collaboration.CannotFindUserInCurrentTenant": "User not found in current tenant. Provide correct email address",
45
+ "core.collaboration.EmailCannotBeEmptyOrSame": "コラボレーターのメールを null 値にしたり、現在のユーザーと同じにしたりすることはできません",
46
+ "core.collaboration.CannotFindUserInCurrentTenant": "現在のテナントにユーザーが見つかりません。メール アドレスが正しいかどうかを確認してください",
47
47
  "core.collaboration.GrantPermissionForUser": "ユーザー %s にアクセス許可を付与する",
48
48
  "core.collaboration.AccountToGrantPermission": "アクセス許可を付与するアカウント: ",
49
49
  "core.collaboration.StartingGrantPermission": "環境に対するアクセス許可の付与を開始しています: ",
50
50
  "core.collaboration.TenantId": "テナント ID: ",
51
- "core.collaboration.PermissionHasBeenGrantTo": "Permission granted to ",
51
+ "core.collaboration.PermissionHasBeenGrantTo": "アクセス許可が以下に付与されました: ",
52
52
  "core.collaboration.GrantPermissionResourceId": "、リソース ID: ",
53
53
  "core.collaboration.ListingM365Permission": "Microsoft 365 アクセス許可の一覧を作成しています\n",
54
54
  "core.collaboration.AccountUsedToCheck": "確認に使用されるアカウント: ",
55
55
  "core.collaboration.StartingListAllTeamsAppOwners": "\n環境のすべてのチーム アプリ所有者の一覧表示を開始しています: ",
56
- "core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Microsoft Entra app owners for environment: ",
56
+ "core.collaboration.StartingListAllAadAppOwners": "\n環境のすべての Azure Active Directory アプリ所有者の一覧表示を開始しています: ",
57
57
  "core.collaboration.M365TeamsAppId": "Microsoft 365 Teams アプリ (ID: ",
58
- "core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
58
+ "core.collaboration.SsoAadAppId": "SSO AAD アプリ (ID: ",
59
59
  "core.collaboration.TeamsAppOwner": "Teams アプリの所有者: ",
60
- "core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
60
+ "core.collaboration.AadAppOwner": "Azure Active Directory アプリ所有者: ",
61
61
  "core.collaboration.StaringCheckPermission": "環境のアクセス許可の確認を開始しています: ",
62
62
  "core.collaboration.CheckPermissionResourceId": "リソース ID: ",
63
63
  "core.collaboration.Undefined": "未定義",
64
64
  "core.collaboration.ResourceName": "、リソース名: ",
65
65
  "core.collaboration.Permission": "、アクセス許可: ",
66
- "core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for Teams app %s.",
66
+ "core.developerPortal.scaffold.CannotFindManifest": "Teams アプリ %s のダウンロードされたパッケージからマニフェストが見つかりませんでした。",
67
67
  "plugins.spfx.questions.framework.title": "フレームワーク",
68
- "plugins.spfx.questions.webpartName": "SharePoint Framework Web パーツの名前",
68
+ "plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
69
69
  "plugins.spfx.questions.webpartName.error.duplicate": "フォルダー %s は既に存在します。コンポーネントに別の名前を指定してください。",
70
70
  "plugins.spfx.questions.webpartName.error.notMatch": "%s が %s のパターンと一致しません",
71
71
  "plugins.spfx.questions.packageSelect.title": "SharePoint Framework",
72
- "plugins.spfx.questions.packageSelect.placeholder": "Select option for scaffolding",
72
+ "plugins.spfx.questions.packageSelect.placeholder": "スキャフォールディングのオプションを選択する",
73
73
  "plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "グローバルにインストールされた SPFx (%s) を使用する",
74
74
  "plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "グローバルにインストールされた SPFx を使用する",
75
75
  "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s 以降",
76
76
  "plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Teams Toolkit ディレクトリに最新の SPFx (%s) をローカルにインストールする ",
77
77
  "plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Teams Toolkit ディレクトリに最新の SPFx をローカルにインストールする ",
78
78
  "plugins.spfx.questions.spfxSolution.title": "SharePoint ソリューション",
79
- "plugins.spfx.questions.spfxSolution.createNew": "Create New SPFx Solution",
80
- "plugins.spfx.questions.spfxSolution.createNew.detail": "Create Teams Tab application using SPFx web parts",
81
- "plugins.spfx.questions.spfxSolution.importExisting": "Import Existing SPFx Solution",
79
+ "plugins.spfx.questions.spfxSolution.createNew": "新しい SPFx ソリューションの作成",
80
+ "plugins.spfx.questions.spfxSolution.createNew.detail": "SPFx Web パーツを使用して Teams タブ アプリケーションを作成します",
81
+ "plugins.spfx.questions.spfxSolution.importExisting": "既存の SPFx ソリューションのインポート",
82
82
  "plugins.spfx.questions.spfxSolution.importExisting.detail": "SPFx クライアント側 Web パーツを Microsoft Teams タブまたは個人用アプリとして公開します",
83
- "plugins.spfx.deployNotice": "SharePoint package %s deployed successfully to [%s](%s).",
84
- "plugins.spfx.cannotFindPackage": "Unable to find SharePoint package %s",
85
- "plugins.spfx.cannotGetSPOToken": "Unable to get SPO access token",
86
- "plugins.spfx.cannotGetGraphToken": "Unable to get Graph access token",
87
- "plugins.spfx.insufficientPermission": "To upload and deploy package to App Catalog %s, you need org's Microsoft 365 tenant admin permissions. Get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing.",
88
- "plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog due to %s, stack: %s",
89
- "plugins.spfx.uploadAppcatalogFail": "Unable to upload app package due to %s",
83
+ "plugins.spfx.deployNotice": "SharePoint パッケージ %s [%s](%s) に正常にデプロイされています。",
84
+ "plugins.spfx.cannotFindPackage": "SharePoint パッケージ %s が見つかりません",
85
+ "plugins.spfx.cannotGetSPOToken": "SPO アクセス トークンを取得できません",
86
+ "plugins.spfx.cannotGetGraphToken": "Graph アクセス トークンを取得できません",
87
+ "plugins.spfx.insufficientPermission": "パッケージをアップロードしてアプリ カタログ %s に展開できません。組織のMicrosoft 365テナント管理者のアクセス許可が必要です。テスト目的で[Microsoft 365 開発者プログラム](%s) から無料のMicrosoft 365テナントを取得できます。",
88
+ "plugins.spfx.createAppcatalogFail": "%s、スタック: %s が原因で、テナント アプリ カタログを作成できません。",
89
+ "plugins.spfx.uploadAppcatalogFail": "%s のため、アプリ パッケージをアップロードできません",
90
90
  "plugins.spfx.buildSharepointPackage": "SharePoint パッケージのビルド",
91
91
  "plugins.spfx.deploy.title": "SharePoint パッケージのアップロードと展開",
92
92
  "plugins.spfx.scaffold.title": "スキャフォールディング プロジェクト",
93
+ "plugins.spfx.error.npmInstallFailed": "%s が理由で、'npm install' を実行できません",
93
94
  "plugins.spfx.error.invalidDependency": "パッケージ %s を検証できません",
94
95
  "plugins.spfx.error.noConfiguration": "SPFx プロジェクトに .yo-rc.json ファイルがありません。構成ファイルを追加して、もう一度お試しください。",
95
- "plugins.spfx.error.devEnvironmentNotSetup": "Your SPFx development environment is not set up correctly. Click \"Get Help\" to set up the right environment.",
96
+ "plugins.spfx.error.devEnvironmentNotSetup": "SPFx 開発環境が正しく設定されていません。[問い合わせ] をクリックして、ガイドに従って適切な環境を設定できます。",
96
97
  "plugins.spfx.scaffold.dependencyCheck": "依存関係を確認しています...",
97
- "plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes.",
98
+ "plugins.spfx.scaffold.dependencyInstall": "依存関係をインストールしています。完了するまでに 5 分以上かかる場合があります。",
98
99
  "plugins.spfx.scaffold.scaffoldProject": "Yeoman CLI を使用してSPFxプロジェクトを生成する",
99
100
  "plugins.spfx.scaffold.updateManifest": "Web パーツ マニフェストの更新",
100
- "plugins.spfx.GetTenantFailedError": "Unable to get tenant %s %s",
101
- "plugins.spfx.error.installLatestDependencyError": "Unable to set up SPFx environment in %s folder. To set up global SPFx environment, follow [Set up your SharePoint Framework development environment | Microsoft Learn](%s).",
102
- "plugins.spfx.error.scaffoldError": "Project creation is unsuccessful, which may be due to Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
103
- "plugins.spfx.error.import.retrieveSolutionInfo": "Unable to get existing SPFx solution information. Ensure your SPFx solution is valid.",
104
- "plugins.spfx.error.import.copySPFxSolution": "Unable to copy existing SPFx solution: %s",
105
- "plugins.spfx.error.import.updateSPFxTemplate": "Unable to update project templates with existing SPFx solution: %s",
106
- "plugins.spfx.error.import.common": "Unable to import existing SPFx solution to Teams Toolkit: %s",
101
+ "plugins.spfx.GetTenantFailedError": "テナント %s %s を取得できません",
102
+ "plugins.spfx.error.installLatestDependencyError": "%s フォルダーに SPFx 環境を設定するときに不明な問題が発生しました。[SharePoint Framework 開発環境のセットアップ | Microsoft Learn](%s) を使用してグローバル SPFx 環境を設定します。",
103
+ "plugins.spfx.error.scaffoldError": "プロジェクトの作成に失敗しました。Yeoman SharePoint Generator が原因である可能性があります。詳細については、[出力パネル](%s)を確認してください。",
104
+ "plugins.spfx.error.import.retrieveSolutionInfo": "既存の SPFx ソリューション情報を取得できませんでした。SPFx ソリューションが有効であることを確認してください。",
105
+ "plugins.spfx.error.import.copySPFxSolution": "既存の SPFx ソリューションをコピーできませんでした: %s",
106
+ "plugins.spfx.error.import.updateSPFxTemplate": "既存の SPFx ソリューションでプロジェクト テンプレートを更新できませんでした: %s",
107
+ "plugins.spfx.error.import.common": "既存の SPFx ソリューションを Teams ツールキットにインポートできませんでした: %s",
107
108
  "plugins.spfx.import.title": "SPFx ソリューションのインポート",
108
109
  "plugins.spfx.import.copyExistingSPFxSolution": "既存の SPFx ソリューションをコピーしています...",
109
110
  "plugins.spfx.import.generateSPFxTemplates": "ソリューション情報に基づいてテンプレートを生成しています...",
110
111
  "plugins.spfx.import.updateTemplates": "テンプレートの更新中...",
111
- "plugins.spfx.import.success": "Your SPFx solution is successfully imported to %s.",
112
- "plugins.spfx.import.log.success": "Teams Toolkit has successfully imported your SPFx solution. Find complete log of import details in %s.",
113
- "plugins.spfx.import.log.fail": "Teams Toolkit is unable to import your SPFx solution. Find complete log of important details in %s.",
114
- "plugins.spfx.addWebPart.confirmInstall": "SPFx %s version in your solution isn't installed on your machine. Do you want to install it in Teams Toolkit directory to continue adding web parts?",
115
- "plugins.spfx.addWebPart.install": "Install",
116
- "plugins.spfx.addWebPart.confirmUpgrade": "Teams Toolkit is using SPFx version %s and your solution has SPFx version %s. Do you want to upgrade it to version %s in Teams Toolkit directory and add web parts?",
117
- "plugins.spfx.addWebPart.upgrade": "Upgrade",
118
- "plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version %s in your solution isn't installed on this machine. Teams Toolkit uses the SPFx installed in its directory by default (%s). The version mismatch may cause unexpected error. Do you still want to continue?",
119
- "plugins.spfx.addWebPart.versionMismatch.help": "Help",
120
- "plugins.spfx.addWebPart.versionMismatch.continue": "Continue",
121
- "plugins.spfx.addWebPart.versionMismatch.output": "SPFx version in your solution is %s. You've installed %s globally and %s in Teams Toolkit directory, which is used as default (%s) by Teams Toolkit. The version mismatch may cause unexpected error. Find possible solutions in %s.",
122
- "plugins.spfx.addWebPart.versionMismatch.localOnly.output": "SPFx version in your solution is %s. You've installed %s in Teams Toolkit directory, which is used as default in Teams Toolkit (%s). The version mismatch may cause unexpected error. Find possible solutions in %s.",
123
- "plugins.spfx.addWebPart.cannotFindSolutionVersion": "Unable to find SPFx version in your solution in %s",
124
- "plugins.spfx.error.installDependencyError": "It looks like you're facing problem setting up SPFx environment in %s folder. Follow %s to install %s for global SPFx environment setup.",
112
+ "plugins.spfx.import.success": "SPFx ソリューションが %s に正常にインポートされました。",
113
+ "plugins.spfx.import.log.success": "Teams ツールキットで SPFx ソリューションが正常にインポートされました。インポートの詳細の完全なログは %s にあります。",
114
+ "plugins.spfx.import.log.fail": "Teams ツールキットで SPFx ソリューションをインポートできませんでした。インポートの詳細の完全なログは %s にあります。",
125
115
  "plugins.frontend.checkNetworkTip": "ネットワーク接続をご確認ください。",
126
116
  "plugins.frontend.checkFsPermissionsTip": "ファイル システムに対する読み取り/書き込みアクセス許可があるかどうかを確認します。",
127
117
  "plugins.frontend.checkStoragePermissionsTip": "Azure Storage アカウントに対するアクセス許可があるかどうかを確認します。",
128
- "plugins.frontend.checkSystemTimeTip": "Incorrect system time may lead to expired credentials. Make sure your system time is correct.",
118
+ "plugins.frontend.checkSystemTimeTip": "資格情報の有効期限が切れている可能性があります。システム時刻が正しいかどうかを確認してください。",
129
119
  "suggestions.retryTheCurrentStep": "現在の手順をもう一度お試しください。",
130
120
  "plugins.appstudio.buildSucceedNotice": "Teams パッケージが [ローカル アドレス](%s) で正常にビルドされました。",
131
121
  "plugins.appstudio.buildSucceedNotice.fallback": "Teams パッケージが %s で正常にビルドされました。",
132
122
  "plugins.appstudio.createPackage.progressBar.message": "Teams アプリ パッケージをビルドしています...",
133
- "plugins.appstudio.validationFailedNotice": "Manifest Validation is unsuccessful!",
123
+ "plugins.appstudio.validationFailedNotice": "マニフェストの検証が失敗しました。",
134
124
  "plugins.appstudio.validateManifest.progressBar.message": "マニフェストを検証しています...",
135
125
  "plugins.appstudio.validateAppPackage.progressBar.message": "アプリ パッケージを検証しています...",
136
- "plugins.appstudio.syncManifestFailedNotice": "Unable to sync manifest!",
137
126
  "plugins.appstudio.adminPortal": "管理者ポータルに移動",
138
- "plugins.appstudio.publishSucceedNotice.cli": "[%s] is published successfully to Admin Portal (%s). After approval, your app will be available for your organization. Get more info from %s.",
127
+ "plugins.appstudio.publishSucceedNotice.cli": "[%s] が管理ポータル (%s) に正常に発行されました。承認されると、アプリは組織で使用できるようになります。詳細については、%s をご覧ください。",
139
128
  "plugins.appstudio.updatePublihsedAppConfirm": "新しい更新プログラムを送信しますか?",
140
- "plugins.appstudio.teamsAppCreatedNotice": "Teams app %s created successfully",
141
- "plugins.appstudio.teamsAppUpdatedLog": "Teams app %s updated successfully",
142
- "plugins.appstudio.teamsAppUpdatedNotice": "Your Teams app manifest is deployed successfully. To see your app in Teams Developer Portal, click \"View in Developer Portal\".",
143
- "plugins.appstudio.teamsAppUpdatedCLINotice": "Your Teams app manifest is deployed successfully to ",
144
- "plugins.appstudio.updateManifestTip": "The manifest file configurations are already modified. Do you want to regenerate the manifest file and update to Teams platform?",
145
- "plugins.appstudio.updateOverwriteTip": "The manifest file on Teams platform is modified since your last update. Do you want to update and overwrite it on Teams platform?",
146
- "plugins.appstudio.pubWarn": "The app %s is already submitted to tenant App Catalog.\nStatus: %s\n",
129
+ "plugins.appstudio.teamsAppCreatedNotice": "Teams アプリが %s を作成しました",
130
+ "plugins.appstudio.teamsAppUpdatedLog": "Teams アプリが %s を更新しました",
131
+ "plugins.appstudio.teamsAppUpdatedNotice": "Teams アプリケーション マニフェストが正常に展開されました。Teams 開発者ポータルでアプリケーションを表示するには、[開発者ポータルで表示] をクリックします。",
132
+ "plugins.appstudio.teamsAppUpdatedCLINotice": "Teams アプリケーション マニフェストが正常に展開されました ",
133
+ "plugins.appstudio.updateManifestTip": "マニフェスト ファイルの構成は既に変更されています。引き続きマニフェスト ファイルを再生成し、Teams プラットフォームに更新しますか?",
134
+ "plugins.appstudio.updateOverwriteTip": "Teams プラットフォーム上のマニフェスト ファイルは、前回の更新以降に変更されています。Teams プラットフォームのマニフェスト ファイルを引き続き更新して上書きしますか?",
135
+ "plugins.appstudio.pubWarn": "アプリ %s は既にテナントのアプリ カタログに送信されています。\n状態: %s\n",
147
136
  "plugins.appstudio.lastModified": "最終更新日: %s\n",
148
137
  "plugins.appstudio.previewOnly": "プレビューのみ",
149
138
  "plugins.appstudio.previewAndUpdate": "レビューと更新",
150
139
  "plugins.appstudio.overwriteAndUpdate": "上書きと更新",
151
- "plugins.appstudio.emptyAppPackage": "Unable to find any files in the app %s package.",
152
- "plugins.appstudio.unprocessedFile": "Teams Toolkit did not process %s.",
140
+ "plugins.appstudio.emptyAppPackage": "アプリ %s のパッケージにファイルが見つかりませんでした。",
141
+ "plugins.appstudio.unprocessedFile": "%sは Teams Toolkit で処理されませんでした。",
153
142
  "plugins.appstudio.viewDeveloperPortal": "開発者ポータルで表示",
154
- "plugins.bot.questionHostTypeTrigger.title": "Select triggers",
155
- "plugins.bot.questionHostTypeTrigger.placeholder": "Select triggers",
143
+ "plugins.bot.questionHostTypeTrigger.title": "トリガーの選択",
144
+ "plugins.bot.questionHostTypeTrigger.placeholder": "トリガーの選択",
156
145
  "plugins.bot.triggers.http-functions.description": "Azure Functions",
157
- "plugins.bot.triggers.http-functions.detail": "A function running on Azure Functions can respond to HTTP requests.",
146
+ "plugins.bot.triggers.http-functions.detail": "Azure Functions でホストされている実行中の関数は、HTTP 要求をリッスンできます。",
158
147
  "plugins.bot.triggers.http-functions.label": "HTTP トリガー",
159
148
  "plugins.bot.triggers.http-and-timer-functions.description": "Azure Functions",
160
- "plugins.bot.triggers.http-and-timer-functions.detail": "A function running on Azure Functions can respond to HTTP requests based on a specific schedule.",
149
+ "plugins.bot.triggers.http-and-timer-functions.detail": "Azure Functions でホストされている実行中の関数は、特定のスケジュールに基づいて HTTP 要求をリッスンして応答できます。",
161
150
  "plugins.bot.triggers.http-and-timer-functions.label": "HTTP およびタイマー トリガー",
162
151
  "plugins.bot.triggers.http-restify.description": "再修正サーバー",
163
- "plugins.bot.triggers.http-restify.detail": "A restify server running on Azure App Service can respond to HTTP requests.",
152
+ "plugins.bot.triggers.http-restify.detail": "Azure App Service でホストされている実行中の再修正サーバーは、HTTP 要求をリッスンできます。",
164
153
  "plugins.bot.triggers.http-restify.label": "HTTP トリガー",
165
154
  "plugins.bot.triggers.http-webapi.description": "Web API サーバー",
166
- "plugins.bot.triggers.http-webapi.detail": "A Web API server running on Azure App Service can respond to HTTP requests.",
155
+ "plugins.bot.triggers.http-webapi.detail": "Azure App Service でホストされている実行中の Web API サーバーは、HTTP 要求をリッスンできます。",
167
156
  "plugins.bot.triggers.http-webapi.label": "HTTP トリガー",
168
157
  "plugins.bot.triggers.timer-functions.description": "Azure Functions",
169
- "plugins.bot.triggers.timer-functions.detail": "A function running on Azure Functions can respond based on a specific schedule.",
158
+ "plugins.bot.triggers.timer-functions.detail": "Azure Functions でホストされている実行中の関数は、特定のスケジュールに基づいて応答できます。",
170
159
  "plugins.bot.triggers.timer-functions.label": "タイマー トリガー",
171
- "error.NoProjectOpenedError": "No project is currently open. Create a new project or open an existing one.",
172
- "error.UpgradeV3CanceledError": "Don't want to upgrade? Continue using old version of Teams Toolkit",
160
+ "error.NoProjectOpenedError": "プロジェクトが開いていません。新しいプロジェクトを作成するか、既存のプロジェクトを開くことができます。",
161
+ "error.InvalidEnvNameError": "環境名に使用できるのは、文字、数字、_ および - のみです。",
162
+ "error.UpgradeV3CanceledError": "アップグレードする準備が整っていない場合は、引き続き古いバージョンの Teams Toolkit を使用してください",
163
+ "error.InvalidInputError": "無効な入力: %s",
164
+ "error.ProjectEnvAlreadyExistError": "プロジェクト環境 %s は既に存在します。",
165
+ "error.NotImplementedError": "メソッドが実装されていません: %s",
173
166
  "error.FailedToParseResourceIdError": "リソース ID: '%s' から '%s' を取得できません",
174
167
  "error.NoSubscriptionFound": "サブスクリプションが見つかりません。",
175
- "error.TrustCertificateCancelError": "User canceled. For Teams to trust the self-signed SSL certificate used by the toolkit, add the certificate to your certificate store.",
176
- "error.VideoFilterAppNotRemoteSupported": "Teams Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
177
- "error.appstudio.teamsAppRequiredPropertyMissing": "Missing required property \"%s\" in \"%s\"",
178
- "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Teams Developer Portal due to %s",
179
- "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s in Teams Developer Portal due to %s",
180
- "error.appstudio.apiFailed": "Unable to make API call to Developer Portal. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
181
- "error.appstudio.apiFailed.telemetry": "Unable to make API call to Developer Portal: %s, %s, API name: %s, X-Correlation-ID: %s. This may be due to a temporary service error. Try again after a few minutes.",
182
- "error.appstudio.authServiceApiFailed": "Unable to make API call to Developer Portal: %s, %s, Request path: %s",
168
+ "error.TrustCertificateCancelError": "ユーザーが取り消されました。Teams がツールキットで使用される自己署名 SSL 証明書を信頼するには、自己署名証明書を証明書ストアに追加する必要があります。",
169
+ "error.VideoFilterAppNotRemoteSupported": "リモートでのビデオ フィルター アプリは Teams ツールキットではサポートされていません。プロジェクト ルート フォルダー内の README.md ファイルを確認してください。",
170
+ "error.appstudio.teamsAppCreateFailed": "%s が原因で、Teams 開発者ポータルで Teams アプリを作成できません",
171
+ "error.appstudio.teamsAppUpdateFailed": "%s のため、Teams 開発者ポータルで ID %s Teams アプリを更新できません",
172
+ "error.appstudio.apiFailed": "開発者ポータルへの API 呼び出しに失敗しました。詳細については、[出力パネル](command:fx-extension.showOutputChannel) を確認してください。",
173
+ "error.appstudio.apiFailed.telemetry": "開発者ポータルへの API 呼び出しに失敗しました: %s、%s、API 名: %s、X-Correlation-ID: %s。これは、断続的なサービス エラーから発生した可能性があります。数分待ってから、現在の手順をもう一度お試しください。",
174
+ "error.appstudio.authServiceApiFailed": "開発者ポータルへの API 呼び出しに失敗しました: %s、%s、要求パス: %s",
183
175
  "error.appstudio.publishFailed": "ID %s で Teams アプリを発行できません。",
184
- "error.appstudio.buildError": "Unable to build Teams Package!",
185
- "error.appstudio.checkPermissionFailed": "Unable to check permission. Reason: %s",
186
- "error.appstudio.grantPermissionFailed": "Unable to grant permission. Reason: %s",
187
- "error.appstudio.listCollaboratorFailed": "Unable to list collaborators. Reason: %s",
188
- "error.appstudio.updateManifestInvalidApp": "Unable to find Teams app with ID %s. Run debug or provision before updating manifest to Teams platform.",
176
+ "error.appstudio.buildError": "Teams パッケージのビルドに失敗しました。",
177
+ "error.appstudio.checkPermissionFailed": "アクセス許可の確認に失敗しました。理由: %s",
178
+ "error.appstudio.grantPermissionFailed": "アクセス許可の付与に失敗しました。理由: %s",
179
+ "error.appstudio.listCollaboratorFailed": "コラボレーターの一覧表示に失敗しました。理由: %s",
180
+ "error.appstudio.updateManifestInvalidApp": "ID %s のチーム アプリが見つかりません。マニフェストを Teams プラットフォームに更新する前に、デバッグを実行するか、最初にプロビジョニングする必要があります。",
189
181
  "error.appstudio.invalidCapability": "無効な機能: %s",
190
- "error.appstudio.capabilityExceedLimit": "Unable to add capability %s as it has reached its limit.",
191
- "error.appstudio.staticTabNotExist": "As static tab with entity ID %s is not found, we can't update it.",
192
- "error.appstudio.capabilityNotExist": "As capability %s doesn't exist in manifest, we can't update it.",
193
- "error.appstudio.noManifestId": "Invalid ID found in manifest find.",
182
+ "error.appstudio.capabilityExceedLimit": "機能 %s を追加できません。上限に達しました。",
183
+ "error.appstudio.staticTabNotExist": "エンティティ ID %s の静的タブが見つかりません。更新できません。",
184
+ "error.appstudio.capabilityNotExist": "機能 %s がマニフェストに存在せず、更新できません。",
185
+ "error.appstudio.noManifestId": "マニフェスト検索で無効な ID が見つかりました。",
194
186
  "error.appstudio.validateFetchSchemaFailed": "%s からスキーマを取得できません。メッセージ: %s",
195
187
  "error.appstudio.validateSchemaNotDefined": "マニフェスト スキーマが定義されていません",
196
- "error.appstudio.syncManifestInvalidInput": "Input is invalid. Project path and env should not be empty.",
197
- "error.appstudio.syncManifestNoTeamsAppId": "Unable to load Teams app ID from the env file.",
198
- "error.appstudio.syncManifestNoManifest": "Manifest downloaded from Teams Developer Portal is empty",
199
- "error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip Teams app package\" and try again.",
200
- "error.appstudio.teamsAppCreateConflict": "Unable to create Teams app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
201
- "error.appstudio.teamsAppCreateConflictWithPublishedApp": "Teams app with the same ID already exists in your organization's app store. Update the app and try again.",
202
- "error.appstudio.teamsAppPublishConflict": "Unable to publish Teams app because Teams app with this ID already exists in staged apps. Update the app ID and try again.",
203
- "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "This account can't get a botframework token.",
204
- "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result when attempting to create bot registration.",
205
- "error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result when attempting to create bot registration.",
206
- "error.generator.ScaffoldLocalTemplateError": "Unable to scaffold template based on local zip package.",
188
+ "error.appstudio.publishInDevPortalSuggestionForValidationError": "\"Zip Teams アプリ パッケージ\" からパッケージを生成して、もう一度お試しください。",
189
+ "error.appstudio.teamsAppCreateConflict": "409 競合エラーが発生したため、Teams アプリを作成できません。お使いのアプリ ID がテナント内の別のアプリと競合している可能性があります。詳細については、[問い合わせ] をクリックしてください。",
190
+ "error.appstudio.teamsAppCreateConflictWithPublishedApp": "その ID を使用する Teams アプリは、組織のアプリ ストアに既に存在します。アプリ ID を手動で更新してから、もう一度お試しください。",
191
+ "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "現在のアカウントでは、botframework トークンを取得できません。",
192
+ "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework プロビジョニングは、ボット登録の作成試行から禁止された結果を返します。",
193
+ "error.appstudio.BotProvisionReturnsConflictResult": "Botframework プロビジョニングは、ボット登録の作成試行から競合する結果を返します。",
194
+ "error.generator.TemplateZipFallbackError": "zip パッケージをダウンロードしてローカル zip パッケージを開くことができません。",
207
195
  "error.generator.TemplateNotFoundError": "テンプレート %s が見つかりません。",
208
196
  "error.generator.SampleNotFoundError": "サンプル %s が見つかりません。",
209
- "error.generator.UnzipError": "Unable to extract templates and save them to disk.",
197
+ "error.generator.FetchZipFromUrlError": "%s から zip パッケージをダウンロードできません。",
198
+ "error.generator.UnzipError": "テンプレートを解凍してディスクに書き込めません。",
210
199
  "error.generator.MissKeyError": "キー %s が見つかりません",
211
- "error.generator.FetchSampleInfoError": "Unable to fetch sample info",
212
- "error.generator.DownloadSampleApiLimitError": "Unable to download sample due to rate limitation. Try again in an hour after rate limit reset or you can manually clone the repo from %s.",
213
- "error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and try again or you can manually clone the repo from %s",
214
- "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" is not used in the plugin.",
215
- "error.apime.noExtraAPICanBeAdded": "Unable to add API because only GET and POST methods are supported, with a maximum of 5 required parameters and no authentication. Also, methods defined in the manifest are not listed.",
216
- "error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
200
+ "error.generator.DownloadSampleApiLimitError": "調整のため、サンプルをダウンロードできません。レート制限をリセットしてから再試行してください (これには最大 1 時間かかる場合があります)。または、%s に移動して、リポジトリを手動で git clone することもできます",
201
+ "error.generator.DownloadSampleNetworkError": "ネットワーク エラーのため、サンプルをダウンロードできません。ネットワーク接続を確認してから、もう一度お試しください。または、%s に移動して、リポジトリを手動で git clone することもできます",
202
+ "error.generator.ParseUrlError": "URL %s を解析できません",
203
+ "error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "'%s' から OpenAI プラグイン マニフェストを取得できません。",
204
+ "error.copilotPlugin.noExtraAPICanBeAdded": "No API can be added. Only GET and POST methods with single parameter and no auth are supported. Methods defined in manifest.json are not listed.",
217
205
  "error.m365.NotExtendedToM365Error": "Teams アプリを Microsoft 365 に拡張できません。'teamsApp/extendToM365' アクションを使用して、Teams アプリを Microsoft 365 に拡張します。",
218
- "core.QuestionAppName.validation.pattern": "App name needs to begin with letters, include minimum two letters or digits, and exclude certain special characters.",
219
- "core.QuestionAppName.validation.maxlength": "App name is longer than the 30 characters.",
220
- "core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different app name.",
221
- "core.QuestionAppName.validation.lengthWarning": "Your app name may exceed 30 characters due to a \"local\" suffix added by Teams Toolkit for local debugging. Please update your app name in \"manifest.json\" file.",
222
- "core.ProgrammingLanguageQuestion.title": "Programming Language",
223
- "core.ProgrammingLanguageQuestion.placeholder": "Select a programming language",
206
+ "core.QuestionAppName.validation.pattern": "アプリケーション名は文字で始まり、少なくとも 2 つの文字または数字を含んでいる必要があります。特殊文字を含めることはできません。",
207
+ "core.QuestionAppName.validation.maxlength": "アプリケーション名が最大長の 30 を超えています。",
208
+ "core.QuestionAppName.validation.pathExist": "パスが存在します: %s。別のアプリケーション名を選択します。",
209
+ "core.ProgrammingLanguageQuestion.placeholder": "プログラミング言語を選択します。",
224
210
  "core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx は現在、TypeScript のみをサポートしています。",
225
211
  "core.option.tutorial": "チュートリアルを開く",
226
212
  "core.option.github": "GitHub ガイドを開く",
227
- "core.option.inProduct": "Open an in-product guide",
213
+ "core.option.inProduct": "製品内ガイドを開く",
228
214
  "core.TabOption.label": "タブ",
229
- "core.generator.officeAddin.importProject.title": "Importing Existing Outlook Add-in Project",
230
- "core.generator.officeAddin.importProject.copyFiles": "Copying files...",
231
- "core.generator.officeAddin.importProject.convertProject": "Converting project...",
232
- "core.generator.officeAddin.importProject.updateManifest": "Modifying manifest...",
233
- "core.generator.officeAddin.importOfficeProject.title": "Importing Existing Office Add-in Project",
215
+ "core.generator.officeAddin.importProject.title": "既存の Outlook アドイン プロジェクトをインポートしています",
216
+ "core.generator.officeAddin.importProject.copyFiles": "ファイルをコピーしています",
217
+ "core.generator.officeAddin.importProject.convertProject": "プロジェクトを変換しています",
218
+ "core.generator.officeAddin.importProject.updateManifest": "マニフェストを変更しています",
234
219
  "core.TabOption.description": "UI ベースのアプリ",
235
220
  "core.TabOption.detail": "Microsoft Teams に埋め込まれた Teams 対応の Web ページ",
236
221
  "core.DashboardOption.label": "ダッシュボード",
237
222
  "core.DashboardOption.detail": "重要な情報を表示するためのカードとウィジェットを含むキャンバス",
238
223
  "core.BotNewUIOption.label": "基本ボット",
239
- "core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready for customization",
224
+ "core.BotNewUIOption.detail": "簡単にカスタマイズできるエコー ボットの簡単な実装",
240
225
  "core.LinkUnfurlingOption.label": "リンク未展開",
241
- "core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the text input field",
226
+ "core.LinkUnfurlingOption.detail": "URL が作成メッセージ領域に貼り付けられたときに情報とアクションを表示する",
242
227
  "core.MessageExtensionOption.labelNew": "フォーム入力と処理データの収集",
243
228
  "core.MessageExtensionOption.label": "メッセージ拡張機能",
244
229
  "core.MessageExtensionOption.description": "ユーザーが Teams でメッセージを作成するときのカスタム UI",
245
- "core.MessageExtensionOption.detail": "Receive user input, process it, and send customized results",
230
+ "core.MessageExtensionOption.detail": "ユーザー入力を取得し、それを使用して何かを行い、カスタマイズされた結果を返します",
246
231
  "core.NotificationOption.label": "チャット通知メッセージ",
247
232
  "core.NotificationOption.detail": "Teams チャットに表示されるメッセージを通知して告知する",
248
233
  "core.CommandAndResponseOption.label": "チャット コマンド",
@@ -253,171 +238,82 @@
253
238
  "core.TabSPFxOption.detailNew": "SharePoint Framework で UI をビルドする",
254
239
  "core.TabNonSso.label": "[基本] タブ",
255
240
  "core.TabNonSso.detail": "簡単にカスタマイズできる Web アプリの簡単な実装",
256
- "core.copilotPlugin.api.noAuth": "No authentication",
257
- "core.copilotPlugin.api.apiKeyAuth": "API Key authentication(Bearer token authentication)",
258
- "core.copilotPlugin.api.oauth": "OAuth(Authorization code flow)",
259
- "core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
241
+ "core.copilotPlugin.validate.apiSpec.summary": "Teams ツールキットによって API 仕様が確認されました:\n\n概要:\n%s。\n%s\n%s",
242
+ "core.copilotPlugin.validate.openAIPluginManifest.summary": "Teams ツールキットによって OpenAI プラグイン マニフェストが確認されました:\n\n概要:\n%s。\n%s\n%s",
260
243
  "core.copilotPlugin.validate.summary.validate.failed": "%s が失敗しました",
261
244
  "core.copilotPlugin.validate.summary.validate.warning": "%s 警告",
262
- "core.copilotPlugin.list.unsupportedBecause": "is unsupported because:",
263
- "core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI description document:\n%s",
245
+ "core.copilotPlugin.scaffold.summary": "OpenAPI 仕様ファイルで次の問題が検出されました:\n%s",
264
246
  "core.copilotPlugin.scaffold.summary.warning.operationId": "%s の軽減策: 不要です。operationId が自動的に生成され、\"%s\" ファイルに追加されました。",
265
- "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The OpenAPI description document is on Swagger version 2.0. Mitigation: Not required. The content has been converted to OpenAPI 3.0 and saved in \"%s\".",
266
247
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" は %s 文字以内にする必要があります。",
267
248
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "完全な説明がありません。",
268
249
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "軽減策: \"%s\" の \"%s\" フィールドを更新します。",
269
250
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate": "コマンド \"%s\" に \"%s\" がありません。",
270
251
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate.mitigation": " 軽減策: アダプティブ カード テンプレートを \"%s\" に作成し、\"%s\" フィールドを \"%s\" の相対パスに更新します。",
271
- "core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly": "There is no required parameter defined in API \"%s\". The first optional parameter is set as the parameter for command \"%s\".",
272
- "core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " Mitigation: If \"%s\" is not what you need, edit the parameter of command \"%s\" in \"%s\". The parameter name should match what's defined in \"%s\".",
273
- "core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "Description for function \"%s\" is missing.",
274
- "core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " Mitigation: Update description for \"%s\" in \"%s\"",
275
- "core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "Description for function \"%s\" shortened to %s characters to meet the length requirement.",
276
- "core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " Mitigation: Update description for \"%s\" in \"%s\" so that Copilot can trigger the function.",
277
252
  "core.createCapabilityQuestion.titleNew": "機能",
278
253
  "core.createCapabilityQuestion.placeholder": "機能を選択する",
279
- "core.createProjectQuestion.option.description.preview": "Preview",
254
+ "core.createProjectQuestion.option.description.previewOnWindow": "Windows でのプレビュー",
280
255
  "core.createProjectQuestion.option.description.worksInOutlook": "Teams と Outlook で動作します",
281
256
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Teams、Outlook、Microsoft 365 アプリで動作します",
282
- "core.createProjectQuestion.option.description.worksInOutlookCopilot": "Teams、Outlook、Copilot で動作します",
283
257
  "core.createProjectQuestion.projectType.bot.detail": "反復的なタスクを自動化できる会話型または有益なチャット エクスペリエンス",
284
258
  "core.createProjectQuestion.projectType.bot.label": "ボット",
285
259
  "core.createProjectQuestion.projectType.bot.title": "ボットを使用したアプリの機能",
286
- "core.createProjectQuestion.projectType.messageExtension.detail": "Search and take actions from the text input box in Teams and Outlook",
287
- "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
260
+ "core.createProjectQuestion.projectType.messageExtension.detail": "Teams Outlook のチャット作成領域からアクションを検索または開始する",
288
261
  "core.createProjectQuestion.projectType.messageExtension.title": "メッセージ拡張機能を使用したアプリの機能",
289
- "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user experience",
262
+ "core.createProjectQuestion.projectType.outlookAddin.detail": "Web コンテンツでリボンとタスク ウィンドウをカスタマイズする",
290
263
  "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook アドイン",
291
264
  "core.createProjectQuestion.projectType.outlookAddin.title": "Outlook アドインを使用したアプリの機能",
292
- "core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook mails",
293
- "core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
294
- "core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
295
- "core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
296
- "core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
297
- "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
265
+ "core.createProjectQuestion.projectType.tab.detail": "Teams、Outlook、Microsoft 365 アプリに独自の Web コンテンツを埋め込む",
298
266
  "core.createProjectQuestion.projectType.tab.title": "タブを使用したアプリの機能",
299
- "core.createProjectQuestion.projectType.copilotExtension.label": "Copilot Extension",
300
- "core.createProjectQuestion.projectType.copilotExtension.title": "App Features using Copilot Extension",
301
- "core.createProjectQuestion.projectType.copilotExtension.detail": "Create declarative Copilot, API plugin, or both with Microsoft Copilot orchestrator and LLM.",
302
- "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
303
- "core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
304
- "core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
305
- "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot with Teams AI Library where you manage orchestration and provide your own LLM.",
306
- "core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Copilot",
307
- "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
308
- "core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
309
- "core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
310
- "core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Teams app",
311
- "core.createProjectQuestion.projectType.copilotGroup.title": "Use Copilot",
312
- "core.createProjectQuestion.projectType.createGroup.title": "Create",
313
- "core.createProjectQuestion.projectType.declarativeCopilot.label": "Declarative Copilot",
314
- "core.createProjectQuestion.projectType.declarativeCopilot.detail": "Create your own Copilot by declaring instructions, actions, & knowledge to suit your needs.",
267
+ "core.createProjectQuestion.projectType.copilotPlugin.detail": "API を使用して Copilot を拡張するためのプラグインを作成します",
268
+ "core.createProjectQuestion.projectType.copilotPlugin.label": "Copilot 用プラグイン",
269
+ "core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot 用プラグイン",
270
+ "core.createProjectQuestion.projectType.copilotPlugin.placeholder": "オプションの選択",
315
271
  "core.createProjectQuestion.title": "新しいプロジェクト",
316
- "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
317
- "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
318
272
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "新しい API で開始",
319
273
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Azure Functions から新しい API を使用してプラグインを作成",
320
- "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
321
- "core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
274
+ "core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "OpenAPI 仕様で開始",
322
275
  "core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "既存の API からプラグインを作成",
323
- "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
324
- "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic AI Chatbot",
325
- "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Build a basic AI chatbot in Teams",
326
- "core.createProjectQuestion.capability.customCopilotRagOption.label": "Chat With Your Data",
327
- "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Expand AI bot's knowledge with your content to get accurate answers to your questions",
328
- "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "AI Agent",
329
- "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Build an AI agent in Teams that can make decisions and perform actions based on LLM reasoning",
330
- "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
331
- "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Decide how to load your data",
332
- "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI Search",
333
- "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.detail": "Load your data from Azure AI Search service",
334
- "core.createProjectQuestion.capability.customCopilotRagCustomApiOption.label": "Custom API",
335
- "core.createProjectQuestion.capability.customCopilotRagCustomApiOption.detail": "Load your data from custom APIs based on OpenAPI description document",
336
- "core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.label": "Microsoft 365",
337
- "core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.detail": "Load your data from Microsoft Graph and SharePoint",
338
- "core.createProjectQuestion.capability.customCopilotRag.title": "Chat With Your Data",
339
- "core.createProjectQuestion.capability.customCopilotRag.placeholder": "Select an option to load your data",
340
- "core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Build from Scratch",
341
- "core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Teams AI Library",
342
- "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Build with Assistants API",
343
- "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
344
- "core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
345
- "core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
346
- "core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
347
- "core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
348
- "core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
349
- "core.createProjectQuestion.llmServiceOpenAIOption.detail": "Access LLMs developed by OpenAI",
350
- "core.createProjectQuestion.llmServiceAzureOpenAIOption.label": "Azure OpenAI",
351
- "core.createProjectQuestion.llmServiceAzureOpenAIOption.detail": "Access powerful LLMs in OpenAI with Azure security and reliability",
352
- "core.createProjectQuestion.llmService.openAIKey.title": "OpenAI Key",
353
- "core.createProjectQuestion.llmService.openAIKey.placeholder": "Input OpenAI service key now or set it later in the project",
354
- "core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
355
- "core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
356
- "core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
357
- "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Deployment Name",
358
- "core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
359
- "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Input Azure OpenAI deployment name now or set it later in the project",
360
- "core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
361
- "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
362
- "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
363
- "core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
364
- "core.createProjectQuestion.ApiKeyConfirm": "Teams Toolkit will upload the API key to Teams Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Teams Toolkit will not store your API key.",
365
- "core.createProjectQuestion.OauthClientId": "Enter client id for OAuth registration in OpenAPI Description Document",
366
- "core.createProjectQuestion.OauthClientSecret": "Enter client secret for OAuth registration in OpenAPI Description Document",
367
- "core.createProjectQuestion.OauthClientSecretConfirm": "Teams Toolkit uploads the client id/secret for OAuth Registration to Teams Developer Portal. It is used by Teams client to securely access your API at runtime. Teams Toolkit doesn't store your client id/secret.",
368
- "core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
369
- "core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
370
- "core.createProjectQuestion.invalidApiKey.message": "Invalid client secret. It should be 10 to 512 characters long.",
371
- "core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
372
- "core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
373
- "core.createProjectQuestion.apiSpec.copilotOperation.title": "Select Operation(s) Copilot Can Interact with",
374
- "core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
375
- "core.createProjectQuestion.apiSpec.operation.plugin.placeholder": "Unsupported APIs are not listed, check the output channel for reasons",
376
- "core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
377
- "core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
378
- "core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
276
+ "core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "OpenAI プラグインで開始",
277
+ "core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "OpenAI プラグインを Microsoft 365 Copilot プラグインに変換",
278
+ "core.createProjectQuestion.apiSpec.title": "OpenAPI 仕様",
279
+ "core.createProjectQuestion.apiSpec.placeholder": "OpenAPI 仕様の URL を入力してください",
280
+ "core.createProjectQuestion.apiSpecInputUrl.label": "OpenAPI 仕様の場所を入力してください",
281
+ "core.createProjectQuestion.AIPluginManifest.title": "OpenAI プラグイン マニフェスト",
282
+ "core.createProjectQuestion.AIPluginManifest.placeholder": "Web サイトのドメインを入力してください",
283
+ "core.createProjectQuestion.invalidUrl.message": "有効な URL を入力してください",
284
+ "core.createProjectQuestion.invalidDomain.message": "有効なドメインを入力してください",
285
+ "core.createProjectQuestion.apiSpec.operation.title": "操作を選択する",
286
+ "core.createProjectQuestion.apiSpec.operation.placeholder": "1 つのパラメーターを持ち、認証なしの GET および POST メソッドのみが一覧表示されます",
379
287
  "core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "manifest.json で定義されたメソッドが一覧にありません",
380
- "core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Incompatible OpenAPI description document. Check output panel for details.",
381
- "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Incompatible OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
382
- "core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
383
- "core.createProjectQuestion.declarativeCopilot.title": "Create Declarative Copilot",
384
- "core.createProjectQuestion.declarativeCopilot.placeholder": "Add API plugin to your declarative Copilot",
385
- "core.createProjectQuestion.createApiPlugin.title": "Create API Plugin",
386
- "core.createProjectQuestion.addApiPlugin.title": "Add API Plugin",
387
- "core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add plugin",
388
- "core.createProjectQuestion.noPlugin.label": "No plugin",
389
- "core.createProjectQuestion.noPlugin.detail": "Create declarative Copilot only",
390
- "core.createProjectQuestion.addPlugin.label": "Add plugin",
391
- "core.createProjectQuestion.addPlugin.detail": "Create declarative Copilot with API plugin",
392
- "core.aiAssistantBotOption.label": "AI Agent Bot",
393
- "core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
288
+ "core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "API 仕様が無効です。詳細については、出力パネルを確認してください。",
289
+ "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "API 仕様が無効です。詳細については、[output panel](command:fx-extension.showOutputChannel) を確認してください。",
290
+ "core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.message": "OpenAI プラグイン マニフェストが無効です。詳細については、出力パネルを確認してください。",
291
+ "core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "OpenAI プラグイン マニフェストが無効です。詳細については、[output panel](command:fx-extension.showOutputChannel) を確認してください。",
292
+ "core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "\"%s\" URL がありません。",
293
+ "core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "認証の種類はサポートされていません。サポートされている認証の種類: \"%s\"。",
394
294
  "core.aiBotOption.label": "AI チャット ボット",
395
- "core.aiBotOption.detail": "A basic AI chat bot in Teams using Teams AI library",
295
+ "core.aiBotOption.detail": "Teams AI ライブラリを使用するチャット ボット",
396
296
  "core.spfxFolder.title": "SPFx ソリューション フォルダー",
397
- "core.spfxFolder.placeholder": "Select the folder containing your SPFx solution",
297
+ "core.spfxFolder.placeholder": "SPFx ソリューションを含むフォルダーを選択します",
398
298
  "core.QuestionSelectTargetEnvironment.title": "環境を選択してください",
399
299
  "core.getQuestionNewTargetEnvironmentName.title": "新しい環境名",
400
300
  "core.getQuestionNewTargetEnvironmentName.placeholder": "新しい環境名",
401
301
  "core.getQuestionNewTargetEnvironmentName.validation1": "環境名に使用できるのは、文字、数字、_ および - のみです。",
402
- "core.getQuestionNewTargetEnvironmentName.validation3": "Unable to create an environment '%s'",
302
+ "core.getQuestionNewTargetEnvironmentName.validation3": "環境 '%s' を作成できません",
403
303
  "core.getQuestionNewTargetEnvironmentName.validation4": "環境構成を一覧表示できません",
404
304
  "core.getQuestionNewTargetEnvironmentName.validation5": "プロジェクト環境 %s は既に存在します。",
405
305
  "core.QuestionSelectSourceEnvironment.title": "コピーを作成する環境を選択する",
406
306
  "core.QuestionSelectResourceGroup.title": "リソース グループを選択します",
407
307
  "core.QuestionNewResourceGroupName.placeholder": "新しいリソース グループ名",
408
308
  "core.QuestionNewResourceGroupName.title": "新しいリソース グループ名",
409
- "core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or symbols ._-()",
309
+ "core.QuestionNewResourceGroupName.validation": "名前に使用できるのは、英数字または記号 ._-() のみです",
410
310
  "core.QuestionNewResourceGroupLocation.title": "新しいリソース グループの場所",
411
- "core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
412
- "core.QuestionNewResourceGroupLocation.group.others": "Others",
413
- "core.question.workspaceFolder.title": "Workspace Folder",
414
- "core.question.workspaceFolder.placeholder": "Choose the folder where your project root folder will be located",
415
- "core.question.appName.title": "Application Name",
416
- "core.question.appName.placeholder": "Input an application name",
311
+ "core.question.workspaceFolder.title": "ワークスペース フォルダー",
312
+ "core.question.workspaceFolder.placeholder": "プロジェクトのルート フォルダーを含む予定のフォルダーを選択します",
417
313
  "core.ScratchOptionYes.label": "新しいアプリを作成する",
418
- "core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams app.",
419
- "core.ScratchOptionNo.label": "Start with a sample",
420
- "core.ScratchOptionNo.detail": "Start your new app with an existing sample.",
314
+ "core.ScratchOptionYes.detail": "Teams ツールキットを使用して新しい Teams アプリケーションを作成します。",
315
+ "core.ScratchOptionNo.label": "サンプルから開始する",
316
+ "core.ScratchOptionNo.detail": "既存のサンプルを新しいアプリケーションの開始点として使用します。",
421
317
  "core.RuntimeOptionNodeJS.detail": "高速な JavaScript サーバー ランタイム",
422
318
  "core.RuntimeOptionDotNet.detail": "無料。クロスプラットフォーム。オープンソース。",
423
319
  "core.getRuntimeQuestion.title": "Teams ツールキット: アプリのランタイムを選択する",
@@ -426,15 +322,8 @@
426
322
  "core.SampleSelect.title": "サンプルから開始する",
427
323
  "core.SampleSelect.placeholder": "サンプルを選択",
428
324
  "core.SampleSelect.buttons.viewSamples": "サンプルを表示",
429
- "core.question.pluginAvailability.title": "Select Plugin Availability",
430
- "core.pluginAvailability.declarativeCopilot": "Declarative Copilot",
431
- "core.pluginAvailability.copilotForM365": "Copilot for Microsoft 365",
432
- "core.pluginAvailability.declarativeCopilotAndM365": "Both declarative Copilot and Copilot for Microsoft 365",
433
- "core.addPlugin.success": "Plugin \"%s\" added to the project successfully.",
434
- "core.addAction.success": "Action \"%s\" added to the project successfully.",
435
- "core.addActionAndPlugin.success": "Action \"%s\" and plugin \"%s\" added to the project successfully.",
436
325
  "core.updateBotIdsQuestion.title": "デバッグ用の新しいボットの作成",
437
- "core.updateBotIdsQuestion.placeholder": "Deselect to keep the original botId value",
326
+ "core.updateBotIdsQuestion.placeholder": "botId の元の値で保持する場合は選択を解除します",
438
327
  "core.updateBotIdForBot.description": "manifest.json で botId %s を \"${{BOT_ID}}\" に更新する",
439
328
  "core.updateBotIdForMessageExtension.description": "manifest.json で botId %s を \"${{BOT_ID}}\" に更新する",
440
329
  "core.updateBotIdForBot.label": "ボット",
@@ -443,41 +332,40 @@
443
332
  "core.updateWebsiteUrlQuestion.title": "デバッグ用に Web サイトの URL を構成する",
444
333
  "core.updateContentUrlOption.description": "コンテンツの URL を %s から %s に更新します",
445
334
  "core.updateWebsiteUrlOption.description": "Web サイトの URL を %s から %s に更新する",
446
- "core.updateUrlQuestion.placeholder": "Deselect to keep the original URL",
335
+ "core.updateUrlQuestion.placeholder": "元の URL で保持する場合は選択を解除します",
447
336
  "core.SingleSignOnOption.label": "シングル サインオン",
448
337
  "core.SingleSignOnOption.detail": "Teams 起動ページとボット機能のシングル サインオン機能を開発する",
449
- "core.getUserEmailQuestion.title": "Add owner to Teams/Microsoft Entra app for the account under the same Microsoft 365 tenant (email)",
450
- "core.getUserEmailQuestion.validation1": "Enter email address",
451
- "core.getUserEmailQuestion.validation2": "Change [UserName] to the real user name",
338
+ "core.getUserEmailQuestion.title": "同じ Microsoft 365 テナント (電子メール) の下にあるアカウントの Teams/AAD アプリに所有者を追加する",
339
+ "core.getUserEmailQuestion.validation1": "メール アドレスを null 値または空にすることはできません",
340
+ "core.getUserEmailQuestion.validation2": "[UserName] を実際のユーザー名に変更してください",
452
341
  "core.collaboration.error.failedToLoadDotEnvFile": ".env ファイルを読み込めませんでした。理由: %s",
453
- "core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
454
- "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json File",
455
- "core.selectTeamsAppPackageQuestion.title": "Select Teams App Package File",
342
+ "core.selectAadAppManifestQuestion.title": "Azure Active Directory manifest.json ファイルの選択",
343
+ "core.selectTeamsAppManifestQuestion.title": "Teams manifest.json ファイルの選択",
344
+ "core.selectTeamsAppPackageQuestion.title": "Teams アプリ パッケージ ファイルの選択",
456
345
  "core.selectLocalTeamsAppManifestQuestion.title": "ローカルの Teams manifest.json ファイルを選択",
457
- "core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
346
+ "core.selectCollaborationAppTypeQuestion.title": "コラボレーターを管理するアプリの選択",
458
347
  "core.selectValidateMethodQuestion.validate.selectTitle": "検証方法を選択する",
459
348
  "core.selectValidateMethodQuestion.validate.schemaOption": "マニフェスト スキーマを使用して検証する",
349
+ "core.selectValidateMethodQuestion.validate.schemaOptionDescription": "マニフェスト スキーマを使用して検証する",
460
350
  "core.selectValidateMethodQuestion.validate.appPackageOption": "検証規則を使用してアプリ パッケージを検証する",
461
- "core.selectValidateMethodQuestion.validate.testCasesOption": "Validate all integration test cases before publishing",
462
- "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Comprehensive tests to ensure readiness",
463
- "core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
464
- "core.aadAppQuestion.label": "Microsoft Entra app",
465
- "core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
351
+ "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "検証規則を使用してアプリ パッケージを検証する",
352
+ "core.confirmManifestQuestion.placeholder": "マニフェストが正しく選択されていることを確認する",
353
+ "core.aadAppQuestion.label": "Azure Active Directory アプリ",
354
+ "core.aadAppQuestion.description": "シングル サインオン用の Azure Active Directory アプリ",
466
355
  "core.teamsAppQuestion.label": "Teams アプリ",
467
356
  "core.teamsAppQuestion.description": "Teams アプリ",
468
357
  "core.M365SsoLaunchPageOptionItem.label": "Fluent UI を使用してリアクションする",
469
358
  "core.M365SsoLaunchPageOptionItem.detail": "Fluent UI React コンポーネントを使用して Teams の外観を取得する Web アプリ",
470
359
  "core.M365SearchAppOptionItem.label": "カスタム検索結果",
471
360
  "core.M365SearchAppOptionItem.detail": "検索またはチャット領域から Teams と Outlook の検索結果に直接データを表示する",
472
- "core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
473
361
  "core.SearchAppOptionItem.detail": "検索またはチャット領域から Teams の検索結果に直接データを表示します",
474
362
  "core.M365HostQuestion.title": "プラットフォーム",
475
363
  "core.M365HostQuestion.placeholder": "アプリをプレビューするプラットフォームを選択する",
476
364
  "core.options.separator.additional": "追加機能",
477
- "core.common.LifecycleComplete.prepareTeamsApp": "Teams app prepared successfully.",
478
- "core.common.LifecycleComplete.provision": "%s/%s actions in provision stage executed successfully.",
479
- "core.common.LifecycleComplete.deploy": "%s/%s actions in deploy stage executed successfully.",
480
- "core.common.LifecycleComplete.publish": "%s/%s actions in publish stage executed successfully.",
365
+ "core.common.LifecycleComplete.prepareTeamsApp": "Teams アプリが正常に準備されました。",
366
+ "core.common.LifecycleComplete.provision": "プロビジョニング ステージで %s/%s アクションが正常に実行されました。",
367
+ "core.common.LifecycleComplete.deploy": "デプロイ ステージで %s/%s アクションが正常に実行されました。",
368
+ "core.common.LifecycleComplete.publish": "公開ステージで %s/%s アクションが正常に実行されました。",
481
369
  "core.common.TeamsMobileDesktopClientName": "Teams デスクトップ、モバイル クライアント ID",
482
370
  "core.common.TeamsWebClientName": "Teams Web クライアント ID",
483
371
  "core.common.OfficeDesktopClientName": "デスクトップ クライアント ID 用の Microsoft 365 アプリ",
@@ -486,51 +374,18 @@
486
374
  "core.common.OutlookDesktopClientName": "Outlook デスクトップ クライアント ID",
487
375
  "core.common.OutlookWebClientName1": "Outlook Web アクセス クライアント ID 1",
488
376
  "core.common.OutlookWebClientName2": "Outlook Web アクセス クライアント ID 2",
489
- "core.common.CancelledMessage": "Operation is canceled.",
490
- "core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Convert it to OpenAPI 3.0 first.",
491
- "core.common.SpecVersionNotSupported": "OpenAPI version %s is not supported. Use version 3.0.x.",
492
- "core.common.AddedAPINotInOriginalSpec": "APIs added to the project need to originate from the original OpenAPI description document.",
493
- "core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
377
+ "core.common.CancelledMessage": "操作がキャンセルされました。",
378
+ "core.common.SpecVersionNotSupported": "3.0.0 より前の OpenAPI バージョンはサポートされていません。",
379
+ "core.common.NoServerInformation": "OpenAPI 仕様ファイルにサーバー情報が見つかりません。",
380
+ "core.common.MultipleServerInformation": "OpenAPI 仕様ファイルに複数のサーバー情報が見つかりました。",
494
381
  "core.common.RemoteRefNotSupported": "リモート参照はサポートされていません: %s。",
495
382
  "core.common.MissingOperationId": "operationIds がありません: %s。",
496
- "core.common.NoSupportedApi": "No supported API found in the OpenAPI document.\nFor more information visit: \"https://aka.ms/build-api-based-message-extension\". \nReasons for API incompatibility are listed below:\n%s",
497
- "core.common.NoSupportedApiCopilot": "No supported API is found in the OpenAPI description document. \nReasons for API incompatibility are listed below:\n%s",
498
- "core.common.invalidReason.AuthTypeIsNotSupported": "authorization type is not supported",
499
- "core.common.invalidReason.MissingOperationId": "operation id is missing",
500
- "core.common.invalidReason.PostBodyContainMultipleMediaTypes": "post body contains multiple media types",
501
- "core.common.invalidReason.ResponseContainMultipleMediaTypes": "response contains multiple media types",
502
- "core.common.invalidReason.ResponseJsonIsEmpty": "response json is empty",
503
- "core.common.invalidReason.PostBodySchemaIsNotJson": "post body schema is not json",
504
- "core.common.invalidReason.PostBodyContainsRequiredUnsupportedSchema": "post body contains required unsupported schema",
505
- "core.common.invalidReason.ParamsContainRequiredUnsupportedSchema": "params contain required unsupported schema",
506
- "core.common.invalidReason.ParamsContainsNestedObject": "params contain nested object",
507
- "core.common.invalidReason.RequestBodyContainsNestedObject": "request body contains nested object",
508
- "core.common.invalidReason.ExceededRequiredParamsLimit": "exceeded required params limit",
509
- "core.common.invalidReason.NoParameter": "no parameter",
510
- "core.common.invalidReason.NoAPIInfo": "no API info",
511
- "core.common.invalidReason.MethodNotAllowed": "method not allowed",
512
- "core.common.invalidReason.UrlPathNotExist": "url path does not exist",
513
- "core.common.invalidReason.NoAPIs": "No APIs were found in the OpenAPI description document.",
514
- "core.common.invalidReason.CircularReference": "circular reference inside API definition",
515
- "core.common.UrlProtocolNotSupported": "サーバー URL が正しくありません: プロトコル %s はサポートされていません。代わりに https プロトコルを使用してください。",
516
- "core.common.RelativeServerUrlNotSupported": "サーバー URL が正しくありません: 相対サーバー URL はサポートされていません。",
517
- "core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
518
- "core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
519
- "core.common.ReceiveApiResponse": "Received API response: %s.",
520
- "core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
521
- "core.envFunc.unsupportedFile.errorMessage": "Invalid file. %s",
522
- "core.envFunc.unsupportedFunction.errorLog": "\"%s\" is an invalid function. Supported function: \"%s\".",
523
- "core.envFunc.unsupportedFunction.errorMessage": "Invalid function. %s",
524
- "core.envFunc.invalidFunctionParameter.errorLog": "The parameter \"%s\" of function \"%s\" is invalid. Please provide a valid file path wrapped by '' or an environment variable name in \"${{}}\" format.",
525
- "core.envFunc.invalidFunctionParameter.errorMessage": "Invalid parameter of function \"%s\". %s",
526
- "core.envFunc.readFile.errorLog": "Unable to read from \"%s\" due to \"%s\".",
527
- "core.envFunc.readFile.errorMessage": "Unable to read from \"%s\". %s",
528
- "core.error.checkOutput.vsc": "Check [Output panel](command:fx-extension.showOutputChannel) for details.",
383
+ "core.common.NoSupportedApi": "サポートされている API OpenAPI 仕様ファイルに見つかりません。",
384
+ "core.common.AdditionalPropertiesNotSupported": "'additionalProperties' はサポートされていないため、無視されます。",
385
+ "core.common.SchemaNotSupported": "'oneOf'、'anyOf'、および 'not' スキーマはサポートされていません: %s。",
386
+ "core.common.UnknownSchema": "不明なスキーマ: %s。",
529
387
  "core.importAddin.label": "既存の Outlook アドインのインポート",
530
388
  "core.importAddin.detail": "アドイン プロジェクトを最新のアプリ マニフェストとプロジェクト構造へアップグレードします",
531
- "core.importOfficeAddin.label": "Import an Existing Office Add-ins",
532
- "core.officeContentAddin.label": "Content Add-in",
533
- "core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
534
389
  "core.newTaskpaneAddin.label": "タスクウィンドウ",
535
390
  "core.newTaskpaneAddin.detail": "ボタンでリボンをカスタマイズし、タスクウィンドウにコンテンツを埋め込む",
536
391
  "core.summary.actionDescription": "操作 %s%s",
@@ -543,47 +398,6 @@
543
398
  "core.summary.actionSucceeded": "%s が正常に実行されました。",
544
399
  "core.summary.createdEnvFile": "環境ファイルは次の場所に作成されました:",
545
400
  "core.copilot.addAPI.success": "%s が %s に正常に追加されました",
546
- "core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
547
- "core.copilot.addAPI.InjectOAuthActionFailed": "Inject OAuth action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
548
- "core.uninstall.botNotFound": "Cannot find bot using the manifest ID %s",
549
- "core.uninstall.confirm.tdp": "App registration of manifest ID: %s will be removed. Please confirm.",
550
- "core.uninstall.confirm.m365App": "Microsoft 365 Application of Title ID: %s will be uninstalled. Please confirm.",
551
- "core.uninstall.confirm.bot": "Bot framework registration of bot ID: %s will be removed. Please confirm.",
552
- "core.uninstall.confirm.cancel.tdp": "Removal of app registration is canceled.",
553
- "core.uninstall.confirm.cancel.m365App": "Uninstallation of Microsoft 365 Application is canceled.",
554
- "core.uninstall.confirm.cancel.bot": "Removal of Bot framework registration is canceled.",
555
- "core.uninstall.success.tdp": "App registration of manifest ID: %s successfully removed.",
556
- "core.uninstall.success.m365App": "Microsoft 365 Application of Title ID: %s successfully uninstalled.",
557
- "core.uninstall.success.delayWarning": "The uninstallation of the Microsoft 365 Application may be delayed.",
558
- "core.uninstall.success.bot": "Bot framework registration of bot ID: %s successfully removed.",
559
- "core.uninstall.failed.titleId": "Unable to find the Title ID. This app is probably not installed.",
560
- "core.uninstallQuestion.manifestId": "Manifest ID",
561
- "core.uninstallQuestion.env": "Environment",
562
- "core.uninstallQuestion.titleId": "Title ID",
563
- "core.uninstallQuestion.chooseMode": "Choose a way to clean up resources",
564
- "core.uninstallQuestion.manifestIdMode": "Manifest ID",
565
- "core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Teams Toolkit.",
566
- "core.uninstallQuestion.envMode": "Environment in Teams Toolkit Created Project",
567
- "core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Teams Toolkit created project. Resources include app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in Microsoft 365 apps.",
568
- "core.uninstallQuestion.titleIdMode": "Title ID",
569
- "core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Teams Toolkit created project.",
570
- "core.uninstallQuestion.chooseOption": "Choose resources to uninstall",
571
- "core.uninstallQuestion.m365Option": "Microsoft 365 Application",
572
- "core.uninstallQuestion.tdpOption": "App registration",
573
- "core.uninstallQuestion.botOption": "Bot framework registration",
574
- "core.uninstallQuestion.projectPath": "Project path",
575
- "core.syncManifest.projectPath": "Project path",
576
- "core.syncManifest.env": "Target Teams Toolkit Environment",
577
- "core.syncManifest.teamsAppId": "Teams App ID (optional)",
578
- "core.syncManifest.addWarning": "New properties added to the manifest template. Manually update the local manifest. Diff Path: %s. New Value %s.",
579
- "core.syncManifest.deleteWarning": "Something was deleted from the manifest template. Manually update the local manifest. Diff Path: %s. Old Value: %s.",
580
- "core.syncManifest.editKeyConflict": "Conflict in placeholder variable in the new manifest. Manually update the local manifest. Variable name: %s, value 1: %s, value 2: %s.",
581
- "core.syncManifest.editNonVarPlaceholder": "The new manifest has non-placeholder changes. Manually update your local manifest. Old value: %s. New value: %s.",
582
- "core.syncManifest.editNotMatch": "Value doesn't match the template placeholders. Manually update the local manifest. Template value: %s. New Value: %s.",
583
- "core.syncManifest.updateEnvSuccess": "%s environment file updated successfully. New values: %s",
584
- "core.syncManifest.success": "Manifest synced to environment: %s successfully.",
585
- "core.syncManifest.noDiff": "Your manifest file is already up-to-date. Sync completed.",
586
- "core.syncManifest.saveManifestSuccess": "Manifest file saved to %s successfully.",
587
401
  "ui.select.LoadingOptionsPlaceholder": "オプションを読み込んでいます...",
588
402
  "ui.select.LoadingDefaultPlaceholder": "既定値を読み込んでいます...",
589
403
  "error.aad.manifest.NameIsMissing": "name が見つかりません\n",
@@ -591,100 +405,89 @@
591
405
  "error.aad.manifest.RequiredResourceAccessIsMissing": "requiredResourceAccess が見つかりません\n",
592
406
  "error.aad.manifest.Oauth2PermissionsIsMissing": "oauth2Permissions が見つかりません\n",
593
407
  "error.aad.manifest.PreAuthorizedApplicationsIsMissing": "preAuthorizedApplications が見つかりません\n",
594
- "error.aad.manifest.ResourceAppIdIsMissing": "Some item(s) in requiredResourceAccess misses resourceAppId property.",
595
- "error.aad.manifest.ResourceAccessIdIsMissing": "Some item(s) in resourceAccess misses id property.",
596
- "error.aad.manifest.ResourceAccessShouldBeArray": "resourceAccess should be an array.",
597
- "error.aad.manifest.RequiredResourceAccessShouldBeArray": "requiredResourceAccess should be an array.",
598
408
  "error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion は 1 です\n",
599
409
  "error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims が見つかりません\n",
600
410
  "error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims アクセス トークンに idtyp 要求が含まれていません\n",
601
- "error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the Teams App:\n",
602
- "error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an enabled permission. It may be because the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Make sure your permission id(s) match the actual Microsoft Entra application and try again.\n",
603
- "error.aad.manifest.HostNameNotOnVerifiedDomain": "Unable to set identifierUri because the value is not on verified domain: %s",
411
+ "error.aad.manifest.AADManifestIssues": "AAD マニフェストには、Teams アプリが壊れる可能性のある次の問題があります:\n",
412
+ "error.aad.manifest.DeleteOrUpdatePermissionFailed": "有効になっている既存のアクセス許可は更新または削除できません。考えられる理由の 1 つは、選択した環境の ACCESS_AS_USER_PERMISSION_ID 環境変数が変更されていることです。アクセス許可 ID が実際の AAD アプリケーションと同じであることを確認してから、もう一度お試しください。\n",
604
413
  "error.aad.manifest.UnknownResourceAppId": "不明な resourceAppId %s",
605
414
  "error.aad.manifest.UnknownResourceAccessType": "不明な resourceAccess: %s",
606
- "error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, try to use permission id instead of resourceAccess id.",
415
+ "error.aad.manifest.UnknownResourceAccessId": "不明な resourceAccess id: %s、resourceAccess id としてアクセス許可を使用している場合は、代わりにアクセス許可 ID を試用してみてください。",
607
416
  "core.addSsoFiles.emptyProjectPath": "プロジェクト パスが空です",
608
417
  "core.addSsoFiles.FailedToCreateAuthFiles": "SSO の追加のためのファイルを作成できません。詳細エラー: %s。",
609
- "core.getUserEmailQuestion.validation3": "Email address is invalid",
418
+ "core.getUserEmailQuestion.validation3": "メール アドレスが無効です",
610
419
  "plugins.bot.ErrorSuggestions": "候補: %s",
611
420
  "plugins.bot.InvalidValue": "%s は値: %s で無効です",
612
- "plugins.bot.SomethingIsMissing": "%s is not available.",
421
+ "plugins.bot.SomethingIsMissing": "%s がありません。",
613
422
  "plugins.bot.FailedToProvision": "%s をプロビジョニングできません。",
614
423
  "plugins.bot.FailedToUpdateConfigs": "%s の構成を更新できません",
615
- "plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to get more info about how to check bot registrations.",
424
+ "plugins.bot.BotRegistrationNotFoundWith": "botId %s のボット登録が見つかりませんでした。ボット登録を確認する方法の詳細をご覧いただくには、[問い合わせ] ボタンをクリックしてください。",
616
425
  "plugins.bot.BotResourceExists": "ボット リソースは %s に既に存在しています。ボット リソースの作成をスキップします。",
617
426
  "plugins.bot.FailRetrieveAzureCredentials": "Azure 資格情報を取得できません。",
618
- "plugins.bot.ProvisionBotRegistration": "Bot registration provisioning in progress...",
619
- "plugins.bot.ProvisionBotRegistrationSuccess": "Bot registration provisioned successfully.",
620
- "plugins.bot.CheckLogAndFix": "Please check log-in Output panel and try to fix this issue.",
427
+ "plugins.bot.ProvisionBotRegistration": "ボットの登録をプロビジョニングしています。",
428
+ "plugins.bot.ProvisionBotRegistrationSuccess": "ボットの登録が正常にプロビジョニングされました。",
429
+ "plugins.bot.CheckLogAndFix": "ログイン出力パネルを確認し、この問題を解決してください。",
621
430
  "plugins.bot.AppStudioBotRegistration": "開発者ポータルのボット登録",
622
- "plugins.function.getTemplateFromLocal": "Unable to get latest template from GitHub, trying to use the local template.",
623
- "error.depChecker.DefaultErrorMessage": "Install required dependencies manually.",
624
- "depChecker.learnMoreButtonText": "Get more info",
431
+ "plugins.function.getTemplateFromLocal": "GitHub から最新のテンプレートを取得できません。ローカル テンプレートを使用しようとしました。",
432
+ "error.depChecker.DefaultErrorMessage": "必要な依存関係を手動でインストールします。",
433
+ "depChecker.learnMoreButtonText": "詳細情報",
625
434
  "depChecker.needInstallNpm": "ローカル関数をデバッグするには、NPM がインストールされている必要があります。",
626
435
  "depChecker.failToValidateFuncCoreTool": "インストール後 Azure Functions Core Tools を検証できません。",
627
- "depChecker.symlinkDirAlreadyExist": "Symlink (%s) destination already exists, remove it and try again.",
628
- "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is not compatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
629
- "depChecker.invalidFuncVersion": "Version %s format is invalid.",
630
- "depChecker.noSentinelFile": "Azure Functions Core Tools installation is unsuccessful.",
436
+ "depChecker.symlinkDirAlreadyExist": "シンボリック リンクの宛先は既に存在します",
437
+ "depChecker.portableFuncNodeNotMatched": "独自の Node.js(@NodeVersion) が独自の Azure Functions Core Tools (@FuncVersion) と互換性がありません。",
438
+ "depChecker.invalidFuncVersion": "バージョン %s の形式が無効です。",
439
+ "depChecker.noSentinelFile": "Azure Functions Core Tools のインストールが不完全です。",
631
440
  "depChecker.funcVersionNotMatch": "Azure Functions Core Tools (%s) のバージョンは、指定されたバージョン範囲 (%s) と互換性がありません。",
632
- "depChecker.finishInstallBicep": "@NameVersion installed successfully.",
633
- "depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and won't affect your environment.",
441
+ "depChecker.finishInstallBicep": "@NameVersion が正常にインストールされました。",
442
+ "depChecker.downloadDotnet": "@NameVersion の移植可能なバージョンをダウンロードしてインストールします。このバージョンは @InstallDir にインストールされ、環境には影響しません。",
634
443
  "depChecker.downloadBicep": "@NameVersion の移植可能なバージョンをダウンロードしてインストールします。このバージョンは @InstallDir にインストールされ、環境には影響しません。",
635
- "depChecker.finishInstallDotnet": "@NameVersion installed successfully.",
444
+ "depChecker.finishInstallDotnet": "@NameVersion が正常にインストールされました。",
636
445
  "depChecker.useGlobalDotnet": "PATH からの dotnet の使用:",
637
446
  "depChecker.dotnetInstallStderr": "dotnet-install コマンドはエラー終了コードなしで失敗しましたが、空でない標準エラーが発生しました。",
638
447
  "depChecker.dotnetInstallErrorCode": "dotnet-install コマンドが失敗しました。",
639
448
  "depChecker.NodeNotFound": "Node.js が見つかりません。サポートされているノードのバージョンは package.json で指定されています。%s に移動して、サポートされている Node.js をインストールしてください。インストールの完了後、Visual Studio Code インスタンスをすべて再起動してください。",
640
449
  "depChecker.V3NodeNotSupported": "Node.js (%s) は、公式にサポートされているバージョン (%s) ではありません。プロジェクトは引き続き動作する可能性がありますが、サポートされているバージョンをインストールすることをお勧めします。サポートされているノードのバージョンは、package.json で指定されています。%s に移動して、サポートされている Node.js をインストールしてください。",
641
450
  "depChecker.NodeNotLts": "Node.js (%s) は LTS バージョン (%s) ではありません。%s に移動して LTS Node.js をインストールします。",
642
- "depChecker.dotnetNotFound": "Unable to find @NameVersion. To know why .NET SDK is needed, refer @HelpLink",
643
- "depChecker.depsNotFound": "Unable to find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
644
- "depChecker.linuxDepsNotFound": "Unable to find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
645
- "depChecker.linuxDepsNotFoundHelpLinkMessage": "Unable to find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.",
451
+ "depChecker.dotnetNotFound": "@NameVersion が見つかりません。.NET SDK が必要な理由の詳細については、@HelpLink を参照してください。",
452
+ "depChecker.depsNotFound": "@SupportedPackages.\n\nTeams ツールキットにはこれらの依存関係が必要です。\n\nクリックして@InstallPackagesを \"インストール\" します。",
453
+ "depChecker.linuxDepsNotFound": "@SupportedPackages が見つかりません。@SupportedPackages を手動でインストールし、Visual Studio Code を再起動してください。",
454
+ "depChecker.linuxDepsNotFoundHelpLinkMessage": "@SupportedPackages が見つかりません。\n\nTeams ツールキットにはこれらの依存関係が必要です。",
646
455
  "depChecker.failToDownloadFromUrl": "'@Url' からファイルをダウンロードできません。HTTP 状態は '@Status' です。",
647
- "depChecker.failToValidateVxTestAppInstallOptions": "Invalid argument for video extensibility test app prerequisites checker. Please review tasks.json file to ensure all arguments are correctly formatted and valid.",
456
+ "depChecker.failToValidateVxTestAppInstallOptions": "ビデオ機能拡張テスト アプリの前提条件チェッカーの引数が無効です。tasks.json ファイルを確認してください。",
648
457
  "depChecker.failToValidateVxTestApp": "インストール後にビデオ拡張性テスト アプリを検証できません。",
649
- "depChecker.testToolVersionNotMatch": "Teams アプリ テスト ツール (%s) のバージョンは、指定されたバージョン範囲 (%s) と互換性がありません。",
650
- "depChecker.failedToValidateTestTool": "インストール後に Teams アプリ テスト ツールを検証できません。%s",
651
458
  "error.driver.outputEnvironmentVariableUndefined": "出力環境変数名が定義されていません。",
652
- "driver.aadApp.description.create": "Create a Microsoft Entra app to authenticate users",
653
- "driver.aadApp.description.update": "Apply Microsoft Entra app manifest to an existing app",
459
+ "driver.aadApp.description.create": "Azure Active Directory アプリを作成してユーザーを認証する",
460
+ "driver.aadApp.description.update": "Azure Active Directory アプリ マニフェストを既存のアプリに適用する",
654
461
  "driver.aadApp.error.missingEnv": "環境変数 %s が設定されていません。",
655
462
  "driver.aadApp.error.generateSecretFailed": "クライアント シークレットを生成できません。",
656
- "driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Microsoft Entra app manifest.",
657
- "driver.aadApp.error.appNameTooLong": "The name for this Microsoft Entra app is too long. The maximum length is 120.",
658
- "driver.aadApp.error.credentialInvalidLifetimeAsPerAppPolicy": "The client secret lifetime is too long for your tenant. Use a shorter value with the clientSecretExpireDays parameter.",
659
- "driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a client secret for Microsoft Entra app. Create and configure the app manually.",
660
- "driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
661
- "driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
463
+ "driver.aadApp.error.invalidFieldInManifest": "Azure Active Directory アプリ マニフェストでフィールド %s がないか、無効です。",
464
+ "driver.aadApp.progressBar.createAadAppTitle": "Azure Active Directory アプリケーションを作成しています...",
465
+ "driver.aadApp.progressBar.updateAadAppTitle": "Azure Active Directory アプリケーションを更新しています...",
662
466
  "driver.aadApp.log.startExecuteDriver": "アクション %s を実行しています",
663
467
  "driver.aadApp.log.successExecuteDriver": "アクション %s が正常に実行されました",
664
468
  "driver.aadApp.log.failExecuteDriver": "アクション %s を実行できません。エラー メッセージ: %s",
665
- "driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new Microsoft Entra app...",
666
- "driver.aadApp.log.successCreateAadApp": "Created Microsoft Entra application with object id %s",
667
- "driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Microsoft Entra app creation step.",
668
- "driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for Microsoft Entra app...",
669
- "driver.aadApp.log.successGenerateClientSecret": "Generated client secret for Microsoft Entra application with object id %s",
670
- "driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Microsoft Entra app client secret generation step.",
671
- "driver.aadApp.log.outputAadAppManifest": "Build Microsoft Entra app manifest completed, and app manifest content is written to %s",
672
- "driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Microsoft Entra application with object id %s",
673
- "driver.aadApp.log.deleteAadAfterDebugging": " (Teams toolkit will delete the Microsoft Entra application after debugging)",
674
- "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot Microsoft Entra app...",
675
- "botRegistration.log.startCreateBotAadApp": "Creating bot Microsoft Entra app.",
676
- "botRegistration.log.successCreateBotAadApp": "Bot Microsoft Entra app created successfully.",
677
- "botRegistration.log.skipCreateBotAadApp": "Bot Microsoft Entra app creation skipped.",
678
- "driver.botAadApp.create.description": "create a new or reuse an existing bot Microsoft Entra app.",
469
+ "driver.aadApp.log.startCreateAadApp": "環境変数 %s が存在しません。新しい Azure Active Directory アプリを作成しています...",
470
+ "driver.aadApp.log.successCreateAadApp": "オブジェクト ID %s Azure Active Directory アプリケーションを作成しました",
471
+ "driver.aadApp.log.skipCreateAadApp": "環境変数 %s が既に存在します。Azure Active Directory アプリの生成手順をスキップしています。",
472
+ "driver.aadApp.log.startGenerateClientSecret": "環境変数 %s が存在しません。Azure Active Directory アプリのクライアント シークレットを生成しています...",
473
+ "driver.aadApp.log.successGenerateClientSecret": "オブジェクト ID %s Azure Active Directory アプリケーションのクライアント シークレットを生成しました",
474
+ "driver.aadApp.log.skipGenerateClientSecret": "環境変数 %s が既に存在します。Azure Active Directory アプリ のクライアント シークレット生成手順をスキップしています。",
475
+ "driver.aadApp.log.outputAadAppManifest": "Azure Active Directory アプリ マニフェストのビルドが完了し、アプリ マニフェストのコンテンツが %s に書き込まれます",
476
+ "driver.aadApp.log.successUpdateAadAppManifest": "オブジェクト ID %s Azure Active Directory アプリケーションにマニフェスト %s を適用しました",
477
+ "botRegistration.ProgressBar.creatingBotAadApp": "ボット AAD アプリを作成しています。",
478
+ "botRegistration.log.startCreateBotAadApp": "ボット Azure Active Directory アプリを作成しています。",
479
+ "botRegistration.log.successCreateBotAadApp": "ボット Azure Active Directory アプリが正常に作成されました。",
480
+ "botRegistration.log.skipCreateBotAadApp": "ボット Azure Active Directory アプリの作成がスキップされました。",
481
+ "driver.botAadApp.create.description": "新しいボットを作成するか、既存のボット Azure Active Directory アプリを再利用します。",
679
482
  "driver.botAadApp.log.startExecuteDriver": "アクション %s を実行しています",
680
483
  "driver.botAadApp.log.successExecuteDriver": "アクション %s が正常に実行されました",
681
484
  "driver.botAadApp.log.failExecuteDriver": "アクション %s を実行できません。エラー メッセージ: %s",
682
- "driver.botAadApp.log.successCreateBotAad": "Created Microsoft Entra application with client id %s.",
683
- "driver.botAadApp.log.useExistingBotAad": "Used existing Microsoft Entra application with client id %s.",
485
+ "driver.botAadApp.log.successCreateBotAad": "クライアント ID %s Azure Active Directory アプリケーションを作成しました。",
486
+ "driver.botAadApp.log.useExistingBotAad": "クライアント ID %s の既存の Azure Active Directory アプリケーションを使用しました。",
684
487
  "driver.botAadApp.error.unexpectedEmptyBotPassword": "ボットのパスワードが空です。env ファイルに追加するか、ボット ID をクリアして、ボット ID/パスワードのペアを再生成します。アクション: %s。",
685
488
  "driver.arm.description.deploy": "指定された ARM テンプレートを Azure にデプロイします。",
686
489
  "driver.arm.deploy.progressBar.message": "Azure に ARM テンプレートをデプロイしています...",
687
- "debug.warningMessage": "To debug applications in Teams, your localhost server need to be on HTTPS.\nFor Teams to trust the self-signed SSL certificate used by the toolkit, add a self-signed certificate to your certificate store.\n You may skip this step, but you'll have to manually trust the secure connection in a new browser window when debugging your apps in Teams.\nFor more information \"https://aka.ms/teamsfx-ca-certificate\".",
490
+ "debug.warningMessage": "Teams でアプリケーションをデバッグするには、localhost サーバーが HTTPS 上にある必要があります。\nツールキットで使用される自己署名証明書を Teams が信頼するには、自己署名証明書を証明書ストアに追加する必要があります。\nこの手順はスキップできますが、Teams でアプリをデバッグするときに新しいブラウザー ウィンドウでセキュア接続を手動で信頼する必要があります。\n詳細については、\"https://aka.ms/teamsfx-ca-certificate\" を参照してください。",
688
491
  "debug.warningMessage2": " 証明書をインストールするときに、アカウントの資格情報を要求される場合があります。",
689
492
  "debug.install": "インストール",
690
493
  "driver.spfx.deploy.description": "SPFx パッケージを SharePoint アプリ カタログにデプロイします。",
@@ -693,99 +496,81 @@
693
496
  "driver.spfx.deploy.deployPackage": "SPFx パッケージをテナント アプリ カタログに展開します。",
694
497
  "driver.spfx.deploy.skipCreateAppCatalog": "スキップして SharePoint アプリ カタログを作成します。",
695
498
  "driver.spfx.deploy.uploadPackage": "SPFx パッケージをテナント アプリ カタログにアップロードします。",
696
- "driver.spfx.info.tenantAppCatalogCreated": "SharePoint tenant app catalog %s is created. Please wait a few minutes for it to be active.",
697
- "driver.spfx.warn.noTenantAppCatalogFound": "No tenant app catalog found, try again: %s",
698
- "driver.spfx.error.failedToGetAppCatalog": "Unable to get app catalog site url after creation. Wait a few minutes and try again.",
499
+ "driver.spfx.info.tenantAppCatalogCreated": "SharePoint テナント アプリ カタログ %s が作成されました。アクティブになるまで数分お待ちください。",
500
+ "driver.spfx.warn.noTenantAppCatalogFound": "テナント アプリ カタログが見つかりません。もう一度お試しください: %s",
501
+ "driver.spfx.error.failedToGetAppCatalog": "作成後にアプリ カタログ サイトの URL を取得できません。数分待ってから再試行する必要がある場合があります。",
699
502
  "driver.spfx.error.noValidAppCatelog": "テナントに有効なアプリ カタログがありません。Teams Toolkit で作成する場合、または自分で作成する場合は、%s のプロパティ 'createAppCatalogIfNotExist' を true に更新できます。",
700
503
  "driver.spfx.add.description": "SPFx プロジェクトに追加の Web パーツを追加する",
701
- "driver.spfx.add.successNotice": "Web part %s was successfully added to the project.",
504
+ "driver.spfx.add.successNotice": "Web パーツ %s がプロジェクトに正常に追加されました。",
702
505
  "driver.spfx.add.progress.title": "スキャフォールディング Web パーツ",
703
506
  "driver.spfx.add.progress.scaffoldWebpart": "Yeoman CLI を使用した SPFx Web パーツの生成",
704
507
  "driver.prerequisite.error.funcInstallationError": "Azure Functions Core Tools を確認してインストールできません。",
705
508
  "driver.prerequisite.error.dotnetInstallationError": ".NET Core SDK をチェックしてインストールできません。",
706
- "driver.prerequisite.error.testToolInstallationError": "Teams アプリ テスト ツールを確認してインストールできません。",
707
509
  "driver.prerequisite.description": "依存関係をインストールしています",
708
510
  "driver.prerequisite.progressBar": "開発ツールを確認してインストールしています。",
709
511
  "driver.prerequisite.summary.devCert.trusted.succuss": "localhost の開発証明書がインストールされています。",
710
512
  "driver.prerequisite.summary.devCert.notTrusted.succuss": "localhost の開発証明書が生成されます。",
711
513
  "driver.prerequisite.summary.devCert.skipped": "localhost の開発証明書の信頼をスキップします。",
712
- "driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools are installed at %s.",
713
- "driver.prerequisite.summary.func.installed": "Azure Functions Core Tools are installed.",
514
+ "driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools %s にインストールされます。",
515
+ "driver.prerequisite.summary.func.installed": "Azure Functions Core Tools がインストールされています。",
714
516
  "driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK は %s にインストールされます。",
715
517
  "driver.prerequisite.summary.dotnet.installed": ".NET Core SDK がインストールされています。",
716
- "driver.prerequisite.summary.testTool.installedWithPath": "Teams アプリ テスト ツールが %s にインストールされています。",
717
- "driver.prerequisite.summary.testTool.installed": "Teams アプリ テスト ツールがインストールされています。",
718
- "driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to env file.",
719
- "driver.file.createOrUpdateEnvironmentFile.summary": "Variables have been generated successfully to %s.",
518
+ "driver.file.createOrUpdateEnvironmentFile.description": "変数を作成するか、環境ファイルに更新します。",
519
+ "driver.file.createOrUpdateEnvironmentFile.summary": "変数が %s に正常に生成されました。",
720
520
  "driver.file.createOrUpdateJsonFile.description": "JSON ファイルを作成または更新します。",
721
- "driver.file.createOrUpdateJsonFile.summary": "Json file has been successfully generated to %s.",
521
+ "driver.file.createOrUpdateJsonFile.summary": "JSON ファイルが %s に正常に生成されました。",
722
522
  "driver.file.progressBar.appsettings": "JSON ファイルを生成しています...",
723
523
  "driver.file.progressBar.env": "環境変数を生成しています...",
724
- "driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart it manually.",
725
- "driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Refer this document to optimize your deployment:",
524
+ "driver.deploy.error.restartWebAppError": "Web アプリを再起動できません。\nアプリが正しく動作しない場合は、Web アプリを手動で再起動してみてください。",
525
+ "driver.deploy.notice.deployAcceleration": "Azure App Service へのデプロイには時間がかかります。デプロイを最適化するために、このドキュメントを参照することを検討してください:",
726
526
  "driver.deploy.notice.deployDryRunComplete": "デプロイの準備が完了しました。パッケージは `%s` にあります",
727
- "driver.deploy.azureAppServiceDeployDetailSummary": "`%s` deployed to Azure App Service.",
728
- "driver.deploy.azureFunctionsDeployDetailSummary": "`%s` deployed to Azure Functions.",
729
- "driver.deploy.azureStorageDeployDetailSummary": "`%s` deployed to Azure Storage.",
730
- "driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website.",
731
- "driver.deploy.getSWADeploymentTokenSummary": "Get the deployment token for Azure Static Web Apps.",
732
- "driver.deploy.deployToAzureAppServiceDescription": "プロジェクトを Azure App Service にデプロイします。",
527
+ "driver.deploy.azureAppServiceDeployDetailSummary": "`%s` Azure App Service に正常にデプロイされました。",
528
+ "driver.deploy.azureFunctionsDeployDetailSummary": "`%s` Azure Functions に正常にデプロイされました。",
529
+ "driver.deploy.azureStorageDeployDetailSummary": "`%s` Azure Storage に正常にデプロイされました。",
530
+ "driver.deploy.enableStaticWebsiteSummary": "Azure Storage により静的な Web サイトが正常に有効化されました。",
531
+ "driver.deploy.deployToAzureAppServiceDescription": "deploy the project to the Azure App Service.",
733
532
  "driver.deploy.deployToAzureFunctionsDescription": "プロジェクトを Azure Functions にデプロイします。",
734
533
  "driver.deploy.deployToAzureStorageDescription": "プロジェクトを Azure Storage にデプロイします。",
735
- "driver.deploy.getSWADeploymentToken": "Get the deployment token from Azure Static Web Apps.",
736
534
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "Azure Storage で静的な Web サイト設定を有効にします。",
737
535
  "driver.common.suggestion.retryLater": "もう一度やり直してください。",
738
536
  "driver.common.FailRetrieveAzureCredentialsRemoteError": "リモート サービス エラーのため、Azure 資格情報を取得できません。",
739
537
  "driver.script.dotnetDescription": "dotnet コマンドを実行しています。",
740
538
  "driver.script.npmDescription": "npm コマンドを実行しています。",
741
539
  "driver.script.npxDescription": "npx コマンドを実行しています。",
742
- "driver.script.runCommandSummary": "`%s` command executed at `%s`.",
743
- "driver.m365.acquire.description": "acquire Microsoft 365 title with the app package",
540
+ "driver.script.runCommandSummary": "`%` コマンドが `%s` で正常に実行されました。",
541
+ "driver.m365.acquire.description": "アプリ パッケージを使って Microsoft 365 のタイトルを取得する",
744
542
  "driver.m365.acquire.progress.message": "アプリ パッケージを使って Microsoft 365 のタイトルを取得しています...",
745
- "driver.m365.acquire.summary": "Microsoft 365 title acquired successfully (%s).",
543
+ "driver.m365.acquire.summary": "Microsoft 365 のタイトルが正常に取得されました (%s)",
746
544
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "生成された Teams アプリ パッケージを SPFx ソリューションにコピーします。",
747
- "driver.teamsApp.description.createDriver": "create Teams app.",
748
- "driver.teamsApp.description.updateDriver": "update Teams app.",
749
- "driver.teamsApp.description.publishDriver": "publish Teams app to tenant app catalog.",
750
- "driver.teamsApp.description.validateDriver": "validate Teams app.",
751
- "driver.teamsApp.description.createAppPackageDriver": "build Teams app package.",
545
+ "driver.teamsApp.description.createDriver": "Teams アプリを作成します。",
546
+ "driver.teamsApp.description.updateDriver": "Teams アプリを更新します。",
547
+ "driver.teamsApp.description.publishDriver": "Teams アプリをテナント アプリ カタログに発行します。",
548
+ "driver.teamsApp.description.validateDriver": "Teams アプリを検証します。",
549
+ "driver.teamsApp.description.createAppPackageDriver": "Teams アプリ パッケージをビルドします。",
752
550
  "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Teams アプリ パッケージを SPFx ソリューションにコピーしています...",
753
551
  "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Teams アプリを作成しています",
754
552
  "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Teams アプリを更新しています",
755
- "driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app is already submitted to tenant App Catalog",
553
+ "driver.teamsApp.progressBar.publishTeamsAppStep1": "Teams アプリがテナント アプリ カタログに既に送信されているかどうかを確認しています",
756
554
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "公開された Teams アプリの更新",
757
555
  "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Teams アプリを公開しています",
758
- "driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
759
- "driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Teams Developer Portal](%s).",
760
- "driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Teams Developer Portal](%s).",
761
556
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "ID %s の Teams アプリは既に存在し、新しい Teams アプリの作成をスキップしました。",
762
557
  "driver.teamsApp.summary.publishTeamsAppExists": "ID %s の Teams アプリは、組織のアプリ ストアに既に存在します。",
763
558
  "driver.teamsApp.summary.publishTeamsAppNotExists": "ID %s の Teams アプリが組織のアプリ ストアに存在しません。",
764
559
  "driver.teamsApp.summary.publishTeamsAppSuccess": "Teams アプリ %s が管理ポータルに正常に公開されました。",
765
560
  "driver.teamsApp.summary.copyAppPackageSuccess": "Teams アプリ %s が %s に正常にコピーされました。",
766
561
  "driver.teamsApp.summary.copyIconSuccess": "%s アイコンが %s で正常に更新されました。",
767
- "driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
768
- "driver.teamsApp.summary.validate.checkPath": "You can check and update your Teams app package at %s.\n",
769
- "driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
770
- "driver.teamsApp.summary.validateTeamsManifest.checkPath": "You can check and update your Teams manifest at %s.",
771
- "driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "You can check and update your Declarative Copilot manifest at %s.",
772
- "driver.teamsApp.summary.validatePluginManifest.checkPath": "You can check and update your API Plugin manifest at %s.",
562
+ "driver.teamsApp.summary.validate": "Teams ツールキットは、すべての検証規則に対するチェックを行いました:\n\n概要:\n%s。\n%s\n%s\n\n検証の完全なログは、%s にあります",
563
+ "driver.teamsApp.summary.validateManifest": "Teams Toolkit はマニフェストをそのスキーマで確認しました:\n\n概要:\n%s.\n%s\n",
773
564
  "driver.teamsApp.summary.validate.succeed": "%s 合格",
774
565
  "driver.teamsApp.summary.validate.failed": "%s が失敗しました",
775
566
  "driver.teamsApp.summary.validate.warning": "%s 警告",
776
- "driver.teamsApp.summary.validate.skipped": "%s skipped",
777
567
  "driver.teamsApp.summary.validate.all": "すべて",
778
- "driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s. \n\nSummary:\n%s. View the result from: %s.%s",
779
- "driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
780
- "driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
781
568
  "driver.teamsApp.validate.result": "Teams ツールキットで、検証規則に対するアプリ パッケージのチェックが完了しました。%s。",
782
569
  "driver.teamsApp.validate.result.display": "Teams Toolkit で、検証規則に対するアプリ パッケージの確認が完了しました。%s。詳細は [出力パネル](command:fx-extension.showOutputChannel) で確認してください。",
783
570
  "error.teamsApp.validate.apiFailed": "%s のため、Teams アプリ パッケージの検証に失敗しました",
784
571
  "error.teamsApp.validate.apiFailed.display": "Teams アプリの Pacakge 検証に失敗しました。詳細については、[出力パネル](command:fx-extension.showOutputChannel) を確認してください。",
785
- "error.teamsApp.validate.details": "File path: %s, title: %s",
786
572
  "error.teamsApp.AppIdNotExistError": "ID %s の Teams アプリは Teams 開発者ポータルに存在しません。",
787
573
  "error.teamsApp.InvalidAppIdError": "Teams アプリ ID %s が無効です。GUID である必要があります。",
788
- "error.teamsApp.createAppPackage.invalidFile": "%s is invalid, it should be in the same directory as manifest.json or a subdirectory of it.",
789
574
  "driver.botFramework.description": "dev.botframework.com でボット登録を作成または更新します",
790
575
  "driver.botFramework.summary.create": "ボットの登録が正常に作成されました (%s)。",
791
576
  "driver.botFramework.summary.update": "ボットの登録が正常に更新されました (%s)。",
@@ -800,62 +585,53 @@
800
585
  "error.yaml.LifeCycleUndefinedError": "ライフサイクル '%s' は未定義です、yaml ファイル: %s",
801
586
  "error.yaml.InvalidActionInputError": "'%s' アクションを完了できません。 次のパラメーター %s が欠落しているか、提供された yaml ファイルに無効な値があるためです: %s。必須パラメーターが指定され、有効な値を持っていることを確認してから、もう一度お試しください。",
802
587
  "error.common.InstallSoftwareError": "%s をインストールできません。Toolkit を Visual Studio Code で使用している場合は、手動でインストールして Visual Studio Code を再起動できます。",
803
- "error.common.VersionError": "Unable to find a version satisfying the version range %s.",
804
- "error.common.MissingEnvironmentVariablesError": "Missing environment variables '%s' for file: %s. Please edit the .env file '%s' or '%s', or adjust system environment variables. For new Teams Toolkit projects, make sure you've run provision or debug to set these variables correctly.",
805
- "error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit. 'teamsapp.yml' or 'teamsapp.local.yml' not found",
806
- "error.common.InvalidProjectError.display": "This command only works for project created by Teams Toolkit. Yaml file not found: %s",
588
+ "error.common.MissingEnvironmentVariablesError": "次の環境変数が見つからないため、プログラムを続行できません: '%s'。これはファイル %s に必要です。.env ファイル '%s' を正しい名前と値で編集するか、システム環境変数を正しい名前と値で設定して、必要な変数が設定されていることを確認してください。Teams Toolkit で作成された新しいプロジェクトで開発している場合、プロビジョニングまたはデバッグを実行すると、これらの環境変数の正しい値が登録されます。",
589
+ "error.common.InvalidProjectError": "このコマンドは、Teams Toolkit によって作成されたプロジェクトに対してのみ機能します。",
807
590
  "error.common.FileNotFoundError": "ファイルまたはディレクトリが見つかりません: '%s'。それが存在し、アクセス許可があるかどうかを確認します。",
808
591
  "error.common.JSONSyntaxError": "JSON 構文エラー: %s。JSON 構文を調べて、正しい形式であることを確認します。",
809
592
  "error.common.ReadFileError": "次の理由によりファイルを読み取ることができません: %s",
810
593
  "error.common.UnhandledError": "%s タスクの実行中に予期しないエラーが発生しました。%s",
811
594
  "error.common.WriteFileError": "次の理由によりファイルを書き込むことができません: %s",
812
- "error.common.FilePermissionError": "File operation is not permitted, make sure you have the necessary permissions: %s",
595
+ "error.common.FilePermissionError": "ファイル操作は許可されていません。必要なアクセス許可があることを確認してください: %s",
813
596
  "error.common.MissingRequiredInputError": "必要な入力がありません: %s",
814
- "error.common.InputValidationError": "Input '%s' validation unsuccessful: %s",
597
+ "error.common.InputValidationError": "入力 '%s' の検証に失敗しました: %s",
815
598
  "error.common.NoEnvFilesError": ".env ファイルが見つかりません。",
816
599
  "error.common.MissingRequiredFileError": "%srequired ファイル '%s' がありません",
817
- "error.common.HttpClientError": "A http client error occurred while performing the %s task. The error response is: %s",
818
- "error.common.HttpServerError": "A http server error occurred while performing the %s task. Try again later. The error response is: %s",
819
- "error.common.AccessGithubError": "Access GitHub (%s) Error: %s",
600
+ "error.common.HttpClientError": "%s タスクの実行中に HTTP クライアント エラーが発生しました。エラー応答: %s",
601
+ "error.common.HttpServerError": "%s タスクの実行中に HTTP サーバー エラーが発生しました。後でもう一度お試しください。エラー応答: %s",
820
602
  "error.common.ConcurrentError": "前のタスクはまだ実行中です。前のタスクが完了するまで待ってから、もう一度お試しください。",
821
- "error.common.NetworkError": "Network error: %s",
822
- "error.common.NetworkError.EAI_AGAIN": "DNS cannot resolve domain %s.",
823
- "error.upgrade.NoNeedUpgrade": "This is the latest project, upgrade not required.",
824
- "error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to absence of the 'id' key. To identify your app correctly, make sure the 'id' key is present in the manifest file.",
603
+ "error.upgrade.NoNeedUpgrade": "このプロジェクトはすでに最新であり、アップグレードする必要はありません。",
604
+ "error.collaboration.InvalidManifestError": "'id' キーがないため、マニフェスト ファイル ('%s') を処理できません。アプリケーションを正しく識別するには、マニフェスト ファイルに 'id' キーが存在することを確認します。",
825
605
  "error.collaboration.FailedToLoadManifest": "マニフェスト ファイルを読み込めません。理由: %s。",
826
- "error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Make sure your Azure account is properly authenticated and try again.",
827
- "error.azure.InvalidAzureSubscriptionError": "Azure subscription '%s' is not available in your current account. Make sure you've signed in with the correct Azure account and have necessary permissions to access the subscription.",
828
- "error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Choose a different name or use the existing resource group for your task.",
606
+ "error.azure.InvalidAzureCredentialError": "Azure 資格情報を取得できません。Azure アカウントが適切に認証されていることを確認してから、もう一度お試しください。",
607
+ "error.azure.InvalidAzureSubscriptionError": "Azure サブスクリプション '%s' は現在のアカウントでは利用できません。正しい Azure アカウントでサインインしていること、およびサブスクリプションにアクセスするために必要なアクセス許可があることを確認してください。",
608
+ "error.azure.ResourceGroupConflictError": "リソース グループ '%s' はサブスクリプション '%s' に既に存在します。別の名前を選択するか、タスクに既存のリソース グループを使用することを検討してください。",
829
609
  "error.azure.SelectSubscriptionError": "現在のアカウントでサブスクリプションを選択できません。",
830
- "error.azure.ResourceGroupNotExistError": "Unable to find the resource group '%s' in subscription '%s'.",
610
+ "error.azure.ResourceGroupNotExistError": "リソース グループ '%s' がサブスクリプション '%s' に見つかりません。",
831
611
  "error.azure.CreateResourceGroupError": "次のエラーのため、サブスクリプション '%s' にリソース グループ '%s' を作成できません: %s。 \nエラー メッセージに理由が示されている場合は、エラーを修正して、もう一度お試しください。",
832
612
  "error.azure.CheckResourceGroupExistenceError": "次のエラーのため、サブスクリプション '%s' のリソース グループ '%s' の存在を確認できません: %s。 \nエラー メッセージに理由が示されている場合は、エラーを修正して、もう一度お試しください。",
833
613
  "error.azure.ListResourceGroupsError": "次のエラーのため、サブスクリプション '%s' のリソース グループを取得できません: %s。 \nエラー メッセージに理由が示されている場合は、エラーを修正して、もう一度お試しください。",
834
614
  "error.azure.GetResourceGroupError": "次のエラーのため、サブスクリプション '%s' のリソース グループ '%s' の情報を取得できません: %s。 \nエラー メッセージに理由が示されている場合は、エラーを修正して、もう一度お試しください。",
835
615
  "error.azure.ListResourceGroupLocationsError": "サブスクリプション '%s' で利用可能なリソース グループの場所を取得できません。",
836
- "error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Make sure your account is authorized to access the tenant and the token JSON object is valid.",
837
- "error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Make sure your account is authorized to access the tenant and the token JSON object is valid.",
838
- "error.m365.M365TenantIdNotMatchError": "Authentication unsuccessful. You're currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, remove the values of '%s' from the .env file and try again.",
616
+ "error.m365.M365TokenJSONNotFoundError": "Microsoft 365 トークンの JSON オブジェクトを取得できません。アカウントがテナントへのアクセスを許可されていること、トークンの JSON オブジェクトが有効であることを確認してください。",
617
+ "error.m365.M365TenantIdNotFoundInTokenError": "トークン JSON オブジェクトで Microsoft 365 テナント ID を取得できません。アカウントがテナントへのアクセスを許可されていること、トークンの JSON オブジェクトが有効であることを確認してください。",
618
+ "error.m365.M365TenantIdNotMatchError": "認証に失敗しました。現在、Microsoft 365 テナント '%s' にサインインしていますが、これは .env ファイル (TEAMS_APP_TENANT_ID='%s') で指定されたものとは異なります。この問題を解決して現在サインインしているテナントに切り替えるには、.env ファイルから '%s' の値を削除して、もう一度やり直してください。",
839
619
  "error.arm.CompileBicepError": "パス '%s' にある Bicep ファイルを JSON ARM テンプレートにコンパイルできません。返されたエラー メッセージ: %s。Bicep ファイルに構文エラーまたは構成エラーがないか確認して、もう一度お試しください。",
840
620
  "error.arm.DownloadBicepCliError": "'%s' から Bicep cli をダウンロードできません。エラー メッセージは次のとおりです: %s。エラーを修正して、もう一度お試しください。または、構成ファイル teamapp.yml の bicepCliVersion 構成を削除すると、Teams Toolkit は PATH で bicep CLI を使用します",
841
- "error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
842
- "error.arm.DeployArmError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s",
843
- "error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
844
- "error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result into action output. There is a duplicated key '%s' in ARM deployment result.",
845
- "error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Make sure the folder includes all necessary files.",
846
- "error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
847
- "error.deploy.ZipFileError": "Unable to zip the artifact folder as its size exceeds the maximum limit of 2GB. Reduce the folder size and try again.",
848
- "error.deploy.ZipFileTargetInUse": "Unable to clear the distribution zip file in %s as it may be currently in use. Close any apps using the file and try again.",
621
+ "error.arm.DeployArmError.Notification": "デプロイ名 '%s' ARM テンプレートをリソース グループ '%s' にデプロイできませんでした。詳細は [出力パネル](command:fx-extension.showOutputChannel) を参照してください。",
622
+ "error.arm.DeployArmError": "展開名: '%s' ARM テンプレートは、次の理由によりリソース グループ '%s' に展開できませんでした: %s",
623
+ "error.arm.GetArmDeploymentError": "デプロイ名 '%s' ARM テンプレートは、理由: %s によりリソース グループ '%s' にデプロイできませんでした。 \n次の理由により、詳細なエラー メッセージを取得できません: %s。\nデプロイ エラーについては、ポータルでリソース グループ %s を参照してください。",
624
+ "error.arm.ConvertArmOutputError": "ARM 展開結果をアクション出力に変換できません。ARM 展開結果に重複したキー '%s' があります。",
625
+ "error.deploy.DeployEmptyFolderError": "配布フォルダーにファイルが見つかりません: '%s'。フォルダーが空ではなく、必要なファイルがすべて含まれていることを確認してください。",
626
+ "error.deploy.CheckDeploymentStatusTimeoutError": "プロセスがタイムアウトしたため、デプロイの状態を確認できません。インターネット接続を確認して、もう一度お試しください。問題が解決しない場合は、Azure portal でデプロイ ログ ([デプロイ] -> [デプロイ センター] -> [ログ]) を確認して、発生した可能性のある問題を特定してください。",
849
627
  "error.deploy.GetPublishingCredentialsError.Notification": "リソース グループ '%s' のアプリ '%s' の公開資格情報を取得できません。詳細は [出力パネル](command:fx-extension.showOutputChannel) を参照してください。",
850
- "error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Make sure the app name and resource group name are spelled correctly and are valid. \n 2. Make sure your Azure account has necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
628
+ "error.deploy.GetPublishingCredentialsError": "次の理由により、リソース グループ '%s' のアプリ '%s' の公開資格情報を取得できません:\n %s。\n 提案:\n 1. アプリ名とリソース グループ名のつづりが正しく、有効であることを確認します。 \n 2. API にアクセスするために必要なアクセス許可が Azure アカウントにあることを確認します。役割を昇格させるか、管理者に追加のアクセス許可を要求する必要がある場合があります。 \n 3. エラー メッセージに認証エラーやネットワークの問題などの特定の理由が含まれている場合は、その問題を具体的に調査してエラーを解決から、もう一度お試しください。 \n 4. このページで API をテストできます: '%s'",
851
629
  "error.deploy.DeployZipPackageError.Notification": "エンドポイント '%s' に zip パッケージをデプロイできません。[出力パネル](command:fx-extension.showOutputChannel) を参照して詳細を確認し、もう一度お試しください。",
852
- "error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Make sure your Azure account has necessary permissions to access the API. \n 2. Make sure the endpoint is properly configured in Azure and the required resources have been provisioned. \n 3. Make sure the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, deploy the package manually following the guidelines in this link: '%s'",
853
- "error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
854
- "error.deploy.DeployRemoteStartError": "The package deployed to Azure for location: '%s', but the app is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the app logs: Look for any error messages or stack traces in the app logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Make sure the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Make sure all dependencies required by the app are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure the resource allocation for the Azure instance is appropriate for the app and its workload.\n 7. Get help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
855
- "error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency. Script: `%s`",
856
- "error.script.ScriptTimeoutError.Notification": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
857
- "error.script.ScriptExecutionError": "Unable to execute script action. Script: `%s`. Error: `%s`",
858
- "error.script.ScriptExecutionError.Notification": "Unable to execute script action. Error: `%s`. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
630
+ "error.deploy.DeployZipPackageError": "次のエラーのため、Azure のエンドポイント '%s' zip パッケージをデプロイできません: %s \n提案:\n 1. API にアクセスするために必要なアクセス許可が Azure アカウントにあることを確認します。 \n 2. エンドポイントが Azure で適切に構成されていること、必要なリソースがプロビジョニングされていることを確認します。 \n 3. zip パッケージが有効で、エラーがないことを確認します。 \n 4. 認証の失敗やネットワークの問題など、エラー メッセージに理由が示されている場合は、エラーを修正して、もう一度お試しください。 \n 5. それでもエラーが続く場合は、次のリンクのガイドラインに従って、パッケージを手動でデプロイしてみてください: '%s'",
631
+ "error.deploy.CheckDeploymentStatusError": "次のエラーのため、場所: '%s' のデプロイ状態を確認できません: %s。問題が解決しない場合は、Azure portal でデプロイ ログ ([デプロイ] -> [デプロイ センター] -> [ログ]) を確認して、発生した可能性のある問題を特定してください。",
632
+ "error.deploy.DeployRemoteStartError": "パッケージは場所 '%s' Azure に正常にデプロイされましたが、次のエラーのためアプリケーションを開始できません: %s。\n 理由が明確に指定されていない場合は、トラブルシューティングを行うためのいくつかの提案を次に示します。\n 1. アプリケーション ログを確認する: アプリケーション ログでエラー メッセージまたはスタック トレースを探し、問題の根本原因を特定します。\n 2. Azure の構成を確認する: 接続文字列やアプリケーションの設定など、Azure の構成が正しいことを確認します。\n 3. アプリケーション コードを確認する: コードを確認して、問題の原因となっている可能性のある構文エラーまたは論理エラーがないかどうかを確認します。\n 4. 依存関係を確認する: アプリケーションに必要なすべての依存関係が正しくインストールおよび更新されていることを確認します。\n 5. アプリケーションを再起動する: Azure でアプリケーションを再起動して、問題が解決するかどうかを確認します。\n 6. リソースの割り当てを確認する: Azure インスタンスのリソースの割り当てが、アプリケーションとそのワークロードに適していることを確認します。\n 7. Azure サポートに助けを求める: 問題が解決しない場合は、Azure サポートに連絡して支援を受けます。",
633
+ "error.script.ScriptTimeoutError": "スクリプト実行タイムアウト: %s。yaml 'timeout' パラメーターを調整するか、スクリプトの効率を向上させます。",
634
+ "error.script.ScriptExecutionError": "スクリプト ('%s') 実行エラー: %s",
859
635
  "error.deploy.AzureStorageClearBlobsError.Notification": "Azure Storage アカウント '%s' の BLOB ファイルをクリアできません。詳細は [出力パネル](コマンド:fx-extension.showOutputChannel) を参照してください。",
860
636
  "error.deploy.AzureStorageClearBlobsError": "Azure Storage アカウント '%s' の BLOB ファイルをクリアできません。Azure からのエラー応答は次のとおりです:\n %s。\nエラー メッセージに理由が指定されている場合は、エラーを修正して、もう一度お試しください。",
861
637
  "error.deploy.AzureStorageUploadFilesError.Notification": "ローカル フォルダー '%s' を Azure Storage アカウント '%s' にアップロードできません。詳細は [出力パネル](コマンド:fx-extension.showOutputChannel) を参照してください。",
@@ -866,38 +642,6 @@
866
642
  "error.deploy.AzureStorageGetContainerPropertiesError": "次のエラーが原因で、Azure Storage アカウント '%s'のコンテナー '%s'のプロパティを取得できません: %s。Azure からのエラー応答:\n %s。\nエラー メッセージに理由が指定されている場合は、エラーを修正して、もう一度お試しください。",
867
643
  "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "次のエラーのため、Azure Storage アカウント '%s' のコンテナー '%s' のプロパティを設定できません: %s。詳細は [出力パネル](command:fx-extension.showOutputChannel) を参照してください。",
868
644
  "error.deploy.AzureStorageSetContainerPropertiesError": "次のエラーが原因で、Azure Storage アカウント '%s'のコンテナー '%s'のプロパティを設定できません: %s。Azure からのエラー応答:\n %s。\nエラー メッセージに理由が指定されている場合は、エラーを修正して、もう一度お試しください。",
869
- "error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s. Run provision first.",
870
- "error.core.appIdNotExist": "Unable to find app id: %s. Either your current M365 account doesn't have permission, or the app has been deleted.",
871
- "driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
872
- "driver.aadApp.apiKey.title.create": "Creating API key...",
873
- "driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
874
- "driver.aadApp.apiKey.title.update": "Updating API key...",
875
- "driver.apiKey.log.skipUpdateApiKey": "Skip updating API key as the same property exists.",
876
- "driver.apiKey.log.successUpdateApiKey": "API key updated successfully!",
877
- "driver.apiKey.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
878
- "driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
879
- "driver.apiKey.log.startExecuteDriver": "Executing action %s",
880
- "driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
881
- "driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but unable to retrieve API key from Developer Portal. Check manually if API key exists.",
882
- "driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum character length is 128.",
883
- "driver.apiKey.error.clientSecretInvalid": "Invalid client secret. It should be 10 to 512 characters long.",
884
- "driver.apiKey.error.domainInvalid": "Invalid domain. Please follow these rules: 1. Max %d domain(s) per API key. 2. Use comma to separate domains.",
885
- "driver.apiKey.error.failedToGetDomain": "Unable to get domain from API specification. Make sure your API specification is valid.",
886
- "driver.apiKey.error.clientSecretFromScratchInvalid": "Invalid client secret. If you start with a new API, refer to the README file for details.",
887
- "driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
888
- "driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
889
- "driver.oauth.description.create": "Create an OAuth registration on Developer Portal for authentication in Open API spec.",
890
- "driver.oauth.title.create": "Creating OAuth registration...",
891
- "driver.oauth.log.skipCreateOauth": "Environment variable %s exists. Skip creating API key.",
892
- "driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve OAuth registration from Developer Portal. Check manually if it exists.",
893
- "driver.oauth.error.nameTooLong": "The OAuth name is too long. The maximum character length is 128.",
894
- "driver.oauth.error.oauthDisablePKCEError": "Turning off PKCE for OAuth2 is not supported in the oauth/update action.",
895
- "driver.oauth.error.OauthIdentityProviderInvalid": "Invalid identity provider 'MicrosoftEntra'. Ensure the OAuth authorization endpoint in the OpenAPI specification file is for Microsoft Entra.",
896
- "driver.oauth.log.successCreateOauth": "OAuth registration created successfully with id %s!",
897
- "driver.oauth.error.domainInvalid": "Maximum %d domains allowed per OAuth registration.",
898
- "driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse OAuth2 authScheme from spec. Make sure your API specification is valid.",
899
- "driver.oauth.log.skipUpdateOauth": "Skip updating OAuth registration as the same property exists.",
900
- "driver.oauth.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
901
- "driver.oauth.log.successUpdateOauth": "OAuth registration updated successfully!",
902
- "driver.oauth.info.update": "OAuth registration updated successfully! The following parameters have been updated:\n%s"
645
+ "error.core.failedToLoadManifestId": "パスからマニフェスト ID を読み込めません: %s。最初にプロビジョニングを実行する必要があります。",
646
+ "error.core.appIdNotExist": "アプリ ID が見つかりません: %s。現在の M365 アカウントにアクセス許可がないか、アプリが既に削除されている可能性があります。"
903
647
  }