microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/src/extension/android/adb.i18n.json
12lines · 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 | } |