microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/fra/src/extension/commands/installExpoGoApplication.i18n.json
16lines · 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 | "CheckExpoEnvironment": "Vérification de l'environnement du projet Expo", |
| 8 | "DownloadAndroidExpoGo": "\nTéléchargement d’Expo Go pour Android. \n", |
| 9 | "FailedToDownloadExpoGo": "Échec du téléchargement d'Expo Go", |
| 10 | "FailedToInstallExpoGo": "Échec de l'installation d'Expo Go", |
| 11 | "ManualInstall": "Veuillez installer manuellement Expo Go à partir du chemin racine du projet. \n", |
| 12 | "NotDarwinPlatform": "Le système d'exploitation actuel peut ne pas prendre en charge le programme d'installation iOS et The Expo Go peut ne pas être installé.\n", |
| 13 | "DownloadiOSExpoGo": "\nTéléchargement d'Expo Go pour iOS. \n", |
| 14 | "CannotAutoInstall": "Impossible d'installer automatiquement Expo Go, l'installation manuelle sélectionnée ou la machine cible n'est pas MacOS. \n", |
| 15 | "NotExpoProject": "Le projet actuel n'est pas géré par l'Expo" |
| 16 | } |