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

gitActions.contribution.i18n.json « browser « git « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f107259b8f086dca1b0989d05d70cce2d83ff33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"confirmRevertMessage": "選択した変更を元に戻しますか?",
	"git": "Git",
	"irreversible": "このアクションは元に戻すことができません。",
	"openChange": "変更を開く",
	"openFile": "ファイルを開く",
	"openInEditor": "エディター ビューに切り替える",
	"revertChangesLabel": "変更を元に戻す(&&R)",
	"revertSelectedLines": "選択した行を元に戻す",
	"stageSelectedLines": "選択した行のステージング",
	"switchToChangesView": "変更の表示に切り替え",
	"unstageSelectedLines": "選択した行のステージング解除",
	"workbenchStage": "ステージ",
	"workbenchUnstage": "ステージング解除"
}