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

terminalActions.i18n.json « electron-browser « terminal « parts « workbench « vs « src « fra « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3c3957041dcb2e5d0ca0f2299b0f86f16afe27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"workbench.action.terminal.clear": "Effacer",
	"workbench.action.terminal.copySelection": "Copier la sélection",
	"workbench.action.terminal.focus": "Focus sur le terminal",
	"workbench.action.terminal.focusNext": "Focus sur le terminal suivant",
	"workbench.action.terminal.focusPrevious": "Focus sur le terminal précédent",
	"workbench.action.terminal.kill": "Tuer l'instance active du terminal",
	"workbench.action.terminal.kill.short": "Tuer le terminal",
	"workbench.action.terminal.new": "Créer un terminal intégré",
	"workbench.action.terminal.new.short": "Nouveau terminal",
	"workbench.action.terminal.paste": "Coller dans le terminal actif",
	"workbench.action.terminal.runSelectedText": "Exécuter le texte sélectionné dans le terminal actif",
	"workbench.action.terminal.scrollDown": "Faire défiler vers le bas (ligne)",
	"workbench.action.terminal.scrollDownPage": "Faire défiler vers le bas (page)",
	"workbench.action.terminal.scrollUp": "Faire défiler vers le haut (ligne)",
	"workbench.action.terminal.scrollUpPage": "Faire défiler vers le haut (page)",
	"workbench.action.terminal.switchTerminalInstance": "Changer d'instance de terminal",
	"workbench.action.terminal.toggleTerminal": "Activer/désactiver le terminal intégré"
}