microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/esn/src/extension/generalMobilePlatform.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 | "ReactNativeRunPlatform": "React Native: Ejecutar {0}", |
| 8 | "ConnectedToPackager": "Conectada al empaquetador. Ahora puede abrir la aplicación en el simulador.", |
| 9 | "DebuggerReadyEnableRemoteDebuggingInApp": "El depurador está listo. Habilite la depuración remota en la aplicación.", |
| 10 | "DebuggerReadyDisableRemoteDebuggingInApp": "El depurador está listo. Deshabilite la depuración remota en la aplicación.", |
| 11 | "StartingReactNativePackager": "Iniciando el empaquetador de React Native.", |
| 12 | "AttachingToRunningReactNativePackager": "Asociando al empaquetador de React Native en ejecución" |
| 13 | } |