[Loc] Added LEGO branch changes from #17625 (#17631)

This commit is contained in:
Alex Ma
2021-11-08 19:29:44 -08:00
committed by GitHub
parent 8a6268cce8
commit 209a93c578
33 changed files with 1196 additions and 308 deletions

View File

@@ -1109,6 +1109,9 @@
<Item ItemId=";(...) Designer" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occured while initializing the table designer: {0}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[テーブル デザイナーの初期化中にエラーが発生しました: {0}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -1134,8 +1137,8 @@
<Item ItemId=";src/sql/base/browser/ui/designer/designer.designer.loadingDesignerCompleted" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Designer is loaded]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[デザイナー読み込みが完了しました]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[デザイナー読み込まれます]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Loading designer completed]]></Val>
@@ -1164,8 +1167,8 @@
<Item ItemId=";src/sql/base/browser/ui/designer/designer.designer.processingChangesCompleted" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Changes have been processed]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[変更処理が完了しました]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[変更処理されました]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Processing changes completed]]></Val>
@@ -1194,6 +1197,9 @@
<Item ItemId=";src/sql/base/browser/ui/designer/designer.designer.savingChangesCompleted" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Changes have been saved]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[変更が保存されました。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -1815,12 +1821,18 @@
<Item ItemId=";src/sql/base/common/locConstants.workspace.trust.description" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Controls whether or not workspace trust is enabled within Azure Data Studio.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Azure Data Studio 内でワークスペースの信頼を有効にするかどうかを制御します。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";src/sql/base/common/locConstants.workspace.trust.emptyWindow.description" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Controls whether or not the empty window is trusted by default within Azure Data Studio. When used with `#{0}#`, you can enable the full functionality of Azure Data Studio without prompting in an empty window.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[空のウィンドウを Azure Data Studio 内で既定で信頼するかどうかを制御します。'#{0}#' と共に使用すると、空のウィンドウでプロンプトを表示せずに、Azure Data Studio のすべての機能を有効にすることができます。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -2160,6 +2172,9 @@
<Item ItemId=";src/sql/platform/theme/common/colorRegistry.groupHeaderBackground" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Background color of the group header.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[グループ ヘッダーの背景色。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -11646,12 +11661,18 @@
<Item ItemId=";src/sql/workbench/contrib/tableDesigner/browser/tableDesigner.contribution.tableDesigner.featureEnabledDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Controls whether the table designer feature is enabled. Default value is false.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[テーブル デザイナー機能を有効にするかどうかを制御します。既定値は false です。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";src/sql/workbench/contrib/tableDesigner/browser/tableDesignerTextEditor.designer.textEditorAriaLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Designer text editor.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[デザイナー テキスト エディター。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -15885,6 +15906,9 @@
<Item ItemId=";src/sql/workbench/services/tableDesigner/browser/tableDesignerComponentInput.tableDesigner.errorProcessingEdit" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occured while processing the change: {0}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[変更の処理中にエラーが発生しました: {0}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>