microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/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 请改为指定设备 ID (如同在 \"adb devices\" 输出中一样)。", |
| 8 | "DeviceSupportsOnlyAPILevel": "设备 {0} 仅支持 API 级别 {1}。\n 需要级别 {2} 才能通过 adb 反向进行端口转发。\n 要使调试起作用,需要在开发人员菜单中<Shake or press menu button>,\n转到<Dev Settings>并将<Debug Server host & port for Device>配置为\n设备可访问的计算机的 IP 地址。有关详细信息,请参阅\n https://facebook.github.io/react-native/docs/debugging.html#debugging-react-native-apps", |
| 9 | "ErrorWhileMonitoringLogCat": "监视 LogCat 时出错" |
| 10 | } |