Loc checkin for November update (#548)

This commit is contained in:
Monasr
2017-11-20 15:14:32 -08:00
committed by Kevin Cunnane
parent d7080eb07e
commit c512d53caa
10 changed files with 511 additions and 24 deletions

View File

@@ -2703,13 +2703,13 @@
<note/>
</trans-unit>
<trans-unit id="BackupPathIsFolderError">
<source>The provided path specifies a directory but a file path is required: {0}</source>
<source>Please provide a file path instead of directory path</source>
<target state="new">El nombre del archivo especificado es un nombre de directorio: {0}</target>
<note/>
</trans-unit>
<trans-unit id="InvalidBackupPathError">
<source> Cannot verify the existence of the backup file location: {0}</source>
<source> The provided path is invalid</source>
<target state="new">No se puede verificar la existencia de la ubicación del archivo de copia de seguridad: {0}</target>
<note/>
@@ -2720,6 +2720,55 @@
<note/>
</trans-unit>
<trans-unit id="NoBackupsetsToRestore">
<source>No backupset selected to be restored</source>
<target state="new">Ningún backupset seleccionado para ser restaurado</target>
<note/>
</trans-unit>
<trans-unit id="NeverBackedUp">
<source>Never</source>
<target state="new">Nunca</target>
<note/>
</trans-unit>
<trans-unit id="AzureSqlDbEdition">
<source>Azure SQL DB</source>
<target state="new">Azure SQL Database </target>
<note/>
</trans-unit>
<trans-unit id="AzureSqlDwEdition">
<source>Azure SQL Data Warehouse</source>
<target state="new">Azure SQL Data Warehouse</target>
<note/>
</trans-unit>
<trans-unit id="AzureSqlStretchEdition">
<source>Azure SQL Stretch Database</source>
<target state="new">Azure SQL Stretch Database</target>
<note/>
</trans-unit>
<trans-unit id="Error_InvalidDirectoryName">
<source>Path {0} is not a valid directory </source>
<target state="new">La ruta de acceso [{0}] no es un directorio válido</target>
<note/>
</trans-unit>
<trans-unit id="Error_ExistingDirectoryName">
<source>For directory {0} a file with name {1} already exists</source>
<target state="new">Ya existe un archivo {1} en el directorio '{0}'</target>
<note/>
</trans-unit>
<trans-unit id="EditDataValueTooLarge">
<source>Value {0} is too large to fit in column of type {1}</source>
<target state="new">El valor {0} es muy grande para el tipo de columna {1} </target>
<note>.
Parameters: 0 - value (string), 1 - columnType (string) </note>
</trans-unit>
</body>
</file>
</xliff>