Files
vscode/i18n/fra/extensions/git/package.i18n.json
2017-04-12 10:35:32 +02:00

44 lines
2.4 KiB
JSON

/*---------------------------------------------------------------------------------------------
* 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.
{
"command.branch": "Créer une branche...",
"command.checkout": "Extraire vers...",
"command.clean": "Ignorer les modifications",
"command.cleanAll": "Ignorer toutes les modifications",
"command.clone": "Cloner",
"command.commit": "Valider",
"command.commitAll": "Valider tout",
"command.commitAllSigned": "Valider tout (signé)",
"command.commitStaged": "Valider les modifications en attente",
"command.commitStagedSigned": "Valider les modifications en attente (signé)",
"command.init": "Initialiser le dépôt",
"command.openChange": "Ouvrir les modifications",
"command.openFile": "Ouvrir le fichier",
"command.publish": "Publier",
"command.pull": "Pull",
"command.pullRebase": "Pull (rebaser)",
"command.push": "Push",
"command.pushTo": "Transfert (Push) vers...",
"command.refresh": "Actualiser",
"command.revertSelectedRanges": "Restaurer les portées sélectionnées",
"command.showOutput": "Afficher la sortie Git",
"command.stage": "Mettre en attente les modifications",
"command.stageAll": "Mettre en attente toutes les modifications",
"command.stageSelectedRanges": "Mettre en attente les plages sélectionnées",
"command.sync": "Synchroniser",
"command.undoCommit": "Annuler la dernière validation",
"command.unstage": "Annuler la mise en attente des modifications",
"command.unstageAll": "Annuler la mise en attente de toutes les modifications",
"command.unstageSelectedRanges": "Annuler la mise en attente des plages sélectionnées",
"config.autofetch": "Indique si la récupération automatique est activée",
"config.autorefresh": "Indique si l'actualisation automatique est activée",
"config.checkoutType": "Contrôle le type des branches listées",
"config.confirmSync": "Confirmer avant de synchroniser des dépôts git",
"config.countBadge": "Contrôle le compteur de badges git",
"config.enableLongCommitWarning": "Indique si les longs messages de validation doivent faire l'objet d'un avertissement",
"config.enabled": "Indique si git est activé",
"config.path": "Chemin de l'exécutable git"
}