SQL Operations Studio Public Preview 1 (0.23) release source code

This commit is contained in:
Karl Burtram
2017-11-09 14:30:27 -08:00
parent b88ecb8d93
commit 3cdac41339
8829 changed files with 759707 additions and 286 deletions

View File

@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "Настроить язык",
"displayLanguage": "Определяет язык интерфейса VSCode.",
"doc": "Список поддерживаемых языков см. в {0}.",
"restart": "Для изменения значения требуется перезапуск VSCode.",
"fail.createSettings": "Невозможно создать \"{0}\" ({1}).",
"JsonSchema.locale": "Язык пользовательского интерфейса."
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"openFolder": "Открыть папку...",
"openFileFolder": "Открыть..."
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleActivityBar": "Показать или скрыть панель действий",
"view": "Просмотреть"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleEditorGroupLayout": "Переключить вертикальную или горизонтальную структуру группы редакторов",
"horizontalLayout": "Горизонтальная структура группы редакторов",
"verticalLayout": "Вертикальная структура группы редакторов",
"view": "Просмотреть"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleLocation": "Расположение боковой панели",
"view": "Просмотреть"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleSidebar": "Изменить видимость боковой панели",
"view": "Просмотреть"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleStatusbar": "Переключить видимость строки состояния",
"view": "Просмотреть"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleZenMode": "Включить/отключить режим \"Дзен\"",
"view": "Просмотреть"
}

View File

@@ -0,0 +1,22 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"openFolder": "Открыть папку...",
"openFileFolder": "Открыть...",
"addFolderToWorkspace": "Добавить папку в рабочую область...",
"add": "&&Добавить",
"addFolderToWorkspaceTitle": "Добавить папку в рабочую область",
"newWorkspace": "Создать рабочую область...",
"select": "&&Выбрать",
"selectWorkspace": "Выбрать папки для рабочей области",
"removeFolderFromWorkspace": "Удалить папку из рабочей области",
"saveWorkspaceAsAction": "Сохранить рабочую область как...",
"saveEmptyWorkspaceNotSupported": "Перед сохранением рабочей области откройте ее. ",
"save": "Сохранить",
"saveWorkspace": "Сохранить рабочую область",
"openWorkspaceAction": "Открыть рабочую область...",
"openWorkspaceConfigFile": "Открыть файл конфигурации рабочей области"
}

View File

@@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"removeFromActivityBar": "Удалить из панели действий",
"keepInActivityBar": "Хранить в панели действий",
"titleKeybinding": "{0} ({1})",
"additionalViews": "Дополнительные представления",
"numberBadge": "{0} ({1})",
"manageExtension": "Управление расширениями",
"toggle": "Переключить закрепленное представление"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideActivitBar": "Скрыть панель действий",
"activityBarAriaLabel": "Переключатель активного представления",
"globalActions": "Глобальные действия"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ariaCompositeToolbarLabel": "Действий: {0}",
"titleTooltip": "{0} ({1})"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"metadataDiff": "{0} ↔ {1}"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"binaryEditor": "Средство просмотра двоичных объектов"
}

View File

@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"textEditor": "Текстовый редактор",
"textDiffEditor": "Редактор текстовых несовпадений",
"binaryDiffEditor": "Редактор двоичных несовпадений",
"sideBySideEditor": "Параллельный редактор",
"groupOnePicker": "Показать редакторы в первой группе",
"groupTwoPicker": "Показать редакторы во второй группе",
"groupThreePicker": "Показать редакторы в третьей группе",
"allEditorsPicker": "Показать все открытые редакторы",
"view": "Просмотр"
}

View File

@@ -0,0 +1,56 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"splitEditor": "Разделить редактор",
"joinTwoGroups": "Объединить редакторы из двух групп",
"navigateEditorGroups": "Переход между группами редакторов",
"focusActiveEditorGroup": "Сфокусироваться на активной группе редактора",
"focusFirstEditorGroup": "Фокус на первую группу редакторов",
"focusSecondEditorGroup": "Фокус на вторую группу редакторов",
"focusThirdEditorGroup": "Фокус на третью группу редакторов",
"focusPreviousGroup": "Фокус на предыдущую группу",
"focusNextGroup": "Фокус на следующую группу",
"openToSide": "Открыть сбоку",
"closeEditor": "Закрыть редактор",
"revertAndCloseActiveEditor": "Отменить изменения и закрыть редактор",
"closeEditorsToTheLeft": "Закрыть редакторы слева",
"closeEditorsToTheRight": "Закрыть редакторы справа",
"closeAllEditors": "Закрыть все редакторы",
"closeUnmodifiedEditors": "Закрыть редакторы без изменений в группе",
"closeEditorsInOtherGroups": "Закрыть редакторы в других группах",
"closeOtherEditorsInGroup": "Закрыть другие редакторы",
"closeEditorsInGroup": "Закрыть все редакторы в группе",
"moveActiveGroupLeft": "Переместить группу редакторов влево",
"moveActiveGroupRight": "Переместить группу редакторов вправо",
"minimizeOtherEditorGroups": "Свернуть другие группы редакторов",
"evenEditorGroups": "Уравнять ширину групп редакторов",
"maximizeEditor": "Развернуть группу редакторов и скрыть боковую панель",
"keepEditor": "Сохранить редактор",
"openNextEditor": "Открыть следующий редактор",
"openPreviousEditor": "Открыть предыдущий редактор",
"nextEditorInGroup": "Открыть следующий редактор в группе",
"openPreviousEditorInGroup": "Открыть предыдущий редактор в группе",
"navigateNext": "Далее",
"navigatePrevious": "Назад",
"reopenClosedEditor": "Открыть закрытый редактор",
"clearRecentFiles": "Очистить недавно открытые",
"showEditorsInFirstGroup": "Показать редакторы в первой группе",
"showEditorsInSecondGroup": "Показать редакторы во второй группе",
"showEditorsInThirdGroup": "Показать редакторы в третьей группе",
"showEditorsInGroup": "Показать редакторы в группе",
"showAllEditors": "Показать все редакторы",
"openPreviousRecentlyUsedEditorInGroup": "Открыть предыдущий недавно использованный редактор в группе",
"openNextRecentlyUsedEditorInGroup": "Открыть следующий недавно использованный редактор в группе",
"navigateEditorHistoryByInput": "Открыть предыдущий редактор из журнала",
"openNextRecentlyUsedEditor": "Открыть следующий недавно использованный редактор",
"openPreviousRecentlyUsedEditor": "Открыть предыдущий недавно использованный редактор",
"clearEditorHistory": "Очистить журнал редактора",
"focusLastEditorInStack": "Открыть последний редактор в группе",
"moveEditorLeft": "Переместить редактор влево",
"moveEditorRight": "Переместить редактор вправо",
"moveEditorToPreviousGroup": "Переместить редактор в предыдущую группу",
"moveEditorToNextGroup": "Переместить редактор в следующую группу"
}

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorCommand.activeEditorMove.description": "Перемещение активного редактора по вкладкам или группам",
"editorCommand.activeEditorMove.arg.name": "Аргумент перемещения активного редактора",
"editorCommand.activeEditorMove.arg.description": "Свойства аргумента:\n\t\t\t\t\t\t* 'to': строковое значение, указывающее направление перемещения.\n\t\t\t\t\t\t* 'by': строковое значение, указывающее единицу перемещения (вкладка или группа).\n\t\t\t\t\t\t* 'value': числовое значение, указывающее количество позиций перемещения или абсолютную позицию, на которую необходимо переместить.\n\t\t\t\t\t",
"commandDeprecated": "Команда **{0}** удалена. Вместо нее можно использовать **{1}**",
"openKeybindings": "Настройка сочетаний клавиш"
}

View File

@@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"groupOneVertical": "Слева",
"groupTwoVertical": "По центру",
"groupThreeVertical": "Справа",
"groupOneHorizontal": "По верхнему краю",
"groupTwoHorizontal": "По центру",
"groupThreeHorizontal": "По нижнему краю",
"editorOpenError": "Невозможно открыть \"{0}\": {1}."
}

View File

@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"entryAriaLabel": "{0}, выбор группы редакторов",
"groupLabel": "Группа: {0}",
"noResultsFoundInGroup": "Соответствующие открытые редакторы не найдены в группе",
"noOpenedEditors": "Список открытых редакторов в группе сейчас пуст.",
"noResultsFound": "Соответствующие открытые редакторы не найдены",
"noOpenedEditorsAllGroups": "Список открытых редакторов сейчас пуст."
}

View File

@@ -0,0 +1,51 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"singleSelectionRange": "Строка {0}, столбец {1} (выбрано {2})",
"singleSelection": "Строка {0}, столбец {1}",
"multiSelectionRange": "Выделений: {0} (выделено символов: {1})",
"multiSelection": "Выделений: {0}",
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "Клавиша TAB перемещает фокус",
"screenReaderDetected": "Средство чтения с экрана обнаружено",
"screenReaderDetectedExtra": "Если вы не используете средство чтения с экрана, измените значение параметра \"editor.accessibilitySupport\" на \"off\".",
"disableTabMode": "Отключить режим специальных возможностей",
"gotoLine": "Перейти к строке",
"indentation": "Отступ",
"selectEncoding": "Выберите кодировку",
"selectEOL": "Выберите последовательность конца строки",
"selectLanguageMode": "Выберите языковой режим",
"fileInfo": "Сведения о файле",
"spacesSize": "Пробелов: {0}",
"tabSize": "Размер интервала табуляции: {0}",
"showLanguageExtensions": "Поиск \"{0}\" среди расширений Marketplace...",
"changeMode": "Изменить языковой режим",
"noEditor": "В данный момент нет активного текстового редактора",
"languageDescription": "({0}) — настроенный язык",
"languageDescriptionConfigured": "({0})",
"languagesPicks": "языки (идентификатор)",
"configureModeSettings": "Настройка параметров, определяемых языком \"{0}\"...",
"configureAssociationsExt": "Настройка сопоставлений файлов для \"{0}\"...",
"autoDetect": "Автоматическое обнаружение",
"pickLanguage": "Выберите языковой режим",
"currentAssociation": "Текущая связь",
"pickLanguageToConfigure": "Выберите языковой режим для связи с \"{0}\".",
"changeIndentation": "Изменить отступ",
"noWritableCodeEditor": "Активный редактор кода доступен только для чтения.",
"indentView": "изменить представление",
"indentConvert": "преобразовать файл",
"pickAction": "Выберите действие",
"changeEndOfLine": "Изменить последовательность конца строки",
"pickEndOfLine": "Выберите последовательность конца строки",
"changeEncoding": "Изменить кодировку файла",
"noFileEditor": "В данный момент нет активного файла",
"saveWithEncoding": "Сохранить в кодировке",
"reopenWithEncoding": "Повторно открыть в кодировке",
"guessedEncoding": "Предположение на основе содержимого",
"pickEncodingForReopen": "Выберите кодировку файла для его повторного открытия",
"pickEncodingForSave": "Выберите кодировку файла для его сохранения"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"araLabelTabActions": "Действия вкладки"
}

View File

@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"textDiffEditor": "Редактор текстовых несовпадений",
"readonlyEditorWithInputAriaLabel": "{0}. Редактор сравнения текста только для чтения.",
"readonlyEditorAriaLabel": "Редактор сравнения текста только для чтения.",
"editableEditorWithInputAriaLabel": "{0}. Редактор сравнения текстовых файлов.",
"editableEditorAriaLabel": "Редактор сравнения текстовых файлов.",
"navigate.next.label": "Следующее исправление",
"navigate.prev.label": "Предыдущее исправление",
"inlineDiffLabel": "Переключиться на представление в строке",
"sideBySideDiffLabel": "Переключиться на параллельное представление"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorLabelWithGroup": "{0}, группа {1}."
}

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"textEditor": "Текстовый редактор",
"readonlyEditorWithInputAriaLabel": "{0}. Текстовый редактор только для чтения.",
"readonlyEditorAriaLabel": "Текстовый редактор только для чтения.",
"untitledFileEditorWithInputAriaLabel": "{0}. Текстовый редактор файлов без названия.",
"untitledFileEditorAriaLabel": "Текстовый редактор файлов без названия."
}

View File

@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"close": "Закрыть",
"closeOthers": "Закрыть другие",
"closeRight": "Закрыть справа",
"closeAll": "Закрыть все",
"closeAllUnmodified": "Закрыть без изменений",
"keepOpen": "Оставить открытым",
"showOpenedEditors": "Показать открытые редакторы",
"araLabelEditorActions": "Действия редактора"
}

View File

@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"panelActionTooltip": "{0} ({1})",
"closePanel": "Закрыть панель",
"togglePanel": "Переключить панель",
"focusPanel": "Фокус на панель",
"toggleMaximizedPanel": "Переключить развернутую панель",
"maximizePanel": "Развернуть панель",
"minimizePanel": "Восстановить размер панели",
"view": "Просмотр"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"panelSwitcherBarAriaLabel": "Переключатель активной панели"
}

View File

@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"inputModeEntryDescription": "{0} (нажмите клавишу ВВОД, чтобы подтвердить введенные данные, или ESCAPE для отмены)",
"inputModeEntry": "Нажмите клавишу ВВОД, чтобы подтвердить введенные данные, или ESCAPE для отмены",
"emptyPicks": "Нет записей для выбора",
"quickOpenInput": "Введите \"?\", чтобы узнать, какие отсюда можно выполнить действия",
"historyMatches": "недавно открывавшиеся",
"noResultsFound1": "Результаты не найдены",
"canNotRunPlaceholder": "Этот обработчик Quick Open нельзя использовать в текущем контексте.",
"entryAriaLabel": "{0}, недавно открывавшиеся",
"removeFromEditorHistory": "Удалить из журнала",
"pickHistory": "Выбор записи редактора, удаляемой из журнала"
}

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"quickOpen": "Перейти к файлу...",
"quickNavigateNext": "Перейти к следующему элементу в Quick Open.",
"quickNavigatePrevious": "Перейти к предыдущему элементу в Quick Open.",
"quickSelectNext": "Выбрать следующее в Quick Open",
"quickSelectPrevious": "Выбрать предыдущее в Quick Open"
}

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"quickOpen": "Перейти к файлу...",
"quickNavigateNext": "Перейти к следующему элементу в Quick Open.",
"quickNavigatePrevious": "Перейти к предыдущему элементу в Quick Open.",
"quickSelectNext": "Выбрать следующее в Quick Open",
"quickSelectPrevious": "Выбрать предыдущее в Quick Open"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"compositePart.hideSideBarLabel": "Скрыть боковую панель",
"focusSideBar": "Перевести фокус на боковую панель",
"viewCategory": "Просмотреть"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"canNotRun": "Команда \"{0}\" сейчас неактивна, и ее невозможно выполнить.",
"manageExtension": "Управление расширениями"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"patchedWindowTitle": "[Не поддерживается]",
"devExtensionWindowTitlePrefix": "[Узел разработки расширения]"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noResultsMatching": "Нет соответствующих результатов",
"noResultsFound2": "Результаты не найдены",
"entryAriaLabel": "{0}, команда"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"collapse": "Свернуть все"
}