microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
extract-uplicate-code-as-a-common-base-class

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/kor/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": "local.properties 파일에서 sdk.dir 값을 찾을 수 없습니다. PATH에서 Android SDK 위치를 사용하고 있습니다.",
8 "UsindAndroidSDKLocationDefinedInLocalPropertiesFile": "android/local.properties 파일에 정의된 Android SDK 위치를 사용합니다. {0}.",
9 "LocalPropertiesFileDoesNotExist": "local.properties 파일이 존재하지 않습니다. PATH에서 Android SDK 위치를 사용하고 있습니다.",
10 "CouldNotReadFrom": "{0}에서 읽을 수 없습니다.",
11 "UsingAndroidSDKLocationFromPATH": "PATH의 Android SDK 위치를 사용합니다.",
12 "LocalPropertiesAndroidSDKPathNotExistingInLocal": "Local.properties 파일에 Android SDK 경로가 있지만 로컬에서 찾을 수 없는 경우 환경 변수에서 SDK 경로로 전환됩니다. android/local.properties 파일에서 안드로이드 SDK 경로를 확인하세요."
13}