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

links.i18n.json « browser « links « contrib « editor « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e00353168e9a62bde08ccaf4429b8b402be63e43 (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": "command キーを押しながらクリックしてリンク先を表示",
	"links.navigate": "Ctrl キーを押しながらクリックしてリンク先を表示",
	"links.command.mac": "command キーを押しながらクリックしてコマンドを実行",
	"links.command": "Ctrl キーを押しながらクリックしてコマンドを実行",
	"links.navigate.al": "Altl キーを押しながらクリックしてリンク先を表示",
	"links.command.al": "Alt キーを押しながらクリックしてコマンドを実行",
	"invalid.url": "申し訳ありません。このリンクは形式が正しくないため開くことができませんでした: {0}",
	"missing.url": "申し訳ありません。このリンクはターゲットが存在しないため開くことができませんでした。",
	"label": "リンクを開く"
}