microsoft/vscode-react-native

Public

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

17lines · 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 "PrewarmingBundleCache": "번들 캐시를 예열하는 중입니다. 다소 시간이 걸릴 수 있습니다...",
8 "BuildingAndRunningApplication": "애플리케이션 빌드 및 실행",
9 "PrepareHermesDebugging": "헤르메스 디버깅 준비",
10 "PrepareHermesLaunch": "헤르메스 출시 준비",
11 "PrepareDirectIosDebugging": "직접 iOS 디버깅 준비(실험적)",
12 "PrepareDirectIosLaunch": "직접 iOS 실행 준비(실험적)",
13 "DisableJSDebugging": "JS 디버깅 비활성화",
14 "EnableJSDebugging": "JS 디버깅 활성화",
15 "BrowserError": "브라우저 오류: {0}",
16 "BrowserExit": "종료 코드: {0}로 인해 브라우저가 닫혔습니다."
17}