microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
add-command-to-support-react-native-ios

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

i18n/esn/src/extension/android/androidPlatform.i18n.json

10lines · modepreview

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
	"ThereIsNoOnlineTargetWithSpecifiedTargetType": "No hay ningún objetivo en línea con el tipo de objetivo especificado '{0}', Continúe con cualquier objetivo en línea.",
	"DeviceSupportsOnlyAPILevel": "El dispositivo {0} solo admite el nivel de API {1}. \n Es necesario el nivel {2} para admitir el enrutamiento de puerto mediante adb reverse. \n Para que la depuración funcione, tendrá que usar <Shake or press menu button> en el menú para desarrolladores, \n ir a <Dev Settings> y configurar <Debug Server host & port for Device> para \n usar una dirección IP de su equipo a la que el dispositivo pueda acceder. Para obtener más información, consulte: \n https://facebook.github.io/react-native/docs/debugging.html#debugging-react-native-apps",
	"ErrorWhileMonitoringLogCat": "Error al supervisar LogCat"
}