mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Merged in translations
This commit is contained in:
@@ -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": "すべてステージング解除"
|
||||
}
|
||||
Reference in New Issue
Block a user