microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
dev/v-peq/removeEmptyOnChangeConfiguration

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/chs/src/extension/exponent/exponentHelper.i18n.json

18lines · 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 "MissingFieldsInExpoApp": "package.json 中缺少“名称”或“版本”字段,您的应用程序可能需要这些字段",
10 "ExpoPackageIsNotInstalled": "[警告] 请确保您的项目本地安装了 expo 软件包,否则可能会出现进一步的错误,请在您的项目中运行 'npm install expo --save-dev' 来安装它",
11 "YouNeedToLoginToExpo": "您需要登录Expo,请在关闭此窗口后在输入框中输入您的Expo帐户用户名和密码,如果您没有帐户,请前往https://expo.io创建一个帐户",
12 "ExpoUsername": "Expo用户名",
13 "ExpoPassword": "Expo密码",
14 "ExpoInstallNgrokGlobally": "似乎“{0}”软件包未全局安装,使用 Expo 隧道需要此软件包,您要全局安装吗?",
15 "InstallNgrokGloballyButtonOK": "安装",
16 "InstallNgrokGloballyButtonCancel": "取消",
17 "NgrokInstalledGlobally": "“{0}”软件包已成功全局安装"
18}