microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/kor/src/extension/commands/installExpoGoApplication.i18n.json
16lines · 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 | "CheckExpoEnvironment": "Expo 프로젝트 환경 확인", |
| 8 | "DownloadAndroidExpoGo": "\nAndroid용 Expo Go를 다운로드하세요. \n", |
| 9 | "FailedToDownloadExpoGo": "Expo Go를 다운로드하지 못했습니다.", |
| 10 | "FailedToInstallExpoGo": "Expo Go를 설치하지 못했습니다.", |
| 11 | "ManualInstall": "프로젝트 루트 경로에서 Expo Go를 수동으로 설치하세요. \n", |
| 12 | "NotDarwinPlatform": "현재 OS는 iOS 설치 프로그램을 지원하지 않을 수 있으며 Expo Go가 설치되지 않을 수 있습니다.\n", |
| 13 | "DownloadiOSExpoGo": "\niOS용 Expo Go 다운로드. \n", |
| 14 | "CannotAutoInstall": "Expo Go를 자동 설치할 수 없습니다. 선택한 수동 설치 또는 대상 컴퓨터가 MacOS가 아닙니다. \n", |
| 15 | "NotExpoProject": "현재 프로젝트는 Expo에서 관리되지 않습니다." |
| 16 | } |