microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
remove-unused-debugging-code

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

13lines · modepreview

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
	"NoSdkDirFoundInLocalPropertiesFile": "local.properties ファイルに sdk.dir 値が見つかりません。PATH から Android SDK の場所を使用しています。",
	"UsindAndroidSDKLocationDefinedInLocalPropertiesFile": "android/local.properties ファイルで定義されている Android SDK の場所を使用しています: {0}。",
	"LocalPropertiesFileDoesNotExist": "local.properties ファイルが存在しません。PATH から Android SDK の場所を使用しています。",
	"CouldNotReadFrom": "{0} から読み取れませんでした。",
	"UsingAndroidSDKLocationFromPATH": "PATH から Android SDK の場所を使用しています。",
	"LocalPropertiesAndroidSDKPathNotExistingInLocal": "Local.propertiesファイルにはAndriod SDKのパスがありますが、ローカルに見つからないため、環境変数のSDK PATHに切り替わります。android/local.propertiesファイルのAndroid SDKパスを確認してください。"
}