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

links.i18n.json « browser « links « contrib « editor « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cec797328278ec763caa11d0d139b227757b7463 (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 + 单击以跟踪链接",
	"links.navigate": "Ctrl + 单击以跟踪链接",
	"links.command.mac": "Cmd + 单击以执行命令",
	"links.command": "Ctrl + 单击以执行命令",
	"links.navigate.al": "Alt + 单击以访问链接",
	"links.command.al": "Alt + 单击以执行命令",
	"invalid.url": "抱歉,无法打开此链接,因为其格式不正确: {0}",
	"missing.url": "抱歉,无法打开此链接,因为其目标丢失。",
	"label": "打开链接"
}