microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/fra/src/extension/generalMobilePlatform.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 | "ReactNativeRunPlatform": "React Native : exécuter {0}", |
| 8 | "ConnectedToPackager": "Connecté à l'outil de création de package. Vous pouvez désormais ouvrir votre application dans le simulateur.", |
| 9 | "DebuggerReadyEnableRemoteDebuggingInApp": "Débogueur prêt. Activez le débogage à distance dans l'application.", |
| 10 | "DebuggerReadyDisableRemoteDebuggingInApp": "Débogueur prêt. Désactivez le débogage à distance dans l'application.", |
| 11 | "StartingReactNativePackager": "Démarrage de l'outil de création de package React Native.", |
| 12 | "AttachingToRunningReactNativePackager": "Attachement à l'outil de création de package React Native en cours d'exécution" |
| 13 | } |