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 · 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 "NoSdkDirFoundInLocalPropertiesFile": "V souboru local.properties nebyla nalezena žádná hodnota sdk.dir. Použije se umístění sady Android SDK z cesty.",
8 "UsindAndroidSDKLocationDefinedInLocalPropertiesFile": "Použije se umístění sady Android SDK definované v souboru android/local.properties: {0}.",
9 "LocalPropertiesFileDoesNotExist": "Soubor local.properties neexistuje. Použije se umístění sady Android SDK z cesty.",
10 "CouldNotReadFrom": "Nejde číst z {0}.",
11 "UsingAndroidSDKLocationFromPATH": "Použije se umístění sady Android SDK z cesty.",
12 "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."
13}