microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
improve-test-stability-with-safer-access

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/kor/src/extension/debuggingConfiguration/reactNativeDebugConfigProvider.i18n.json

32lines · 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 "DebugAndroidConfigDesc": "Android 애플리케이션 실행 및 디버그",
8 "RunAndroidConfigDesc": "안드로이드 애플리케이션 실행",
9 "DebugiOSConfigDesc": "iOS 애플리케이션 실행 및 디버그",
10 "RuniOSConfigDesc": "iOS 애플리케이션 실행",
11 "DebugWindowsConfigDesc": "Windows 애플리케이션 실행 및 디버그",
12 "DebugmacOSConfigDesc": "macOS 애플리케이션 실행 및 디버그",
13 "AttachToPackagerConfigDesc": "이미 작동 중인 애플리케이션 패키저에 연결",
14 "DebugExpoConfigDesc": "Expo 애플리케이션 또는 Expo의 React Native 애플리케이션 디버그",
15 "DebugHermesExpoConfigDesc": "Expo에서 Hermes Expo 애플리케이션 또는 React Native 애플리케이션 디버그",
16 "DebugExpoWebConfigDesc": "웹 브라우저에서 Hermes Expo 애플리케이션 디버그",
17 "DebugAndroidHermesConfigDesc": "Android Hermes 애플리케이션 실행 및 디버그",
18 "RunAndroidHermesConfigDesc": "Android Hermes 애플리케이션 실행",
19 "DebugIosHermesConfigDesc": "iOS Hermes 애플리케이션 실행 및 디버그",
20 "RunIosHermesConfigDesc": "iOS Hermes 애플리케이션 실행",
21 "DebugMacOSHermesConfigDesc": "macOS Hermes 애플리케이션 실행 및 디버그",
22 "DebugWindowsHermesConfigDesc": "Windows Hermes 애플리케이션 실행 및 디버그",
23 "AttachToPackagerHermesConfigDesc": "이미 작동 중인 Android에서 React Native Hermes 애플리케이션에 직접 연결",
24 "DebugDirectiOSConfigDesc": "iOS 애플리케이션을 직접 실행하고 디버깅합니다.",
25 "RunDirectiOSConfigDesc": "직접 디버깅 지원으로 iOS 애플리케이션 실행",
26 "AttachToPackageriOSConfigDesc": "이미 작동 중인 React Native iOS 애플리케이션에 직접 연결",
27 "RunApplicationScenario": "디버깅 없이 React Native 애플리케이션 실행",
28 "DebugApplicationScenario": "React Native 애플리케이션 디버그",
29 "AttachApplicationScenario": "실행 중인 React Native 애플리케이션에 연결",
30 "DebugConfigQuickPickSequentialLabel": "디버그 구성 선택",
31 "DebugConfigQuickPickLabel": "디버그 구성 선택"
32}