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: 9941d145008a04739352de5617b53b23fd812d85 (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": "Attiva/Disattiva terminale integrato",
	"workbench.action.terminal.kill": "Termina istanza attiva del terminale",
	"workbench.action.terminal.kill.short": "Termina il terminale",
	"workbench.action.terminal.quickKill": "Termina istanza del terminale",
	"workbench.action.terminal.copySelection": "Copia selezione",
	"workbench.action.terminal.selectAll": "Seleziona tutto",
	"workbench.action.terminal.deleteWordLeft": "Elimina parola a sinistra",
	"workbench.action.terminal.deleteWordRight": "Elimina la parola a destra",
	"workbench.action.terminal.new": "Crea nuovo terminale integrato",
	"workbench.action.terminal.new.short": "Nuovo terminale",
	"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.paste": "Incolla nel terminale attivo",
	"workbench.action.terminal.DefaultShell": "Selezionare la Shell di Default",
	"workbench.action.terminal.runSelectedText": "Esegui testo selezionato nel terminale attivo",
	"workbench.action.terminal.runActiveFile": "Esegui file attivo nel terminale attivo",
	"workbench.action.terminal.runActiveFile.noFile": "Nel terminale è possibile eseguire solo file su disco",
	"workbench.action.terminal.switchTerminalInstance": "Cambia istanza del terminale",
	"workbench.action.terminal.scrollDown": "Scorri giù (riga)",
	"workbench.action.terminal.scrollDownPage": "Scorri giù (pagina)",
	"workbench.action.terminal.scrollToBottom": "Scorri alla fine",
	"workbench.action.terminal.scrollUp": "Scorri su (riga)",
	"workbench.action.terminal.scrollUpPage": "Scorri su (pagina)",
	"workbench.action.terminal.scrollToTop": "Scorri all'inizio",
	"workbench.action.terminal.clear": "Cancella",
	"workbench.action.terminal.allowWorkspaceShell": "Consente la configurazione della Shell dell'area di lavoro",
	"workbench.action.terminal.disallowWorkspaceShell": "Non consente la configurazione della Shell dell'area di lavoro",
	"workbench.action.terminal.rename": "Rinomina",
	"workbench.action.terminal.rename.prompt": "Immettere il nome del terminale",
	"workbench.action.terminal.focusFindWidget": "Stato attivo su widget Trova",
	"workbench.action.terminal.hideFindWidget": "Nascondi widget Trova",
	"nextTerminalFindTerm": "Mostra il termine di ricerca successivo",
	"previousTerminalFindTerm": "Mostra il termine di ricerca precedente",
	"quickOpenTerm": "Cambia terminale attivo"
}