Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230403154147337. (#22586)

This commit is contained in:
Alex Hsu
2023-04-03 10:00:25 -07:00
committed by GitHub
parent 59c5ca605c
commit 55820e94f9
35 changed files with 551 additions and 68 deletions

View File

@@ -1303,6 +1303,9 @@
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.errorAddingDatabaseReference" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error adding database reference to {0}. Error: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Errore durante l'aggiunta del riferimento al database al {0}. Errore: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -1345,6 +1348,9 @@
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.errorNotSupportedInVsCode" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error: {0} is not currently supported in SQL Database Projects for VS Code.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Errore: {0} non è attualmente supportato in database SQL Projects per VS Code.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -1360,8 +1366,8 @@
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.errorReadingProjectGuid" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error trying to read {0} of project '{1}'. {2}]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[Errore durante il tentativo di leggere {0} del progetto '{1}']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Errore durante il tentativo di leggere {0} del progetto '{1}'. {2}]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Error trying to read {0} of project '{1}']]></Val>
@@ -1435,6 +1441,9 @@
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.excludeFolderNotSupported" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Excluding folders is not yet supported]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[L'esclusione di cartelle non è ancora supportata]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -2986,12 +2995,18 @@
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.sqlcmdVariableNameCannotBeWhitespace" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[SQLCMD variable name '{0}' cannot contain whitespace]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Il nome della variabile SQLCMD '{0}' non può contenere spazi vuoti]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.sqlcmdVariableNameCannotContainIllegalChars" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[SQLCMD variable name '{0}' cannot contain any of the following characters: {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Il nome della variabile SQLCMD '{0}' non può contenere i caratteri seguenti: {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -3133,12 +3148,18 @@
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.unhandledDeleteType" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unhandled item type during delete: '{0}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Tipo di elemento non gestito durante l'eliminazione: '{0}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.unhandledMoveNode" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unhandled node type for move]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Tipo di nodo non gestito per lo spostamento]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>