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

gitActions.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: d4834f3cd3396197330e3dabbbb3803c3cce99ff (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"authFailed": "Git リモートで認証が失敗しました。",
	"cleanChangesLabel": "変更を取り除く(&&C)",
	"commit": "Commit",
	"commitAll": "すべてコミット",
	"commitAll2": "すべてコミット",
	"commitAllSignedOff": "すべてコミット (サインオフ)",
	"commitMessage": "コミット メッセージ",
	"commitStaged": "ステージング済みをコミット",
	"commitStaged2": "ステージング済みをコミット",
	"commitStagedSignedOff": "コミットしてステージング (サインオフ)",
	"confirmPublishMessage": "'{0}' を '{1}' に発行してよろしいですか?",
	"confirmPublishMessageButton": "発行(&&P)",
	"confirmUndo": "'{0}' の変更を取り除いてよろしいですか?",
	"confirmUndoAllMultiple": "{0} ファイルにステージングされていない変更があります。\n\nこのアクションは元に戻すことができません。",
	"confirmUndoAllOne": "{0} ファイルにステージングされていない変更があります。\n\nこのアクションは元に戻すことができません。",
	"confirmUndoMessage": "変更をすべて取り除いてもよろしいですか?",
	"dirtyTreeCheckout": "チェック アウトできません。まず作業をコミットまたはステージングしてください。",
	"dirtyTreePull": "プルできません。まず作業をコミットまたはステージングしてください。",
	"init": "初期化",
	"irreversible": "このアクションは元に戻すことができません。",
	"openChange": "変更を開く",
	"openFile": "ファイルを開く",
	"publish": "公開",
	"publishPickMessage": "リモートを選んで、ブランチ '{0}' を次に公開します:",
	"refresh": "最新の情報に更新",
	"stageAllChanges": "すべてステージング",
	"stageChanges": "ステージ",
	"sureSync": "Git リポジトリを同期しますか?",
	"undoAllChanges": "すべて取り除く",
	"undoChanges": "取り除く",
	"undoLastCommit": "前回のコミットを元に戻す",
	"unstage": "ステージング解除",
	"unstageAllChanges": "すべてステージング解除"
}