microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/esn/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": "Comprobando el entorno del proyecto Expo", |
| 8 | "FoundEASJsonFile": "Ya existe un archivo eas.json en la raíz de su aplicación", |
| 9 | "ConfigEASBuildInProgress": "Creando un archivo de configuración de compilación EAS", |
| 10 | "ConfigEASBuildSuccessfully": "Cree el archivo de configuración de compilación EAS correctamente", |
| 11 | "NoExistingEASProject": "No se puede encontrar el proyecto EAS existente. Primero ejecute 'eas init' para vincular su aplicación al proyecto EAS.", |
| 12 | "NotExpoApplication": "La aplicación actual no es una aplicación de Expo." |
| 13 | } |