microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/chs/src/extension/commandPaletteHandler.i18n.json
12lines · 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 | "AnotherElementInspectorAlreadyRun": "已运行另一个元素检查器", |
| 9 | "PublishingAppToExponentServer": "将应用发布到 Expo 服务器。这可能需要一些时间。", |
| 10 | "ExpoAppSuccessfullyPublishedTo": "Expo 应用已成功发布到 {0}", |
| 11 | "ExpoErrorOccuredMakeSureYouAreLoggedIn": "发生错误。请确保你已登录到 Expo、你的项目已正确设置为用于发布且包生成工具正作为 Expo 运行。" |
| 12 | } |