mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
Initial VS Code 1.19 source merge (#571)
* Initial 1.19 xcopy * Fix yarn build * Fix numerous build breaks * Next batch of build break fixes * More build break fixes * Runtime breaks * Additional post merge fixes * Fix windows setup file * Fix test failures. * Update license header blocks to refer to source eula
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -9,9 +9,12 @@
|
||||
"create branch": "$(plus) 新しいブランチを作成",
|
||||
"repourl": "リポジトリ URL",
|
||||
"parent": "親ディレクトリ",
|
||||
"cancel": "$(sync~spin) リポジトリのクローン中... キャンセルをクリックしてください",
|
||||
"cancel tooltip": "クローンのキャンセル",
|
||||
"cloning": "Git リポジトリを複製しています...",
|
||||
"openrepo": "リポジトリを開く",
|
||||
"proposeopen": "複製したリポジトリを開きますか?",
|
||||
"init": "Git リポジトリを初期化するワークスペース フォルダーを選択してください",
|
||||
"init repo": "リポジトリの初期化",
|
||||
"create repo": "リポジトリの初期化",
|
||||
"are you sure": "'{0}' に Git リポジトリを作成します。続行してもよろしいですか?",
|
||||
@@ -49,12 +52,15 @@
|
||||
"select branch to delete": "削除するブランチの選択",
|
||||
"confirm force delete branch": "ブランチ '{0}' はマージされていません。それでも削除しますか?",
|
||||
"delete branch": "ブランチの削除",
|
||||
"invalid branch name": "無効なブランチ名",
|
||||
"branch already exists": "ブランチ名 '{0}' は既に存在します",
|
||||
"select a branch to merge from": "マージ元のブランチを選択",
|
||||
"merge conflicts": "マージの競合があります。コミットする前にこれを解決してください。",
|
||||
"tag name": "タグ名",
|
||||
"provide tag name": "タグ名を入力してください。",
|
||||
"tag message": "メッセージ",
|
||||
"provide tag message": "注釈付きタグにつけるメッセージを入力してください",
|
||||
"no remotes to fetch": "リポジトリには、フェッチ元として構成されているリモートがありません。",
|
||||
"no remotes to pull": "リポジトリには、プル元として構成されているリモートがありません。",
|
||||
"pick remote pull repo": "リモートを選んで、ブランチを次からプルします:",
|
||||
"no remotes to push": "リポジトリには、プッシュ先として構成されているリモートがありません。",
|
||||
@@ -71,7 +77,7 @@
|
||||
"no stashes": "復元するスタッシュがありません。",
|
||||
"pick stash to pop": "適用するスタッシュを選択してください",
|
||||
"clean repo": "チェックアウトの前に、リポジトリの作業ツリーを消去してください。",
|
||||
"cant push": "参照仕様をリモートにプッシュできません。最初に 'Pull' を実行して変更を統合してください。",
|
||||
"cant push": "参照仕様をリモートにプッシュできません。最初に 'Pull' を実行して変更を統合してください。",
|
||||
"git error details": "Git: {0}",
|
||||
"git error": "Git エラー",
|
||||
"open git log": "Git ログを開く"
|
||||
|
||||
Reference in New Issue
Block a user