microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/kor/src/debugger/appWorker.i18n.json
9lines · 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 | "DisconnectedFromThePackagerToReactNative": "프록시(패키지 작성 도구)에서 React Native 애플리케이션으로 연결이 끊어졌습니다. 곧 연결을 다시 시도합니다...", |
| 8 | "EstablishedConnectionWithPackagerToReactNativeApp": "React Native 애플리케이션에 대한 프록시(패키지 작성 도구)와 연결을 설정했습니다." |
| 9 | } |