[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[Errore durante l'inizializzazione della progettazione tabelle: {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[Caricamento della finestra di progettazione completato]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La finestra di progettazione è caricata]]></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[Elaborazione delle modifiche completata]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Le modifiche sono state elaborate]]></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[Le modifiche sono state salvate.]]></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[Controlla se l'attendibilità dell'area di lavoro è abilitata all'interno di 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[Controlla se la finestra vuota è attendibile o meno per impostazione predefinita all'interno di Azure Data Studio. Se usata con '#{0}#', è possibile abilitare le funzionalità complete di Azure Data Studio senza chiedere conferma in una finestra vuota.]]></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[Colore di sfondo dell'intestazione del gruppo.]]></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[Controllare se la funzionalità Progettazione tabelle è abilitata. Il valore predefinito è 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 di testo della finestra di progettazione.]]></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[Errore durante l'elaborazione della modifica: {0}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>