mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
46 lines
3.1 KiB
JSON
46 lines
3.1 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.
|
|
{
|
|
"tag at": "{0} のタグ",
|
|
"remote branch at": "{0} でのリモート ブランチ",
|
|
"repourl": "リポジトリ URL",
|
|
"parent": "親ディレクトリ",
|
|
"cloning": "Git リポジトリを複製しています...",
|
|
"openrepo": "リポジトリを開く",
|
|
"proposeopen": "複製したリポジトリを開きますか?",
|
|
"confirm revert": "{0} で選択した変更を元に戻しますか?",
|
|
"revert": "変更を元に戻す",
|
|
"confirm discard": "{0} の変更を破棄しますか?",
|
|
"confirm discard multiple": "{0} 個のファイルの変更内容を破棄しますか?",
|
|
"discard": "変更を破棄",
|
|
"confirm discard all": "すべての変更を破棄しますか? 変更は戻りません!",
|
|
"discardAll": "すべての変更を破棄",
|
|
"no staged changes": "コミットするステージされた変更がありません。\\n\\nすべての変更を自動的にステージして、直接コミットしますか?",
|
|
"yes": "はい",
|
|
"always": "常に行う",
|
|
"no changes": "コミットする必要のある変更はありません。",
|
|
"commit message": "コミット メッセージ",
|
|
"provide commit message": "コミット メッセージを入力してください",
|
|
"branch name": "ブランチ名",
|
|
"provide branch name": "ブランチ名を指定してください",
|
|
"select branch to delete": "削除するブランチの選択",
|
|
"confirm force delete branch": "ブランチ '{0}' はマージされていません。それでも削除しますか?",
|
|
"delete branch": "ブランチの削除",
|
|
"no remotes to pull": "リポジトリには、プル元として構成されているリモートがありません。",
|
|
"no remotes to push": "リポジトリには、プッシュ先として構成されているリモートがありません。",
|
|
"nobranch": "リモートにプッシュするブランチをチェックアウトしてください。",
|
|
"pick remote": "リモートを選んで、ブランチ '{0}' を次に公開します:",
|
|
"sync is unpredictable": "このアクションはコミットを '{0}' との間でプッシュしたりプルしたりします。",
|
|
"ok": "OK",
|
|
"never again": "OK、今後は表示しない",
|
|
"no remotes to publish": "リポジトリには、発行先として構成されているリモートがありません。",
|
|
"disabled": "このワークスペースでは、Git が無効になっているか、サポートされていません",
|
|
"clean repo": "チェックアウトの前に、リポジトリの作業ツリーを消去してください。",
|
|
"cant push": "参照仕様をリモートにプッシュできません。最初に 'Pull' を実行して変更を統合してください。",
|
|
"git error details": "Git: {0}",
|
|
"git error": "Git エラー",
|
|
"open git log": "Git ログを開く"
|
|
} |