terminalActions.i18n.json 1.4 KB
Newer Older
D
Dirk Baeumer 已提交
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 7 8 9 10 11 12 13 14 15 16 17 18 19
{
	"workbench.action.terminal.copySelection": "Terminal : copier la sélection",
	"workbench.action.terminal.focus": "Terminal : focus sur le terminal",
	"workbench.action.terminal.focusNext": "Terminal : focus sur le terminal suivant",
	"workbench.action.terminal.focusPrevious": "Terminal : focus sur le terminal précédent",
	"workbench.action.terminal.kill": "Terminal : tuer l'instance active du terminal",
	"workbench.action.terminal.kill.short": "Tuer le terminal",
	"workbench.action.terminal.new": "Terminal : créer un terminal intégré",
	"workbench.action.terminal.new.short": "Nouveau terminal",
	"workbench.action.terminal.paste": "Terminal : coller dans le terminal actif",
	"workbench.action.terminal.runSelectedText": "Terminal : exécuter le texte sélectionné dans le terminal actif",
	"workbench.action.terminal.switchTerminalInstance": "Terminal : changer d'instance de terminal",
	"workbench.action.terminal.toggleTerminal": "Activer/désactiver le terminal intégré"
}