@microsoft/teamsfx-core 2.0.2 → 2.0.3-rc.1

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 (104) hide show
  1. package/build/common/telemetry.d.ts +2 -1
  2. package/build/common/telemetry.d.ts.map +1 -1
  3. package/build/common/telemetry.js +1 -0
  4. package/build/common/telemetry.js.map +1 -1
  5. package/build/common/templates-config.json +1 -1
  6. package/build/common/tools.d.ts +2 -0
  7. package/build/common/tools.d.ts.map +1 -1
  8. package/build/common/tools.js +21 -1
  9. package/build/common/tools.js.map +1 -1
  10. package/build/common/versionMetadata.d.ts +1 -0
  11. package/build/common/versionMetadata.d.ts.map +1 -1
  12. package/build/common/versionMetadata.js +1 -0
  13. package/build/common/versionMetadata.js.map +1 -1
  14. package/build/component/configManager/interface.d.ts +2 -0
  15. package/build/component/configManager/interface.d.ts.map +1 -1
  16. package/build/component/configManager/interface.js.map +1 -1
  17. package/build/component/configManager/lifecycle.d.ts +2 -1
  18. package/build/component/configManager/lifecycle.d.ts.map +1 -1
  19. package/build/component/configManager/lifecycle.js +3 -2
  20. package/build/component/configManager/lifecycle.js.map +1 -1
  21. package/build/component/configManager/parser.d.ts.map +1 -1
  22. package/build/component/configManager/parser.js +23 -17
  23. package/build/component/configManager/parser.js.map +1 -1
  24. package/build/component/configManager/validator.d.ts +18 -0
  25. package/build/component/configManager/validator.d.ts.map +1 -0
  26. package/build/component/configManager/validator.js +54 -0
  27. package/build/component/configManager/validator.js.map +1 -0
  28. package/build/component/constants.d.ts +1 -0
  29. package/build/component/constants.d.ts.map +1 -1
  30. package/build/component/constants.js +3 -2
  31. package/build/component/constants.js.map +1 -1
  32. package/build/component/coordinator/index.d.ts +1 -0
  33. package/build/component/coordinator/index.d.ts.map +1 -1
  34. package/build/component/coordinator/index.js +25 -2
  35. package/build/component/coordinator/index.js.map +1 -1
  36. package/build/component/driver/aad/update.d.ts.map +1 -1
  37. package/build/component/driver/aad/update.js +4 -18
  38. package/build/component/driver/aad/update.js.map +1 -1
  39. package/build/component/driver/file/createOrUpdateJsonFile.d.ts +4 -4
  40. package/build/component/driver/file/createOrUpdateJsonFile.d.ts.map +1 -1
  41. package/build/component/driver/file/createOrUpdateJsonFile.js +31 -28
  42. package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
  43. package/build/component/driver/file/interface/generateJsonArgs.d.ts +9 -0
  44. package/build/component/driver/file/interface/generateJsonArgs.d.ts.map +1 -0
  45. package/build/component/driver/file/interface/{generateAppsettingsArgs.js → generateJsonArgs.js} +1 -1
  46. package/build/component/driver/file/interface/generateJsonArgs.js.map +1 -0
  47. package/build/component/driver/interface/stepDriver.d.ts +2 -1
  48. package/build/component/driver/interface/stepDriver.d.ts.map +1 -1
  49. package/build/component/driver/script/dotnetBuildDriver.d.ts +2 -0
  50. package/build/component/driver/script/dotnetBuildDriver.d.ts.map +1 -1
  51. package/build/component/driver/script/dotnetBuildDriver.js +9 -0
  52. package/build/component/driver/script/dotnetBuildDriver.js.map +1 -1
  53. package/build/component/driver/script/npmBuildDriver.d.ts +2 -0
  54. package/build/component/driver/script/npmBuildDriver.d.ts.map +1 -1
  55. package/build/component/driver/script/npmBuildDriver.js +9 -0
  56. package/build/component/driver/script/npmBuildDriver.js.map +1 -1
  57. package/build/component/driver/script/npxBuildDriver.d.ts +2 -0
  58. package/build/component/driver/script/npxBuildDriver.d.ts.map +1 -1
  59. package/build/component/driver/script/npxBuildDriver.js +9 -0
  60. package/build/component/driver/script/npxBuildDriver.js.map +1 -1
  61. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  62. package/build/component/driver/script/scriptDriver.js +1 -0
  63. package/build/component/driver/script/scriptDriver.js.map +1 -1
  64. package/build/component/utils/metadataUtil.d.ts.map +1 -1
  65. package/build/component/utils/metadataUtil.js +1 -0
  66. package/build/component/utils/metadataUtil.js.map +1 -1
  67. package/build/core/FxCore.d.ts +1 -0
  68. package/build/core/FxCore.d.ts.map +1 -1
  69. package/build/core/FxCore.js +3 -0
  70. package/build/core/FxCore.js.map +1 -1
  71. package/build/core/FxCoreImplementV3.d.ts +1 -0
  72. package/build/core/FxCoreImplementV3.d.ts.map +1 -1
  73. package/build/core/FxCoreImplementV3.js +34 -2
  74. package/build/core/FxCoreImplementV3.js.map +1 -1
  75. package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
  76. package/build/core/middleware/utils/v3MigrationUtils.js +2 -1
  77. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  78. package/package.json +6 -4
  79. package/resource/package.nls.cs.json +225 -620
  80. package/resource/package.nls.de.json +224 -619
  81. package/resource/package.nls.es.json +224 -619
  82. package/resource/package.nls.fr.json +225 -620
  83. package/resource/package.nls.it.json +223 -618
  84. package/resource/package.nls.ja.json +226 -621
  85. package/resource/package.nls.json +6 -4
  86. package/resource/package.nls.ko.json +225 -620
  87. package/resource/package.nls.pl.json +225 -620
  88. package/resource/package.nls.pt-BR.json +224 -619
  89. package/resource/package.nls.ru.json +226 -621
  90. package/resource/package.nls.tr.json +224 -619
  91. package/resource/package.nls.zh-Hans.json +226 -621
  92. package/resource/package.nls.zh-Hant.json +225 -620
  93. package/resource/yaml-schema/1.1.0/yaml.schema.json +1463 -0
  94. package/templates/core/v3Migration/csharp.app.local.yml +4 -4
  95. package/templates/core/v3Migration/csharp.app.yml +2 -2
  96. package/templates/core/v3Migration/upgradeReport.md +4 -0
  97. package/templates/fallback/common.zip +0 -0
  98. package/templates/fallback/csharp.zip +0 -0
  99. package/templates/fallback/js.zip +0 -0
  100. package/templates/fallback/ts.zip +0 -0
  101. package/build/component/driver/file/interface/generateAppsettingsArgs.d.ts +0 -8
  102. package/build/component/driver/file/interface/generateAppsettingsArgs.d.ts.map +0 -1
  103. package/build/component/driver/file/interface/generateAppsettingsArgs.js.map +0 -1
  104. /package/resource/{yaml.schema.json → yaml-schema/1.0.0/yaml.schema.json} +0 -0
@@ -1,139 +1,47 @@
1
1
  {
2
- "core.init.successNotice": "TeamsFx で動作するようにプロジェクトが正常に初期化されました。\n\n次のいくつかの手順: \nteamsfx <feature> 追加をすると、シングル サインオンや Teams 通知の統合などの機能を追加できます。\n\nPro のヒント:\n aka.ms/teams-manifest を参照して、既存の起動ページ エクスペリエンスに接続するためのマニフェスト ファイルの更新の詳細を確認してください。",
3
2
  "core.provision.provision": "準備",
4
3
  "core.provision.learnMore": "詳細情報",
5
- "core.provision.switchedM365AccountNotice": "以前使用したテナントとは別の Microsoft 365 テナントを使用しています。",
6
- "core.provision.switchedAzureSubscriptionNotice": "以前使用したテナントとは別の Azure サブスクリプションを使用しています。",
7
- "core.provision.switchedM365AccountAndAzureSubscriptionNotice": "別の Microsoft 365 テナントと、以前使用した Azure サブスクリプションとは異なる Azure サブスクリプションを使用しています。",
8
- "core.provision.createNewAzureBotNotice": "新しい Azure ボット リソースを作成します。",
9
4
  "core.provision.azureAccount": "Azure アカウント: %s",
10
5
  "core.provision.azureSubscription": "Azure サブスクリプション: %s",
11
6
  "core.provision.m365Account": "Microsoft 365 アカウント: %s",
12
7
  "core.provision.confirmEnvAndCostNotice": "使用量によってはコストの負担を招く場合があります。上記のアカウントを使用して、%s 環境で複数のリソースを準備しますか?",
13
- "core.provision.confirmEnvOnlyNotice": "上記のアカウントを使用して、%s 環境で複数のリソースを準備しますか?",
14
- "core.deploy.confirmEnvNotice": "%s 環境でリソースを展開しますか? \nAzure アカウント (%s) とサブスクリプション (%s) 展開に使用されます。",
15
8
  "core.deploy.confirmEnvNoticeV3": "%s 環境にリソースをデプロイしますか?",
16
- "core.provision.successNotice": "'%s' はクラウドで正常にプロビジョニングされました。",
17
- "core.provision.configurationFinishNotice": "[%s] 構成が完了しました。",
18
- "core.provision.ProvisionFinishNotice": "[%s] プロビジョニングが完了しました。",
19
9
  "core.provision.viewResources": "プロビジョニングされたリソースを表示する",
20
- "core.deploy.FailedToDeployBeforeProvision": "Unable to deploy because the resources have not been provisioned yet. Make sure you do the provision first. Click Get Help to learn more about why you need to provision.",
21
- "core.deploy.noCapabilityFound": "%s に機能が見つかりませんでした。機能を追加する方法の詳細については、[問い合わせ] をクリックしてください。",
22
- "core.deploy.successNotice": "'%s' が正常にデプロイされました。",
23
10
  "core.deploy.aadManifestSuccessNotice": "Azure Active Directory アプリケーションが正常に展開されました。Azure Active Directory アプリケーションの表示方法を確認するには、[詳細情報] をクリックします。",
24
- "core.deploy.aadManifestOnCLISuccessNotice": "Your Azure Active Directory application has been successfully updated.",
11
+ "core.deploy.aadManifestOnCLISuccessNotice": "Azure Active Directory アプリケーションが正常に更新されました。",
25
12
  "core.deploy.aadManifestLearnMore": "詳細情報",
26
- "core.deploy.failNotice": "Unable to deploy '%s'!",
27
13
  "core.deploy.botTroubleShoot": "Azure でボット アプリケーションのトラブルシューティングを行うには、[詳細情報] をクリックしてドキュメントを参照してください。",
28
14
  "core.deploy.botTroubleShoot.learnMore": "詳細情報",
29
- "core.deploy.startNotice": "[%s] デプロイを開始します。",
30
- "core.deploy.selectedPluginsToDeployNotice": "デプロイするのに選択された [%s] 個のプラグイン: %s",
31
15
  "core.option.deploy": "配置",
32
16
  "core.option.confirm": "確認",
33
17
  "core.option.cancel": "キャンセル",
34
18
  "core.option.learnMore": "詳細情報",
35
19
  "core.option.upgrade": "アップグレード",
36
20
  "core.option.moreInfo": "詳細",
37
- "core.addCapability.addCapabilityNotice": "機能 %s がプロジェクトに正常に追加されました。F5 キーを押してアプリケーションをデバッグするか、'Teams: クラウドでプロビジョニング' をトリガーして、リソースを作成します。",
38
- "core.addCapability.addCapabilitiesNotice": "機能 %s がプロジェクトに正常に追加されました。F5 キーを押してアプリケーションをデバッグするか、'Teams: クラウドでプロビジョニング' をトリガーして、リソースを作成します。",
39
- "core.addCapability.addCapabilityNoticeForCli": "機能 %s がプロジェクトに正常に追加されました。'teamsfx provision' を実行して、リソースを作成します。",
40
- "core.addCapability.addCapabilitiesNoticeForCli": "機能 %s がプロジェクトに正常に追加されました。'teamsfx provision' を実行して、リソースを作成します。",
41
- "core.addResource.addResourceNotice": "単一のリソース \"%s\" がプロジェクトに対して正常に構成されています。\"Teams: Provision in the cloud\" をトリガーすると、Azure サブスクリプションにリソースが作成されます。",
42
- "core.addResource.addResourceNoticeForCli": "単一リソース \"%s\" がプロジェクトに対して正常に構成されました。\"teamsfx provision\" を実行すると、Azure サブスクリプションにリソースが作成されます。",
43
- "core.addResource.addResourcesNotice": "複数のリソース \"%s\" がプロジェクトに対して正常に構成されています。\"Teams: Provision in the cloud\" をトリガーすると、Azure サブスクリプションにリソースが作成されます。",
44
- "core.addResource.addResourcesNoticeForCli": "複数のリソース \"%s\" がプロジェクトに対して正常に構成されました。 \"teamsfx provision\" を実行すると、Azure サブスクリプションにリソースが作成されます。",
45
- "core.NoPluginSelected": "プラグインが選択されていません",
46
- "core.question.AzureResourcesQuestion.placeholder": "リソースの選択 (オプション)",
47
- "core.question.AzureResourcesQuestion.title": "クラウド リソース",
48
- "core.InitCapabilityTitle": "Teams ツールキット: アプリの機能を選択します",
49
- "core.InitCapabilityTab": "アプリにはタブ機能が含まれています",
50
- "core.InitCapabilityBot": "アプリにはボット機能が含まれています",
51
- "core.InitEditorTitle": "Teams ツールキット: 開発環境を選択してください",
52
- "core.InitEditorVsc": "Visual Studio Code (JS/TS)",
53
- "core.InitEditorVs": "Visual Studio (.NET)",
54
- "core.InitEditorVscDesc": "Visual Studio Code で JS/TS を使用して開発しています",
55
- "core.InitEditorVsDesc": "Visual Studio Code で .NET を使用して開発しています",
56
- "core.InitIsSPFxTitle": "Teams ツールキット: SPFx を使用して開発していますか?",
57
- "core.InitOptionYes": "はい",
58
- "core.InitOptionNo": "いいえ",
59
- "core.InitGenerateConfirm": "Teams Toolkit: Teams Toolkit は次のファイルを生成します (重複した名前を持つ既存のファイルは上書きされます)、続行しますか? \n%s",
60
- "core.progress.scaffoldTab": "タブをスキャフォールディングしています",
61
- "core.progress.scaffoldTab.detail": "タブ アプリをスキャフォールディングしています。",
62
- "core.progress.scaffoldBot": "ボットをスキャフォールディングしています",
63
- "core.progress.scaffoldBot.detail": "テンプレートを取得しています。",
64
- "core.progress.scaffoldApi": "Functions をスキャフォールディングしています",
65
- "core.progress.scaffoldApi.detail": "Functions プロジェクトをスキャフォールディングしています。",
66
- "core.progress.buildingTab": "タブをビルドしています",
67
- "core.progress.buildingTab.detail": "タブ アプリをビルドしています",
68
- "core.progress.buildingApi": "Functions の構築",
69
- "core.progress.buildingApi.detail": "Functions プロジェクトを構築しています。",
70
- "core.progress.buildingBot": "ボットをビルドしています",
71
- "core.progress.buildingBot.detail": "依存関係をインストールしています...",
72
- "core.progress.provisionBot": "ボットを登録しています",
73
21
  "core.progress.generateTemplate": "テンプレートを生成しています",
74
- "core.progress.generateTemplate.detail": "Downloading Template %s",
22
+ "core.progress.generateTemplate.detail": "テンプレート %s をダウンロードしています",
75
23
  "core.progress.generateSample": "サンプルを生成しています",
76
- "core.progress.generateSample.detail": "Downloading Sample %s",
77
- "core.progress.configureStorage": "タブを構成しています",
78
- "core.progress.packingCode": "アプリケーション パッケージを作成しています。",
79
- "core.progress.deploy": "Deploy",
80
- "core.progress.publish": "Publish",
81
- "core.progress.provision": "Provision",
82
- "core.progress.enableStaticWebsite": "Azure Storage アカウントの静的な Web サイトを有効にしています。",
83
- "core.progress.getDeploymentSrcAndDest": "デプロイ元とデプロイ先を取得しています。",
84
- "core.progress.clearStorageAccount": "Azure Storage アカウントをクリーンアップしています。",
85
- "core.progress.uploadTabToStorage": "タブ フロントエンドを Azure Storage アカウントにアップロードしています。",
24
+ "core.progress.generateSample.detail": "サンプル %s をダウンロードしています",
25
+ "core.progress.deploy": "デプロイ",
26
+ "core.progress.publish": "公開",
27
+ "core.progress.provision": "プロビジョニング",
86
28
  "core.progress.configureAzureStorage": "Azure Storage を構成すると静的な Web サイトの設定が有効になります。",
87
- "core.progress.runCommand": "Run command %s at %s",
88
- "core.progress.deployToAzure": "Deploying %s to %s.",
89
- "core.log.updateFunctionAppSettings": "Azure Functions アプリの設定を更新しています。",
90
- "core.error.programmingLanguageInvalid": "プロジェクト設定で無効なプログラミング言語が見つかりました。",
29
+ "core.progress.runCommand": "%s でコマンド %s を実行する",
30
+ "core.progress.deployToAzure": "%s %s にデプロイしています。",
91
31
  "core.Notification.ReadMore": "関連資料",
92
- "core.localDebug.tenantConfirmNoticeWhenAllowSwitchAccount": "別のテナント \"%s\" で Teams アプリのデバッグを既に実行しています。デバッグ用にテナントを切り替える場合は、ローカル ファイル (%s) を削除し、デバッグを再実行できます。",
93
- "core.migrationToArmAndMultiEnv.Message": "Teams ツールキットは、最新の機能をサポートするためにプロジェクト構成ファイルをアップグレードします。アップグレード プロセスでは、カスタム コードが変更されず、元に戻す必要がある場合に備えて、バックアップ ファイルが作成されます。\nこのアップグレードは、現在のバージョンの Teams ツールキットを引き続き使用する必要があることに留意して下さい。アップグレードする準備が整っておたず、引き続き古いバージョンを使用する場合は、拡張機能で Teams ツールキットを見つけて、バージョン 2.10.0 以前のものをインストールしてください",
94
32
  "core.migrationV3.confirmOnly.Message": "アップグレードを確認してください",
95
33
  "core.migrationV3.Message": "Teams ツールキット プロジェクトをアップグレードして、最新バージョンとの互換性を維持します。バックアップ ディレクトリは、アップグレードの概要と共に作成されます。",
96
- "core.migrationV3.VS.Message": "Teams ツールキット プレビュー機能 - Teams App Configuration の改善が有効になっています。プレビュー機能を使用するには、このプロジェクトをアップグレードする必要があります。[詳細情報] を選択して必要な変更を確認するか、[アップグレード] を選択して変更を自動的に実行します。アップグレードしない場合は、プレビュー機能をオフにできます。",
34
+ "core.migrationV3.VS.Message": "Upgrade your solution to stay compatible with the latest Teams Toolkit version. A backup directory will be generated in which it contains an upgrade report.",
97
35
  "core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.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 ツールキットをインストールし、最初にアップグレードを実行してください。",
98
36
  "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 ツールキットをインストールし、最初にアップグレードを実行してください。",
99
- "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
100
- "core.migrationV3.CreateNewProject": "Teams ツールキット (プレリリース) では、以前のバージョンからのプロジェクトの移行はサポートされていません。プロジェクトの移行は、今後のリリースで追加されます。",
37
+ "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json が無効です。",
101
38
  "core.migrationV3.abandonedProject": "このプロジェクトはプレビュー専用であり、Teams ツールキットではサポートされません。新しいプロジェクトを作成して、Teams ツールキットをお試しください",
102
39
  "core.migrationV3.notAllowedMigration": "Teams ツールキットのプレリリース バージョンでは、新しいプロジェクト構成がサポートされており、以前のバージョンと互換性がありません。新しいプロジェクトを作成して試すか、\"teamsfx upgrade\" を実行して最初にプロジェクトをアップグレードしてください。",
103
- "core.migrationToArmAndMultiEnv.SuccessMessage": "アップグレードが成功しました。",
104
- "core.migrationToArmAndMultiEnv.ErrorMessage": "The upgrade process has failed. To troubleshoot and resolve the issue, please check the error message in the [Output panel](command:fx-extension.showOutputChannel).\n If you prefer to upgrade manually, please click on 'Learn More' to view the FAQ section.",
105
- "core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "The upgrade process has failed. The file '%s' either does not exist or is not in JSON format. To proceed with the upgrade, please fix the file and try again by running the command \"Teams: Upgrade project\".\n If you prefer to upgrade manually, please click on \"Learn More\" to access the FAQ section.",
106
- "core.consolidateLocalRemote.Message": "プロジェクトは、最新バージョンの Teams ツールキットで動作するようにアップグレードされます。アップグレードでは、config.local.json と manifest.template.json ファイルの追加、manifest.remote.template.json と manifest.local.template.json ファイルのバックアップのみが行われ、カスタム コードは変更されません。アップグレードしない場合は、Teams ツールキットの古いバージョン (3.7.0 以前) をインストールしてください",
107
- "core.consolidateLocalRemoteWithAadManifest.Message": "プロジェクトは、最新バージョンの Teams ツールキットで動作するようにアップグレードされます。アップグレードでは、config.local.json、manifest.template.json、aad.template.json ファイルの追加、projectSettings.json ファイルの更新、manifest.remote.template.json、manifest.local.template.json、projectSettings.json ファイルのバックアップのみが行われ、カスタム コードは変更されません。アップグレードしない場合は、Teams ツールキットの古いバージョン (3.7.0 以前) をインストールしてください",
108
- "core.consolidateLocalRemote.DifferentManifest": "アップグレード後、Teams ツールキットで manifest.remote.template.json が単一のマニフェスト テンプレート ファイルとして使用されるため、manifest.local.template.json をカスタマイズした場合、manifest.template.json を更新して変更を含める必要があります。",
109
- "core.consolidateLocalRemote.SuccessMessage": "おめでとうございます! Teams アプリのプロジェクト構造が正常にアップグレードされました。デバッグ用の config.local.json と、Teams アプリをローカルおよびリモートの両方で実行するための manifest.template.json が追加されました。また、localSettings.json、manifest.local.template.json、manifest.remote.template.json が .backup フォルダーにバックアップされました。",
110
- "core.consolidateLocalRemoteWithAadManifest.SuccessMessage": "おめでとうございます! Teams アプリのプロジェクト構造が正常にアップグレードされました。デバッグ用の config.local.json、Teams アプリをローカルおよびリモートの両方で実行するための manifest.template.json、および AAD マニフェスト テンプレート用の aad.template.json が追加されました。また、localSettings.json、manifest.local.template.json、manifest.remote.template.json、projectSettings.json が .backup フォルダーにバックアップされました。",
111
- "core.aadManifestMigration.outputMsg": "おめでとうございます! AAD マニフェストが追加されました。AAD アプリの登録をカスタマイズするには、このファイルの使用を開始してください。aad.template.json が追加され、projectSettings.json ファイルが更新され、projectSettings.json が .backup フォルダーにバックアップされました。",
112
- "core.aadManifestMigration.SuccessMessage": "プロジェクトが以前のバージョンであることを検出し、新しい Teams Toolkit バージョン用にプロジェクトを自動更新します。次の変更が行われました: \n 1. 'aad.template.json' が 'templates/appPackage' の下に作成されました。AAD マニフェストの詳細については、%s を参照してください \n 2. '.fx/configs/projectSettings.json' が更新され、認証関連の構成を組み込みました。以前のバージョンのバックアップは \".backup\" フォルダーにあります。\n おめでとう! プロジェクトが更新され、Teams Toolkit の最新バージョンで実行する準備ができました。",
113
- "core.aadManifestMigration.ParsePermissionsFailedWarning": "移行時に permissions.json ファイルを解析できません。必要に応じて、次のリンクに従って aad.template.json ファイルのアクセス許可を更新してください: https://aka.ms/teamsfx-aad-manifest#customize-requiredresourceaccess",
114
- "core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsfx-cli@latest",
40
+ "core.projectVersionChecker.cliUseNewVersion": "TeamsFx CLI が古いため、現在のプロジェクトをサポートしていません。以下のコマンドを使用して最新バージョンにアップグレードします:\nnpm install -g @microsoft/teamsfx-cli@latest",
115
41
  "core.projectVersionChecker.incompatibleProject": "現在のプロジェクトは、インストールされているバージョンの Teams Toolkit と互換性がありません。",
116
42
  "core.projectVersionChecker.vs.incompatibleProject": "ソリューション内のプロジェクトは、Teams ツールキット プレビュー機能を使用して作成されます - Teams App Configuration の機能強化。続行するにはプレビュー機能を有効にしてください。",
117
- "core.aad.includeAadQuestionTitle": "AAD マニフェストを展開するかどうか",
118
- "core.aad.aadManifestFilePath": "配置する aad.template.json ファイル パスを入力する",
119
- "core.deployArmTemplates.StartNotice": "[%s] ARM テンプレートのデプロイを開始します。",
120
- "core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] bicep ファイルを JSON に正常にコンパイルしました。",
121
- "core.deployArmTemplates.SuccessNotice": "[%s] ARM テンプレートが正常にデプロイされました。リソース グループ名: %s。デプロイ名: %s",
122
- "core.deployArmTemplates.PollDeploymentStatusNotice": "[%s] デプロイ状態をポーリングしています...",
123
- "core.deployArmTemplates.Progress.Title": "ARM テンプレートのデプロイ",
124
- "core.deployArmTemplates.Progress.Start": "準備しています。",
125
- "core.deployArmTemplates.Progress.ExecuteDeployment": "ソリューション ARM テンプレートを Azure にデプロイする。これには数分かかる場合があります。",
126
- "core.deployArmTemplates.RetryGetDeploymentStatus": "%s -> デプロイ状態の取得を待機しています [再試行時間: %s]",
127
- "core.deployArmTemplates.FailedToReadResourceGroup": "Unable to get resource group from project solution settings.",
128
- "core.deployArmTemplates.FailedToGetEnvironmentName": "Unable to get target environment name from solution context.",
129
- "core.deployArmTemplates.ParameterNotExist": "%s は存在しません。",
130
- "core.deployArmTemplates.FailedToExpandParameter": "Unable to get expanded parameter from %s",
131
- "core.deployArmTemplates.FailedToGetSubsId": "Unable to get subscription id.",
132
43
  "core.deployArmTemplates.ActionSuccess": "ARM テンプレートが正常にデプロイされました。リソース グループ名: %s。デプロイ名: %s",
133
- "core.handleConfigFile.FailedToUpdateAzureParameters": "Unable to update Azure parameters for %s environment.",
134
- "core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Unable to reset values in appsettings.Development.json.",
135
- "core.backupFiles.FailedToBackupFiles": "Unable to backup %s.",
136
- "core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [Output panel](%s).",
44
+ "core.collaboration.ListCollaboratorsSuccess": "'Microsoft 365 アプリ所有者を一覧表示' に成功しました。[出力パネル](%s) で表示できます。",
137
45
  "core.collaboration.GrantingPermission": "アクセス許可を付与しています",
138
46
  "core.collaboration.EmailCannotBeEmptyOrSame": "コラボレーターのメールを null 値にしたり、現在のユーザーと同じにしたりすることはできません",
139
47
  "core.collaboration.CannotFindUserInCurrentTenant": "現在のテナントにユーザーが見つかりません。メール アドレスが正しいかどうかを確認してください",
@@ -162,37 +70,30 @@
162
70
  "core.collaboration.tenantNotMatch": "アカウントのテナント ID とプロビジョニングされた Azure AD アプリが一致しません。間違ったアカウントでログインしたかどうかを確認します。",
163
71
  "core.developerPortal.scaffold.CannotFindManifest": "Teams アプリ %s のダウンロードされたパッケージからマニフェストが見つかりませんでした。",
164
72
  "plugins.spfx.questions.framework.title": "フレームワーク",
165
- "plugins.spfx.questions.versionCheck.title": "Node.js と NPM のバージョンを確認しています...",
166
73
  "plugins.spfx.questions.webpartName.error.duplicate": "フォルダー %s は既に存在します。コンポーネントに別の名前を指定してください。",
167
74
  "plugins.spfx.questions.webpartName.error.notMatch": "%s が %s のパターンと一致しません",
168
75
  "plugins.spfx.questions.packageSelect.title": "SharePoint Framework",
169
76
  "plugins.spfx.questions.packageSelect.placeholder": "スキャフォールディングのオプションを選択する",
170
77
  "plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "グローバルにインストールされた SPFx (%s) を使用する",
171
78
  "plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "グローバルにインストールされた SPFx を使用する",
172
- "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s or later",
79
+ "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s 以降",
173
80
  "plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Teams Toolkit ディレクトリに最新の SPFx (%s) をローカルにインストールする ",
174
81
  "plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Teams Toolkit ディレクトリに最新の SPFx をローカルにインストールする ",
175
- "plugins.spfx.buildNotice": "SharePoint パッケージは %s で正常にビルドされました。",
82
+ "plugins.spfx.questions.spfxSolution.title": "SharePoint Solution",
83
+ "plugins.spfx.questions.spfxSolution.createNew": "Create New",
84
+ "plugins.spfx.questions.spfxSolution.importExisting": "Import Existing SPFx Solution",
176
85
  "plugins.spfx.deployNotice": "SharePoint パッケージ %s が [%s](%s) に正常にデプロイされています。",
177
- "plugins.spfx.deployFailedNotice": "パッケージをアプリ カタログ %s にアップロードしてデプロイするアクセス許可がありません。サイト管理者アカウントを使用するか、[Microsoft 365 開発者プログラム](https://developer.microsoft.com/ja-jp/microsoft-365/dev-program) から自分専用の無料の Microsoft 365 テナントを取得できます",
178
- "plugins.spfx.createAppCatalogNotice": "%s にテナント アプリ カタログがありません。作成しますか?",
179
86
  "plugins.spfx.cannotFindPackage": "SharePoint パッケージ %s が見つかりません",
180
- "plugins.spfx.cannotFindManifest": "マニフェスト ファイル %s が見つかりません",
181
87
  "plugins.spfx.cannotGetSPOToken": "SPO アクセス トークンを取得できません",
182
88
  "plugins.spfx.cannotGetGraphToken": "Graph アクセス トークンを取得できません",
183
- "plugins.spfx.insufficientPermission": "Unable to upload and deploy package to App Catalog %s. You need your org's Microsoft 365 tenant admin permissions. You can get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing purpose.",
184
- "plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog, due to %s, stack: %s",
185
- "plugins.spfx.uploadAppcatalogFail": "Unable to upload app package, due to %s",
89
+ "plugins.spfx.insufficientPermission": "パッケージをアップロードしてアプリ カタログ %s に展開できません。組織のMicrosoft 365テナント管理者のアクセス許可が必要です。テスト目的で[Microsoft 365 開発者プログラム](%s) から無料のMicrosoft 365テナントを取得できます。",
90
+ "plugins.spfx.createAppcatalogFail": "%s、スタック: %s が原因で、テナント アプリ カタログを作成できません。",
91
+ "plugins.spfx.uploadAppcatalogFail": "%s のため、アプリ パッケージをアップロードできません",
186
92
  "plugins.spfx.buildSharepointPackage": "SharePoint パッケージのビルド",
187
93
  "plugins.spfx.deploy.title": "SharePoint パッケージのアップロードと展開",
188
- "plugins.spfx.deploy.createAppcatalog": "SharePoint アプリ カタログを作成する",
189
- "plugins.spfx.deploy.uploadAddDeploy": "SPFx パッケージをアップロードしてテナント アプリ カタログに展開する",
190
94
  "plugins.spfx.scaffold.title": "スキャフォールディング プロジェクト",
191
- "plugins.spfx.error.npmNotFound": "お使いのコンピューターに NPM が見つかりません。サポートされているバージョンをインストールしてください。",
192
- "plugins.spfx.error.npmVersionNotSupported": "NPM バージョン v%s は SPFx v%s ではサポートされていません。",
193
- "plugins.spfx.error.nodeVersionNotSupported": "Node.js バージョン v%s は SPFx v%s ではサポートされていません。",
194
- "plugins.spfx.error.npmInstallFailed": "Unable to run 'npm install' due to %s",
195
- "plugins.spfx.error.invalidDependency": "Unable to validate package %s",
95
+ "plugins.spfx.error.npmInstallFailed": "%s が理由で、'npm install' を実行できません",
96
+ "plugins.spfx.error.invalidDependency": "パッケージ %s を検証できません",
196
97
  "plugins.spfx.error.noConfiguration": "SPFx プロジェクトに .yo-rc.json ファイルがありません。構成ファイルを追加して、もう一度お試しください。",
197
98
  "plugins.spfx.error.devEnvironmentNotSetup": "SPFx 開発環境が正しく設定されていません。[問い合わせ] をクリックして、ガイドに従って適切な環境を設定できます。",
198
99
  "plugins.spfx.scaffold.dependencyCheck": "依存関係を確認しています...",
@@ -201,25 +102,19 @@
201
102
  "plugins.spfx.scaffold.updateManifest": "Web パーツ マニフェストの更新",
202
103
  "plugins.spfx.GetTenantFailedError": "テナント %s %s を取得できません",
203
104
  "plugins.spfx.error.installLatestDependencyError": "%s フォルダーに SPFx 環境を設定するときに不明な問題が発生しました。[SharePoint Framework 開発環境のセットアップ | Microsoft Learn](%s) を使用してグローバル SPFx 環境を設定します。",
204
- "plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
105
+ "plugins.spfx.error.scaffoldError": "プロジェクトの作成に失敗しました。Yeoman SharePoint Generator が原因である可能性があります。詳細については、[出力パネル](%s)を確認してください。",
205
106
  "plugins.frontend.checkNetworkTip": "ネットワーク接続をご確認ください。",
206
107
  "plugins.frontend.checkFsPermissionsTip": "ファイル システムに対する読み取り/書き込みアクセス許可があるかどうかを確認します。",
207
108
  "plugins.frontend.checkStoragePermissionsTip": "Azure Storage アカウントに対するアクセス許可があるかどうかを確認します。",
208
109
  "plugins.frontend.checkSystemTimeTip": "資格情報の有効期限が切れている可能性があります。システム時刻が正しいかどうかを確認してください。",
209
- "plugins.baseErrorMessage": "%s 候補: %s",
210
110
  "suggestions.retryTheCurrentStep": "現在の手順をもう一度お試しください。",
211
111
  "plugins.appstudio.buildSucceedNotice": "Teams パッケージが [ローカル アドレス](%s) で正常にビルドされました。",
212
112
  "plugins.appstudio.buildSucceedNotice.fallback": "Teams パッケージが %s で正常にビルドされました。",
213
- "plugins.appstudio.createPackage.progressBar.message": "Building Teams app package...",
214
- "plugins.appstudio.publishTip": "Teams: Teams に公開する",
215
- "plugins.appstudio.whetherToDeployManifest": "Teams プラットフォームにアプリ マニフェストを展開するかどうか",
113
+ "plugins.appstudio.createPackage.progressBar.message": "Teams アプリ パッケージをビルドしています...",
216
114
  "plugins.appstudio.validationFailedNotice": "マニフェストの検証が失敗しました。",
217
- "plugins.appstudio.validationSucceedNotice": "マニフェストの検証が成功しました。",
218
- "plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
219
- "plugins.appstudio.validateAppPackage.progressBar.message": "Validating app package...",
220
- "plugins.appstudio.adminApprovalTip": "%s で %s アプリ パッケージ ファイルが正常に作成されました。これを管理者に送信して承認を求めます。",
115
+ "plugins.appstudio.validateManifest.progressBar.message": "マニフェストを検証しています...",
116
+ "plugins.appstudio.validateAppPackage.progressBar.message": "アプリ パッケージを検証しています...",
221
117
  "plugins.appstudio.adminPortal": "管理者ポータルに移動",
222
- "plugins.appstudio.publishSucceedNotice": "[%s] が管理ポータルに正常に発行されました。承認されると、アプリは組織で使用できるようになります。[詳細情報](%s)",
223
118
  "plugins.appstudio.publishSucceedNotice.cli": "[%s] が管理ポータル (%s) に正常に発行されました。承認されると、アプリは組織で使用できるようになります。詳細については、%s をご覧ください。",
224
119
  "plugins.appstudio.updatePublihsedAppConfirm": "新しい更新プログラムを送信しますか?",
225
120
  "plugins.appstudio.teamsAppCreatedNotice": "Teams アプリが %s を作成しました",
@@ -228,14 +123,6 @@
228
123
  "plugins.appstudio.teamsAppUpdatedCLINotice": "Teams アプリケーション マニフェストが正常に展開されました ",
229
124
  "plugins.appstudio.updateManifestTip": "マニフェスト ファイルの構成は既に変更されています。引き続きマニフェスト ファイルを再生成し、Teams プラットフォームに更新しますか?",
230
125
  "plugins.appstudio.updateOverwriteTip": "Teams プラットフォーム上のマニフェスト ファイルは、前回の更新以降に変更されています。Teams プラットフォームのマニフェスト ファイルを引き続き更新して上書きしますか?",
231
- "plugins.appstudio.provisionTip": "マニフェストの特定のフィールドに入力するには、まず 'クラウドでプロビジョニング' を実行する必要があります。[問い合わせ] をクリックして、プロビジョニングが必要な理由の詳細を確認します。",
232
- "plugins.appstudio.provisionTitle": "Teams アプリのプロビジョニング",
233
- "plugins.appstudio.provisionProgress": "Teams アプリ %s を登録しています...",
234
- "plugins.appstudio.postProvisionProgress": "Teams アプリ %s を更新しています...",
235
- "plugins.appstudio.manuallySubmitTip": "Teams アプリ パッケージ ファイルを手動で送信する",
236
- "plugins.appstudio.manuallySubmitDescription": "Teams アプリ パッケージをビルドします。Teams 管理者に手動で送信する必要があります",
237
- "plugins.appstudio.autoPublishTip": "組織用にインストールする",
238
- "plugins.appstudio.autoPublishDescription": "Teams アプリ ポータルを使用して承認を得るために、Teams 管理者にアプリを送信します。",
239
126
  "plugins.appstudio.pubWarn": "アプリ %s は既にテナントのアプリ カタログに送信されています。\n状態: %s\n",
240
127
  "plugins.appstudio.lastModified": "最終更新日: %s\n",
241
128
  "plugins.appstudio.previewOnly": "プレビューのみ",
@@ -266,112 +153,23 @@
266
153
  "plugins.bot.triggers.timer-functions.description": "Azure Functions",
267
154
  "plugins.bot.triggers.timer-functions.detail": "Azure Functions でホストされている実行中の関数は、特定のスケジュールに基づいて応答できます。",
268
155
  "plugins.bot.triggers.timer-functions.label": "タイマー トリガー",
269
- "plugins.sql.getQuestionAdminName.title": "Azure SQL サーバー管理者ユーザー名",
270
- "plugins.sql.getQuestionAdminName.validation.sqlUserNameEmpty": "Azure SQL サーバー管理者ユーザー名を空にすることはできません",
271
- "plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsSqlIdentifier": "Azure SQL サーバー管理者ユーザー名を空にすることはできません",
272
- "plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsNonAlphanumeric": "Azure SQL サーバー管理者ユーザー名に英数字以外の文字を含めることはできません",
273
- "plugins.sql.getQuestionAdminName.validation.sqlUserNameStartWithNumber": "Azure SQL サーバー管理者ユーザー名を数字で始めることはできません",
274
- "plugins.sql.getQuestionAdminPassword.title": "Azure SQL サーバー管理者パスワード",
275
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordEmpty": "Azure SQL サーバー管理者パスワードを空にすることはできません",
276
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthLessThan8": "Azure SQL サーバー管理者パスワードは、少なくとも 8 文字以上の長さでなければなりません",
277
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthGreatThan128": "Azure SQL サーバー管理者パスワードは 128 文字以内にする必要があります",
278
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordMustContain3Categories": "パスワードには、英大文字、英小文字、数字 (0-9)、英数字以外の文字 (!、$、#、% など) のうち、3 つのカテゴリの文字が含まれている必要があります。",
279
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordCannotContainUserName": "パスワードにユーザー名の一部またはすべてを含めることはできません",
280
- "plugins.sql.getQuestionConfirmPassword.title": "Azure SQL サーバー管理者パスワードの確認",
281
- "plugins.sql.getQuestionConfirmPassword.validation.sqlPasswordMustMatch": "パスワードとパスワードの確認が一致する必要があります",
282
- "plugins.cicd.ciOption.detail": "コードのチェックアウト、ビルド、テストの実行をサポートします。",
283
- "plugins.cicd.cdOption.detail": "コードのチェックアウト、ビルド、テスト、クラウドへの展開をサポートします。",
284
- "plugins.cicd.provisionOption.detail": "クラウドでのリソースの作成と更新、Teams アプリの登録をサポートします。",
285
- "plugins.cicd.publishOption.detail": "Teams アプリのテナントへの公開をサポートします。",
286
- "plugins.cicd.whichProvider.title": "CI/CD プロバイダーを選択する",
287
- "plugins.cicd.whichTemplate.title": "テンプレートを選択します",
288
- "plugins.cicd.whichEnvironment.title": "環境を選択する",
289
- "plugins.cicd.ProgressBar.scaffold.title": "ワークフロー自動化ファイルのスキャフォールディング",
290
- "plugins.cicd.ProgressBar.scaffold.detail": "%s のワークフロー ファイルをスキャフォールディングできませんでした。",
291
- "plugins.cicd.result.scaffold.created": "ワークフローの自動化 (%s 環境の %s を使用する %s を含む) がプロジェクトに正常に追加されました。README ファイルの指示に従って、ワークフローを構成してください。",
292
- "plugins.cicd.result.scaffold.skipped": "%s 環境の %s を使用して %s のテンプレートが既に作成されています。新しいテンプレートを作成するには、カスタマイズするか削除してください。",
293
- "plugins.cicd.suggestions.checkPermission": "十分なアクセス許可があることを確認してください。",
294
- "plugins.cicd.suggestions.createProjectOrOpenExisting": "新しいプロジェクトを作成するか、既存のプロジェクトを開くこともできます。",
295
- "error.cicd.FailedToListMultiEnv": "Unable to list multi env: %s.",
296
- "error.cicd.PreconditionNotMet": "入力の一部の前提条件が満たされていません。",
297
- "plugins.apiConnector.getQuestionApiName.title": "API のフレンドリ名を入力します。",
298
- "plugins.apiConnector.getQuestionApiName.placeholder": "アプリ設定の名前の生成に API エイリアスが使用されます。",
299
- "plugins.apiConnector.getQuestionEndpoint.title": "デバッグ用の API エンドポイントを入力します。",
300
- "plugins.apiConnector.getQuestionEndpoint.placeholder": "API エンドポイントがローカル アプリ設定に追加されます。",
301
- "plugins.apiConnector.getQuestion.basicAuth.userName.title": "基本認証のユーザー名を入力します。",
302
- "plugins.apiConnector.getQuestion.basicAuth.userName.placeholder": "ユーザー名がローカル アプリ設定に追加されます。",
303
- "plugins.apiConnector.getQuestion.appType.title": "使用する AAD アプリの登録を選択します。",
304
- "plugins.apiConnector.getQuestion.apiKeyLocation.title": "要求内の API キーの位置を選択します。",
305
- "plugins.apiConnector.getQuestion.apiKeyName.title": "API キー名を入力します。",
306
- "plugins.apiConnector.getQuestion.apiKeyName.placeholder": "キーの名前が生成されたファイルに追加されます。",
307
- "plugins.apiConnector.whichService.title": "API を呼び出すコンポーネントを選択します。",
308
- "plugins.apiConnector.whichService.placeholder": "パッケージをインポートして、アプリ設定を追加します。",
309
- "plugins.apiConnector.whichAuthType.title": "API 認証の種類を選択します。",
310
- "plugins.apiConnector.whichAuthType.placeholder": "選択内容に基づいてサンプル コードが生成されます。",
311
- "plugins.apiConnector.reuseAppOption.title": "現在の Teams アプリでアプリの登録を再利用する",
312
- "plugins.apiConnector.anotherAppOption.title": "別のアプリ登録を使用する",
313
- "plugins.apiConnector.requestHeaderOption.title": "要求ヘッダー",
314
- "plugins.apiConnector.queryParamsOption.title": "クエリ パラメーター",
315
- "plugins.apiConnector.appTenantId.title": "AAD テナント ID を入力します。",
316
- "plugins.apiConnector.appTenantId.placeholder": "AAD テナント ID がローカル アプリ設定に追加されます。",
317
- "plugins.apiConnector.appId.title": "AAD アプリケーション ID (クライアント ID) を入力します。",
318
- "plugins.apiConnector.appId.placeholder": "AAD アプリケーション ID (クライアント ID) がローカル アプリ設定に追加されます。",
319
- "plugins.apiConnector.botOption.title": "通知 / コマンドと応答",
320
- "plugins.apiConnector.functionOption.title": "Azure Functions App",
321
- "plugins.apiConnector.BasicAuthOption.detail": "認証要求にユーザー名とパスワードを使用する",
322
- "plugins.apiConnector.CertAuthOption.detail": "証明書を使用して要求を認証します",
323
- "plugins.apiConnector.AADAuthOption.detail": "Azure Active Directory によって発行されたアクセス トークンを使用して要求を認証します",
324
- "plugins.apiConnector.APIKeyOption.detail": "API キーを使用して要求を認証します",
325
- "plugins.apiConnector.ImplementMyselfOption.detail": "カスタマイズされたロジックを使用して要求を認証します",
326
- "plugins.apiConnector.questionComponentSelect.emptySelection": "少なくとも 1 つのコンポーネントを選択する必要があります。",
327
- "plugins.apiConnector.QuestionAppName.validation.ApiNameExist": "既存のファイル %s との競合を回避するため、別の API 名を指定してください",
328
- "plugins.apiConnector.QuestionAppName.validation.ApiNameAlphanumeric": "英数字のみを含む別の API 名を指定してください",
329
- "plugins.apiConnector.QuestionAppName.validation.ApiNameNumberPrefix": "番号で始まらない別の API 名を指定してください",
330
- "plugins.apiConnector.Question.validation.EmptyValue": "値を空にすることはできません",
331
- "plugins.apiConnector.Question.validation.NotGuid": "値は GUID である必要があります",
332
- "plugins.apiConnector.QuestionApiEndpoint.validation.NotHttp": "API エンドポイントは有効な HTTP(S) URL である必要があります",
333
- "plugins.apiConnector.Notification.GenerateFiles": "%sで API を呼び出すサンプル コードが生成されました。ファイルを開き、指示に従って API の呼び出しを開始してください。",
334
- "plugins.apiConnector.Notification.LinkNotification": "%s にアクセスして、TeamsFx SDK を使用して API を呼び出す方法を理解できます。",
335
- "plugins.apiConnector.Log.CommandSuccess": "ターゲット API を呼び出すためにプロジェクトが正常に更新されました。作成/更新されたファイルの一覧を次に示します:\n\n%s",
336
- "error.rgCheckBaseError": "Unable to check the existence of resource group '%s' in subscription '%'",
337
- "error.rgUnauthorizedError": "リソース グループ '%s' がサブスクリプション '%s' に存在するかどうかを確認する権限がありません。Azure サブスクリプションをご確認ください。",
338
- "error.ProjectFolderExistError": "パス %s は既に存在します。別のフォルダーを選択してください。",
339
- "error.ProjectFolderInvalidError": "パス %s が無効です。ユーザー設定で有効なルート フォルダーを設定してください (絶対ディレクトリまたは相対ディレクトリは \\${homeDir} で始めてください)。",
340
156
  "error.NoProjectOpenedError": "プロジェクトが開いていません。新しいプロジェクトを作成するか、既存のプロジェクトを開くことができます。",
341
- "error.InitializedFileExistError": "初期化されたファイル %s が既に存在します。クリーンアップしてもう一度お試しください。",
342
- "error.InvalidProjectSettingsFileError": "projectSettings.json ファイルが無効です: %s。",
343
- "error.FetchSampleError": "Unable to get data from remote repository for %s.",
344
157
  "error.InvalidEnvNameError": "環境名に使用できるのは、文字、数字、_ および - のみです。",
345
- "error.UpgradeCanceledError": "プロジェクトをアップグレードしない場合は、別のバージョンの Teams ツールキット (2.10.0 以前のバージョン) をインストールしてください。",
346
158
  "error.UpgradeV3CanceledError": "アップグレードする準備が整っていない場合は、引き続き古いバージョンの Teams Toolkit を使用してください",
347
- "error.ConsolidateCanceledError": "プロジェクトをアップグレードしない場合は、別のバージョンの Teams ツールキット (3.7.0 以前のバージョン) をインストールしてください。",
348
- "error.OperationNotPermittedError": "操作は許可されていません: %s",
349
- "error.InvalidInputError": "Invalid inputs: %s",
350
- "error.ProjectSettingsUndefinedError": "プロジェクトの設定が定義されていません",
351
- "error.MultipleEnvNotEnabledError": "MultipleEnv 機能が有効になっていません",
159
+ "error.InvalidInputError": "無効な入力: %s",
352
160
  "error.ProjectEnvAlreadyExistError": "プロジェクト環境 %s は既に存在します。",
353
161
  "error.InvalidEnvConfigError": "構成 %s が無効です。詳細: %s。",
354
162
  "error.NotImplementedError": "メソッドが実装されていません: %s",
355
- "error.LoadPluginError": "Unable to load plugin",
356
- "error.SPFxConfigError": "SPFx 構成 %s の読み込みに失敗しました。",
357
- "error.ProjectSettingError": "プロジェクト設定の読み込みに失敗しました。",
358
- "error.SolutionConfigError": "ソリューション コンテキストの読み込みに失敗しました。",
359
- "error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'",
360
- "error.MissingSubscriptionInConfig": "リソース グループ (%s) のサブスクリプション ID を (%s) で指定してください",
361
- "error.NoSubscriptionFound": "Unable to find a subscription.",
163
+ "error.FailedToParseResourceIdError": "リソース ID: '%s' から '%s' を取得できません",
164
+ "error.NoSubscriptionFound": "サブスクリプションが見つかりません。",
362
165
  "error.TrustCertificateCancelError": "ユーザーが取り消されました。Teams がツールキットで使用される自己署名 SSL 証明書を信頼するには、自己署名証明書を証明書ストアに追加する必要があります。",
363
- "error.BicepGenerationError": "Unable to generate Bicep file %s. Reason: %s",
364
- "error.LocalBotEndpointNotConfigured": "ローカル ボット エンドポイントが構成されていません。\".fx/configs/config.local.json\" で \"bot.siteEndpoint\" を設定して、もう一度やり直してください。",
365
- "error.NgrokTunnelNotConnected": "Ngrok トンネルが接続されていません。ネットワーク設定を確認して、もう一度やり直してください。",
366
166
  "error.VideoFilterAppNotRemoteSupported": "リモートでのビデオ フィルター アプリは Teams ツールキットではサポートされていません。プロジェクト ルート フォルダー内の README.md ファイルを確認してください。",
367
- "error.frontend.FailedSaveEnv": "Unable to save environment variables to %s. Your App may not work.",
368
- "error.frontend.FailedLoadEnv": "Unable to load environment variables from %s. Your App may not work.",
369
- "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Developer Portal, due to %s",
370
- "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s.",
371
- "error.appstudio.apiFailed": "API call to Developer Portal failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
167
+ "error.appstudio.teamsAppCreateFailed": "%s が原因で、開発者ポータルで Teams アプリを作成できません",
168
+ "error.appstudio.teamsAppUpdateFailed": "ID %s Teams アプリを更新できません。",
169
+ "error.appstudio.apiFailed": "開発者ポータルへの API 呼び出しに失敗しました。詳細については、[出力パネル](command:fx-extension.showOutputChannel) を確認してください。",
372
170
  "error.appstudio.apiFailed.telemetry": "開発者ポータルへの API 呼び出しに失敗しました: %s、%s、API 名: %s、X-Correlation-ID: %s。これは、断続的なサービス エラーから発生した可能性があります。数分待ってから、現在の手順をもう一度お試しください。",
373
171
  "error.appstudio.authServiceApiFailed": "開発者ポータルへの API 呼び出しに失敗しました: %s、%s、要求パス: %s",
374
- "error.appstudio.publishFailed": "Unable to publish Teams app with ID %s.",
172
+ "error.appstudio.publishFailed": "ID %s Teams アプリを発行できません。",
375
173
  "error.appstudio.buildError": "Teams パッケージのビルドに失敗しました。",
376
174
  "error.appstudio.checkPermissionFailed": "アクセス許可の確認に失敗しました。理由: %s",
377
175
  "error.appstudio.grantPermissionFailed": "アクセス許可の付与に失敗しました。理由: %s",
@@ -379,61 +177,25 @@
379
177
  "error.appstudio.updateManifestInvalidApp": "ID %s のチーム アプリが見つかりません。マニフェストを Teams プラットフォームに更新する前に、デバッグを実行するか、最初にプロビジョニングする必要があります。",
380
178
  "error.appstudio.invalidCapability": "無効な機能: %s",
381
179
  "error.appstudio.capabilityExceedLimit": "機能 %s を追加できません。上限に達しました。",
382
- "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, unable to update.",
383
- "error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, unable to update.",
180
+ "error.appstudio.staticTabNotExist": "エンティティ ID %s の静的タブが見つかりません。更新できません。",
181
+ "error.appstudio.capabilityNotExist": "機能 %s がマニフェストに存在せず、更新できません。",
384
182
  "error.appstudio.noManifestId": "マニフェスト検索で無効な ID が見つかりました。",
385
- "error.appstudio.validateFetchSchemaFailed": "Unable to get schema from %s, message: %s",
183
+ "error.appstudio.validateFetchSchemaFailed": "%s からスキーマを取得できません。メッセージ: %s",
386
184
  "error.appstudio.validateSchemaNotDefined": "マニフェスト スキーマが定義されていません",
387
185
  "error.appstudio.publishInDevPortalSuggestionForValidationError": "\"Zip Teams アプリ パッケージ\" からパッケージを生成して、もう一度お試しください。",
388
- "error.appstudio.teamsAppCreateConflict": "Unable to create Teams app with 409 Conflict error. That may come from your app id is conflicting with another app in your tenant. Click Get Help to learn more.",
186
+ "error.appstudio.teamsAppCreateConflict": "409 競合エラーが発生したため、Teams アプリを作成できません。お使いのアプリ ID がテナント内の別のアプリと競合している可能性があります。詳細については、[問い合わせ] をクリックしてください。",
389
187
  "error.appstudio.teamsAppCreateConflictWithPublishedApp": "その ID を使用する Teams アプリは、組織のアプリ ストアに既に存在します。アプリ ID を手動で更新してから、もう一度お試しください。",
390
188
  "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "現在のアカウントでは、botframework トークンを取得できません。",
391
189
  "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework プロビジョニングは、ボット登録の作成試行から禁止された結果を返します。",
392
190
  "error.appstudio.BotProvisionReturnsConflictResult": "Botframework プロビジョニングは、ボット登録の作成試行から競合する結果を返します。",
393
- "error.function.FindAppError": "Unable to find the function app.",
394
- "error.generator.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
395
- "error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
396
- "error.generator.UnzipError": "Unable to unzip templates and write to disk.",
397
- "error.generator.MissKeyError": "Unable to find key %s",
398
- "error.generator.DownloadSampleApiLimitError": "Unable to download sample due to throttling. Retry later after rate limit reset (This may take up to 1 hour). Alternatively, you can go to %s to git clone the repo manually",
399
- "error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and retry. Alternatively, you can go to %s to git clone the repo manually",
400
- "error.generator.ParseUrlError": "Unable to parse url %s",
401
- "error.sql.GetDetail": "Get the detailed error message in [Output panel](command:fx-extension.showOutputChannel).",
402
- "error.sql.LinkHelpMessage": "%s をフォローして処理できます。",
403
- "error.sql.SqlInputError": "SQL 管理者名またはパスワードが空です",
404
- "error.sql.SqlAskInputError": "Unable to get answer for SQL questions",
405
- "error.sql.SqlEndpointError": "SQL Server %s が無効です。",
406
- "error.sql.DatabaseUserCreateError": "Unable to create user '%s' in database %s",
407
- "error.sql.SqlAddAdminError": "Unable to add AAD admin '%s'. %s",
408
- "error.sql.SqlLocalFirwallError": "Unable to add local firewall for '%s'. %s",
409
- "error.sql.SqlDeleteLocalFirwallError": "Unable to delete local firewall for '%s'. Delete '%s' manually. %s",
410
- "error.sql.SqlUserInfoError": "Unable to get login user info.",
411
- "error.sql.SqlGetConfigError": "Unable to get config value of '%s' from '%s'.",
412
- "error.sql.SqlInvalidConfigError": "%s の構成値 '%s' は無効です。",
413
- "error.sql.SqlCheckError": "Unable to check SQL Server '%s'. %s",
414
- "error.sql.SqlCheckAdminError": "Unable to check AAD admin '%s'. %s",
415
- "error.sql.IdentityCredentialUndefine": "マネージド ID ユーザー %s を追加するためにデータベースにアクセスできません。データベース %s のユーザーを手動で追加してください",
416
- "error.sql.ServicePrincipalWarning": "Azure SQL のサービス プリンシパル管理者は、データベース ユーザー <%s> を追加できません。%s のユーザーは手動で追加できます",
417
- "error.sql.DomainError": "条件付きアクセス ポリシーには準拠しているデバイスが必要であり、デバイスは準拠していません。%s",
418
- "error.sql.GuestAdminError": "SQL 管理者には、データベース ユーザーを追加するための十分なアクセス許可がありません。%s",
419
- "error.apiConnector.SampleCodeCreateFailError": "Unable to scaffold API connection samples. Reason: %s",
420
- "error.apiConnector.ScaffoldApiFilesError": "Unable to scaffold connect API files, Reason: %s",
421
- "error.apiConnector.ApiConnectorInputError": "API コネクタ入力 %s が無効です",
422
- "error.apiConnector.ApiConnectorPathNotExistError": "パス %s は存在しません。有効なフォルダーを選択してください。",
423
- "error.apiConnector.ApiConnectorCreateFileFail": "Unable to create %s",
424
- "error.apiConnector.NoActivePluginsExistError": "まずアクティブなリソースを作成してください。",
425
- "error.apiConnector.NoBotOrFunctionExistError": "まずボットまたは関数リソースを作成してください。",
426
- "error.apiConnector.ApiConnectorFunctionRouteError": "Unable to route function call: %s",
427
- "error.apiConnector.SDKVersionImcompatibleError": "%s プロジェクトでは、@microsoft/teamsfx バージョン %s には互換性がありません。@microsoft/teamsfx バージョンを %s にアップグレードしてから、この機能をもう一度お試しください。",
428
- "error.apiConnector.pkgFileNotExistError": "%s プロジェクトに package.json が存在しません",
429
- "error.apiConnector.componentNotExistError": "コンポーネント %s は存在しません。まず追加してください",
430
- "error.apiConnector.envVarExistError": ".env.teamsfx.local の既存の環境変数 %s との競合を回避するため、別の API 名を指定してください",
431
- "error.debugHandler.InvalidAppManifestPackageFileFormatError": "manifestPackagePath は .zip ファイル パスである必要があります。",
432
- "error.debugHandler.InvalidExistingAADArgsError": "SSO に既存の AAD アプリを使用する場合は、objectId、clientId、clientSecret がすべて必要です。",
433
- "error.debugHandler.InvalidExistingBotArgsError": "既存のボットを使用する場合は、botId と botPassword を一緒に設定する必要があります。",
434
- "error.debugHandler.DebugArgumentEmptyError": "デバッグ引数 '%s' が空です。",
435
- "error.debugHandler.InvalidTabBaseUrlError": "baseUrl は、https で始まる有効な URL でなければなりません。",
436
- "error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
191
+ "error.generator.TemplateZipFallbackError": "zip パッケージをダウンロードしてローカル zip パッケージを開くことができません。",
192
+ "error.generator.FetchZipFromUrlError": "%s から zip パッケージをダウンロードできません。",
193
+ "error.generator.UnzipError": "テンプレートを解凍してディスクに書き込めません。",
194
+ "error.generator.MissKeyError": "キー %s が見つかりません",
195
+ "error.generator.DownloadSampleApiLimitError": "調整のため、サンプルをダウンロードできません。レート制限をリセットしてから再試行してください (これには最大 1 時間かかる場合があります)。または、%s に移動して、リポジトリを手動で git clone することもできます",
196
+ "error.generator.DownloadSampleNetworkError": "ネットワーク エラーのため、サンプルをダウンロードできません。ネットワーク接続を確認してから、もう一度お試しください。または、%s に移動して、リポジトリを手動で git clone することもできます",
197
+ "error.generator.ParseUrlError": "URL %s を解析できません",
198
+ "error.m365.NotExtendedToM365Error": "Teams アプリを Microsoft 365 に拡張できません。'teamsApp/extendToM365' アクションを使用して、Teams アプリを Microsoft 365 に拡張します。",
437
199
  "core.QuestionAppName.validation.pattern": "アプリケーション名は文字で始まり、少なくとも 2 つの文字または数字を含んでいる必要があります。特殊文字を含めることはできません。",
438
200
  "core.QuestionAppName.validation.maxlength": "アプリケーション名が最大長の 30 を超えています。",
439
201
  "core.QuestionAppName.validation.pathExist": "パスが存在します: %s。別のアプリケーション名を選択します。",
@@ -443,63 +205,47 @@
443
205
  "core.option.github": "GitHub ガイドを開く",
444
206
  "core.option.inProduct": "製品内ガイドを開く",
445
207
  "core.TabOption.label": "タブ",
446
- "core.TabOption.labelNew": "SSO が有効になっているタブ",
447
208
  "core.TabOption.description": "UI ベースのアプリ",
448
209
  "core.TabOption.detail": "Microsoft Teams に埋め込まれた Teams 対応の Web ページ",
449
- "core.TabOption.detailNew": "Microsoft Teams に埋め込まれた Teams ID 対応の Web ページ",
450
- "core.DashboardOption.label": "Dashboard",
451
- "core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
452
- "core.BotOption.description": "会話エージェント",
453
- "core.BotOption.detail": "会話を通じて簡単で反復的な自動化タスクを実行する",
454
- "core.BotNewUIOption.label": "Basic Bot",
455
- "core.BotNewUIOption.detail": "A simple implementation of a bot that's ready to customize",
456
- "core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
210
+ "core.DashboardOption.label": "ダッシュボード",
211
+ "core.DashboardOption.detail": "重要な情報を表示するためのカードとウィジェットを含むキャンバス",
212
+ "core.BotNewUIOption.label": "基本ボット",
213
+ "core.BotNewUIOption.detail": "簡単にカスタマイズできるボットの簡単な実装",
214
+ "core.MessageExtensionOption.labelNew": "フォーム入力と処理データの収集",
457
215
  "core.MessageExtensionOption.label": "メッセージ拡張機能",
458
216
  "core.MessageExtensionOption.description": "ユーザーが Teams でメッセージを作成するときのカスタム UI",
459
- "core.MessageExtensionOption.detail": "Get user input, do something with it, and send customized results back",
460
- "core.NotificationOption.label": "Chat Notification Message",
461
- "core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
462
- "core.CommandAndResponseOption.label": "Chat Command",
463
- "core.CommandAndResponseOption.detail": "Trigger work with custom chat commands in Teams chats",
464
- "core.WorkflowOption.label": "Sequential Workflow in Chat",
465
- "core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats",
466
- "core.ExistingTabOption.label": "既存の Web アプリを埋め込む",
467
- "core.ExistingTabOption.detail": "独自の静的 Web ページを使用して、Microsoft Teams に埋め込みます",
468
- "core.ExistingTabEndpointQuestion.placeholder": "既存のタブ エンドポイントを入力してください",
469
- "core.ExistingTabEndpointQuestion.title": "Web アプリのローカル エンドポイントを入力してください",
470
- "core.ExistingTabEndpointQuestion.validation": "https:// から始まる有効な URL を入力してください",
471
- "core.TabSPFxOption.label": "タブ (SPFx)",
217
+ "core.MessageExtensionOption.detail": "ユーザー入力を取得し、それを使用して何かを行い、カスタマイズされた結果を返します",
218
+ "core.NotificationOption.label": "チャット通知メッセージ",
219
+ "core.NotificationOption.detail": "Teams チャットに表示されるメッセージを通知して告知する",
220
+ "core.CommandAndResponseOption.label": "チャット コマンド",
221
+ "core.CommandAndResponseOption.detail": "Teams チャットでカスタム チャット コマンドを使用して作業をトリガーする",
222
+ "core.WorkflowOption.label": "チャットのシーケンシャル ワークフロー",
223
+ "core.WorkflowOption.detail": "Teams チャットで複数ステップのプロセスを操作する",
472
224
  "core.TabSPFxOption.labelNew": "SPFx",
473
- "core.TabSPFxOption.description": "SharePoint Framework を使用したクライアント側のアプリ",
474
- "core.TabSPFxOption.detail": "Microsoft Teams と緊密に統合され、自動ホストされた SPFx Web パーツ",
475
- "core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
225
+ "core.TabSPFxOption.detailNew": "SharePoint Framework で UI をビルドする",
476
226
  "core.TabSso.description": "タブ用のシングル サインオン",
477
227
  "core.TabSso.detail": "Teams タブ アプリでシングル サインオンを有効にします",
478
228
  "core.BotSso.description": "ボット用シングル サインオン",
479
229
  "core.BotSso.detail": "Teams ボット アプリでシングル サインオンを有効にする",
480
- "core.TabNonSso.label": "Basic Tab",
481
- "core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
482
- "core.addCapabilityQuestion.title": "機能の選択",
483
- "core.addCapabilityQuestion.titleNew": "機能",
484
- "core.addFeatureQuestion.title": "機能の追加",
230
+ "core.TabNonSso.label": "[基本] タブ",
231
+ "core.TabNonSso.detail": "簡単にカスタマイズできる Web アプリの簡単な実装",
485
232
  "core.createCapabilityQuestion.title": "機能の選択",
486
233
  "core.createCapabilityQuestion.titleNew": "機能",
487
234
  "core.createCapabilityQuestion.placeholder": "機能を選択する",
488
- "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
489
- "core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
490
- "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app",
491
- "core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
492
- "core.createProjectQuestion.projectType.bot.label": "Bot",
493
- "core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
494
- "core.createProjectQuestion.projectType.messageExtension.detail": "Search or initiate actions from the chat compose area of Teams and Outlook",
495
- "core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
496
- "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
497
- "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
498
- "core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
499
- "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Micosoft 365 app",
500
- "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
501
- "core.createProjectQuestion.title": "New Project",
502
- "core.capability.validation": "無効な機能の組み合わせ: %s、オプション セット: %sは同時に使用できません",
235
+ "core.createProjectQuestion.option.description.previewOnWindow": "Windows でのプレビュー",
236
+ "core.createProjectQuestion.option.description.worksInOutlook": "Teams Outlook で動作します",
237
+ "core.createProjectQuestion.option.description.worksInOutlookM365": "TeamsOutlookMicrosoft 365 アプリで動作します",
238
+ "core.createProjectQuestion.projectType.bot.detail": "反復的なタスクを自動化できる会話型または有益なチャット エクスペリエンス",
239
+ "core.createProjectQuestion.projectType.bot.label": "ボット",
240
+ "core.createProjectQuestion.projectType.bot.title": "ボットを使用したアプリの機能",
241
+ "core.createProjectQuestion.projectType.messageExtension.detail": "Teams Outlook のチャット作成領域からアクションを検索または開始する",
242
+ "core.createProjectQuestion.projectType.messageExtension.title": "メッセージ拡張機能を使用したアプリの機能",
243
+ "core.createProjectQuestion.projectType.outlookAddin.detail": "Web コンテンツでリボンとタスク ウィンドウをカスタマイズする",
244
+ "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook アドイン",
245
+ "core.createProjectQuestion.projectType.outlookAddin.title": "Outlook アドインを使用したアプリの機能",
246
+ "core.createProjectQuestion.projectType.tab.detail": "TeamsOutlook、Microsoft 365 アプリに独自の Web コンテンツを埋め込む",
247
+ "core.createProjectQuestion.projectType.tab.title": "タブを使用したアプリの機能",
248
+ "core.createProjectQuestion.title": "新しいプロジェクト",
503
249
  "core.spfxFolder.title": "SPFx ソリューション フォルダー",
504
250
  "core.spfxFolder.placeholder": "SPFx ソリューションを含むフォルダーを選択します",
505
251
  "core.QuestionSelectTargetEnvironment.title": "環境を選択してください",
@@ -508,7 +254,7 @@
508
254
  "core.getQuestionNewTargetEnvironmentName.validation1": "環境名に使用できるのは、文字、数字、_ および - のみです。",
509
255
  "core.getQuestionNewTargetEnvironmentName.validation2": "環境構成パスの長さが Windows の制限を超えます。",
510
256
  "core.getQuestionNewTargetEnvironmentName.validation3": "環境 '%s' を作成できません",
511
- "core.getQuestionNewTargetEnvironmentName.validation4": "Unable to list env configs",
257
+ "core.getQuestionNewTargetEnvironmentName.validation4": "環境構成を一覧表示できません",
512
258
  "core.getQuestionNewTargetEnvironmentName.validation5": "プロジェクト環境 %s は既に存在します。",
513
259
  "core.QuestionSelectSourceEnvironment.title": "コピーを作成する環境を選択する",
514
260
  "core.QuestionSelectResourceGroup.title": "リソース グループを選択します",
@@ -518,7 +264,6 @@
518
264
  "core.QuestionNewResourceGroupLocation.title": "新しいリソース グループの場所",
519
265
  "core.question.workspaceFolder.title": "ワークスペース フォルダー",
520
266
  "core.question.workspaceFolder.placeholder": "プロジェクトのルート フォルダーを含む予定のフォルダーを選択します",
521
- "core.ScratchOptionYesVSC.label": "新しいアプリを作成する",
522
267
  "core.ScratchOptionYesVSC.officeAddin.label": "Teams の機能を使って開始する",
523
268
  "core.ScratchOptionYesVSC.detail": "Teams ツールキットを使用して新しい Teams アプリケーションを作成します。",
524
269
  "core.ScratchOptionYes.label": "新しいアプリを作成する",
@@ -536,8 +281,6 @@
536
281
  "core.SampleSelect.title": "サンプルから開始する",
537
282
  "core.SampleSelect.placeholder": "サンプルを選択",
538
283
  "core.SampleSelect.buttons.viewSamples": "サンプルを表示",
539
- "core.HostTypeOptionAzure.label": "Azure",
540
- "core.HostTypeOptionSPFx.label": "SharePoint Framework (SPFx)",
541
284
  "core.updateBotIdsQuestion.title": "デバッグ用の新しいボットの作成",
542
285
  "core.updateBotIdsQuestion.placeholder": "botId の元の値で保持する場合は選択を解除します",
543
286
  "core.updateBotIdForBot.description": "manifest.json で botId %s を \"${{BOT_ID}}\" に更新する",
@@ -549,54 +292,40 @@
549
292
  "core.updateContentUrlOption.description": "コンテンツの URL を %s から %s に更新します",
550
293
  "core.updateWebsiteUrlOption.description": "Web サイトの URL を %s から %s に更新する",
551
294
  "core.updateUrlQuestion.placeholder": "元の URL で保持する場合は選択を解除します",
552
- "core.AzureResourceSQL.label": "Azure SQL データベース",
553
- "core.AzureResourceSQL.description": "Azure Function アプリは、Azure SQL Database にアクセスするためにも選択されます",
554
- "core.AzureResourceSQLNewUI.label": "Azure SQL データベース",
555
- "core.AzureResourceSQLNewUI.detail": "クラウド用に構築された常に最新のリレーショナル データベース サービス",
556
- "core.AzureResourceFunction.label": "Azure Functions App",
557
- "core.AzureResourceFunctionNewUI.label": "Azure Functions",
558
- "core.AzureResourceFunctionNewUI.detail": "より少ないコードを記述できる、サーバーレスでイベント ドリブンのコンピューティング ソリューション",
559
- "core.AzureResourceApim.label": "Azure API Management で API を登録する",
560
- "core.AzureResourceApim.description": "Azure Function App も選択され、API として発行されます",
561
- "core.AzureResourceApimNewUI.label": "Azure API Management",
562
- "core.AzureResourceApimNewUI.detail": "すべての環境での API 用のハイブリッドなマルチクラウド管理プラットフォームです。",
563
- "core.AzureResourceKeyVault.label": "Azure Key Vault",
564
- "core.AzureResourceKeyVault.description": "Azure Key Vault を使用してランタイム アプリケーション シークレットをセキュリティで保護する",
565
- "core.AzureResourceKeyVaultNewUI.label": "Azure Key Vault",
566
- "core.AzureResourceKeyVaultNewUI.detail": "シークレットを安全に保存してアクセスするためのクラウド サービス",
567
295
  "core.SingleSignOnOption.label": "シングル サインオン",
568
296
  "core.SingleSignOnOption.detail": "Teams 起動ページとボット機能のシングル サインオン機能を開発する",
569
- "core.ApiConnectionOption.label": "API 接続",
570
- "core.ApiConnectionOption.detail": "TeamsFx SDK を使用して認証サポート付きの API に接続します",
571
- "core.cicdWorkflowOption.label": "CI/CD ワークフロー",
572
- "core.cicdWorkflowOption.detail": "GitHub、Azure DevOps、または Jenkins の CI/CD ワークフローを追加します",
573
297
  "core.getUserEmailQuestion.title": "同じ Microsoft 365 テナント (電子メール) の下にあるアカウントの Teams/AAD アプリに所有者を追加する",
574
298
  "core.getUserEmailQuestion.validation1": "メール アドレスを null 値または空にすることはできません",
575
299
  "core.getUserEmailQuestion.validation2": "[UserName] を実際のユーザー名に変更してください",
576
- "core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
577
- "core.collaboration.error.failedToGetTeamsAppId": "Unable to find Teams app id in your .env file. Make sure you have already run 'Provision' or correctly set the value with key '%s' in your .env file.",
300
+ "core.collaboration.error.failedToLoadDotEnvFile": ".env ファイルを読み込めませんでした。理由: %s",
301
+ "core.collaboration.error.failedToGetTeamsAppId": ".env ファイルに Teams アプリ ID が見つかりません。既に [プロビジョニング] を実行しているか、.env ファイルでキー '%s' を使用して値を正しく設定していることを確認してください。",
578
302
  "core.selectAadAppManifestQuestion.title": "Azure Active Directory manifest.json ファイルの選択",
579
303
  "core.selectTeamsAppManifestQuestion.title": "Teams manifest.json ファイルの選択",
580
- "core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
581
- "core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
304
+ "core.selectTeamsAppPackageQuestion.title": "Teams アプリ パッケージ ファイルの選択",
305
+ "core.selectLocalTeamsAppManifestQuestion.title": "ローカルの Teams manifest.json ファイルを選択",
582
306
  "core.selectCollaborationAppTypeQuestion.title": "コラボレーターを管理するアプリの選択",
307
+ "core.selectValidateMethodQuestion.validate.selectTitle": "検証方法を選択する",
308
+ "core.selectValidateMethodQuestion.validate.schemaOption": "マニフェスト スキーマを使用して検証する",
309
+ "core.selectValidateMethodQuestion.validate.schemaOptionDescription": "マニフェスト スキーマを使用して検証する",
310
+ "core.selectValidateMethodQuestion.validate.appPackageOption": "検証規則を使用してアプリ パッケージを検証する",
311
+ "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "検証規則を使用してアプリ パッケージを検証する",
583
312
  "core.confirmManifestQuestion.placeholder": "マニフェストが正しく選択されていることを確認する",
584
313
  "core.aadAppQuestion.label": "Azure Active Directory アプリ",
585
314
  "core.aadAppQuestion.description": "シングル サインオン用の Azure Active Directory アプリ",
586
315
  "core.teamsAppQuestion.label": "Teams アプリ",
587
316
  "core.teamsAppQuestion.description": "Teams アプリ",
588
- "core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
589
- "core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
590
- "core.M365SearchAppOptionItem.label": "Custom Search Results",
591
- "core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
592
- "core.M365HostQuestion.title": "Platform",
593
- "core.M365HostQuestion.placeholder": "Select a platform to preview the app",
317
+ "core.M365SsoLaunchPageOptionItem.label": "Fluent UI を使用してリアクションする",
318
+ "core.M365SsoLaunchPageOptionItem.detail": "Fluent UI React コンポーネントを使用して Teams の外観を取得する Web アプリ",
319
+ "core.M365SearchAppOptionItem.label": "カスタム検索結果",
320
+ "core.M365SearchAppOptionItem.detail": "検索またはチャット領域から Teams Outlook の検索結果に直接データを表示する",
321
+ "core.M365HostQuestion.title": "プラットフォーム",
322
+ "core.M365HostQuestion.placeholder": "アプリをプレビューするプラットフォームを選択する",
594
323
  "core.options.separator.scenario": "シナリオベースの Teams アプリ",
595
- "core.options.separator.resource": "クラウド リソース",
596
324
  "core.options.separator.additional": "追加機能",
597
- "core.common.LifecycleComplete.provision": "Successfully executed %s/%s actions in provision stage.",
598
- "core.common.LifecycleComplete.deploy": "Successfully executed %s/%s actions in deploy stage.",
599
- "core.common.LifecycleComplete.publish": "Successfully executed %s/%s actions in publish stage.",
325
+ "core.common.LifecycleComplete.prepareTeamsApp": "Successfully prepared Teams app.",
326
+ "core.common.LifecycleComplete.provision": "プロビジョニング ステージで %s/%s アクションが正常に実行されました。",
327
+ "core.common.LifecycleComplete.deploy": "デプロイ ステージで %s/%s アクションが正常に実行されました。",
328
+ "core.common.LifecycleComplete.publish": "公開ステージで %s/%s アクションが正常に実行されました。",
600
329
  "core.common.TeamsMobileDesktopClientName": "Teams デスクトップ、モバイル クライアント ID",
601
330
  "core.common.TeamsWebClientName": "Teams Web クライアント ID",
602
331
  "core.common.OfficeDesktopClientName": "デスクトップ クライアント ID 用の Microsoft 365 アプリ",
@@ -606,11 +335,11 @@
606
335
  "core.common.OutlookWebClientName1": "Outlook Web アクセス クライアント ID 1",
607
336
  "core.common.OutlookWebClientName2": "Outlook Web アクセス クライアント ID 2",
608
337
  "core.NewOfficeAddinOptionVSC.label": "Outlook アドインで開始する",
609
- "core.NewOfficeAddinOptionVSC.detail": "Use the Teams Toolkit to create a new Outlook add-in application.",
610
- "core.importAddin.label": "Import an Existing Outlook Add-in",
611
- "core.importAddin.detail": "Upgrade and add-in project to the latest app manifest and project structure",
612
- "core.newTaskpaneAddin.label": "Taskpane",
613
- "core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
338
+ "core.NewOfficeAddinOptionVSC.detail": "Teams ツールキットを使用して新しい Outlook アドイン アプリケーションを作成します。",
339
+ "core.importAddin.label": "既存の Outlook アドインをインポートする",
340
+ "core.importAddin.detail": "最新のアプリ マニフェストとプロジェクト構造へのアップグレードとアドイン プロジェクト",
341
+ "core.newTaskpaneAddin.label": "タスクウィンドウ",
342
+ "core.newTaskpaneAddin.detail": "ボタンでリボンをカスタマイズし、タスクウィンドウにコンテンツを埋め込む",
614
343
  "core.summary.actionDescription": "操作 %s%s",
615
344
  "core.summary.lifecycleDescription": "ライフサイクル ステージ: %s (%s 手順合計)。次の操作が実行されます: %s",
616
345
  "core.summary.lifecycleNotExecuted": "%s ライフサイクル ステージ %s が実行されませんでした。",
@@ -620,49 +349,19 @@
620
349
  "core.summary.actionFailed": "%s が失敗しました。",
621
350
  "core.summary.actionSucceeded": "%s が正常に実行されました。",
622
351
  "core.summary.createdEnvFile": "環境ファイルは次の場所に作成されました:",
623
- "error.aad.GetAppError": "Unable to get AAD app with Object Id \"%s\" in tenant \"%s\". Please make sure the object id is valid, or delete 'objectId' under %s in %s and try again.",
624
- "error.aad.GetAppConfigError": "Unable to get %s from Azure AD app settings. Please make sure Azure AD app is correctly configured, or delete 'objectId' under %s in %s and try again.",
625
- "error.aad.GetSkipAppConfigError": "Unable to get all necessary info. You need to set %s, %s, %s, %s under%s in %s.",
626
- "error.aad.CreateAppError": "Unable to create an app in Azure Active Directory.",
627
- "error.aad.CreateAppForbiddenError": "Unable to create an app in Azure Active Directory. This problem can be resolved by login using a Microsoft 365 developer account, you can apply for a free account by joining Microsoft 365 Developer Program(https://developer.microsoft.com/en-us/microsoft-365/dev-program).",
628
- "error.aad.CreateSecretError": "`Unable to create an application secret in Azure Active Directory.`",
629
- "error.aad.UpdateRedirectUriError": "Unable to update application redirect URI in Azure Active Directory.",
630
- "error.aad.UpdateAppIdUriError": "Unable to update Application ID URI in Azure Active Directory. %s",
631
- "error.aad.UpdatePermissionError": "Unable to update application permission in Azure Active Directory.",
632
- "error.aad.AppIdUriInvalidError": "アプリケーション ID URI が無効です。続行する前に、アプリケーションをプロビジョニングします。",
633
- "error.aad.CannotGenerateIdentifierUris": "botId またはフロントエンド ドメインが見つからないため、identifierUris を生成できません。少なくともどちらかを構成ファイルで指定する必要があります",
634
- "error.aad.InvalidSelectedPlugins": "選択したプラグインが無効です。%s",
635
- "error.aad.ParsePermissionError": "Unable to parse permission request.",
636
- "error.aad.UnknownPermissionName": "Unable to find resource: %s. %s",
637
- "error.aad.UnknownPermissionRole": "Unable to find role \"%s\" for resource \"%s\". %s",
638
- "error.aad.UnknownPermissionScope": "Unable to find scope \"%s\" for resource \"%s\". %s",
639
- "error.aad.GetTokenError": "Unable to get user login information for %s.",
640
- "error.aad.TenantNotExistError": "Unable to get tenant information from user login.",
641
- "error.aad.MissingPermissionsRequestProvider": "permissionRequestProvider がプラグイン コンテキストに見つかりません",
642
- "error.aad.CheckPermissionError": "Unable to check permission.",
643
- "error.aad.GrantPermissionError": "%s: %s. Unable to grant permission.",
644
- "error.aad.ListCollaboratorError": "Unable to list collaborator.",
645
- "error.aad.AadManifestLoadError": "Unable to load manifest file from %s, due to %s",
646
- "error.aad.AadManifestMissingName": "名前プロパティが AAD マニフェスト ファイルで空または無効です",
647
- "error.aad.AadManifestMissingScopeIdForTeamsApp": "oauth2Permissions プロパティで値が access_as_user である項目が見つかりません",
648
- "error.aad.AadManifestMissingObjectId": "ID プロパティが AAD マニフェスト ファイルで見つからないか、無効です。まずプロビジョニングまたはデバッグを実行する必要があります",
649
- "error.aad.AadManifestMissingReplyUrlsWithType": "replyUrlsWithType プロパティが AAD マニフェスト ファイルで見つからないか無効です。まずプロビジョニングまたはデバッグを実行する必要があります",
650
- "error.aad.AadManifestMissingIdentifierUris": "identifierUris プロパティが AAD マニフェスト ファイルで見つからないか、無効です。まずプロビジョニングまたはデバッグを実行する必要があります",
651
- "error.aad.AadManifestNotProvisioned": "Unable to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or debug first. Click Get Help to learn more about why you need to provision or debug.",
652
- "error.aad.UpdateAadAppError": "Unable to update application in Azure Active Directory: %s",
653
- "error.aad.UpdateAadAppUsingManifestError": "Unable to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
654
- "error.aad.GetDisplayNameError": "Unable to get display name.",
655
- "error.aad.GetConfigError": "Unable to get configuration value \"%s\" for %s.",
352
+ "ui.select.LoadingOptionsPlaceholder": "Loading options ...",
353
+ "error.aad.CreateAppError": "Azure Active Directory にアプリを作成できません。",
354
+ "error.aad.CreateSecretError": "`Azure Active Directory でアプリケーション シークレットを作成できません。`",
355
+ "error.aad.GetTokenError": "%s のユーザー ログイン情報を取得できません。",
356
+ "error.aad.TenantNotExistError": "ユーザー ログインからテナント情報を取得できません。",
357
+ "error.aad.CheckPermissionError": "アクセス許可の確認できません。",
358
+ "error.aad.GrantPermissionError": "%s: %s。アクセス許可を付与できません。",
359
+ "error.aad.ListCollaboratorError": "コラボレーターを一覧表示できません。",
360
+ "error.aad.GetConfigError": "%s の構成値 \"%s\" を取得できません。",
656
361
  "error.aad.FormatError": "%s の形式が無効です。値: %s。",
657
- "error.aad.client.CreateFailed": "Unable to create an application registration in Azure Active Directory.",
658
- "error.aad.client.UpdateFailed": "Unable to update application registration in Azure Active Directory.",
659
- "error.aad.client.CreateSecretFailed": "Unable to create an application secret in Azure Active Directory.",
660
- "error.aad.client.GetFailed": "Unable to retrieve Azure Active Directory application registration.",
661
- "error.aad.client.CheckPermissionFailed": "Unable to check permission in Azure Active Directory.",
662
- "error.aad.client.GrantPermissionFailed": "Unable to grant permission in Azure Active Directory.",
663
- "error.aad.client.AppDefinitionIsNull": "アプリケーション定義がありません。",
362
+ "error.aad.client.CheckPermissionFailed": "Azure Active Directory でアクセス許可を確認できません。",
363
+ "error.aad.client.GrantPermissionFailed": "Azure Active Directory でアクセス許可を付与できません。",
664
364
  "error.aad.client.AppObjectIdIsNull": "オブジェクト ID がありません。",
665
- "error.aad.client.EmptyResponse": "応答がありません。",
666
365
  "error.aad.client.ReachRetryLimit": "再試行の制限を超えました。",
667
366
  "error.aad.manifest.NameIsMissing": "name が見つかりません\n",
668
367
  "error.aad.manifest.SignInAudienceIsMissing": "signInAudience が見つかりません\n",
@@ -676,166 +375,67 @@
676
375
  "error.aad.manifest.UnknownResourceAppId": "不明な resourceAppId %s",
677
376
  "error.aad.manifest.UnknownResourceAccessType": "不明な resourceAccess: %s",
678
377
  "error.aad.manifest.UnknownResourceAccessId": "不明な resourceAccess id: %s、resourceAccess id としてアクセス許可を使用している場合は、代わりにアクセス許可 ID を試用してみてください。",
679
- "plugins.aad.NoSelection": "Azure AD アプリが見つかりません。アクセス許可を更新しません。まず、プロビジョニングまたはデバッグを実行する必要があります。",
680
- "plugins.aad.UserCancelled": "選択はユーザーによって取り消されました。",
681
- "plugins.aad.UpdatePermissionSuccessMessage": "Azure AD アプリのアクセス許可が正常に更新されました。Azure portal に移動して、アクセス許可を確認するか、管理者の同意を付与できます。",
682
- "plugins.aad.SkipProvision": "Azure AD アプリのプロビジョニングがスキップされました。アプリを手動でプロビジョニングして Azure AD アプリを構成する必要があります。",
683
378
  "plugins.aad.OwnerAlreadyAdded": "ユーザー %s は、Azure AD アプリ %s の所有者として既に追加されています。",
684
- "plugins.aad.StepFailedAndSkipped": "手順 %s で失敗しました。Azure portal に移動し、指定された Azure AD アプリに対して手動で %s を実行する必要があります。",
685
- "plugins.aad.UpdatePermissionHelpMessage": "[API のアクセス許可] でアクセス許可を更新する",
686
- "plugins.aad.UpdateAppIdUriHelpMessage": "\"API の公開\" で \"%s\" を \"アプリケーション ID URI\" に設定する",
687
- "plugins.aad.UpdateRedirectUriHelpMessage": "設定 \"%s\" を \"認証\" の下の [リダイレクト URI] として設定する",
688
- "plugins.aad.UpdateAadHelpMessage": "Azure AD アプリ マニフェストを更新します",
689
- "plugins.apim.QuestionConstants.VSCode.OpenApiDocument.description": "API ドキュメントを開く] を選択します。",
690
- "plugins.apim.QuestionConstants.VSCode.ApiPrefix.description": "API 名のプレフィックスを入力します。",
691
- "plugins.apim.QuestionConstants.VSCode.ApiPrefix.prompt": "API の一意の名前は '{api-prefix}-{resource-suffix}-{api-version}' になります。",
692
- "plugins.apim.QuestionConstants.VSCode.ApiVersion.description": "API バージョンを選択します。",
693
- "plugins.apim.QuestionConstants.VSCode.ApiVersion.createNewApiVersionOption": "+ 新しい API バージョンを作成する",
694
- "plugins.apim.QuestionConstants.VSCode.NewApiVersion.description": "API バージョンを入力します。",
695
- "plugins.apim.QuestionConstants.CLI.OpenApiDocument.description": "Open API ドキュメント ファイルのパス。",
696
- "plugins.apim.QuestionConstants.CLI.ApiPrefix.description": "API 名のプレフィックス。API の既定の一意の名前は '{api-prefix}-{resource-suffix}-{api-version}' になります。",
697
- "plugins.apim.QuestionConstants.CLI.ApiId.description": "更新する API の一意の名前。",
698
- "plugins.apim.QuestionConstants.CLI.ApiVersion.description": "API バージョン。",
699
- "plugins.apim.ValidationConstants.resourceIdValidPattern.message": "値に含めることができるのは、数字、文字、およびハイフンの後に数字または文字が続く場合のみです。",
700
- "plugins.apim.ValidationConstants.defaultValidPattern.message": "値に '*#&+:<>?' の文字を含めることはできません。",
701
- "plugins.apim.ValidationConstants.guidValidPattern.message": "値は GUID である必要があります。",
702
- "plugins.apim.ValidationConstants.CLI.invalidOptionMessage": "オプション '--%s' の値が無効です。",
703
- "plugins.apim.ValidationConstants.CLI.emptyOptionMessage": "オプション '--%s' が必要です。'--%s' の値を設定してください",
704
- "plugins.apim.ValidationConstants.CLI.overrideOptionMessage": "オプション '--%s' はオーバーライドできません。オプション '--%s' を削除します",
705
- "plugins.apim.RetryOperation.Create": "新しいプロジェクトの作成",
706
- "plugins.apim.RetryOperation.Update": "API Management リソースを追加する",
707
- "plugins.apim.RetryOperation.Provision": "クラウドでのプロビジョニング",
708
- "plugins.apim.RetryOperation.Deploy": "クラウドへのデプロイ",
709
- "plugins.apim.RetryOperation.Login": "Azure にサインインしてサブスクリプションを選択する",
710
- "plugins.apim.ProgressMessages.Scaffold.Scaffold": "OpenAPI ドキュメントのスキャフォールディング",
711
- "plugins.apim.ProgressMessages.Provision.CreateApim": "Azure API Management サービス",
712
- "plugins.apim.ProgressMessages.Provision.CreateAad": "クライアント AAD アプリの登録を作成する",
713
- "plugins.apim.ProgressMessages.PostProvision.ConfigClientAad": "クライアント AAD アプリの登録を構成する",
714
- "plugins.apim.ProgressMessages.PostProvision.ConfigAppAad": "Teams アプリの AAD アプリを更新する",
715
- "plugins.apim.ProgressMessages.Deploy.ImportApi": "API を API Management にインポートする",
716
- "plugins.apim.error.NoValidOpenApiDocument": "現在のワークスペースに有効な OpenApi ドキュメントがありません。",
717
- "plugins.apim.error.InvalidOpenApiDocument": "ファイル '%s' は有効な OpenApi ドキュメントではありません。",
718
- "plugins.apim.error.EmptyTitleInOpenApiDocument": "OpenApi ドキュメント '%s' でプロパティ 'title' を空にすることはできません。",
719
- "plugins.apim.error.EmptyVersionInOpenApiDocument": "OpenApi ドキュメント '%s' でプロパティ 'version' を空にすることはできません。",
720
- "plugins.apim.error.InvalidAadObjectId": "オブジェクト ID '%s' の Azure Active Directory アプリケーションが見つかりませんでした。",
721
- "plugins.apim.error.EmptyConfigValue": "'%s' のプロジェクト構成 '%s' が '%s' にありません。%s を再試行するか、値を手動で設定してください。",
722
- "plugins.apim.error.NoPluginConfig": "%s 構成が見つかりません。%s を再試行してください。",
723
- "plugins.apim.error.InvalidConfigValue": "'%s' のプロジェクト構成 '%s' が無効です。%s",
724
- "plugins.apim.error.ApimOperationError": "Unable to %s %s.",
725
- "plugins.apim.error.AadOperationError": "Unable to %s %s.",
726
- "plugins.apim.error.InvalidCliOptionError": "オプションが無効です。%s",
727
- "plugins.apim.error.NotImplemented": "実装されていません。",
728
- "plugins.apim.error.InvalidFunctionEndpoint": "関数エンドポイント スキームは、'http' または 'https' である必要があります。",
729
- "plugins.apim.error.EmptyProperty": "プロパティ '%s' が空です。",
730
- "plugins.apim.error.InvalidPropertyType": "プロパティ '%s' は種類 '%s' ではありません。",
731
- "plugins.apim.error.ShortenToEmpty": "値 '%s' を空に短縮することはできません。",
732
- "plugins.apim.error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'.",
733
- "error.sa.NoConfigError": "Unable to get config value of '%s' from '%s'.",
734
- "error.sa.UnauthenticatedError": "Unable to get user login information.",
735
- "error.sa.CreateAppServicePlanError": "Unable to create App Service plan: %s",
736
- "error.sa.FreeServerFarmsQuotaError": "Unable to create App Service plan: %s",
737
- "error.sa.MissingSubscriptionRegistrationError": "Unable to create App Service plan: ${message}",
738
- "error.sa.CreateWebAppError": "Unable to create Web App: %s",
739
- "error.sa.ZipDeployError": "Unable to deploy Simple Auth bits: %s",
740
- "error.sa.UpdateApplicationSettingsError": "Unable to update application settings: %s",
741
- "error.sa.EndpointInvalidError": "Unable to verify endpoint: %s. Reason: %s",
742
- "error.sa.ZipDownloadError": "Unable to download Simple Auth bits: %s",
743
- "error.sa.VersionFileNotExist": "`Unable to load version file from %s",
744
- "plugins.sa.RegisterRersourceProviderFailed": "Unable to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
745
- "plugins.sa.FreeServerFarmsQuotaErrorToUser": "サブスクリプションで許可されている無料 App Service プランの最大数は 10 です。無料の App Service プランを削除して、もう一度お試しください。",
746
- "core.addSso.onlySupportAzure": "SSO の追加は Azure でホストされているプロジェクトでのみサポートされています",
747
- "core.addSso.onlyMeNotSupport": "SSO の追加はメッセージ拡張機能のみのプロジェクトではサポートされていません",
748
379
  "core.addSso.functionNotSupport": "'SSO の追加' は、Azure 機能でホストされるボットではサポートされていません",
749
- "core.addSso.needEnableFeatureFlag": "SSO 機能を追加するには、ご利用の環境で 'TEAMSFX_AAD_MANIFEST' を設定する必要があります",
750
380
  "core.addSso.ssoEnabled": "SSO は既に有効になっています",
751
- "core.addSso.invalidSsoProject": "無効なプロジェクトです。'.fx/projectSettings.json' ファイルを変更した可能性があります。",
752
- "core.addSso.learnMore": "SSO がプロジェクトに正常に追加されました。'auth/' でサンプル コードと README が生成されました。詳細については、['%s'] をクリックしてください。",
753
381
  "core.addSsoFiles.emptyProjectPath": "プロジェクト パスが空です",
754
- "core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
755
- "core.addSsoFiles.invalidLanguage": "言語が無効です。'.fx/projectSettings.json' が変更されていないことを確認してからもう一度お試しください。",
382
+ "core.addSsoFiles.FailedToCreateAuthFiles": "SSO の追加のためのファイルを作成できません。詳細エラー: %s",
756
383
  "core.getUserEmailQuestion.validation3": "メール アドレスが無効です",
757
- "plugins.bot.DetailedError": "詳細なエラー: %s。",
758
- "plugins.bot.DetailedErrorReason": "理由: %s",
759
384
  "plugins.bot.ErrorSuggestions": "候補: %s",
760
385
  "plugins.bot.InvalidValue": "%s は値: %s で無効です",
761
- "plugins.bot.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
762
- "plugins.bot.UnzipError": "Unable to unzip templates and write to disk.",
763
386
  "plugins.bot.SomethingIsMissing": "%s がありません。",
764
- "plugins.bot.SomethingNotExisting": "%s は存在しません。",
765
387
  "plugins.bot.FailedToGetAlreadyCreatedBot": "ID %s のボットを作成できません。これは、既存のボットによって取得される可能性があります。詳細については、%s にアクセスしてください。\nまたは、開発者ポータルへの API 呼び出しに失敗しました: エラー、要求が状態コード 500 で失敗しました。API 名: create-bot、X-Correlation-ID: undefined。これは、断続的なサービス エラーが発生した可能性があります。数分待ってから、もう一度お試しください。",
766
- "plugins.bot.FailedToProvision": "Unable to provision %s.",
767
- "plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
388
+ "plugins.bot.FailedToProvision": "%s をプロビジョニングできません。",
389
+ "plugins.bot.FailedToUpdateConfigs": "%s の構成を更新できません",
768
390
  "plugins.bot.BotRegistrationNotFoundWith": "botId %s のボット登録が見つかりませんでした。ボット登録を確認する方法の詳細をご覧いただくには、[問い合わせ] ボタンをクリックしてください。",
769
- "plugins.bot.FailedUpdateMessageEndpoint": "Unable to update message endpoint with %s.",
770
- "plugins.bot.FailToRun": "Unable to run %s.",
771
- "plugins.bot.FailToCallAppStudioApi": "Unable to call Developer Portal's API to check AAD application's existence.",
772
391
  "plugins.bot.BotResourceExists": "ボット リソースは %s に既に存在しています。ボット リソースの作成をスキップします。",
773
- "plugins.bot.WorkingDirMissing": "作業ディレクトリがありません。",
774
- "plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
775
- "plugins.bot.CreateBotAADSuccess": "ボット AAD アプリが正常に作成されました。",
392
+ "plugins.bot.FailRetrieveAzureCredentials": "Azure 資格情報を取得できません。",
776
393
  "plugins.bot.ProvisionBotRegistration": "ボットの登録をプロビジョニングしています。",
777
394
  "plugins.bot.ProvisionBotRegistrationSuccess": "ボットの登録が正常にプロビジョニングされました。",
778
- "plugins.bot.RecreateProject": "プロジェクトを再作成してください。",
779
395
  "plugins.bot.CheckCommandOutput": "コマンドの出力を確認し、修正してください。",
780
396
  "plugins.bot.RunFailedCommand": "フォルダーで失敗したコマンド '%s' を実行してください: '%s'。",
781
- "plugins.bot.CheckLogAndFix": "Please check log in Output panel and try to fix this issue.",
782
- "plugins.bot.CheckPathWriteAccess": "パス %s が存在し、パスへの書き込みアクセス権があるかどうかを確認してください。存在しない場合は、プロジェクトを有効なパスに移動してください。",
397
+ "plugins.bot.CheckLogAndFix": "ログイン出力パネルを確認し、この問題を解決してください。",
783
398
  "plugins.bot.AadApp": "AAD アプリ",
784
399
  "plugins.bot.AadClientSecret": "AAD クライアント シークレット",
785
400
  "plugins.bot.AppStudioBotRegistration": "開発者ポータルのボット登録",
786
- "plugins.function.askFunctionName": "関数名を指定します。",
787
- "plugins.function.getTemplateFrom": "'%s' からテンプレートを取得しています。",
788
- "plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
789
- "plugins.function.projectScaffoldAt": "プロジェクトが '%s' にスキャフォールディングされました。",
790
- "plugins.function.invalidFunctionName": "関数名が無効です。関数名に使用できるのは英数字で、最大長は 127 文字です。",
791
- "plugins.function.functionAlreadyExists": "関数は既に存在します。",
401
+ "plugins.function.getTemplateFromLocal": "GitHub から最新のテンプレートを取得できません。ローカル テンプレートを使用しようとしました。",
792
402
  "error.depChecker.DefaultErrorMessage": "必要な依存関係を手動でインストールします。",
793
403
  "depChecker.learnMoreButtonText": "詳細情報",
794
- "depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
795
- "depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
796
- "depChecker.symlinkDirAlreadyExist": "The destination of the symlink already exists",
797
- "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
798
- "depChecker.invalidFuncVersion": "The format of version %s is invalid.",
799
- "depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
800
- "depChecker.funcVersionNotMatch": "The version of Azure Functions Core Tools (%s) is not compatible with the specified version range (%s).",
801
- "depChecker.startInstallNgrok": "@NameVersion をダウンロードしてインストールしています。",
802
- "depChecker.finishInstallNgrok": "@NameVersion が正常にインストールされました。",
404
+ "depChecker.needInstallNpm": "ローカル関数をデバッグするには、NPM がインストールされている必要があります。",
405
+ "depChecker.failToValidateFuncCoreTool": "インストール後 Azure Functions Core Tools を検証できません。",
406
+ "depChecker.symlinkDirAlreadyExist": "シンボリック リンクの宛先は既に存在します",
407
+ "depChecker.portableFuncNodeNotMatched": "独自の Node.js(@NodeVersion) が独自の Azure Functions Core Tools (@FuncVersion) と互換性がありません。",
408
+ "depChecker.invalidFuncVersion": "バージョン %s の形式が無効です。",
409
+ "depChecker.noSentinelFile": "Azure Functions Core Tools のインストールが不完全です。",
410
+ "depChecker.funcVersionNotMatch": "Azure Functions Core Tools (%s) のバージョンは、指定されたバージョン範囲 (%s) と互換性がありません。",
803
411
  "depChecker.finishInstallBicep": "@NameVersion が正常にインストールされました。",
804
- "depChecker.needInstallNgrok": "ローカル ボットをデバッグするには、@NameVersionがインストールされている必要があります。",
805
- "depChecker.failToValidateNgrok": "Unable to validate @NameVersion after installation.",
806
412
  "depChecker.downloadDotnet": "@NameVersion の移植可能なバージョンをダウンロードしてインストールします。このバージョンは @InstallDir にインストールされ、環境には影響しません。",
807
413
  "depChecker.downloadBicep": "@NameVersion の移植可能なバージョンをダウンロードしてインストールします。このバージョンは @InstallDir にインストールされ、環境には影響しません。",
808
414
  "depChecker.finishInstallDotnet": "@NameVersion が正常にインストールされました。",
809
415
  "depChecker.useGlobalDotnet": "PATH からの dotnet の使用:",
810
416
  "depChecker.dotnetInstallStderr": "dotnet-install コマンドはエラー終了コードなしで失敗しましたが、空でない標準エラーが発生しました。",
811
417
  "depChecker.dotnetInstallErrorCode": "dotnet-install コマンドが失敗しました。",
812
- "depChecker.NodeNotFound": "Cannot find Node.js. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js. Restart all your Visual Studio Code instances after the installation is finished.",
813
- "depChecker.NodeNotSupported": "Node.js (@CurrentVersion) がサポートされているバージョン一覧 (@SupportedVersions) にありません。\n\nサポートされている Node.js バージョンの詳細については \"詳細情報\" をクリックしてください。\n\n (Node.js (@SupportedVersions) をインストールしたばかりの場合は、変更を有効にするために Visual Studio Code を再起動してください)。",
814
- "depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js.",
815
- "depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to %s to install a LTS Node.js.",
418
+ "depChecker.NodeNotFound": "Node.js が見つかりません。サポートされているノードのバージョンは package.json で指定されています。%s に移動して、サポートされている Node.js をインストールしてください。インストールの完了後、Visual Studio Code インスタンスをすべて再起動してください。",
419
+ "depChecker.V3NodeNotSupported": "Node.js (%s) は、公式にサポートされているバージョン (%s) ではありません。プロジェクトは引き続き動作する可能性がありますが、サポートされているバージョンをインストールすることをお勧めします。サポートされているノードのバージョンは、package.json で指定されています。%s に移動して、サポートされている Node.js をインストールしてください。",
420
+ "depChecker.NodeNotLts": "Node.js (%s) LTS バージョン (%s) ではありません。%s に移動して LTS Node.js をインストールします。",
816
421
  "depChecker.dotnetNotFound": "@NameVersion が見つかりません。.NET SDK が必要な理由の詳細については、@HelpLink を参照してください。",
817
422
  "depChecker.depsNotFound": "@SupportedPackages.\n\nTeams ツールキットにはこれらの依存関係が必要です。\n\nクリックして@InstallPackagesを \"インストール\" します。",
818
423
  "depChecker.linuxDepsNotFound": "@SupportedPackages が見つかりません。@SupportedPackages を手動でインストールし、Visual Studio Code を再起動してください。",
819
424
  "depChecker.linuxDepsNotFoundHelpLinkMessage": "@SupportedPackages が見つかりません。\n\nTeams ツールキットにはこれらの依存関係が必要です。",
820
- "depChecker.failToDownloadFromUrl": "Unable to download file from '@Url', HTTP status '@Status'.",
425
+ "depChecker.failToDownloadFromUrl": "'@Url' からファイルをダウンロードできません。HTTP 状態は '@Status' です。",
821
426
  "depChecker.failToValidateVxTestAppInstallOptions": "ビデオ機能拡張テスト アプリの前提条件チェッカーの引数が無効です。tasks.json ファイルを確認してください。",
822
- "depChecker.failToValidateVxTestApp": "Unable to validate video extensibility test app after installation.",
823
- "error.BadComponent": "コンポーネント\"%s\" プロパティが不足しています: %s。",
824
- "error.InvalidFeature": "この機能はお客様のプロジェクトには適用できません。",
825
- "error.UpdateAadManifest.MissingEnvHint": "Teams ツールキットで作成された新しいプロジェクトを使用して開発している場合、プロビジョニングまたはデバッグを実行すると、これらの環境変数の正しい値が登録されます。",
826
- "error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
427
+ "depChecker.failToValidateVxTestApp": "インストール後にビデオ拡張性テスト アプリを検証できません。",
428
+ "error.driver.outputEnvironmentVariableUndefined": "出力環境変数名が定義されていません。",
827
429
  "driver.aadApp.description.create": "Azure Active Directory アプリを作成してユーザーを認証する",
828
430
  "driver.aadApp.description.update": "Azure Active Directory アプリ マニフェストを既存のアプリに適用する",
829
431
  "driver.aadApp.error.missingEnv": "環境変数 %s が設定されていません。",
830
- "driver.aadApp.error.missingEnvInFile": "環境変数 %s (%s で参照) に値がありません。",
831
432
  "driver.aadApp.error.generateSecretFailed": "クライアント シークレットを生成できません。",
832
433
  "driver.aadApp.error.invalidFieldInManifest": "Azure Active Directory アプリ マニフェストでフィールド %s がないか、無効です。",
833
- "driver.aadApp.error.generateManifestFailed": "Unable to generate Azure Active Directory app manifest.",
834
- "driver.aadApp.progressBar.createAadAppTitle": "Creating Azure Active Directory application...",
835
- "driver.aadApp.progressBar.updateAadAppTitle": "Updating Azure Active Directory application...",
434
+ "driver.aadApp.progressBar.createAadAppTitle": "Azure Active Directory アプリケーションを作成しています...",
435
+ "driver.aadApp.progressBar.updateAadAppTitle": "Azure Active Directory アプリケーションを更新しています...",
836
436
  "driver.aadApp.log.startExecuteDriver": "アクション %s を実行しています",
837
437
  "driver.aadApp.log.successExecuteDriver": "アクション %s が正常に実行されました",
838
- "driver.aadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
438
+ "driver.aadApp.log.failExecuteDriver": "アクション %s を実行できません。エラー メッセージ: %s",
839
439
  "driver.aadApp.log.startCreateAadApp": "環境変数 %s が存在しません。新しい Azure Active Directory アプリを作成しています...",
840
440
  "driver.aadApp.log.successCreateAadApp": "オブジェクト ID %s の Azure Active Directory アプリケーションを作成しました",
841
441
  "driver.aadApp.log.skipCreateAadApp": "環境変数 %s が既に存在します。Azure Active Directory アプリの生成手順をスキップしています。",
@@ -844,25 +444,25 @@
844
444
  "driver.aadApp.log.skipGenerateClientSecret": "環境変数 %s が既に存在します。Azure Active Directory アプリ のクライアント シークレット生成手順をスキップしています。",
845
445
  "driver.aadApp.log.outputAadAppManifest": "Azure Active Directory アプリ マニフェストのビルドが完了し、アプリ マニフェストのコンテンツが %s に書き込まれます",
846
446
  "driver.aadApp.log.successUpdateAadAppManifest": "オブジェクト ID %s の Azure Active Directory アプリケーションにマニフェスト %s を適用しました",
847
- "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot AAD app...",
848
- "botRegistration.log.startCreateBotAadApp": "Creating bot Azure Active Directory app.",
849
- "botRegistration.log.successCreateBotAadApp": "Bot Azure Active Directory app created successfully.",
850
- "botRegistration.log.skipCreateBotAadApp": "Bot Azure Active Directory app creation skipped.",
851
- "botRegistration.log.failCreateBotAadApp": "Unable to create bot Azure Active Directory app. Error message: %s.",
447
+ "botRegistration.ProgressBar.creatingBotAadApp": "ボット AAD アプリを作成しています。",
448
+ "botRegistration.log.startCreateBotAadApp": "ボット Azure Active Directory アプリを作成しています。",
449
+ "botRegistration.log.successCreateBotAadApp": "ボット Azure Active Directory アプリが正常に作成されました。",
450
+ "botRegistration.log.skipCreateBotAadApp": "ボット Azure Active Directory アプリの作成がスキップされました。",
451
+ "botRegistration.log.failCreateBotAadApp": "ボット Azure Active Directory アプリを作成できません。エラー メッセージ: %s",
852
452
  "driver.botAadApp.create.description": "新しいボットを作成するか、既存のボット Azure Active Directory アプリを再利用します。",
853
453
  "driver.botAadApp.log.startExecuteDriver": "アクション %s を実行しています",
854
454
  "driver.botAadApp.log.successExecuteDriver": "アクション %s が正常に実行されました",
855
- "driver.botAadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
455
+ "driver.botAadApp.log.failExecuteDriver": "アクション %s を実行できません。エラー メッセージ: %s",
856
456
  "driver.botAadApp.log.successCreateBotAad": "クライアント ID %s の Azure Active Directory アプリケーションを作成しました。",
857
457
  "driver.botAadApp.log.useExistingBotAad": "クライアント ID %s の既存の Azure Active Directory アプリケーションを使用しました。",
858
- "driver.botAadApp.error.unexpectedEmptyBotPassword": "Bot password is empty. Add it in env file or clear bot id to have bot id/password pair regenerated. action: %s.",
859
- "driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
860
- "driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
458
+ "driver.botAadApp.error.unexpectedEmptyBotPassword": "ボットのパスワードが空です。env ファイルに追加するか、ボット ID をクリアして、ボット ID/パスワードのペアを再生成します。アクション: %s",
459
+ "driver.arm.description.deploy": "指定された ARM テンプレートを Azure にデプロイします。",
460
+ "driver.arm.deploy.progressBar.message": "Azure ARM テンプレートをデプロイしています...",
861
461
  "debug.warningMessage": "Teams でアプリケーションをデバッグするには、localhost サーバーが HTTPS 上にある必要があります。\nツールキットで使用される自己署名証明書を Teams が信頼するには、自己署名証明書を証明書ストアに追加する必要があります。\nこの手順はスキップできますが、Teams でアプリをデバッグするときに新しいブラウザー ウィンドウでセキュア接続を手動で信頼する必要があります。\n詳細については、\"https://aka.ms/teamsfx-ca-certificate\" を参照してください。",
862
462
  "debug.warningMessage2": " 証明書をインストールするときに、アカウントの資格情報を要求される場合があります。",
863
463
  "debug.install": "インストール",
864
464
  "driver.spfx.deploy.description": "SPFx パッケージを SharePoint アプリ カタログにデプロイします。",
865
- "driver.spfx.deploy.progressbar.stepMessage": "Deploying SPFx package...",
465
+ "driver.spfx.deploy.progressbar.stepMessage": "SPFx パッケージをデプロイしています...",
866
466
  "driver.spfx.deploy.createAppCatalog": "SharePoint アプリ カタログを作成します。",
867
467
  "driver.spfx.deploy.deployPackage": "SPFx パッケージをテナント アプリ カタログに展開します。",
868
468
  "driver.spfx.deploy.skipCreateAppCatalog": "スキップして SharePoint アプリ カタログを作成します。",
@@ -875,10 +475,10 @@
875
475
  "driver.spfx.add.successNotice": "Web パーツ %s がプロジェクトに正常に追加されました。",
876
476
  "driver.spfx.add.progress.title": "スキャフォールディング Web パーツ",
877
477
  "driver.spfx.add.progress.scaffoldWebpart": "Yeoman CLI を使用した SPFx Web パーツの生成",
878
- "driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
879
- "driver.prerequisite.error.dotnetInstallationError": "Unable to check and install .NET Core SDK.",
478
+ "driver.prerequisite.error.funcInstallationError": "Azure Functions Core Tools を確認してインストールできません。",
479
+ "driver.prerequisite.error.dotnetInstallationError": ".NET Core SDK をチェックしてインストールできません。",
880
480
  "driver.prerequisite.description": "依存関係をインストールしています",
881
- "driver.prerequisite.progressBar": "Checking and installing development tool(s).",
481
+ "driver.prerequisite.progressBar": "開発ツールを確認してインストールしています。",
882
482
  "driver.prerequisite.summary.devCert.trusted.succuss": "localhost の開発証明書がインストールされています。",
883
483
  "driver.prerequisite.summary.devCert.notTrusted.succuss": "localhost の開発証明書が生成されます。",
884
484
  "driver.prerequisite.summary.devCert.skipped": "localhost の開発証明書の信頼をスキップします。",
@@ -888,11 +488,11 @@
888
488
  "driver.prerequisite.summary.dotnet.installed": ".NET Core SDK がインストールされています。",
889
489
  "driver.file.createOrUpdateEnvironmentFile.description": "変数を作成するか、環境ファイルに更新します。",
890
490
  "driver.file.createOrUpdateEnvironmentFile.summary": "変数が %s に正常に生成されました。",
891
- "driver.file.createOrUpdateJsonFile.description": "appsettings を作成または JSON ファイルに更新します。",
892
- "driver.file.createOrUpdateJsonFile.summary": "appsettings %s に正常に生成されました。",
893
- "driver.file.progressBar.appsettings": "Generating appsettings...",
894
- "driver.file.progressBar.env": "Generating environment variables...",
895
- "driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
491
+ "driver.file.createOrUpdateJsonFile.description": "Create or update JSON file.",
492
+ "driver.file.createOrUpdateJsonFile.summary": "The json file has been generated successfully to %s.",
493
+ "driver.file.progressBar.appsettings": "Generating json file...",
494
+ "driver.file.progressBar.env": "環境変数を生成しています...",
495
+ "driver.deploy.error.restartWebAppError": "Web アプリを再起動できません。\nアプリが正しく動作しない場合は、Web アプリを手動で再起動してみてください。",
896
496
  "driver.deploy.notice.deployAcceleration": "Azure App Service へのデプロイには時間がかかります。デプロイを最適化するために、このドキュメントを参照することを検討してください:",
897
497
  "driver.deploy.notice.deployDryRunComplete": "デプロイの準備が完了しました。パッケージは `%s` にあります",
898
498
  "driver.deploy.azureAppServiceDeployDetailSummary": "`%s` が Azure App Service に正常にデプロイされました。",
@@ -904,105 +504,110 @@
904
504
  "driver.deploy.deployToAzureStorageDescription": "プロジェクトを Azure Storage にデプロイします。",
905
505
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "Azure Storage で静的な Web サイト設定を有効にします。",
906
506
  "driver.common.suggestion.retryLater": "もう一度やり直してください。",
907
- "driver.common.FailRetrieveAzureCredentialsRemoteError": "Unable to retrieve Azure credentials due to remote service error.",
507
+ "driver.common.FailRetrieveAzureCredentialsRemoteError": "リモート サービス エラーのため、Azure 資格情報を取得できません。",
908
508
  "driver.script.dotnetDescription": "dotnet コマンドを実行しています。",
909
509
  "driver.script.npmDescription": "npm コマンドを実行しています。",
910
510
  "driver.script.npxDescription": "npx コマンドを実行しています。",
911
511
  "driver.script.runCommandSummary": "`%` コマンドが `%s` で正常に実行されました。",
912
- "driver.m365.acquire.description": "acquire an Microsoft 365 title with the app package",
913
- "driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
914
- "driver.m365.acquire.summary": "The Microsoft 365 title has been acquired successfully (%s).",
512
+ "driver.m365.acquire.description": "アプリ パッケージを使って Microsoft 365 のタイトルを取得する",
513
+ "driver.m365.acquire.progress.message": "アプリ パッケージを使って Microsoft 365 のタイトルを取得しています...",
514
+ "driver.m365.acquire.summary": "Microsoft 365 のタイトルが正常に取得されました (%s)",
915
515
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "生成された Teams アプリ パッケージを SPFx ソリューションにコピーします。",
916
516
  "driver.teamsApp.description.createDriver": "Teams アプリを作成します。",
917
517
  "driver.teamsApp.description.updateDriver": "Teams アプリを更新します。",
918
518
  "driver.teamsApp.description.publishDriver": "Teams アプリをテナント アプリ カタログに発行します。",
919
519
  "driver.teamsApp.description.validateDriver": "Teams アプリを検証します。",
920
520
  "driver.teamsApp.description.createAppPackageDriver": "Teams アプリ パッケージをビルドします。",
921
- "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying Teams app package to SPFx solution...",
922
- "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app...",
923
- "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
521
+ "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Teams アプリ パッケージを SPFx ソリューションにコピーしています...",
522
+ "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Teams アプリを作成しています",
523
+ "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Teams アプリを更新しています",
924
524
  "driver.teamsApp.progressBar.publishTeamsAppStep1": "Teams アプリがテナント アプリ カタログに既に送信されているかどうかを確認しています",
925
525
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "公開された Teams アプリの更新",
926
- "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
526
+ "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Teams アプリを公開しています",
927
527
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "ID %s の Teams アプリは既に存在し、新しい Teams アプリの作成をスキップしました。",
928
528
  "driver.teamsApp.summary.publishTeamsAppExists": "ID %s の Teams アプリは、組織のアプリ ストアに既に存在します。",
929
529
  "driver.teamsApp.summary.publishTeamsAppNotExists": "ID %s の Teams アプリが組織のアプリ ストアに存在しません。",
930
530
  "driver.teamsApp.summary.publishTeamsAppSuccess": "Teams アプリ %s が管理ポータルに正常に公開されました。",
931
531
  "driver.teamsApp.summary.copyAppPackageSuccess": "Teams アプリ %s が %s に正常にコピーされました。",
932
532
  "driver.teamsApp.summary.copyIconSuccess": "%s アイコンが %s で正常に更新されました。",
933
- "driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s\n%s\n\nA complete log of validations can be found in %s",
934
- "driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest with its schema:\n\nSummary:\n%s.\n%s\n",
935
- "driver.teamsApp.summary.validate.succeed": "%s passed",
936
- "driver.teamsApp.summary.validate.failed": "%s failed",
937
- "driver.teamsApp.summary.validate.warning": "%s warning",
938
- "driver.teamsApp.summary.validate.all": "All",
939
- "driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
940
- "driver.teamsApp.validate.result.display": "Teams Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
533
+ "driver.teamsApp.summary.validate": "Teams ツールキットは、すべての検証規則に対するチェックを行いました:\n\n概要:\n%s。\n%s\n%s\n\n検証の完全なログは、%s にあります",
534
+ "driver.teamsApp.summary.validateManifest": "Teams Toolkit はマニフェストをそのスキーマで確認しました:\n\n概要:\n%s.\n%s\n",
535
+ "driver.teamsApp.summary.validate.succeed": "%s 合格",
536
+ "driver.teamsApp.summary.validate.failed": "%s が失敗しました",
537
+ "driver.teamsApp.summary.validate.warning": "%s 警告",
538
+ "driver.teamsApp.summary.validate.all": "すべて",
539
+ "driver.teamsApp.validate.result": "Teams ツールキットで、検証規則に対するアプリ パッケージのチェックが完了しました。%s",
540
+ "driver.teamsApp.validate.result.display": "Teams Toolkit で、検証規則に対するアプリ パッケージの確認が完了しました。%s。詳細は [出力パネル](command:fx-extension.showOutputChannel) で確認してください。",
941
541
  "error.teamsApp.validate.apiFailed": "%s のため、Teams アプリ パッケージの検証に失敗しました",
942
- "error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
542
+ "error.teamsApp.validate.apiFailed.display": "Teams アプリの Pacakge 検証に失敗しました。詳細については、[出力パネル](command:fx-extension.showOutputChannel) を確認してください。",
943
543
  "error.teamsApp.AppIdNotExistError": "ID %s の Teams アプリは Teams 開発者ポータルに存在しません。",
944
- "error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid, must be a GUID.",
544
+ "error.teamsApp.InvalidAppIdError": "Teams アプリ ID %s が無効です。GUID である必要があります。",
945
545
  "driver.botFramework.description": "dev.botframework.com でボット登録を作成または更新します",
946
546
  "driver.botFramework.summary.create": "ボットの登録が正常に作成されました (%s)。",
947
547
  "driver.botFramework.summary.update": "ボットの登録が正常に更新されました (%s)。",
948
548
  "driver.botFramework.progressBar.createOrUpdateBot": "ボットの登録を作成または更新しています。",
949
- "error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please open the yaml file and check the PROBLEMS tab for more details.",
950
- "error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s. Please open the yaml file and check the PROBLEMS tab for more details",
549
+ "error.yaml.InvalidYamlSchemaError": "YAML ファイルを解析できません: %s。YAML ファイルを確認してください。",
550
+ "error.yaml.InvalidYamlSchemaErrorWithReason": "YAML ファイルを解析できません: %s。理由: YAML ファイルを確認してください。",
551
+ "error.yaml.VersionNotSupported": "version %s is not supported. Supported versions: %s.",
951
552
  "error.yaml.YamlFieldTypeError": "フィールド '%s' には %s 型が必要です。YAML ファイル: %s",
952
553
  "error.yaml.YamlFieldMissingError": "フィールド '%s' がありません。YAML ファイル: %s",
953
554
  "error.yaml.InvalidYmlActionNameError": "アクション '%s'が見つかりません。YAML ファイル: %s",
954
555
  "error.yaml.LifeCycleUndefinedError": "ライフサイクル '%s' は未定義です、yaml ファイル: %s",
955
- "error.yaml.InvalidActionInputError": "The '%s' action cannot be completed as the following parameter(s): %s, are either missing or have an invalid value in the provided yaml file: %s. Ensure that the required parameters are provided and have valid values and try again.",
956
- "error.common.InstallSoftwareError": "Unable to install %s. You can install it manually and restart Visual Studio Code if you are using the Toolkit in Visual Studio Code.",
957
- "error.common.MissingEnvironmentVariablesError": "The program cannot proceed as the following environment variables are missing: '%s', which are required for file: %s. Make sure the required variables are set either by editing the .env file '%s' with the correct names and values , or by setting the system environment variables with the correct names and values. If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
556
+ "error.yaml.InvalidActionInputError": "'%s' アクションを完了できません。 次のパラメーター %s が欠落しているか、提供された yaml ファイルに無効な値があるためです: %s。必須パラメーターが指定され、有効な値を持っていることを確認してから、もう一度お試しください。",
557
+ "error.common.InstallSoftwareError": "%s をインストールできません。Toolkit Visual Studio Code で使用している場合は、手動でインストールして Visual Studio Code を再起動できます。",
558
+ "error.common.MissingEnvironmentVariablesError": "次の環境変数が見つからないため、プログラムを続行できません: '%s'。これはファイル %s に必要です。.env ファイル '%s' を正しい名前と値で編集するか、システム環境変数を正しい名前と値で設定して、必要な変数が設定されていることを確認してください。Teams Toolkit で作成された新しいプロジェクトで開発している場合、プロビジョニングまたはデバッグを実行すると、これらの環境変数の正しい値が登録されます。",
958
559
  "error.common.InvalidProjectError": "このコマンドは、Teams Toolkit によって作成されたプロジェクトに対してのみ機能します。",
959
- "error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
960
- "error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
961
- "error.common.UnhandledError": "An unexpected error has occurred while performing the %s task. The reason for this error is: %s. Welcome to report this issue by clicking on the provided \"Issue Link\", so that we can investigate and resolve the problem as soon as possible.",
962
- "error.common.MissingRequiredInputError": "Missing required input: %s",
963
- "error.common.InputValidationError": "Input '%s' validation failed: %s",
964
- "error.common.NoEnvFilesError": "Unable to find .env files.",
965
- "error.upgrade.NoNeedUpgrade": "This project is already the latest, no need to upgrade.",
966
- "error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to the absence of the 'id' key. To identify your application correctly, please make sure that the 'id' key is present in the manifest file.",
967
- "error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
968
- "error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Ensure that your Azure account is properly authenticated and try again.",
969
- "error.azure.InvalidAzureSubscriptionError": "The Azure subscription '%s' is not available in your current account. Ensure that you have signed in with the correct Azure account and that you have the necessary permissions to access the subscription.",
970
- "error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Consider choosing a different name or using the existing resource group for your task.",
971
- "error.azure.SelectSubscriptionError": "Unable to select subscription in current account.",
972
- "error.azure.ResourceGroupNotExistError": "The resource group '%s' cannot be found in subscription '%s'.",
973
- "error.azure.CreateResourceGroupError": "Unable to create resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
974
- "error.azure.CheckResourceGroupExistenceError": "Unable to check existence of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
975
- "error.azure.ListResourceGroupsError": "Unable to get resource groups in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
976
- "error.azure.GetResourceGroupError": "Unable to get information of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
977
- "error.azure.ListResourceGroupLocationsError": "Unable to get available resource group locations for subscription '%s'.",
978
- "error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
979
- "error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
980
- "error.m365.M365TenantIdNotMatchError": "Authentication failed. You are 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, please remove the values of '%s' from the .env file and try again.",
981
- "error.arm.CompileBicepError": "Unable to compile Bicep files located in path '%s' to JSON ARM templates. The error message returned was: %s. Check the Bicep files for any syntax or configuration errors and try again.",
982
- "error.arm.DownloadBicepCliError": "Unable to download Bicep cli from '%s'. The error message was: %s. Fix the error and try again. Or remove the bicepCliVersion config in the config file teamsapp.yml and Teams Toolkit will use bicep CLI in PATH",
983
- "error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
984
- "error.arm.DeployArmError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s",
985
- "error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' could not 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.",
986
- "error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result to action output, there is a duplicated key '%s' in ARM deployment result.",
987
- "error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Please ensure that the folder is not empty and that all necessary files have been included.",
988
- "error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
989
- "error.deploy.GetPublishingCredentialsError.Notification": "Unable to obtain publishing credentials of app '%s' in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
990
- "error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Verify that the app name and resource group name are spelled correctly and are valid. \n 2. Verify that your Azure account has the 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'",
991
- "error.deploy.DeployZipPackageError.Notification": "Unable to deploy zip package to endpoint: '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details and try again.",
992
- "error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Verify that your Azure account has the necessary permissions to access the API. \n 2. Verify that the endpoint is properly configured in Azure and that the required resources have been provisioned. \n 3. Ensure that 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, you can attempt to deploy the package manually following the guidelines in this link: '%s'",
993
- "error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
994
- "error.deploy.DeployRemoteStartError.Notification": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more suggestions.",
995
- "error.deploy.DeployRemoteStartError": "The package has been successfully deployed to Azure for location: '%s', but the application 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 application logs: Look for any error messages or stack traces in the application logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Ensure that 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: Verify that all dependencies required by the application 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 that the resource allocation for the Azure instance is appropriate for the application and its workload.\n 7. Seek help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
996
- "error.script.ScriptTimeoutError": "Script execution timeout: %s. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
997
- "error.script.ScriptExecutionError": "%s",
998
- "error.deploy.AzureStorageClearBlobsError.Notification": "Unable to clear blob files in Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
999
- "error.deploy.AzureStorageClearBlobsError": "Unable to clear blob files in Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1000
- "error.deploy.AzureStorageUploadFilesError.Notification": "Unable to upload local folder '%s' to Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1001
- "error.deploy.AzureStorageUploadFilesError": "Unable to upload local folder '%s' to Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1002
- "error.deploy.AzureStorageGetContainerError.Notification": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1003
- "error.deploy.AzureStorageGetContainerError": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1004
- "error.deploy.AzureStorageGetContainerPropertiesError.Notification": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1005
- "error.deploy.AzureStorageGetContainerPropertiesError": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1006
- "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1007
- "error.deploy.AzureStorageSetContainerPropertiesError": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again."
560
+ "error.common.FileNotFoundError": "ファイルまたはディレクトリが見つかりません: '%s'。それが存在し、アクセス許可があるかどうかを確認します。",
561
+ "error.common.JSONSyntaxError": "JSON 構文エラー: %sJSON 構文を調べて、正しい形式であることを確認します。",
562
+ "error.common.ReadFileError": "Unable to read file for reason: %s",
563
+ "error.common.UnhandledError": "Unable to write file for reason: %s",
564
+ "error.common.MissingRequiredInputError": "必要な入力がありません: %s",
565
+ "error.common.InputValidationError": "入力 '%s' の検証に失敗しました: %s",
566
+ "error.common.NoEnvFilesError": ".env ファイルが見つかりません。",
567
+ "error.common.MissingRequiredFileError": "%srequired ファイル '%s' がありません",
568
+ "error.common.HttpClientError": "A http client error happened while performing the %s task. The error response is: %s",
569
+ "error.common.HttpServerError": "A http server error happened while performing the %s task. Please try again later. The error response is: %s",
570
+ "error.common.ConcurrentError": "Previous task is still running. Wait until your previous task is finished and try again.",
571
+ "error.upgrade.NoNeedUpgrade": "このプロジェクトはすでに最新であり、アップグレードする必要はありません。",
572
+ "error.collaboration.InvalidManifestError": "'id' キーがないため、マニフェスト ファイル ('%s') を処理できません。アプリケーションを正しく識別するには、マニフェスト ファイルに 'id' キーが存在することを確認します。",
573
+ "error.collaboration.FailedToLoadManifest": "マニフェスト ファイルを読み込めません。理由: %s",
574
+ "error.azure.InvalidAzureCredentialError": "Azure 資格情報を取得できません。Azure アカウントが適切に認証されていることを確認してから、もう一度お試しください。",
575
+ "error.azure.InvalidAzureSubscriptionError": "Azure サブスクリプション '%s' は現在のアカウントでは利用できません。正しい Azure アカウントでサインインしていること、およびサブスクリプションにアクセスするために必要なアクセス許可があることを確認してください。",
576
+ "error.azure.ResourceGroupConflictError": "リソース グループ '%s' はサブスクリプション '%s' に既に存在します。別の名前を選択するか、タスクに既存のリソース グループを使用することを検討してください。",
577
+ "error.azure.SelectSubscriptionError": "現在のアカウントでサブスクリプションを選択できません。",
578
+ "error.azure.ResourceGroupNotExistError": "リソース グループ '%s' がサブスクリプション '%s' に見つかりません。",
579
+ "error.azure.CreateResourceGroupError": "次のエラーのため、サブスクリプション '%s' にリソース グループ '%s' を作成できません: %s。 \nエラー メッセージに理由が示されている場合は、エラーを修正して、もう一度お試しください。",
580
+ "error.azure.CheckResourceGroupExistenceError": "次のエラーのため、サブスクリプション '%s' のリソース グループ '%s' の存在を確認できません: %s。 \nエラー メッセージに理由が示されている場合は、エラーを修正して、もう一度お試しください。",
581
+ "error.azure.ListResourceGroupsError": "次のエラーのため、サブスクリプション '%s' のリソース グループを取得できません: %s \nエラー メッセージに理由が示されている場合は、エラーを修正して、もう一度お試しください。",
582
+ "error.azure.GetResourceGroupError": "次のエラーのため、サブスクリプション '%s' のリソース グループ '%s' の情報を取得できません: %s \nエラー メッセージに理由が示されている場合は、エラーを修正して、もう一度お試しください。",
583
+ "error.azure.ListResourceGroupLocationsError": "サブスクリプション '%s' で利用可能なリソース グループの場所を取得できません。",
584
+ "error.m365.M365TokenJSONNotFoundError": "Microsoft 365 トークンの JSON オブジェクトを取得できません。アカウントがテナントへのアクセスを許可されていること、トークンの JSON オブジェクトが有効であることを確認してください。",
585
+ "error.m365.M365TenantIdNotFoundInTokenError": "トークン JSON オブジェクトで Microsoft 365 テナント ID を取得できません。アカウントがテナントへのアクセスを許可されていること、トークンの JSON オブジェクトが有効であることを確認してください。",
586
+ "error.m365.M365TenantIdNotMatchError": "認証に失敗しました。現在、Microsoft 365 テナント '%s' にサインインしていますが、これは .env ファイル (TEAMS_APP_TENANT_ID='%s') で指定されたものとは異なります。この問題を解決して現在サインインしているテナントに切り替えるには、.env ファイルから '%s' の値を削除して、もう一度やり直してください。",
587
+ "error.arm.CompileBicepError": "パス '%s' にある Bicep ファイルを JSON ARM テンプレートにコンパイルできません。返されたエラー メッセージ: %s。Bicep ファイルに構文エラーまたは構成エラーがないか確認して、もう一度お試しください。",
588
+ "error.arm.DownloadBicepCliError": "'%s' から Bicep cli をダウンロードできません。エラー メッセージは次のとおりです: %s。エラーを修正して、もう一度お試しください。または、構成ファイル teamapp.yml bicepCliVersion 構成を削除すると、Teams Toolkit PATH bicep CLI を使用します",
589
+ "error.arm.DeployArmError.Notification": "デプロイ名 '%s' ARM テンプレートをリソース グループ '%s' にデプロイできませんでした。詳細は [出力パネル](command:fx-extension.showOutputChannel) を参照してください。",
590
+ "error.arm.DeployArmError": "展開名: '%s' ARM テンプレートは、次の理由によりリソース グループ '%s' に展開できませんでした: %s",
591
+ "error.arm.GetArmDeploymentError": "デプロイ名 '%s' ARM テンプレートは、理由: %s によりリソース グループ '%s' にデプロイできませんでした。 \n次の理由により、詳細なエラー メッセージを取得できません: %s。\nデプロイ エラーについては、ポータルでリソース グループ %s を参照してください。",
592
+ "error.arm.ConvertArmOutputError": "ARM 展開結果をアクション出力に変換できません。ARM 展開結果に重複したキー '%s' があります。",
593
+ "error.deploy.DeployEmptyFolderError": "配布フォルダーにファイルが見つかりません: '%s'。フォルダーが空ではなく、必要なファイルがすべて含まれていることを確認してください。",
594
+ "error.deploy.CheckDeploymentStatusTimeoutError": "プロセスがタイムアウトしたため、デプロイの状態を確認できません。インターネット接続を確認して、もう一度お試しください。問題が解決しない場合は、Azure portal でデプロイ ログ ([デプロイ] -> [デプロイ センター] -> [ログ]) を確認して、発生した可能性のある問題を特定してください。",
595
+ "error.deploy.GetPublishingCredentialsError.Notification": "リソース グループ '%s' のアプリ '%s' の公開資格情報を取得できません。詳細は [出力パネル](command:fx-extension.showOutputChannel) を参照してください。",
596
+ "error.deploy.GetPublishingCredentialsError": "次の理由により、リソース グループ '%s' のアプリ '%s' の公開資格情報を取得できません:\n %s。\n 提案:\n 1. アプリ名とリソース グループ名のつづりが正しく、有効であることを確認します。 \n 2. API にアクセスするために必要なアクセス許可が Azure アカウントにあることを確認します。役割を昇格させるか、管理者に追加のアクセス許可を要求する必要がある場合があります。 \n 3. エラー メッセージに認証エラーやネットワークの問題などの特定の理由が含まれている場合は、その問題を具体的に調査してエラーを解決から、もう一度お試しください。 \n 4. このページで API をテストできます: '%s'",
597
+ "error.deploy.DeployZipPackageError.Notification": "エンドポイント '%s' zip パッケージをデプロイできません。[出力パネル](command:fx-extension.showOutputChannel) を参照して詳細を確認し、もう一度お試しください。",
598
+ "error.deploy.DeployZipPackageError": "次のエラーのため、Azure のエンドポイント '%s' に zip パッケージをデプロイできません: %s。 \n提案:\n 1. API にアクセスするために必要なアクセス許可が Azure アカウントにあることを確認します。 \n 2. エンドポイントが Azure で適切に構成されていること、必要なリソースがプロビジョニングされていることを確認します。 \n 3. zip パッケージが有効で、エラーがないことを確認します。 \n 4. 認証の失敗やネットワークの問題など、エラー メッセージに理由が示されている場合は、エラーを修正して、もう一度お試しください。 \n 5. それでもエラーが続く場合は、次のリンクのガイドラインに従って、パッケージを手動でデプロイしてみてください: '%s'",
599
+ "error.deploy.CheckDeploymentStatusError": "次のエラーのため、場所: '%s' のデプロイ状態を確認できません: %s。問題が解決しない場合は、Azure portal でデプロイ ログ ([デプロイ] -> [デプロイ センター] -> [ログ]) を確認して、発生した可能性のある問題を特定してください。",
600
+ "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 サポートに連絡して支援を受けます。",
601
+ "error.script.ScriptTimeoutError": "スクリプト実行タイムアウト: %s。yaml 'timeout' パラメーターを調整するか、スクリプトの効率を向上させます。",
602
+ "error.script.ScriptExecutionError": "スクリプト ('%s') 実行エラー: %s",
603
+ "error.deploy.AzureStorageClearBlobsError.Notification": "Azure Storage アカウント '%s' BLOB ファイルをクリアできません。詳細は [出力パネル](コマンド:fx-extension.showOutputChannel) を参照してください。",
604
+ "error.deploy.AzureStorageClearBlobsError": "Azure Storage アカウント '%s' BLOB ファイルをクリアできません。Azure からのエラー応答は次のとおりです:\n %s。\nエラー メッセージに理由が指定されている場合は、エラーを修正して、もう一度お試しください。",
605
+ "error.deploy.AzureStorageUploadFilesError.Notification": "ローカル フォルダー '%s' Azure Storage アカウント '%s' にアップロードできません。詳細は [出力パネル](コマンド:fx-extension.showOutputChannel) を参照してください。",
606
+ "error.deploy.AzureStorageUploadFilesError": "ローカル フォルダー '%s' Azure Storage アカウント '%s' にアップロードできません。Azure からのエラー応答は次のとおりです:\n %s。\nエラー メッセージに理由が指定されている場合は、エラーを修正して、もう一度お試しください。",
607
+ "error.deploy.AzureStorageGetContainerError.Notification": "次のエラーのため、Azure Storage アカウント '%s' Azure Storage コンテナー '%s' のプロパティを取得できません: %s。詳細は [出力パネル](コマンド:fx-extension.showOutputChannel) を参照してください。",
608
+ "error.deploy.AzureStorageGetContainerError": "次のエラーが原因で、Azure Storage アカウント '%s' Azure Storage コンテナー '%s'を取得できません: %sAzure からのエラー応答:\n %s。\nエラー メッセージに理由が指定されている場合は、エラーを修正して、もう一度お試しください。",
609
+ "error.deploy.AzureStorageGetContainerPropertiesError.Notification": "次のエラーのため、Azure Storage アカウント '%s' のコンテナー '%s' のプロパティを取得できません: %s。詳細は [出力パネル](コマンド:fx-extension.showOutputChannel) を参照してください。",
610
+ "error.deploy.AzureStorageGetContainerPropertiesError": "次のエラーが原因で、Azure Storage アカウント '%s'のコンテナー '%s'のプロパティを取得できません: %s。Azure からのエラー応答:\n %s。\nエラー メッセージに理由が指定されている場合は、エラーを修正して、もう一度お試しください。",
611
+ "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "次のエラーのため、Azure Storage アカウント '%s' のコンテナー '%s' のプロパティを設定できません: %s。詳細は [出力パネル](command:fx-extension.showOutputChannel) を参照してください。",
612
+ "error.deploy.AzureStorageSetContainerPropertiesError": "次のエラーが原因で、Azure Storage アカウント '%s'のコンテナー '%s'のプロパティを設定できません: %s。Azure からのエラー応答:\n %s。\nエラー メッセージに理由が指定されている場合は、エラーを修正して、もう一度お試しください。"
1008
613
  }