Files
vscode/i18n/rus/extensions/merge-conflict/package.i18n.json
2017-06-16 18:42:44 -07:00

20 lines
1.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*---------------------------------------------------------------------------------------------
* 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.
{
"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": "Включить/отключить декораторы объединения конфликтов в редакторе"
}