microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/esn/src/extension/appLauncher.i18n.json
17lines · modeblame
21e2e2f0Ezio Li1 years ago | 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 | "PrewarmingBundleCache": "Precalentamiento de la caché del paquete. Esto puede tardar un poco...", | |
| 8 | "BuildingAndRunningApplication": "Creación y ejecución de aplicaciones", | |
| 9 | "PrepareHermesDebugging": "Preparar la depuración de Hermes", | |
| 10 | "PrepareHermesLaunch": "Preparar el lanzamiento de Hermes", | |
| 11 | "PrepareDirectIosDebugging": "Preparar la depuración directa de iOS (experimental)", | |
| 12 | "PrepareDirectIosLaunch": "Preparar el lanzamiento directo de iOS (experimental)", | |
| 13 | "DisableJSDebugging": "Deshabilitar la depuración de JS", | |
| 14 | "EnableJSDebugging": "Habilitar la depuración de JS", | |
| 15 | "BrowserError": "Error del navegador: {0}", | |
| 16 | "BrowserExit": "El navegador se ha cerrado con el código de salida: {0}" | |
| 17 | } |