microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
966588ec9727654c4a2f065feb7333f61ae7ef85

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 "ThereIsNoOnlineTargetWithSpecifiedTargetType": "指定されたターゲットタイプ '{0}' を持つオンラインターゲットはありません。",
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}