microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
bump-glob-cli-fix

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 · 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 "ThereIsNoOnlineTargetWithSpecifiedTargetType": "No hay ningún objetivo en línea con el tipo de objetivo especificado '{0}', Continúe con cualquier objetivo en línea.",
8 "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",
9 "ErrorWhileMonitoringLogCat": "Error al supervisar LogCat"
10}