microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.4.2

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

10lines · 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 "TargetIsNotSupportedForAndroid": "Android 平台不支援目標 {0}。\n 若您要使用特定裝置或模擬器來啟動 Android 應用程式,\n 請改為指定裝置識別碼 (如在 'adb devices' 輸出中一樣)。",
8 "DeviceSupportsOnlyAPILevel": "裝置 {0} 僅支援 API 層級 {1}。\n 需要層級 {2} 才可透過 adb 反向來支援連接埠。\n 若要讓偵錯運作,您必須 <搖動或按下開發人員功能表的功能表按鈕>,\n 請前往 <開發人員設定> 然後將裝置的 <偵錯伺服器主機和連接埠> 設為 \n 裝置可連線的電腦 IP 位址。如需詳細資訊,請前往 \n https://facebook.github.io/react-native/docs/debugging.html#debugging-react-native-apps",
9 "ErrorWhileMonitoringLogCat": "監視 LogCat 時發生錯誤"
10}