microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
cdp-node-version-compatibility

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/deu/src/common/configurationProviderHelper.i18n.json

27lines · 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 "PlatformSelectionTitle": "Plattform auswählen",
8 "PlatformSelectionPrompt": "Plattform zum Laufen",
9 "ApplicationTypeSelectionTitle": "Wählen Sie den Typ der React Native-Anwendung aus",
10 "ApplicationTypeSelectionPrompt": "Art der React Native-Anwendung",
11 "UseHermesEnginePrompt": "Hermes-Engine zum direkten Debuggen verwenden?",
12 "UseHermesEngineInvalid": "Die Verwendung der Hermes-Engine ist nicht bestätigt",
13 "ExpoPlatformTypeSelection": "Wählen Sie die Plattform zur Ausführung aus",
14 "ExpoPlatformTypeSelectionPrompt": "Art der Plattform, auf der ausgeführt werden soll",
15 "ExpoHostTypeSelectionTitle": "Wählen Sie den Typ des Expo-Host-Parameters aus",
16 "ExpoHostTypeSelectionPrompt": "Typ des Expo-Hostparameters",
17 "BrowserTypeSelectionTitle": "Wählen Sie den Browsertyp aus",
18 "BrowserTypeSelectionPrompt": "Art des Browsers",
19 "NoBrowserTargetSelected": "Browserziel ist nicht ausgewählt",
20 "AddressInputTitle": "Die Adresse des Hosts",
21 "AddressInputPrompt": "Geben Sie die Adresse des Hosts ein",
22 "AddressInputInvalid": "Geben Sie einen gültigen Hostnamen oder eine gültige IP-Adresse ein",
23 "PortInputTitle": "Der Port des Hosts",
24 "PortInputPrompt": "Geben Sie die Portnummer ein, die der Debug-Server überwacht",
25 "PortInputInvalid": "Geben Sie eine gültige Portnummer ein",
26 "UseHermesEngine": "Verwenden Sie die Hermes-Engine"
27}