Files
azuredatastudio/i18n/cht/extensions/merge-conflict/package.i18n.json
Karl Burtram dafb780987 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
2018-04-04 15:27:51 -07:00

25 lines
1.2 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"displayName": "合併衝突",
"description": "內嵌合併衝突的醒目提式與命令。",
"command.category": "合併衝突",
"command.accept.all-current": "接受所有當前項目",
"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": "啟用/停用 編輯器衝突合併色彩裝飾"
}