microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fix-build-errors

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/kor/src/extension/exponent/exponentHelper.i18n.json

18lines · modeblame

efbe1ba6Yuri Skorokhodov7 years ago1/*---------------------------------------------------------------------------------------------
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.
2c9fc8b9Daniel Ye7 years ago6{
3a8fad25Ezio Li1 years ago7"MakingSureYourProjectUsesCorrectExponentDependencies": "프로젝트가 Expo에 대한 올바른 종속성을 사용하는지 확인하는 데 시간이 걸릴 수 있습니다...",
8"CheckingIfThisIsExpoApp": "Expo 앱인지 확인하기",
9"MissingFieldsInExpoApp": "package.json에 '이름' 또는 '버전' 필드가 누락되었습니다. 이러한 필드는 애플리케이션에 필요할 수 있습니다.",
10"ExpoPackageIsNotInstalled": "[경고] 프로젝트에 expo 패키지가 로컬로 설치되어 있는지 확인하세요. 그렇지 않으면 추가 오류가 발생할 수 있습니다. 프로젝트 내에서 'npm install expo --save-dev'를 실행하여 설치하세요.",
11"YouNeedToLoginToExpo": "Expo에 로그인해야 합니다. 이 창을 닫은 후 입력 상자에 Expo 계정 사용자 이름과 비밀번호를 입력하세요. 계정이 없으면 https://expo.io로 이동하여 계정을 만드세요.",
12"ExpoUsername": "엑스포 사용자 이름",
13"ExpoPassword": "엑스포 비밀번호",
14"ExpoInstallNgrokGlobally": "'{0}' 패키지가 전역적으로 설치되지 않은 것 같습니다. 이 패키지는 Expo 터널을 사용해야 합니다. 전역적으로 설치하시겠습니까?",
15"InstallNgrokGloballyButtonOK": "설치하다",
16"InstallNgrokGloballyButtonCancel": "취소",
17"NgrokInstalledGlobally": "'{0}' 패키지가 전역적으로 성공적으로 설치되었습니다."
2c9fc8b9Daniel Ye7 years ago18}