mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 09:30:31 -04:00
53 lines
3.2 KiB
JSON
53 lines
3.2 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": "Controls where the diff view should be opened when comparing changes in merge conflicts.",
|
|
"config.diffViewPosition.current": "Open the diff view in the current editor group.",
|
|
"config.diffViewPosition.beside": "Open the diff view next to the current editor group.",
|
|
"config.diffViewPosition.below": "Open the diff view below the current editor group."
|
|
},
|
|
"out/mergeDecorator": {
|
|
"currentChange": "(現在の変更)",
|
|
"incomingChange": "(入力側の変更)"
|
|
},
|
|
"out/commandHandler": {
|
|
"cursorNotInConflict": "エディターのカーソルがマージの競合の範囲内にありません",
|
|
"compareChangesTitle": "{0}: 現在の変更 ⟷ 入力側の変更",
|
|
"cursorOnCommonAncestorsRange": "エディターのカーソルが共通の祖先ブロック内にあります。”現在” または \"入力側\" のいずれかのブロックに移動してください",
|
|
"cursorOnSplitterRange": "エディターのカーソルがマージ コンフリクトのスプリッター内にあります。”現在” または \"入力側\" のいずれかのブロックに移動してください",
|
|
"noConflicts": "このファイルにマージの競合は存在しません",
|
|
"noOtherConflictsInThisFile": "このファイルに他のマージの競合は存在しません"
|
|
},
|
|
"out/codelensProvider": {
|
|
"acceptCurrentChange": "現在の変更を取り込む",
|
|
"acceptIncomingChange": "入力側の変更を取り込む",
|
|
"acceptBothChanges": "両方の変更を取り込む",
|
|
"compareChanges": "変更の比較"
|
|
}
|
|
}
|
|
} |