microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.4.2

Branches

Tags

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

Clone

HTTPS

Download ZIP

i18n/fra/src/common/packager.i18n.json

19lines · 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 "CouldNotReadPackagerOptions": "Impossible de lire les options du packager depuis exp.json, poursuite de l'opération...",
8 "StartingPackager": "Démarrage du packager",
9 "PackagerStarted": "Le packager a démarré.",
10 "PackagerIsAlreadyRunning": "Le packager est déjà en cours d'exécution.",
11 "PackagerRunningOutsideVSCode": "Packager React Native en cours d'exécution en dehors de VS Code. Pour effectuer le débogage, utilisez l'option 'Attacher au packager'",
12 "PackagerIsStillRunning": "Le packager est toujours en cours d'exécution. Si le packager a démarré en dehors de VS Code, quittez le processus lié au packager via le Gestionnaire des tâches.",
13 "PackagerIsNotRunning": "Le packager n'est pas en cours d'exécution",
14 "EntryPointDoesntExist": "Le point d'entrée n'existe pas non plus dans index.js, ni dans index.{0}.js. Ignorer la préparation...",
15 "AboutToGetURL": "Prêt à obtenir : {0}",
16 "BundleCacheWasPrewarmed": "Le cache de bundle a été préparé.",
17 "CouldNotStartPackager": "Impossible de démarrer le packager.",
18 "StoppingPackager": "Arrêt du packager"
19}