microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
remove-unused-debugging-code

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

i18n/fra/src/extension/commands/installExpoGoApplication.i18n.json

16lines · modepreview

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
    "CheckExpoEnvironment": "Vérification de l'environnement du projet Expo",
    "DownloadAndroidExpoGo": "\nTéléchargement d’Expo Go pour Android. \n",
    "FailedToDownloadExpoGo": "Échec du téléchargement d'Expo Go",
    "FailedToInstallExpoGo": "Échec de l'installation d'Expo Go",
    "ManualInstall": "Veuillez installer manuellement Expo Go à partir du chemin racine du projet. \n",
    "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",
    "DownloadiOSExpoGo": "\nTéléchargement d'Expo Go pour iOS. \n",
    "CannotAutoInstall": "Impossible d'installer automatiquement Expo Go, l'installation manuelle sélectionnée ou la machine cible n'est pas MacOS. \n",
    "NotExpoProject": "Le projet actuel n'est pas géré par l'Expo"
}