mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-04 11:00:30 -04:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -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.
|
||||
{
|
||||
"acceptCurrentChange": "Принять текущее изменение",
|
||||
"acceptIncomingChange": "Принять входящее изменение",
|
||||
"acceptBothChanges": "Принять оба изменения",
|
||||
"compareChanges": "Сравнить изменения"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"cursorNotInConflict": "Курсор не находится на конфликте объединения",
|
||||
"compareChangesTitle": "{0}: текущие изменения ⟷ входящие изменения",
|
||||
"cursorOnCommonAncestorsRange": "Курсор редактора находится в блоке общих предков. Переместите его в блок \"Текущее\" или \"Входящее\"",
|
||||
"cursorOnSplitterRange": "Курсор редактора находится на разделителе блока объединения конфликтов. Переместите его в блок \"Текущее\" или \"Входящее\"",
|
||||
"noConflicts": "Конфликтов объединения в этом файле не обнаружено",
|
||||
"noOtherConflictsInThisFile": "Других конфликтов объединения в этом файле не обнаружено"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"currentChange": "(текущее изменение)",
|
||||
"incomingChange": "(входящее изменение)"
|
||||
}
|
||||
20
i18n/rus/extensions/merge-conflict/package.i18n.json
Normal file
20
i18n/rus/extensions/merge-conflict/package.i18n.json
Normal file
@@ -0,0 +1,20 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"command.category": "Объединить конфликт",
|
||||
"command.accept.all-incoming": "Принять все входящие",
|
||||
"command.accept.all-both": "Принять все входящие и текущие",
|
||||
"command.accept.current": "Принять текущее",
|
||||
"command.accept.incoming": "Принять входящее",
|
||||
"command.accept.selection": "Принять выделенное",
|
||||
"command.accept.both": "Принять оба",
|
||||
"command.next": "Следующий конфликт",
|
||||
"command.previous": "Предыдущий конфликт",
|
||||
"command.compare": "Сравнить текущий конфликт",
|
||||
"config.title": "Объединить конфликт",
|
||||
"config.codeLensEnabled": "Включить/отключить блок объединения конфликтов CodeLens в редакторе",
|
||||
"config.decoratorsEnabled": "Включить/отключить декораторы объединения конфликтов в редакторе"
|
||||
}
|
||||
Reference in New Issue
Block a user