microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/kor/src/extension/exponent/exponentHelper.i18n.json
13lines · 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 | "MakingSureYourProjectUsesCorrectExponentDependencies": "프로젝트에서 Expo에 대한 올바른 종속성을 사용하는지 확인하는 중입니다. 이 작업에는 다소 시간이 걸릴 수 있습니다...", |
| 8 | "CheckingIfThisIsExpoApp": "Expo 앱인지 확인하는 중입니다.", |
| 9 | "ExpoPackageIsNotInstalled": "[경고] expo 패키지가 프로젝트용으로 로컬로 설치되어 있는지 확인하세요. 이렇게 설치되지 않으면 추가 오류가 발생할 수 있습니다. 프로젝트 내부에서 \"npm install expo --save-dev\"를 실행하여 해당 패키지를 설치하세요.", |
| 10 | "YouNeedToLoginToExpo": "Expo에 로그인해야 합니다. 이 창을 닫은 후 Expo 계정 사용자 이름 및 암호를 입력 상자에 입력하세요. 계정에 없을 경우 https://expo.io로 이동하여 계정을 만드세요.", |
| 11 | "ExpoUsername": "Expo 사용자 이름", |
| 12 | "ExpoPassword": "Expo 암호" |
| 13 | } |