microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/cht/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 值。將使用 PATH 中的 Android SDK 位置。", |
| 8 | "UsindAndroidSDKLocationDefinedInLocalPropertiesFile": "使用 Android SDK android/local.properties 檔案中定義的位置: {0}。", |
| 9 | "LocalPropertiesFileDoesNotExist": "local.properties 檔案不存在。請使用來自於 PATH 的 Android SDK 位置。", |
| 10 | "CouldNotReadFrom": "無法從 {0} 讀取。", |
| 11 | "UsingAndroidSDKLocationFromPATH": "使用 PATH 中的 Android SDK 位置。", |
| 12 | "LocalPropertiesAndroidSDKPathNotExistingInLocal": "Local.properties 檔案有 Andriod SDK 路徑,但在本機中找不到,因此會切換到環境變數中的 SDK PATH。請檢查 android/local.properties 檔案中的 Android SDK 路徑。" |
| 13 | } |