microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/src/extension/exponent/exponentPlatform.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 | "ExpoStartAdbReverseSuccess": "找到设备或模拟器,“adb reverse”命令成功执行", |
| 8 | "ExpoStartAdbReverseFailure": "Adb 反向命令失败,无法找到通过 USB 设备连接或正在运行的模拟器,另请确保当前只有一个连接的设备或正在运行的模拟器", |
| 9 | "ExponentServerIsRunningOpenToSeeIt": "Expo 服务器正在运行,请在 {0} 打开您的 Expo 应用程序进行查看", |
| 10 | "QRCodeOutputInstructions": "扫描下面的二维码打开您的应用程序:", |
| 11 | "CopyToClipboard": "复制到剪贴板", |
| 12 | "ApplicationIsRunningOnExponentShakeDeviceForRemoteDebugging": "应用程序正在 Expo 上运行,请摇动设备并选择“远程调试 JS”以启用调试" |
| 13 | } |