microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/plk/src/extension/appLauncher.i18n.json
17lines · 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 | "PrewarmingBundleCache": "Wstępne rozgrzewanie pamięci podręcznej pakietów. Może to chwilę potrwać...", |
| 8 | "BuildingAndRunningApplication": "Budowanie i uruchamianie aplikacji", |
| 9 | "PrepareHermesDebugging": "Przygotuj debugowanie Hermesa", |
| 10 | "PrepareHermesLaunch": "Przygotuj start Hermesa", |
| 11 | "PrepareDirectIosDebugging": "Przygotuj bezpośrednie debugowanie iOS (eksperymentalne)", |
| 12 | "PrepareDirectIosLaunch": "Przygotuj bezpośrednie uruchomienie iOS (eksperymentalne)", |
| 13 | "DisableJSDebugging": "Wyłącz debugowanie JS", |
| 14 | "EnableJSDebugging": "Włącz debugowanie JS", |
| 15 | "BrowserError": "Błąd przeglądarki: {0}", |
| 16 | "BrowserExit": "Przeglądarka została zamknięta z kodem wyjścia: {0}" |
| 17 | } |