Merged in translations

This commit is contained in:
Dirk Baeumer
2017-01-31 15:01:40 +01:00
parent e1081a5c42
commit c2dfb60abc
352 changed files with 1390 additions and 413 deletions

View File

@@ -3,4 +3,28 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"command.branch": "分岐の作成...",
"command.checkout": "チェックアウト先...",
"command.clean": "クリーン",
"command.cleanAll": "すべてクリーン",
"command.commitAll": "すべてコミット",
"command.commitAllSigned": "すべてコミット (サインオフ)",
"command.commitStaged": "ステージング済みをコミット",
"command.commitStagedSigned": "ステージング済みをコミット (サインオフ)",
"command.openChange": "変更を開く",
"command.openFile": "ファイルを開く",
"command.publish": "公開",
"command.pull": "プル",
"command.pullRebase": "プル (リベース)",
"command.push": "プッシュ",
"command.pushTo": "プッシュ先...",
"command.refresh": "最新の情報に更新",
"command.showOutput": "Git 出力の表示",
"command.stage": "ステージング",
"command.stageAll": "すべてステージング",
"command.sync": "同期",
"command.undoCommit": "前回のコミットを元に戻す",
"command.unstage": "ステージング解除",
"command.unstageAll": "すべてステージング解除"
}