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

terminalActions.i18n.json « electron-browser « terminal « parts « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ba6afb84c928d0986df8285342d3c7a12e54bbb (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
/*---------------------------------------------------------------------------------------------
 *  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": "Borrar",
	"workbench.action.terminal.copySelection": "Copiar selección",
	"workbench.action.terminal.focus": "Enfocar terminal",
	"workbench.action.terminal.focusNext": "Enfocar terminal siguiente",
	"workbench.action.terminal.focusPrevious": "Enfocar terminal anterior",
	"workbench.action.terminal.kill": "Terminar la instancia del terminal activo",
	"workbench.action.terminal.kill.short": "Terminar el terminal",
	"workbench.action.terminal.new": "Crear nuevo terminal integrado",
	"workbench.action.terminal.new.short": "Nuevo terminal",
	"workbench.action.terminal.paste": "Pegar en el terminal activo",
	"workbench.action.terminal.runActiveFile": "Ejecutar el archivo activo en la terminal activa",
	"workbench.action.terminal.runActiveFile.noFile": "Solo se pueden ejecutar en la terminal los archivos en disco",
	"workbench.action.terminal.runSelectedText": "Ejecutar texto seleccionado en el terminal activo",
	"workbench.action.terminal.scrollDown": "Desplazar hacia abajo (línea)",
	"workbench.action.terminal.scrollDownPage": "Desplazar hacia abajo (página)",
	"workbench.action.terminal.scrollToBottom": "Desplazar al final",
	"workbench.action.terminal.scrollToTop": "Desplazar al principio",
	"workbench.action.terminal.scrollUp": "Desplazar hacia arriba (línea)",
	"workbench.action.terminal.scrollUpPage": "Desplazar hacia arriba (página)",
	"workbench.action.terminal.switchTerminalInstance": "Cambiar instancia del terminal",
	"workbench.action.terminal.toggleTerminal": "Alternar terminal integrado"
}