mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-02 10:00:29 -04:00
Merge VS Code 1.21 source code (#1067)
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
This commit is contained in:
@@ -1,9 +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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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} でのリモート ブランチ",
|
||||
"create branch": "$(plus) 新しいブランチを作成",
|
||||
@@ -13,7 +15,7 @@
|
||||
"cancel tooltip": "クローンのキャンセル",
|
||||
"cloning": "Git リポジトリを複製しています...",
|
||||
"openrepo": "リポジトリを開く",
|
||||
"proposeopen": "複製したリポジトリを開きますか?",
|
||||
"proposeopen": "クローンしたリポジトリを開きますか?",
|
||||
"init": "Git リポジトリを初期化するワークスペース フォルダーを選択してください",
|
||||
"init repo": "リポジトリの初期化",
|
||||
"create repo": "リポジトリの初期化",
|
||||
@@ -41,6 +43,10 @@
|
||||
"confirm discard all 2": "{0}\n\nこの変更は元に戻すことはできません。現在のワーキング セットは永久に失われます。",
|
||||
"yes discard tracked": "1 つの追跡ファイルを破棄",
|
||||
"yes discard tracked multiple": "{0} 個の追跡ファイルを破棄",
|
||||
"unsaved files single": "次のファイルが保存されていません: {0}。\n\nコミット前に保存しますか?",
|
||||
"unsaved files": "{0} 個の保存されていないファイルがあります。\n\nコミット前に保存しますか?",
|
||||
"save and commit": "すべて保存してコミットする",
|
||||
"commit": "とにかくコミットする",
|
||||
"no staged changes": "コミットするステージされた変更がありません。\n\nすべての変更を自動的にステージして、直接コミットしますか?",
|
||||
"always": "常に行う",
|
||||
"no changes": "コミットする必要のある変更はありません。",
|
||||
@@ -57,18 +63,19 @@
|
||||
"select a branch to merge from": "マージ元のブランチを選択",
|
||||
"merge conflicts": "マージの競合があります。コミットする前にこれを解決してください。",
|
||||
"tag name": "タグ名",
|
||||
"provide 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": "リポジトリには、プッシュ先として構成されているリモートがありません。",
|
||||
"push with tags success": "タグが正常にプッシュされました。",
|
||||
"nobranch": "リモートにプッシュするブランチをチェックアウトしてください。",
|
||||
"confirm publish branch": "'{0}' ブランチに上流ブランチはありません。このブランチを公開しますか?",
|
||||
"ok": "OK",
|
||||
"push with tags success": "タグが正常にプッシュされました。",
|
||||
"pick remote": "リモートを選んで、ブランチ '{0}' を次に公開します:",
|
||||
"sync is unpredictable": "このアクションはコミットを '{0}' との間でプッシュしたりプルしたりします。",
|
||||
"ok": "OK",
|
||||
"never again": "OK、今後は表示しない",
|
||||
"no remotes to publish": "リポジトリには、発行先として構成されているリモートがありません。",
|
||||
"no changes stash": "スタッシュする変更がありません。",
|
||||
|
||||
Reference in New Issue
Block a user