microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/csy/src/extension/networkInspector/networkInspectorServer.i18n.json
13lines · 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 | "StartNetworkinspector": "Spuštění inspektora sítě", |
| 8 | "NetworkInspectorWorking": "Inspektor sítě funguje", |
| 9 | "NetworkInspectorStopped": "Inspektor sítě byl zastaven", |
| 10 | "ErrorOpeningNetworkInspectorServerOnPort": "Chyba při otevírání serveru Network Inspector na portu {0}", |
| 11 | "NIDeviceDisconnected": "Zařízení se odpojilo {0} od inspektora sítě", |
| 12 | "NIDeviceConnected": "Připojené zařízení: {0}" |
| 13 | } |