microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
smoke-actionbar-timeout-assertion

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/kor/src/common/configurationProviderHelper.i18n.json

27lines · 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 "PlatformSelectionTitle": "플랫폼 선택",
8 "PlatformSelectionPrompt": "실행할 플랫폼",
9 "ApplicationTypeSelectionTitle": "React Native 애플리케이션 유형 선택",
10 "ApplicationTypeSelectionPrompt": "React Native 애플리케이션 유형",
11 "UseHermesEnginePrompt": "직접 디버깅을 위해 Hermes 엔진을 사용하시겠습니까?",
12 "UseHermesEngineInvalid": "Hermes 엔진 사용 여부는 확인되지 않았습니다.",
13 "ExpoPlatformTypeSelection": "실행할 플랫폼 선택",
14 "ExpoPlatformTypeSelectionPrompt": "실행할 플랫폼 유형",
15 "ExpoHostTypeSelectionTitle": "Expo 호스트 매개변수 유형 선택",
16 "ExpoHostTypeSelectionPrompt": "Expo 호스트 매개변수 유형",
17 "BrowserTypeSelectionTitle": "브라우저 유형 선택",
18 "BrowserTypeSelectionPrompt": "브라우저 유형",
19 "NoBrowserTargetSelected": "브라우저 대상이 선택되지 않았습니다",
20 "AddressInputTitle": "호스트의 주소",
21 "AddressInputPrompt": "호스트의 주소를 입력하세요",
22 "AddressInputInvalid": "유효한 호스트 이름이나 IP 주소를 입력하세요.",
23 "PortInputTitle": "호스트의 포트",
24 "PortInputPrompt": "디버그 서버가 수신 대기 중인 포트 번호를 입력하세요.",
25 "PortInputInvalid": "유효한 포트 번호를 입력하세요.",
26 "UseHermesEngine": "헤르메스 엔진 사용"
27}