Archived
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -12,8 +12,9 @@
|
||||
"cloning": "Clonage du dépôt git...",
|
||||
"openrepo": "Ouvrir le dépôt",
|
||||
"proposeopen": "Voulez-vous ouvrir le dépôt cloné ?",
|
||||
"path to init": "Chemin du dossier",
|
||||
"provide path": "Veuillez fournir un chemin de dossier pour initialiser un dépôt Git",
|
||||
"init repo": "Initialiser le dépôt",
|
||||
"create repo": "Initialiser le dépôt",
|
||||
"are you sure": "Ceci va créer un dépôt Git dans '{0}'. Êtes-vous sûr de vouloir continuer ?",
|
||||
"HEAD not available": "La version HEAD de '{0}' n'est pas disponible.",
|
||||
"confirm stage files with merge conflicts": "Voulez-vous vraiment créer {0} fichiers avec des conflits de fusion ?",
|
||||
"confirm stage file with merge conflicts": "Voulez-vous vraiment créer {0} avec des conflits de fusion ?",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
"command.stageAll": "Mettre en attente toutes les modifications",
|
||||
"command.stageSelectedRanges": "Mettre en attente les plages sélectionnées",
|
||||
"command.revertSelectedRanges": "Restaurer les portées sélectionnées",
|
||||
"command.stageChange": "Mettre en attente la modification",
|
||||
"command.revertChange": "Restaurer la modification",
|
||||
"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",
|
||||
@@ -59,5 +61,11 @@
|
||||
"config.defaultCloneDirectory": "Emplacement par défaut où cloner un dépôt git",
|
||||
"config.enableSmartCommit": "Validez toutes les modifications en l'absence de modifications en attente.",
|
||||
"config.enableCommitSigning": "Permet de valider en signant avec GPG.",
|
||||
"config.discardAllScope": "Contrôle les modifications ignorées par la commande 'Ignorer toutes les modifications'. 'all' ignore toutes les modifications. 'tracked' ignore uniquement les fichiers suivis. 'prompt' affiche un message d'invite chaque fois que l’action est exécutée."
|
||||
"config.discardAllScope": "Contrôle les modifications ignorées par la commande 'Ignorer toutes les modifications'. 'all' ignore toutes les modifications. 'tracked' ignore uniquement les fichiers suivis. 'prompt' affiche un message d'invite chaque fois que l’action est exécutée.",
|
||||
"config.decorations.enabled": "Contrôle si Git contribue aux couleurs et aux badges de l’Explorateur et à l'affichage des éditeurs ouverts.",
|
||||
"colors.modified": "Couleur pour les ressources modifiées.",
|
||||
"colors.deleted": "Couleur pour les ressources supprimées.",
|
||||
"colors.untracked": "Couleur pour les ressources non tracées.",
|
||||
"colors.ignored": "Couleur des ressources ignorées.",
|
||||
"colors.conflict": "Couleur pour les ressources avec des conflits."
|
||||
}
|
||||
Reference in New Issue
Block a user