microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.9.3

Branches

Tags

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

Clone

HTTPS

Download ZIP

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 "YouNeedToLoginToExpo": "你需要登录到 Expo。请关闭此窗口后在输入框中提供 Expo 用户名和密码。如果你没有帐户,请转到 https://expo.io 创建一个。",
10 "ExpoUsername": "Expo 用户名",
11 "ExpoPassword": "Expo 密码",
12 "ExpoPackageIsNotInstalled": "[警告] 未在本地为项目安装 Expo 包,可能会出现更多错误。请在项目中运行 \"npm install expo --save-dev\"。"
13}