microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.14.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/cht/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": "無法在您的專案中找到開啟的模組,請再次檢查"
}