microsoft/vscode-react-native

Public

mirrored fromhttps://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/configEASBuild.i18n.json

13lines · 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",
    "FoundEASJsonFile": "Il existe déjà un fichier eas.json à la racine de votre application",
    "ConfigEASBuildInProgress": "Création du fichier de configuration de build EAS",
    "ConfigEASBuildSuccessfully": "Créer avec succès le fichier de configuration de build EAS",
    "NoExistingEASProject": "Impossible de trouver le projet EAS existant. Veuillez d'abord exécuter « eas init » pour lier votre application au projet EAS.",
    "NotExpoApplication": "L'application actuelle n'est pas une application Expo"
}