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