keybindingsEditor.i18n.json 1.8 KB
Newer Older
D
Dirk Baeumer 已提交
1
{
2 3 4 5 6 7 8
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
9
	"keybindingsInputName": "Raccourcis clavier",
D
Dirk Baeumer 已提交
10 11
	"SearchKeybindings.AriaLabel": "Rechercher dans les combinaisons de touches",
	"SearchKeybindings.Placeholder": "Rechercher dans les combinaisons de touches",
12
	"sortByPrecedene": "Trier par priorité",
13 14 15
	"header-message": "Pour des personnalisations avancées, ouvrez et modifiez",
	"keybindings-file-name": "keybindings.json",
	"keybindingsLabel": "Combinaisons de touches",
D
Dirk Baeumer 已提交
16
	"changeLabel": "Changer de combinaison de touches",
17 18 19
	"addLabel": "Ajouter une combinaison de touches",
	"removeLabel": "Supprimer la combinaison de touches",
	"resetLabel": "Définir une combinaison de touches",
20
	"showSameKeybindings": "Afficher les mêmes raccourcis clavier",
D
Dirk Baeumer 已提交
21
	"copyLabel": "Copier",
22
	"copyCommandLabel": "Copier la Commande",
23
	"command": "Commande",
D
Dirk Baeumer 已提交
24
	"keybinding": "Combinaison de touches",
25 26 27 28 29 30
	"source": "Source",
	"when": "Quand",
	"editKeybindingLabelWithKey": "Changer de combinaison de touches {0}",
	"editKeybindingLabel": "Changer de combinaison de touches",
	"addKeybindingLabelWithKey": "Ajouter une combinaison de touches {0}",
	"addKeybindingLabel": "Ajouter une combinaison de touches",
31
	"title": "{0} ({1})",
32
	"commandAriaLabel": "Commande : {0}.",
D
Dirk Baeumer 已提交
33 34 35
	"keybindingAriaLabel": "Combinaison de touches : {0}.",
	"noKeybinding": "Aucune combinaison de touches n'est affectée.",
	"sourceAriaLabel": "Source : {0}.",
36 37
	"whenAriaLabel": "When : {0}.",
	"noWhen": "Pas de contexte when."
D
Dirk Baeumer 已提交
38
}