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

editorActions.i18n.json « editor « parts « browser « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 182519cef59c6193f094040a3713632b51ccf07c (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
43
44
45
46
47
48
49
50
51
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"clearEditorHistory": "Borrar historial del editor",
	"closeAllEditors": "Cerrar todos los editores",
	"closeEditor": "Cerrar editor",
	"closeEditorsInGroup": "Cerrar todos los editores del grupo",
	"closeEditorsInOtherGroups": "Cerrar los editores de otros grupos",
	"closeEditorsToTheLeft": "Cerrar los editores a la izquierda",
	"closeEditorsToTheRight": "Cerrar los editores a la derecha",
	"closeOtherEditorsInGroup": "Cerrar otros editores",
	"evenEditorGroups": "Uniformar anchos del grupo de editores",
	"focusActiveEditorGroup": "Enfocar grupo de editores activo",
	"focusFirstEditorGroup": "Enfocar primer grupo de editores",
	"focusLastEditorInStack": "Abrir el último editor del grupo",
	"focusNextGroup": "Enfocar el grupo siguiente",
	"focusPreviousGroup": "Enfocar el grupo anterior",
	"focusSecondEditorGroup": "Enfocar segundo grupo de editores",
	"focusThirdEditorGroup": "Enfocar tercer grupo de editores",
	"keepEditor": "Mantener editor",
	"maximizeEditor": "Maximizar el grupo de editores y ocultar la barra lateral",
	"minimizeOtherEditorGroups": "Minimizar otros grupos de editores",
	"moveActiveGroupLeft": "Mover el grupo de editores a la izquierda",
	"moveActiveGroupRight": "Mover el grupo de editores a la derecha",
	"moveEditorLeft": "Mover el editor a la izquierda",
	"moveEditorRight": "Mover el editor a la derecha",
	"moveEditorToNextGroup": "Mover editor al grupo siguiente",
	"moveEditorToPreviousGroup": "Mover editor al grupo anterior",
	"navigateEditorGroups": "Navegar entre los grupos de editores",
	"navigateEditorHistoryByInput": "Abrir el editor anterior desde el historial",
	"navigateNext": "Hacia delante",
	"navigatePrevious": "Hacia atrás",
	"nextEditorInGroup": "Abrir el siguiente editor del grupo",
	"openNextEditor": "Abrir el editor siguiente",
	"openNextRecentlyUsedEditorInGroup": "Abrir el siguiente editor recientemente usado en el grupo",
	"openPreviousEditor": "Abrir el editor anterior",
	"openPreviousEditorInGroup": "Abrir el editor anterior en el grupo",
	"openPreviousRecentlyUsedEditorInGroup": "Abrir el editor recientemente usado anterior en el grupo",
	"openToSide": "Abrir en el lateral",
	"reopenClosedEditor": "Volver a abrir el editor cerrado",
	"revertAndCloseActiveEditor": "Revertir y cerrar el editor",
	"showAllEditors": "Mostrar todos los editores",
	"showEditorsInFirstGroup": "Mostrar editores del primer grupo",
	"showEditorsInGroup": "Mostrar los editores del grupo",
	"showEditorsInSecondGroup": "Mostrar editores del segundo grupo",
	"showEditorsInThirdGroup": "Mostrar editores del tercer grupo",
	"splitEditor": "Dividir editor"
}