microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/jpn/src/extension/commands/configEASBuild.i18n.json
13lines · modecode
| 1 | /*--------------------------------------------------------------------------------------------- |
| 2 | * Copyright (c) Microsoft Corporation. All rights reserved. |
| 3 | * Licensed under the MIT License. See License.txt in the project root for license information. |
| 4 | *--------------------------------------------------------------------------------------------*/ |
| 5 | // Do not edit this file. It is machine generated. |
| 6 | { |
| 7 | "CheckExpoEnvironment": "Expo プロジェクト環境の確認", |
| 8 | "FoundEASJsonFile": "アプリのルートにすでに eas.json ファイルが存在します", |
| 9 | "ConfigEASBuildInProgress": "EAS ビルド構成ファイルの作成", |
| 10 | "ConfigEASBuildSuccessfully": "EAS ビルド構成ファイルが正常に作成されました", |
| 11 | "NoExistingEASProject": "既存の EAS プロジェクトが見つかりません。最初に「eas init」を実行してアプリを EAS プロジェクトにバインドしてください", |
| 12 | "NotExpoApplication": "現在のアプリは Expo アプリケーションではありません" |
| 13 | } |