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:
Karl Burtram
2018-01-28 23:37:17 -08:00
committed by GitHub
parent 9a1ac20710
commit 251ae01c3e
8009 changed files with 93378 additions and 35634 deletions

View File

@@ -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.
{

View 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?"
}

View File

@@ -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": "Не удается отправить ссылки в удаленную ветвь. Сначала выберите \"Извлечь\", чтобы интегрировать изменения.",
"cant push": "Не удается отправить ссылки в удаленный репозиторий. Сначала выберите \"Извлечь\", чтобы интегрировать изменения.",
"git error details": "Git: {0}",
"git error": "Ошибка Git",
"open git log": "Открыть журнал GIT"

View File

@@ -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": "Использование GIT {0} из {1}",
"updateGit": "Обновить Git",
"downloadgit": "Скачать Git",
"neverShowAgain": "Больше не показывать",
"notfound": "Git не найден. Установите Git или укажите путь к нему в параметре 'git.path'.",
"updateGit": "Обновить Git",
"git20": "У вас установлен Git {0}. Код лучше всего работает с Git >= 2."
}

View File

@@ -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.
{

View File

@@ -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": "Сообщение (чтобы зафиксировать, нажмите кнопку {0})",
"commit": "Commit",
"merge changes": "Объединить изменения",
"staged changes": "Промежуточно сохраненные изменения",

View File

@@ -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.
{

View File

@@ -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.
{