microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.9.1

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 · 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 "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”).",
8 "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",
9 "ErrorWhileMonitoringLogCat": "Błąd podczas monitorowania narzędzia LogCat"
10}