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

links.i18n.json « browser « links « contrib « editor « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22ba27230b5496941d16a0dd04c03d0bd5bba3df (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.
{
	"links.navigate.mac": "Cmd + clic para abrir el vínculo",
	"links.navigate": "Ctrl + clic para abrir el vínculo",
	"links.command.mac": "CMD + click para ejecutar el comando",
	"links.command": "Ctrl + click para ejecutar el comando",
	"links.navigate.al": "Alt + clic para seguir el vínculo",
	"links.command.al": "Alt + clic para ejecutar el comando",
	"invalid.url": "No se pudo abrir este vínculo porque no tiene un formato correcto: {0}",
	"missing.url": "No se pudo abrir este vínculo porque falta el destino.",
	"label": "Abrir vínculo"
}