microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/kor/src/extension/commands/revertOpenModule.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 | "FailedToDeleteMainFile": "open-main.js 파일을 삭제하지 못했습니다.", |
| 8 | "NotFindMainFile": "열린 모듈에서 open-main.js 파일을 찾을 수 없습니다. 메인 파일 삭제를 건너뜁니다.", |
| 9 | "FailedToDeleteEntry": "기본 항목을 삭제하지 못했습니다.", |
| 10 | "NotFindMainEntry": "package.json 파일에서 기본 항목을 찾을 수 없습니다. 항목 삭제를 건너뜁니다.", |
| 11 | "CompleteOpenModuleCleaUp": "오픈 모듈 정리가 완료되었습니다.", |
| 12 | "NotFindOpenModule": "프로젝트에서 열린 모듈을 찾을 수 없습니다. 다시 확인하십시오." |
| 13 | } |