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