microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
transitive-dependency-serialize-javascript-root

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

13lines · modeblame

efbe1ba6Yuri Skorokhodov7 years ago1/*---------------------------------------------------------------------------------------------
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.
2c9fc8b9Daniel Ye7 years ago6{
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} 讀取。",
21e2e2f0Ezio Li1 years ago11"UsingAndroidSDKLocationFromPATH": "使用 PATH 中的 Android SDK 位置。",
12"LocalPropertiesAndroidSDKPathNotExistingInLocal": "Local.properties 檔案有 Andriod SDK 路徑,但在本機中找不到,因此會切換到環境變數中的 SDK PATH。請檢查 android/local.properties 檔案中的 Android SDK 路徑。"
2c9fc8b9Daniel Ye7 years ago13}