mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05: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.
|
||||
{
|
||||
|
||||
11
i18n/jpn/extensions/git/out/autofetch.i18n.json
Normal file
11
i18n/jpn/extensions/git/out/autofetch.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"yes": "はい",
|
||||
"no": "いいえ",
|
||||
"not now": "あとで",
|
||||
"suggest auto fetch": "Git リポジトリの自動フェッチを有効にしますか?"
|
||||
}
|
||||
@@ -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 ログを開く"
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"looking": "Git を探しています: {0}",
|
||||
"using git": "{1} から Git {0} を使用しています",
|
||||
"updateGit": "Git の更新",
|
||||
"downloadgit": "Git のダウンロード",
|
||||
"neverShowAgain": "今後は表示しない",
|
||||
"notfound": "Git が見つかりません。Git をインストールするか 'git.path' 設定でパスを構成してください。",
|
||||
"updateGit": "Git の更新",
|
||||
"git20": "git {0} がインストールされているようです。Code は Git 2 以上で最適に動作します"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
|
||||
@@ -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.
|
||||
{
|
||||
@@ -21,6 +21,7 @@
|
||||
"deleted by us": "こちら側による削除",
|
||||
"both added": "双方とも追加",
|
||||
"both modified": "双方とも変更",
|
||||
"commitMessage": "Message (press {0} to commit)",
|
||||
"commit": "コミット",
|
||||
"merge changes": "変更のマージ",
|
||||
"staged changes": "ステージング済みの変更",
|
||||
|
||||
@@ -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.
|
||||
{
|
||||
|
||||
@@ -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.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user