microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
transitive-dependency-serialize-javascript-root

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 · modeblame

efbe1ba6Yuri Skorokhodov7 years ago1/*---------------------------------------------------------------------------------------------
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.
2c9fc8b9Daniel Ye7 years ago6{
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}에서 읽을 수 없습니다.",
21e2e2f0Ezio Li1 years ago11"UsingAndroidSDKLocationFromPATH": "PATH의 Android SDK 위치를 사용합니다.",
12"LocalPropertiesAndroidSDKPathNotExistingInLocal": "Local.properties 파일에 Android SDK 경로가 있지만 로컬에서 찾을 수 없는 경우 환경 변수에서 SDK 경로로 전환됩니다. android/local.properties 파일에서 안드로이드 SDK 경로를 확인하세요."
2c9fc8b9Daniel Ye7 years ago13}