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": "Terminale: Copia selezione",
	"workbench.action.terminal.focus": "Terminale: Sposta stato attivo su terminale",
	"workbench.action.terminal.focusNext": "Terminale: Sposta stato attivo su terminale successivo",
	"workbench.action.terminal.focusPrevious": "Terminale: Sposta stato attivo su terminale precedente",
	"workbench.action.terminal.kill": "Terminale: Termina istanza attiva del terminale",
	"workbench.action.terminal.kill.short": "Termina il terminale",
	"workbench.action.terminal.new": "Terminale: Crea nuovo terminale integrato",
	"workbench.action.terminal.new.short": "Nuovo terminale",
	"workbench.action.terminal.paste": "Terminale: Incolla nel terminale attivo",
	"workbench.action.terminal.runSelectedText": "Terminale: Esegui testo selezionato nel terminale attivo",
	"workbench.action.terminal.switchTerminalInstance": "Terminale: Cambia istanza del terminale",
	"workbench.action.terminal.toggleTerminal": "Attiva/Disattiva terminale integrato"
}