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: b1d65f3e2d3aff98257e7a5069a479a084b56d2d (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*---------------------------------------------------------------------------------------------
 *  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.toggleTerminal": "Activer/désactiver le terminal intégré",
	"workbench.action.terminal.kill": "Tuer l'instance active du terminal",
	"workbench.action.terminal.kill.short": "Tuer le terminal",
	"workbench.action.terminal.quickKill": "Tuer l'instance de terminal",
	"workbench.action.terminal.copySelection": "Copier la sélection",
	"workbench.action.terminal.selectAll": "Tout Sélectionner",
	"workbench.action.terminal.deleteWordLeft": "Supprimer le mot à gauche",
	"workbench.action.terminal.deleteWordRight": "Supprimer le mot à droite",
	"workbench.action.terminal.new": "Créer un terminal intégré",
	"workbench.action.terminal.new.short": "Nouveau terminal",
	"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.paste": "Coller dans le terminal actif",
	"workbench.action.terminal.DefaultShell": "Sélectionner l'interpréteur de commandes par défaut",
	"workbench.action.terminal.runSelectedText": "Exécuter le texte sélectionné dans le terminal actif",
	"workbench.action.terminal.runActiveFile": "Exécuter le fichier actif dans le terminal actif",
	"workbench.action.terminal.runActiveFile.noFile": "Seuls les fichiers sur disque peuvent être exécutés dans le terminal",
	"workbench.action.terminal.switchTerminalInstance": "Changer d'instance de terminal",
	"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.scrollToBottom": "Faire défiler jusqu'en bas",
	"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.scrollToTop": "Faire défiler jusqu'en haut",
	"workbench.action.terminal.clear": "Effacer",
	"workbench.action.terminal.allowWorkspaceShell": "Autoriser la configuration de l'interpréteur de commandes de l'espace de travail",
	"workbench.action.terminal.disallowWorkspaceShell": "Interdire la configuration de l'interpréteur de commandes de l'espace de travail",
	"workbench.action.terminal.rename": "Renommer",
	"workbench.action.terminal.rename.prompt": "Entrer le nom du terminal",
	"workbench.action.terminal.focusFindWidget": "Focus sur le widget de recherche",
	"workbench.action.terminal.hideFindWidget": "Masquer le widget de recherche",
	"nextTerminalFindTerm": "Afficher le terme de recherche suivant",
	"previousTerminalFindTerm": "Afficher le terme de recherche précédent",
	"quickOpenTerm": "Changer de terminal actif"
}