microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/jpn/src/extension/exponent/exponentPlatform.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 | "ExpoStartAdbReverseSuccess": "デバイスまたはエミュレータが見つかり、「adb reverse」コマンドが正常に実行されました", |
| 8 | "ExpoStartAdbReverseFailure": "Adb reverse コマンドが失敗しました。USB デバイスまたは実行中のエミュレータが見つかりませんでした。また、現在接続されているデバイスまたは実行中のエミュレータが 1 つだけであることを確認してください。", |
| 9 | "ExponentServerIsRunningOpenToSeeIt": "Expo サーバーが実行中です。{0} で Expo アプリを開いて確認してください", |
| 10 | "QRCodeOutputInstructions": "以下の QR コードをスキャンしてアプリを開きます。", |
| 11 | "CopyToClipboard": "クリップボードにコピー", |
| 12 | "ApplicationIsRunningOnExponentShakeDeviceForRemoteDebugging": "アプリケーションは Expo で実行されています。デバイスをシェイクし、「JS をリモートでデバッグ」を選択してデバッグを有効にしてください" |
| 13 | } |