commands.i18n.json 2.9 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  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.
D
Dirk Baeumer 已提交
6
{
7 8 9 10
	"tag at": "{0} のタグ",
	"remote branch at": "{0} でのリモート ブランチ",
	"repourl": "リポジトリ URL",
	"parent": "親ディレクトリ",
D
Dirk Baeumer 已提交
11
	"cloning": "Git リポジトリを複製しています...",
12 13 14 15
	"openrepo": "リポジトリを開く",
	"proposeopen": "複製したリポジトリを開きますか?",
	"confirm revert": "{0} で選択した変更を元に戻しますか?",
	"revert": "変更を元に戻す",
D
Dirk Baeumer 已提交
16
	"confirm discard": "{0} の変更を破棄しますか?",
D
Dirk Baeumer 已提交
17
	"confirm discard multiple": "{0} 個のファイルの変更内容を破棄しますか?",
D
Dirk Baeumer 已提交
18
	"discard": "変更を破棄",
19 20
	"confirm discard all": "すべての変更を破棄しますか? 変更は戻りません!",
	"discardAll": "すべての変更を破棄",
D
Daniel Ye 已提交
21 22 23
	"no staged changes": "コミットするステージされた変更がありません。\\n\\nすべての変更を自動的にステージして、直接コミットしますか?",
	"yes": "はい",
	"always": "常に行う",
D
Dirk Baeumer 已提交
24
	"no changes": "コミットする必要のある変更はありません。",
25 26 27 28
	"commit message": "コミット メッセージ",
	"provide commit message": "コミット メッセージを入力してください",
	"branch name": "ブランチ名",
	"provide branch name": "ブランチ名を指定してください",
D
Dirk Baeumer 已提交
29 30 31
	"no remotes to pull": "リポジトリには、プル元として構成されているリモートがありません。",
	"no remotes to push": "リポジトリには、プッシュ先として構成されているリモートがありません。",
	"nobranch": "リモートにプッシュするブランチをチェックアウトしてください。",
D
Dirk Baeumer 已提交
32
	"pick remote": "リモートを選んで、ブランチ '{0}' を次に公開します:",
D
Dirk Baeumer 已提交
33
	"sync is unpredictable": "このアクションはコミットを '{0}' との間でプッシュしたりプルしたりします。",
34 35 36 37 38
	"ok": "OK",
	"never again": "了解しました。今後は表示しない",
	"no remotes to publish": "リポジトリには、発行先として構成されているリモートがありません。",
	"disabled": "このワークスペースでは、Git が無効になっているか、サポートされていません",
	"clean repo": "チェックアウトの前に、リポジトリの作業ツリーを消去してください。",
39
	"cant push": "参照仕様をリモートにプッシュできません。最初に 'Pull' を実行して変更を統合してください。",
40 41 42
	"git error details": "Git: {0}",
	"git error": "Git エラー",
	"open git log": "Git ログを開く"
D
Dirk Baeumer 已提交
43
}