microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.7.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

i18n/jpn/src/extension/android/androidPlatform.i18n.json

10lines · 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 "TargetIsNotSupportedForAndroid": "ターゲット {0} は Android プラットフォームでサポートされていません。\nAndroid アプリを起動するために特定のデバイスまたはシミュレーターを使用する場合は、\n代わりにデバイス ID ('adb devices' の出力のように) を指定してください。",
8 "DeviceSupportsOnlyAPILevel": "デバイス {0} は API レベル {1} のみをサポートしています。\n adb reverse 経由のポート転送をサポートするには、レベル {2} が必要です。\n デバッグを有効にするには、<シェイクするかメニュー ボタンを押して> dev メニューを表示し、\n <Dev Settings> に移動して、<Debug Server host & port for Device> を構成して、\n デバイスが到達できるコンピューターの IP アドレスにします。詳細情報: \n https://facebook.github.io/react-native/docs/debugging.html#debugging-react-native-apps",
9 "ErrorWhileMonitoringLogCat": "LogCat の監視中にエラーが発生しました"
10}