microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
remove-unused-debugging-code

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/csy/src/extension/android/adb.i18n.json

13lines · 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.
{
	"NoSdkDirFoundInLocalPropertiesFile": "V souboru local.properties nebyla nalezena žádná hodnota sdk.dir. Použije se umístění sady Android SDK z cesty.",
	"UsindAndroidSDKLocationDefinedInLocalPropertiesFile": "Použije se umístění sady Android SDK definované v souboru android/local.properties: {0}.",
	"LocalPropertiesFileDoesNotExist": "Soubor local.properties neexistuje. Použije se umístění sady Android SDK z cesty.",
	"CouldNotReadFrom": "Nejde číst z {0}.",
	"UsingAndroidSDKLocationFromPATH": "Použije se umístění sady Android SDK z cesty.",
	"LocalPropertiesAndroidSDKPathNotExistingInLocal": "Soubor local.properties obsahuje cestu k SDK Andriod, ale nelze ji najít v místním prostředí, přepne se na SDK PATH v proměnné prostředí. Zkontrolujte prosím cestu k Android SDK v souboru android/local.properties."
}