microsoft/vscode-react-native

Public

mirrored fromhttps://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/common/configurationProviderHelper.i18n.json

27lines · modepreview

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
	"PlatformSelectionTitle": "플랫폼 선택",
	"PlatformSelectionPrompt": "실행할 플랫폼",
	"ApplicationTypeSelectionTitle": "React Native 애플리케이션 유형 선택",
	"ApplicationTypeSelectionPrompt": "React Native 애플리케이션 유형",
	"UseHermesEnginePrompt": "직접 디버깅을 위해 Hermes 엔진을 사용하시겠습니까?",
	"UseHermesEngineInvalid": "Hermes 엔진 사용 여부는 확인되지 않았습니다.",
	"ExpoPlatformTypeSelection": "실행할 플랫폼 선택",
  	"ExpoPlatformTypeSelectionPrompt": "실행할 플랫폼 유형",
	"ExpoHostTypeSelectionTitle": "Expo 호스트 매개변수 유형 선택",
	"ExpoHostTypeSelectionPrompt": "Expo 호스트 매개변수 유형",
	"BrowserTypeSelectionTitle": "브라우저 유형 선택",
	"BrowserTypeSelectionPrompt": "브라우저 유형",
	"NoBrowserTargetSelected": "브라우저 대상이 선택되지 않았습니다",
	"AddressInputTitle": "호스트의 주소",
	"AddressInputPrompt": "호스트의 주소를 입력하세요",
	"AddressInputInvalid": "유효한 호스트 이름이나 IP 주소를 입력하세요.",
	"PortInputTitle": "호스트의 포트",
	"PortInputPrompt": "디버그 서버가 수신 대기 중인 포트 번호를 입력하세요.",
	"PortInputInvalid": "유효한 포트 번호를 입력하세요.",
	"UseHermesEngine": "헤르메스 엔진 사용"
}