[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>