editor.contribution.i18n.json 873 字节
Newer Older
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  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.
D
Dirk Baeumer 已提交
6
{
D
Dirk Baeumer 已提交
7
	"allEditorsPicker": "Afficher tous les éditeurs ouverts",
D
Dirk Baeumer 已提交
8
	"binaryDiffEditor": "Éditeur de différences binaires",
D
Dirk Baeumer 已提交
9 10 11
	"centerEditorGroupPicker": "Afficher les éditeurs dans le groupe du milieu",
	"leftEditorGroupPicker": "Afficher les éditeurs dans le groupe de gauche",
	"rightEditorGroupPicker": "Afficher les éditeurs dans le groupe de droite",
D
Dirk Baeumer 已提交
12 13
	"textDiffEditor": "Éditeur de différences textuelles",
	"textEditor": "Éditeur de texte",
D
Dirk Baeumer 已提交
14
	"view": "Affichage"
D
Dirk Baeumer 已提交
15
}