mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
44 lines
2.4 KiB
JSON
44 lines
2.4 KiB
JSON
/*---------------------------------------------------------------------------------------------
|
|
* 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.
|
|
{
|
|
"command.branch": "分岐の作成...",
|
|
"command.checkout": "チェックアウト先...",
|
|
"command.clean": "変更を破棄",
|
|
"command.cleanAll": "すべての変更を破棄",
|
|
"command.clone": "複製",
|
|
"command.commit": "コミット",
|
|
"command.commitAll": "すべてコミット",
|
|
"command.commitAllSigned": "すべてコミット (サインオフ)",
|
|
"command.commitStaged": "ステージング済みをコミット",
|
|
"command.commitStagedSigned": "ステージング済みをコミット (サインオフ)",
|
|
"command.init": "リポジトリの初期化",
|
|
"command.openChange": "変更を開く",
|
|
"command.openFile": "ファイルを開く",
|
|
"command.publish": "公開",
|
|
"command.pull": "プル",
|
|
"command.pullRebase": "プル (リベース)",
|
|
"command.push": "プッシュ",
|
|
"command.pushTo": "プッシュ先...",
|
|
"command.refresh": "最新の情報に更新",
|
|
"command.revertSelectedRanges": "選択範囲を元に戻す",
|
|
"command.showOutput": "Git 出力の表示",
|
|
"command.stage": "変更のステージング",
|
|
"command.stageAll": "すべての変更のステージング",
|
|
"command.stageSelectedRanges": "選択した範囲をステージする",
|
|
"command.sync": "同期",
|
|
"command.undoCommit": "前回のコミットを元に戻す",
|
|
"command.unstage": "変更のステージング解除",
|
|
"command.unstageAll": "すべての変更のステージング解除",
|
|
"command.unstageSelectedRanges": "選択した範囲をアンステージする",
|
|
"config.autofetch": "自動フェッチが有効かどうか",
|
|
"config.autorefresh": "自動更新が有効かどうか",
|
|
"config.checkoutType": "一覧表示するブランチの種類を制御する",
|
|
"config.confirmSync": "Git リポジトリを同期する前に確認する",
|
|
"config.countBadge": "Git バッジ カウンターを制御する",
|
|
"config.enableLongCommitWarning": "長いコミット メッセージについて警告するかどうか",
|
|
"config.enabled": "Git が有効になっているかどうか",
|
|
"config.path": "Git 実行可能ファイルへのパス"
|
|
} |