microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.4.2

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/plk/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.
{
	"TargetIsNotSupportedForAndroid": "Element docelowy {0} nie jest obsługiwany dla platformy systemu Android. \n Jeśli chcesz użyć określonego urządzenia lub symulatora do uruchamiania aplikacji dla systemu Android,\n podaj identyfikator urządzenia (jak w danych wyjściowych „adb devices”).",
	"DeviceSupportsOnlyAPILevel": "Urządzenie {0} obsługuje tylko poziom interfejsu API {1}. \n Poziom {2} jest potrzebny do obsługi przekierowania portów za pomocą polecenia adb reverse. \n Aby debugowanie działało, musisz <Shake or press menu button> dla menu deweloperskiego, \n przejść do <Dev Settings> i skonfigurować <Debug Server host & port for Device> na \n adres IP komputera, z którym urządzenie może nawiązać połączenie. Więcej informacji: \n https://facebook.github.io/react-native/docs/debugging.html#debugging-react-native-apps",
	"ErrorWhileMonitoringLogCat": "Błąd podczas monitorowania narzędzia LogCat"
}