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

This commit is contained in:
Alex Hsu
2023-03-16 12:33:19 -07:00
committed by GitHub
parent 1d99060443
commit f5628ed8e3
11 changed files with 140 additions and 2 deletions

View File

@@ -447,6 +447,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/mssql/dist/objectManagement/localizedConstants.objectManagement.loginNotSelectedError" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Login is not selected.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[L'account di accesso non è selezionato.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/mssql/dist/objectManagement/localizedConstants.objectManagement.nameCannotBeEmptyError" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Name cannot be empty.]]></Val>
@@ -474,6 +483,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/mssql/dist/objectManagement/localizedConstants.objectManagement.noConnectionUriError" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to retrieve the connection information, please reconnect and try again.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Non è stato possibile recuperare le informazioni sulla connessione. Riconnettersi e riprovare.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/mssql/dist/objectManagement/localizedConstants.objectManagement.objectPropertiesDialogTitle" ItemType="0" PsrId="308" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[{0} - {1} (Preview)]]></Val>

View File

@@ -139,6 +139,9 @@
<Item ItemId=";extensions/sql-migration/dist/constants/strings.sql.delete.migration.confirmation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Are you sure you want to delete this migration?]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Eliminare questa migrazione?]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -1144,6 +1147,9 @@
<Item ItemId=";extensions/sql-migration/dist/constants/strings.sql.migration.cannot.delete" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Migration is currently in progress and cannot be deleted.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La migrazione è attualmente in corso e non può essere eliminata.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -2173,6 +2179,9 @@
<Item ItemId=";extensions/sql-migration/dist/constants/strings.sql.migration.delete.error" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[An error occurred while deleting the migration.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Si è verificato un errore durante l'eliminazione della migrazione.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>

View File

@@ -7959,6 +7959,9 @@
<Item ItemId=";src/sql/workbench/contrib/editData/browser/editDataGridPanel.editData.cellWithNullCharMessage" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[This cell contains the Unicode null character which is currently not supported for editing.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La cella contiene il carattere Unicode Null che non è attualmente supportato per la modifica.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>