microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
cdp-node-version-compatibility

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/kor/src/extension/exponent/exponentPlatform.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 "ExpoStartAdbReverseSuccess": "장치 또는 에뮬레이터가 발견되었습니다. 'adb reverse' 명령이 성공적으로 실행되었습니다.",
8 "ExpoStartAdbReverseFailure": "Adb 역방향 명령이 실패했습니다. USB 장치 또는 실행 중인 에뮬레이터를 통해 연결된 것을 찾을 수 없습니다. 또한 현재 연결되어 있거나 실행 중인 에뮬레이터가 하나만 있는지 확인하십시오.",
9 "ExponentServerIsRunningOpenToSeeIt": "Expo 서버가 실행 중입니다. 확인하려면 {0}에서 Expo 앱을 여세요.",
10 "QRCodeOutputInstructions": "아래 QR 코드를 스캔하여 앱을 엽니다.",
11 "CopyToClipboard": "클립보드에 복사",
12 "ApplicationIsRunningOnExponentShakeDeviceForRemoteDebugging": "애플리케이션이 Expo에서 실행 중입니다. 디버깅을 활성화하려면 장치를 흔들고 'JS 원격 디버깅'을 선택하세요."
13}