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

terminalActions.i18n.json « electron-browser « terminal « parts « workbench « vs « src « ita « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d73450e97cc9d09c485a11bd3e3c755886caef58 (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
/*---------------------------------------------------------------------------------------------
 *  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": "Cancella",
	"workbench.action.terminal.copySelection": "Copia selezione",
	"workbench.action.terminal.focus": "Sposta stato attivo su terminale",
	"workbench.action.terminal.focusNext": "Sposta stato attivo su terminale successivo",
	"workbench.action.terminal.focusPrevious": "Sposta stato attivo su terminale precedente",
	"workbench.action.terminal.kill": "Termina istanza attiva del terminale",
	"workbench.action.terminal.kill.short": "Termina il terminale",
	"workbench.action.terminal.new": "Crea nuovo terminale integrato",
	"workbench.action.terminal.new.short": "Nuovo terminale",
	"workbench.action.terminal.paste": "Incolla nel terminale attivo",
	"workbench.action.terminal.runSelectedText": "Esegui testo selezionato nel terminale attivo",
	"workbench.action.terminal.scrollDown": "Scorri giù (riga)",
	"workbench.action.terminal.scrollDownPage": "Scorri giù (pagina)",
	"workbench.action.terminal.scrollToBottom": "Scorri alla fine",
	"workbench.action.terminal.scrollToTop": "Scorri all'inizio",
	"workbench.action.terminal.scrollUp": "Scorri su (riga)",
	"workbench.action.terminal.scrollUpPage": "Scorri su (pagina)",
	"workbench.action.terminal.switchTerminalInstance": "Cambia istanza del terminale",
	"workbench.action.terminal.toggleTerminal": "Attiva/Disattiva terminale integrato"
}