microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/jpn/src/extension/appLauncher.i18n.json
17lines · 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 | "PrewarmingBundleCache": "バンドル キャッシュをプレウォーミングしています。これにはしばらく時間がかかる場合があります...", |
| 8 | "BuildingAndRunningApplication": "アプリケーションの構築と実行", |
| 9 | "PrepareHermesDebugging": "ヘルメスのデバッグを準備する", |
| 10 | "PrepareHermesLaunch": "エルメスの発売準備", |
| 11 | "PrepareDirectIosDebugging": "iOS の直接デバッグを準備する (実験的)", |
| 12 | "PrepareDirectIosLaunch": "iOS の直接起動を準備する (実験的)", |
| 13 | "DisableJSDebugging": "JSデバッグを無効にする", |
| 14 | "EnableJSDebugging": "JSデバッグを有効にする", |
| 15 | "BrowserError": "ブラウザエラー: {0}", |
| 16 | "BrowserExit": "ブラウザが終了コードで閉じられました: {0}" |
| 17 | } |