microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/jpn/src/extension/generalMobilePlatform.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 | "ReactNativeRunPlatform": "React Native: {0} の実行", |
| 8 | "ConnectedToPackager": "パッケージャーに接続しました。ご自分のアプリをシミュレーターで開けるようになりました。", |
| 9 | "DebuggerReadyEnableRemoteDebuggingInApp": "デバッガーの準備ができました。アプリでリモート デバッグを有効にしてください。", |
| 10 | "DebuggerReadyDisableRemoteDebuggingInApp": "デバッガーの準備ができました。アプリでリモート デバッグを無効にしてください。", |
| 11 | "StartingReactNativePackager": "React Native パッケージャーを開始しています。", |
| 12 | "AttachingToRunningReactNativePackager": "実行中の React Native パッケージャーにアタッチしています" |
| 13 | } |