microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/src/extension/exponent/exponentHelper.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 | "MakingSureYourProjectUsesCorrectExponentDependencies": "请确保项目使用 Expo 的正确依赖项。这可能需要一段时间...", |
| 8 | "CheckingIfThisIsExpoApp": "正在检查其是否是 Expo 应用。", |
| 9 | "ExpoPackageIsNotInstalled": "[警告] 请确保已为你的项目本地安装 Expo 包,否则可能会进一步发生错误。请在你的项目中运行 \"npm install expo --save-dev\" 来安装它。", |
| 10 | "YouNeedToLoginToExpo": "你需要登录到 Expo。请关闭此窗口后在输入框中提供 Expo 用户名和密码。如果你没有帐户,请转到 https://expo.io 创建一个。", |
| 11 | "ExpoUsername": "Expo 用户名", |
| 12 | "ExpoPassword": "Expo 密码" |
| 13 | } |