[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[Se produjo un error al inicializar el diseñador de tablas: {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[Carga del diseñador completada]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[El diseñador está cargado]]></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[Procesamiento de cambios completado]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Se han procesado los cambios]]></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[Se han guardado los cambios]]></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[Controla si la confianza del área de trabajo está habilitada o no en 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[Controla si la ventana vacía es de confianza de forma predeterminada en Azure Data Studio. Cuando se usa con "#{0}#", puede habilitar toda la funcionalidad de Azure Data Studio sin preguntar en una ventana vacía.]]></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[Color de fondo del encabezado de grupo.]]></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[Controla si la característica del diseñador de tablas está habilitada. El valor predeterminado es 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[Editor de texto del diseñador.]]></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[Se produjo un error al procesar el cambio: {0}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>