microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/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 | } |