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

terminalInstance.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: 9b9c6d0cbc315abd8def3c1cd01c67a7a2593972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"terminal.integrated.a11yBlankLine": "Línea en blanco",
	"terminal.integrated.a11yPromptLabel": "Entrada de terminal",
	"terminal.integrated.a11yTooMuchOutput": "Demasiada salida para anunciarla. Vaya a las filas manualmente para leerlas.",
	"terminal.integrated.copySelection.noSelection": "El terminal no tiene ninguna selección para copiar",
	"terminal.integrated.exitedWithCode": "El proceso del terminal finalizó con el código de salida: {0}",
	"terminal.integrated.waitOnExit": "Presione cualquier tecla para cerrar el terminar",
	"terminal.integrated.launchFailed": "No se pudo iniciar el comando de proceso del terminal \"{0}{1}\" (código de salida: {2})"
}