mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 01:00:29 -04:00
* updated langpacks to be pushed in * bumped version number to 1.29.0 * patched german lang pack * patched spanish langpack * patched french langpack * italian langpack patched * Japanese langpack patched * Korean langpack patched * portuguese langpack patched * russian langpack patched * patched chinese simplified langpack and fixed changelog for ru and pt * patched chinese traditional langpack
35 lines
2.1 KiB
JSON
35 lines
2.1 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"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."
|
|
],
|
|
"version": "1.0.0",
|
|
"contents": {
|
|
"package": {
|
|
"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.autoNavigateNextConflictEnabled": "マージ競合を解決した後で、次のマージの競合に自動的に移動するかどうか。",
|
|
"config.codeLensEnabled": "エディター内のマージ競合ブロックのコード レンズを作成します。",
|
|
"config.decoratorsEnabled": "エディター内のマージ競合ブロック用デコレータを作成します。",
|
|
"config.diffViewPosition": "マージの競合の変更を比較するときに、差分ビューを開く場所を制御します。",
|
|
"config.diffViewPosition.current": "現在のエディター グループで差分ビューを開きます。",
|
|
"config.diffViewPosition.beside": "現在のエディター グループの隣に差分ビューを開きます。",
|
|
"config.diffViewPosition.below": "現在のエディター グループの下にある差分ビューを開きます。"
|
|
}
|
|
}
|
|
} |