Welcome to mirror list, hosted at ThFree Co, Russian Federation.

commandsHandler.i18n.json « browser « quickopen « parts « workbench « vs « src « fra « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 261570184f1273a57644acac488bee89b833306d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"showTriggerActions": "Afficher toutes les commandes",
	"showCommands.label": "Palette de commandes...",
	"entryAriaLabelWithKey": "{0}, {1}, commandes",
	"entryAriaLabel": "{0}, commandes",
	"canNotRun": "La commande '{0}' ne peut pas être exécutée à partir d'ici.",
	"actionNotEnabled": "La commande '{0}' n'est pas activée dans le contexte actuel.",
	"commandLabel": "{0} : {1}",
	"cat.title": "{0} : {1}",
	"noCommandsMatching": "Aucune commande correspondante"
}