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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/jpn/extensions/git/out/commands.i18n.json')
-rw-r--r--i18n/jpn/extensions/git/out/commands.i18n.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/jpn/extensions/git/out/commands.i18n.json b/i18n/jpn/extensions/git/out/commands.i18n.json
index 7669146cd1a..e0b20cd3072 100644
--- a/i18n/jpn/extensions/git/out/commands.i18n.json
+++ b/i18n/jpn/extensions/git/out/commands.i18n.json
@@ -6,11 +6,13 @@
{
"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} の変更を破棄しますか?",
@@ -24,12 +26,16 @@
"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}' を次に公開します:",