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