Langpack source and XLF update for April 2023 Release (#22554)

This commit is contained in:
Alex Ma
2023-03-31 09:41:43 -07:00
committed by GitHub
parent d49ff85afc
commit e948b4e842
105 changed files with 1909 additions and 310 deletions

View File

@@ -34,6 +34,10 @@
<source xml:lang="en">Are you sure you want to cancel this migration?</source>
<target state="translated">¿Seguro de que desea cancelar la migración?</target>
</trans-unit>
<trans-unit id="sql.delete.migration.confirmation">
<source xml:lang="en">Are you sure you want to delete this migration?</source>
<target state="translated">¿Está seguro de que desea eliminar esta migración?</target>
</trans-unit>
<trans-unit id="sql.login.migration.aad.domain.name.input.box.label">
<source xml:lang="en">Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins)</source>
<target state="translated">Azure Active Directory nombre de dominio (solo es necesario para migrar inicios de sesión de autenticación de Windows)</target>
@@ -462,6 +466,10 @@ Esta operación puede tardar varios minutos.</target>
<source xml:lang="en">Migration is not in progress and cannot be cutover.</source>
<target state="translated">La migración no está en curso y no se puede realizar la transición.</target>
</trans-unit>
<trans-unit id="sql.migration.cannot.delete">
<source xml:lang="en">Migration is currently in progress and cannot be deleted.</source>
<target state="translated">La migración se encuentra en curso y no puede eliminarse.</target>
</trans-unit>
<trans-unit id="sql.migration.cannot.retry">
<source xml:lang="en">Migration cannot be retried.</source>
<target state="translated">No se puede reintentar la migración.</target>
@@ -878,6 +886,14 @@ Esta operación puede tardar varios minutos.</target>
<source xml:lang="en">Default database</source>
<target state="translated">Base de datos predeterminada</target>
</trans-unit>
<trans-unit id="sql.migration.delete.error">
<source xml:lang="en">An error occurred while deleting the migration.</source>
<target state="translated">Error al eliminar la migración.</target>
</trans-unit>
<trans-unit id="sql.migration.delete.migration">
<source xml:lang="en">Delete migration</source>
<target state="translated">Eliminar migración</target>
</trans-unit>
<trans-unit id="sql.migration.description">
<source xml:lang="en">Description</source>
<target state="translated">Descripción</target>
@@ -3406,6 +3422,10 @@ Esta operación puede tardar varios minutos.</target>
<source xml:lang="en">Database details</source>
<target state="translated">Detalles de la base de datos</target>
</trans-unit>
<trans-unit id="delete-migration-menu">
<source xml:lang="en">Delete migration</source>
<target state="translated">Eliminar migración</target>
</trans-unit>
<trans-unit id="description">
<source xml:lang="en">Azure SQL migration description</source>
<target state="translated">Descripción de la migración de Azure SQL</target>