microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/kor/src/extension/packagerStatusIndicator.i18n.json
15lines · 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 | "StartPackager": "패키지 작성 도구 시작", |
| 8 | "RestartPackager": "패키지 작성 도구 다시 시작", |
| 9 | "StopPackager": "패키지 작성 도구 중지", |
| 10 | "ReactNativePackager": "React Native 패키지 작성 도구", |
| 11 | "PackagerStopped": "{0}: 중지됨", |
| 12 | "PackagerStopping": "{0}: 중지하는 중", |
| 13 | "PackagerStarted": "{0}: 시작됨", |
| 14 | "PackagerStarting": "{0}: 시작하는 중" |
| 15 | } |