microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/fra/src/extension/appLauncher.i18n.json
17lines · modeblame
21e2e2f0Ezio 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 | "PrewarmingBundleCache": "Préchauffage du cache du bundle, cela peut prendre un certain temps...", | |
| 8 | "BuildingAndRunningApplication": "Création et exécution d'une application", | |
| 9 | "PrepareHermesDebugging": "Préparer le débogage Hermes", | |
| 10 | "PrepareHermesLaunch": "Préparer le lancement d'Hermès", | |
| 11 | "PrepareDirectIosDebugging": "Préparer le débogage iOS direct (expérimental)", | |
| 12 | "PrepareDirectIosLaunch": "Préparer le lancement direct d'iOS (expérimental)", | |
| 13 | "DisableJSDebugging": "Désactiver le débogage JS", | |
| 14 | "EnableJSDebugging": "Activer le débogage JS", | |
| 15 | "BrowserError": "Erreur du navigateur : {0}", | |
| 16 | "BrowserExit": "Le navigateur a été fermé avec le code de sortie : {0}" | |
| 17 | } |