mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 01:20:31 -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) Создать новую ветвь",
|
||||
@@ -41,6 +43,10 @@
|
||||
"confirm discard all 2": "{0}\n\nОтменить это действие нельзя, текущие изменения будут утеряны.",
|
||||
"yes discard tracked": "Отменить изменения для отслеживаемого файла",
|
||||
"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": "Нет изменений для фиксации.",
|
||||
@@ -64,12 +70,13 @@
|
||||
"no remotes to pull": "Для вашего репозитория не настроены удаленные репозитории для получения данных.",
|
||||
"pick remote pull repo": "Выберите удаленный компьютер, с которого следует загрузить ветвь",
|
||||
"no remotes to push": "Для вашего репозитория не настроены удаленные репозитории для отправки данных.",
|
||||
"push with tags success": "Файлы с тегами успешно отправлены.",
|
||||
"nobranch": "Извлеките ветвь, чтобы передать данные в удаленный репозиторий.",
|
||||
"confirm publish branch": "В ветви '{0}' отсутствует восходящая ветвь. Вы хотите опубликовать эту ветвь?",
|
||||
"ok": "ОК",
|
||||
"push with tags success": "Файлы с тегами успешно отправлены.",
|
||||
"pick remote": "Выберите удаленный сервер, на котором нужно опубликовать ветвь \"{0}\":",
|
||||
"sync is unpredictable": "Это действие отправляет фиксации в \"{0}\" и извлекает их из этого расположения.",
|
||||
"ok": "ОК",
|
||||
"never again": "ОК. Больше не показывать",
|
||||
"never again": "ОК, больше не показывать",
|
||||
"no remotes to publish": "Для вашего репозитория не настроены удаленные репозитории для публикации.",
|
||||
"no changes stash": "Отсутствуют изменения, которые необходимо спрятать.",
|
||||
"provide stash message": "Укажите сообщение о скрытии",
|
||||
|
||||
Reference in New Issue
Block a user