microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/csy/src/common/configurationProviderHelper.i18n.json
27lines · modeblame
a4e6c228Ezio Li1 years ago | 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": "Vyberte platformu", | |
| 8 | "PlatformSelectionPrompt": "Platforma na běhání", | |
| 9 | "ApplicationTypeSelectionTitle": "Vyberte typ aplikace React Native", | |
| 10 | "ApplicationTypeSelectionPrompt": "Typ aplikace React Native", | |
| 11 | "UseHermesEnginePrompt": "Použít Hermes engine pro přímé ladění?", | |
| 12 | "UseHermesEngineInvalid": "Použití enginu Hermes není potvrzeno", | |
7a4506dclexie0111 years ago | 13 | "ExpoPlatformTypeSelection": "Vyberte platformu, na které chcete spustit", |
| 14 | "ExpoPlatformTypeSelectionPrompt": "Typ platformy pro provoz", | |
a4e6c228Ezio Li1 years ago | 15 | "ExpoHostTypeSelectionTitle": "Vyberte typ parametru hostitele Expo", |
| 16 | "ExpoHostTypeSelectionPrompt": "Typ parametru hostitele Expo", | |
| 17 | "BrowserTypeSelectionTitle": "Vyberte typ prohlížeče", | |
| 18 | "BrowserTypeSelectionPrompt": "Typ prohlížeče", | |
| 19 | "NoBrowserTargetSelected": "Cíl prohlížeče není vybrán", | |
| 20 | "AddressInputTitle": "Adresa hostitele", | |
| 21 | "AddressInputPrompt": "Zadejte adresu hostitele", | |
| 22 | "AddressInputInvalid": "Zadejte platný název hostitele nebo adresu IP", | |
| 23 | "PortInputTitle": "Přístav hostitele", | |
| 24 | "PortInputPrompt": "Zadejte číslo portu, na kterém ladicí server naslouchá", | |
| 25 | "PortInputInvalid": "Zadejte platné číslo portu", | |
| 26 | "UseHermesEngine": "Použijte Hermes Engine" | |
| 27 | } |