microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
transitive-dependency-serialize-javascript-root

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/deu/src/extension/commands/configEASBuild.i18n.json

13lines · modepreview

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
    "CheckExpoEnvironment": "Überprüfung der Expo-Projektumgebung",
    "FoundEASJsonFile": "In Ihrem App-Stammverzeichnis ist bereits eine eas.json-Datei vorhanden",
    "ConfigEASBuildInProgress": "Erstellen einer EAS-Build-Konfigurationsdatei",
    "ConfigEASBuildSuccessfully": "Erstellen Sie die EAS-Build-Konfigurationsdatei erfolgreich",
    "NoExistingEASProject": "Das vorhandene EAS-Projekt konnte nicht gefunden werden. Bitte führen Sie zunächst „eas init“ aus, um Ihre App an das EAS-Projekt zu binden",
    "NotExpoApplication": "Die aktuelle App ist keine Expo-Anwendung"
}