microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fix/readme-spelling-errors

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/chs/src/extension/android/adb.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 "NoSdkDirFoundInLocalPropertiesFile": "local.properties 文件中找不到 sdk.dir 值。请使用路径中的 Android SDK 位置。",
8 "UsindAndroidSDKLocationDefinedInLocalPropertiesFile": "使用 android/local.properties 文件中定义的 Android SDK 位置: {0}。",
9 "LocalPropertiesFileDoesNotExist": "local.properties 文件不存在。请使用路径中的 Android SDK 位置。",
10 "CouldNotReadFrom": "无法从 {0} 中读取。",
11 "UsingAndroidSDKLocationFromPATH": "使用路径中的 Android SDK 位置。",
12 "LocalPropertiesAndroidSDKPathNotExistingInLocal": "Local.properties 文件包含 Android SDK 路径,但在本地找不到,因此会切换到环境变量中的 SDK PATH。请检查 android/local.properties 文件中的 Android SDK 路径。"
13}