microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
transitive-dependency-serialize-javascript-root

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/kor/src/extension/commands/installExpoGoApplication.i18n.json

16lines · modepreview

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
    "CheckExpoEnvironment": "Expo 프로젝트 환경 확인",
    "DownloadAndroidExpoGo": "\nAndroid용 Expo Go를 다운로드하세요. \n",
    "FailedToDownloadExpoGo": "Expo Go를 다운로드하지 못했습니다.",
    "FailedToInstallExpoGo": "Expo Go를 설치하지 못했습니다.",
    "ManualInstall": "프로젝트 루트 경로에서 Expo Go를 수동으로 설치하세요. \n",
    "NotDarwinPlatform": "현재 OS는 iOS 설치 프로그램을 지원하지 않을 수 있으며 Expo Go가 설치되지 않을 수 있습니다.\n",
    "DownloadiOSExpoGo": "\niOS용 Expo Go 다운로드. \n",
    "CannotAutoInstall": "Expo Go를 자동 설치할 수 없습니다. 선택한 수동 설치 또는 대상 컴퓨터가 MacOS가 아닙니다. \n",
    "NotExpoProject": "현재 프로젝트는 Expo에서 관리되지 않습니다."
}