microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
stabilize-waithelper-polling

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/chs/src/extension/commands/revertOpenModule.i18n.json

13lines · 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.
{
    "FailedToDeleteMainFile": "无法删除 open-main.js 文件",
    "NotFindMainFile": "在打开模块中找不到 open-main.js 文件,跳过主文件删除",
    "FailedToDeleteEntry": "删除主条目失败",
    "NotFindMainEntry": "在 package.json 文件中找不到主条目,跳过条目删除",
    "CompleteOpenModuleCleaUp": "打开模块清理完成",
    "NotFindOpenModule": "无法在您的项目中找到打开的模块,请再次检查"
}