microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/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 | } |