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')
-rw-r--r--i18n/jpn/extensions/git/out/commands.i18n.json5
-rw-r--r--i18n/jpn/extensions/git/out/repository.i18n.json2
-rw-r--r--i18n/jpn/extensions/git/package.i18n.json8
3 files changed, 10 insertions, 5 deletions
diff --git a/i18n/jpn/extensions/git/out/commands.i18n.json b/i18n/jpn/extensions/git/out/commands.i18n.json
index af7b32febd1..e825de0716d 100644
--- a/i18n/jpn/extensions/git/out/commands.i18n.json
+++ b/i18n/jpn/extensions/git/out/commands.i18n.json
@@ -12,8 +12,9 @@
"cloning": "Git リポジトリを複製しています...",
"openrepo": "リポジトリを開く",
"proposeopen": "複製したリポジトリを開きますか?",
- "path to init": "フォルダーのパス",
- "provide path": "初期化する Git リポジトリへのフォルダー パスを入力してください",
+ "init repo": "リポジトリの初期化",
+ "create repo": "リポジトリの初期化",
+ "are you sure": "'{0}' に Git リポジトリを作成します。続行してもよろしいですか?",
"HEAD not available": "'{0}' の HEAD バージョンは利用できません。",
"confirm stage files with merge conflicts": "マージの競合がある {0} 個のファイルをステージしてもよろしいですか?",
"confirm stage file with merge conflicts": "マージの競合がある {0} をステージしてもよろしいですか? ",
diff --git a/i18n/jpn/extensions/git/out/repository.i18n.json b/i18n/jpn/extensions/git/out/repository.i18n.json
index 553e8a8277f..11c4d9a6d7f 100644
--- a/i18n/jpn/extensions/git/out/repository.i18n.json
+++ b/i18n/jpn/extensions/git/out/repository.i18n.json
@@ -21,6 +21,8 @@
"deleted by us": "こちら側による削除",
"both added": "双方とも追加",
"both modified": "双方とも変更",
+ "untracked, short": "U",
+ "modified, short": "M",
"commit": "コミット",
"merge changes": "変更のマージ",
"staged changes": "ステージング済みの変更",
diff --git a/i18n/jpn/extensions/git/package.i18n.json b/i18n/jpn/extensions/git/package.i18n.json
index ffdb7e9c5a1..e176e6c6ec0 100644
--- a/i18n/jpn/extensions/git/package.i18n.json
+++ b/i18n/jpn/extensions/git/package.i18n.json
@@ -12,12 +12,14 @@
"command.openFile": "ファイルを開く",
"command.openHEADFile": "HEAD のファイルを開く",
"command.stage": "変更のステージング",
- "command.stageAll": "すべての変更のステージング",
- "command.stageSelectedRanges": "選択した範囲をステージする",
+ "command.stageAll": "すべての変更をステージ",
+ "command.stageSelectedRanges": "選択した範囲をステージ",
"command.revertSelectedRanges": "選択範囲を元に戻す",
+ "command.stageChange": "変更のステージング",
+ "command.revertChange": "変更を元に戻す",
"command.unstage": "変更のステージング解除",
"command.unstageAll": "すべての変更のステージング解除",
- "command.unstageSelectedRanges": "選択した範囲をアンステージする",
+ "command.unstageSelectedRanges": "選択した範囲のステージを解除",
"command.clean": "変更を破棄",
"command.cleanAll": "すべての変更を破棄",
"command.commit": "Commit",