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/installExpoGoApplication.i18n.json

16lines · 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 "CheckExpoEnvironment": "Überprüfung der Expo-Projektumgebung",
8 "DownloadAndroidExpoGo": "\nLaden Sie Expo Go für Android herunter. \n",
9 "FailedToDownloadExpoGo": "Expo Go konnte nicht heruntergeladen werden",
10 "FailedToInstallExpoGo": "Expo Go konnte nicht installiert werden",
11 "ManualInstall": "Bitte installieren Sie Expo Go manuell über den Projektstammpfad. \n",
12 "NotDarwinPlatform": "Das aktuelle Betriebssystem unterstützt das iOS-Installationsprogramm möglicherweise nicht. The Expo Go wird möglicherweise nicht installiert.\n",
13 "DownloadiOSExpoGo": "\nLaden Sie Expo Go für iOS herunter. \n",
14 "CannotAutoInstall": "Expo Go kann nicht automatisch installiert werden, die manuelle Installation wurde ausgewählt oder der Zielcomputer ist kein MacOS. \n",
15 "NotExpoProject": "Das aktuelle Projekt wird nicht von der Expo verwaltet"
16}