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/package.i18n.json')
-rw-r--r--i18n/jpn/extensions/git/package.i18n.json8
1 files changed, 5 insertions, 3 deletions
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",