microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/src/extension/commands/installExpoGoApplication.i18n.json
16lines · 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 | "CheckExpoEnvironment": "检查Expo项目环境", |
| 8 | "DownloadAndroidExpoGo": "\n下载 Android 版 Expo Go。 \n", |
| 9 | "FailedToDownloadExpoGo": "下载 Expo Go 失败", |
| 10 | "FailedToInstallExpoGo": "无法安装 Expo Go", |
| 11 | "ManualInstall": "请从项目根路径手动安装 Expo Go。 \n", |
| 12 | "NotDarwinPlatform": "当前操作系统可能不支持 iOS 安装程序,Expo Go 可能无法安装。\n", |
| 13 | "DownloadiOSExpoGo": "\n下载 iOS 版 Expo Go。 \n", |
| 14 | "CannotAutoInstall": "无法自动安装 Expo Go,选择手动安装或目标机器不是 MacOS。 \n", |
| 15 | "NotExpoProject": "当前项目不属于Expo管理范围" |
| 16 | } |