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

commands.i18n.json « out « git « extensions « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e0b20cd3072a573c188a1dda09d623234ecee2d4 (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
41
42
43
44
45
46
47
48
49
50
51
52
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"tag at": "{0} のタグ",
	"remote branch at": "{0} でのリモート ブランチ",
	"create branch": "$(plus) 新しいブランチを作成",
	"repourl": "リポジトリ URL",
	"parent": "親ディレクトリ",
	"cloning": "Git リポジトリを複製しています...",
	"openrepo": "リポジトリを開く",
	"proposeopen": "複製したリポジトリを開きますか?",
	"HEAD not available": "'{0}' の HEAD バージョンは利用できません。",
	"confirm revert": "{0} で選択した変更を元に戻しますか?",
	"revert": "変更を元に戻す",
	"confirm discard": "{0} の変更を破棄しますか?",
	"confirm discard multiple": "{0} 個のファイルの変更内容を破棄しますか?",
	"discard": "変更を破棄",
	"confirm discard all": "すべての変更を破棄しますか? 変更は戻りません!",
	"discardAll": "すべての変更を破棄",
	"no staged changes": "コミットするステージされた変更がありません。\n\nすべての変更を自動的にステージして、直接コミットしますか?",
	"yes": "はい",
	"always": "常に行う",
	"no changes": "コミットする必要のある変更はありません。",
	"commit message": "コミット メッセージ",
	"provide commit message": "コミット メッセージを入力してください",
	"select a ref to checkout": "チェックアウトする参照を選択",
	"branch name": "ブランチ名",
	"provide branch name": "ブランチ名を指定してください",
	"select branch to delete": "削除するブランチの選択",
	"confirm force delete branch": "ブランチ '{0}' はマージされていません。それでも削除しますか?",
	"delete branch": "ブランチの削除",
	"select a branch to merge from": "マージ元のブランチを選択",
	"merge conflicts": "マージの競合があります。コミットする前にこれを解決してください。",
	"no remotes to pull": "リポジトリには、プル元として構成されているリモートがありません。",
	"pick remote pull repo": "リモートを選んで、ブランチを次からプルします:",
	"no remotes to push": "リポジトリには、プッシュ先として構成されているリモートがありません。",
	"nobranch": "リモートにプッシュするブランチをチェックアウトしてください。",
	"pick remote": "リモートを選んで、ブランチ '{0}' を次に公開します:",
	"sync is unpredictable": "このアクションはコミットを '{0}' との間でプッシュしたりプルしたりします。",
	"ok": "OK",
	"never again": "OK、今後は表示しない",
	"no remotes to publish": "リポジトリには、発行先として構成されているリモートがありません。",
	"disabled": "このワークスペースでは、Git が無効になっているか、サポートされていません",
	"clean repo": "チェックアウトの前に、リポジトリの作業ツリーを消去してください。",
	"cant push": "参照仕様をリモートにプッシュできません。最初に 'Pull' を実行して変更を統合してください。",
	"git error details": "Git: {0}",
	"git error": "Git エラー",
	"open git log": "Git ログを開く"
}