LEGO: check in for main to temporary branch. (#16000)

Co-authored-by: Alex Ma <alma1@microsoft.com>
This commit is contained in:
csigs
2021-07-10 12:10:14 -07:00
committed by GitHub
parent 263f72523f
commit 313d5b026e
17 changed files with 1155 additions and 81 deletions

View File

@@ -18,6 +18,9 @@
<Item ItemId=";extensions/import/out/common/constants.flatFile.InvalidFileLocation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Invalid file location. Please try a different input file]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ubicación de archivo no válida. Inténtelo con otro archivo de entrada]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -303,6 +306,9 @@
<Item ItemId=";extensions/import/out/common/constants.import.needSQLConnection" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[SQL Server Import extension does not support this type of connection]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[La extensión de importación de SQL Server no admite este tipo de conexión]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -336,8 +342,8 @@
<Item ItemId=";extensions/import/out/services/serviceClient.downloadingServiceComplete" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Done downloading {0}]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[¡Listo!]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Descarga finalizada de {0}]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Done!]]></Val>
@@ -370,7 +376,7 @@
<Str Cat="Text">
<Val><![CDATA[Extracted {0} ({1}/{2})]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Elementos extraídos: {0} ({1} de {2})]]></Val>
<Val><![CDATA[Elementos extraídos {0} ({1} de {2})]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@@ -378,8 +384,8 @@
<Item ItemId=";extensions/import/out/services/serviceClient.flatFileImport.serviceStartFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to start {0}: {1}]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[No se pudo iniciar el servicio de importación {0}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[No se pudo iniciar {0}: {1}]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Failed to start Import service{0}]]></Val>
@@ -390,8 +396,8 @@
<Item ItemId=";extensions/import/out/services/serviceClient.installingService" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Installing {0} Service]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[Instalando servicio]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Instalando servicio {0}]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Installing Service]]></Val>