microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/src/extension/commands/publishToExpHost.i18n.json
10lines · 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 | "ExponentPublishingWasUnsuccessfulMakeSureYoureLoggedInToExpo": "发布失败,请确保您已登录 Expo 并且您的项目是有效的 Expo 项目", |
| 8 | "PublishingAppToExponentServer": "正在将应用程序发布到 Expo 服务器,这可能需要一些时间", |
| 9 | "ExpoAppSuccessfullyPublishedTo": "Expo 应用程序已成功发布到 {0}" |
| 10 | } |