1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-15 00:56:07 -05:00

Update translations

This commit is contained in:
Mounir IDRASSI
2026-06-05 02:37:02 +09:00
parent 0800a1652b
commit 0feecd019a
10 changed files with 430 additions and 430 deletions
+35 -35
View File
@@ -1649,41 +1649,41 @@
<entry lang="es" key="IDD_PREFERENCES_TAB_PASSWORD">Contraseña</entry>
<entry lang="es" key="IDC_SECURE_DESKTOP_ENABLE_IME">Habilitar el editor de métodos de entrada (IME) en el Escritorio seguro</entry>
<entry lang="es" key="ENABLE_IME_IN_SECURE_DESKTOP_WARNING">ADVERTENCIA: Habilite esta opción SOLO si encuentra problemas al seleccionar archivos clave (Keyfiles) o tokens en el Escritorio seguro.</entry>
<entry lang="en" key="ERR_KEY_DERIVATION_FAILED">Key derivation failed. This may be caused by insufficient memory or an interrupted operation.</entry>
<entry lang="en" key="EFI_MS_BOOT_LOADER_RESTORE_FAILED">The system partition/drive is already decrypted, but the EFI Microsoft boot loader path was not restored to the Windows Boot Manager. Only the EFI boot files need repair. Use the VeraCrypt Rescue Disk repair option, or boot Windows recovery media and run 'bcdboot W:\\Windows /s S: /f UEFI' after replacing W: with the Windows volume drive letter and S: with the EFI System Partition drive letter. Path:</entry>
<entry lang="en" key="EFI_FALLBACK_BOOT_LOADER_STILL_VERACRYPT">The system partition/drive is already decrypted, but the EFI fallback boot loader path still contains the VeraCrypt Boot Loader. Only the EFI boot files need repair. Use the VeraCrypt Rescue Disk repair option, or boot Windows recovery media and run 'bcdboot W:\\Windows /s S: /f UEFI' after replacing W: with the Windows volume drive letter and S: with the EFI System Partition drive letter. Path:</entry>
<entry lang="en" key="IDM_REPAIR_EFI_BOOT_LOADER">Repair EFI Boot Loader...</entry>
<entry lang="en" key="CONFIRM_REPAIR_EFI_BOOT_LOADER">VeraCrypt will restore the Windows EFI boot loader paths and remove VeraCrypt EFI boot entries and files.\n\nUse this only after the system partition/drive is fully decrypted and Windows can boot without system encryption.\n\nDo you want to continue?</entry>
<entry lang="en" key="EFI_BOOT_LOADER_FILE_READ_FAILED">The EFI boot loader file could not be read completely:</entry>
<entry lang="en" key="EFI_BOOT_LOADER_FILE_TOO_LARGE">The EFI boot loader file is unexpectedly large and was not inspected:</entry>
<entry lang="en" key="EFI_BOOT_LOADER_NVRAM_CLEANUP_FAILED">The system partition/drive is already decrypted and the EFI boot loader files were restored, but VeraCrypt could not remove one or more VeraCrypt firmware boot entries. The VeraCrypt EFI files were left in place so any remaining firmware entry still points to an existing loader. Retry as Administrator or remove the VeraCrypt boot entry from firmware setup after confirming Windows Boot Manager starts normally.</entry>
<entry lang="en" key="EFI_BOOT_LOADER_REPAIR_BLOCKED">The EFI boot loader cannot be repaired while system encryption or decryption is active or incomplete. Complete or resume the pending system encryption/decryption process before retrying.</entry>
<entry lang="en" key="EFI_BOOT_LOADER_REPAIR_NOT_APPLICABLE">This repair action is available only on systems booting in UEFI mode from a GPT system partition.</entry>
<entry lang="en" key="EFI_BOOT_LOADER_REPAIR_SUCCESS">The EFI boot loader has been repaired successfully.</entry>
<entry lang="en" key="PIM_ARGON2_HELP">PIM (Personal Iterations Multiplier) controls the memory and time costs used by Argon2id header key derivation as follows:\n Memory = min(64 MiB + ((PIM - 1) x 32 MiB), 1024 MiB)\n Iterations = 3 + ((PIM - 1) / 3) for PIM 31 or lower, then 13 + (PIM - 31)\n\nWhen left empty or set to 0, VeraCrypt will use the default Argon2 PIM (12), which uses 416 MiB of memory and 6 iterations.\n\nWhen the password is less than 20 characters, Argon2 PIM can't be smaller than 12 in order to maintain a minimal security level.\nWhen the password is 20 characters or more, Argon2 PIM can be set to any value.\n\nAn Argon2 PIM larger than 12 increases memory usage up to 1024 MiB and then increases iterations. This will lead to slower mounting. A small Argon2 PIM (less than 12) will lead to quicker mounting but it can reduce security if the password is not strong enough.</entry>
<entry lang="en" key="PIM_ARGON2_LARGE_WARNING">You have chosen an Argon2 PIM value that is larger than VeraCrypt default value.\nPlease note that this can require more memory and lead to much slower mounting.</entry>
<entry lang="en" key="PIM_ARGON2_SMALL_WARNING">You have chosen an Argon2 PIM value that is smaller than the default VeraCrypt value. Please note that if your password is not strong enough, this could lead to weaker security.\n\nDo you confirm that you are using a strong password?</entry>
<entry lang="en" key="PIM_ARGON2_REQUIRE_LONG_PASSWORD">Password must contain 20 or more characters in order to use the specified Argon2 PIM.\nShorter passwords can only be used if the Argon2 PIM is 12 or greater.</entry>
<entry lang="en" key="LINUX_PREF_MOUNT_NTFS_WITH_KERNEL_DRIVER">Mount NTFS volumes with an in-kernel Linux driver</entry>
<entry lang="en" key="LINUX_PREF_MOUNT_NTFS_WITH_KERNEL_DRIVER_HELP">Linux only. When enabled and no explicit filesystem type was supplied, VeraCrypt probes the decrypted virtual device with blkid -p and mounts detected NTFS filesystems with an available in-kernel NTFS driver, bypassing mount helpers such as ntfs-3g. VeraCrypt uses ntfs when it is positively identified as a modern read/write driver or expected on Linux 7.1 or later, and otherwise uses ntfs3. If NTFS detection fails, VeraCrypt uses the normal automatic filesystem selection. If no supported in-kernel NTFS driver is available or loadable, mounting fails. This opt-in option can avoid suspend or hibernate hangs caused by frozen user-space FUSE filesystems.</entry>
<entry lang="en" key="LINUX_KERNEL_NTFS_DRIVER_UNAVAILABLE">No supported in-kernel NTFS driver is available or loadable. To use the system default NTFS backend, disable the NTFS kernel-driver preference or do not request kernel NTFS explicitly.</entry>
<entry lang="en" key="LINUX_EMERGENCY_UNMOUNT_WARNING">Normal unmount of volume {0} failed. This can happen when applications still have files or directories open on the volume, or when the backing device was disconnected and the mount became stale.\n\nIf the device is still connected, choose No, close applications using the volume, and try unmounting again.\n\nIf the device was disconnected or the mount is stale, VeraCrypt can attempt emergency cleanup by lazy-detaching the filesystem and removing or scheduling removal of VeraCrypt kernel objects. Pending writes may have failed, data may be lost, and cleanup may remain pending until applications close open files. Check the filesystem with fsck or the appropriate repair tool before using it again.\n\nContinue?</entry>
<entry lang="en" key="LINUX_EMERGENCY_UNMOUNTED">Emergency cleanup for volume {0} has been initiated. If the volume was disconnected, the mount was stale, or there were pending writes, check the filesystem with fsck or the appropriate repair tool before using it again.</entry>
<entry lang="en" key="FORMAT_STAGE_WRITING_DATA">Creating volume data. Please wait.</entry>
<entry lang="en" key="FORMAT_STAGE_WRITING_BACKUP_HEADER">Finalizing volume creation: writing backup header.</entry>
<entry lang="en" key="FORMAT_STAGE_FLUSHING_DATA">Finalizing volume creation: flushing data to disk. This can take several minutes on large volumes or slow/USB storage.</entry>
<entry lang="en" key="FORMAT_STAGE_FINISHED">Finalizing volume creation.</entry>
<entry lang="en" key="FORMAT_STAGE_ABORTED">Volume creation has been aborted.</entry>
<entry lang="en" key="FORMAT_STAGE_ERROR">Volume creation failed.</entry>
<entry lang="en" key="FORMAT_STAGE_PREPARING_TEMP_VOLUME">Finalizing volume creation: mounting temporary volume.</entry>
<entry lang="en" key="FORMAT_STAGE_PREPARING_TEMP_DEVICE">Finalizing volume creation: preparing temporary device.</entry>
<entry lang="en" key="FORMAT_STAGE_CREATING_FILESYSTEM">Finalizing volume creation: creating filesystem using {0}.</entry>
<entry lang="en" key="FORMAT_STAGE_DISMOUNTING_TEMP_VOLUME">Finalizing volume creation: dismounting temporary volume.</entry>
<entry lang="en" key="MACOSX_APFS_SYNTHESIZED_DEVICE">The selected device '{0}' is an APFS synthesized container or volume and cannot be used as a raw VeraCrypt volume host.\n\nSelect the physical APFS store partition{1} instead.</entry>
<entry lang="en" key="MACOSX_DEVICE_SYSTEM_PARTITION">The selected device '{0}' is a macOS system/support partition and cannot be used as a VeraCrypt volume host.</entry>
<entry lang="en" key="MACOSX_APFS_SYSTEM_STORE">The selected APFS physical store '{0}' contains the currently mounted macOS system volume and cannot be used as a VeraCrypt volume host.</entry>
<entry lang="en" key="MACOSX_DEVICE_NOT_WRITABLE">macOS reports the selected device '{0}' as read-only. Select a writable physical partition or disk.</entry>
<entry lang="en" key="MACOSX_APFS_EROFS_HINT">macOS reported the selected device as read-only. If this is an APFS disk, make sure you selected the physical APFS store partition, not an APFS synthesized volume. Use Disk Utility or 'diskutil list' to identify the physical partition, then retry.</entry>
<entry lang="es" key="ERR_KEY_DERIVATION_FAILED">La derivación de clave ha fallado. Esto puede deberse a memoria insuficiente o a una operación interrumpida.</entry>
<entry lang="es" key="EFI_MS_BOOT_LOADER_RESTORE_FAILED">La partición/unidad del sistema ya está descifrada, pero la ruta del cargador de arranque EFI de Microsoft no se restauró en el Administrador de arranque de Windows. Sólo es necesario reparar los archivos de arranque EFI. Use la opción de reparación del Disco de Rescate de VeraCrypt, o arranque un medio de recuperación de Windows y ejecute 'bcdboot W:\\Windows /s S: /f UEFI' después de reemplazar W: por la letra de unidad del volumen de Windows y S: por la letra de unidad de la partición del sistema EFI. Ruta:</entry>
<entry lang="es" key="EFI_FALLBACK_BOOT_LOADER_STILL_VERACRYPT">La partición/unidad del sistema ya está descifrada, pero la ruta alternativa del cargador de arranque EFI todavía contiene el Cargador de Arranque de VeraCrypt. Sólo es necesario reparar los archivos de arranque EFI. Use la opción de reparación del Disco de Rescate de VeraCrypt, o arranque un medio de recuperación de Windows y ejecute 'bcdboot W:\\Windows /s S: /f UEFI' después de reemplazar W: por la letra de unidad del volumen de Windows y S: por la letra de unidad de la partición del sistema EFI. Ruta:</entry>
<entry lang="es" key="IDM_REPAIR_EFI_BOOT_LOADER">Reparar Cargador de Arranque EFI...</entry>
<entry lang="es" key="CONFIRM_REPAIR_EFI_BOOT_LOADER">VeraCrypt restaurará las rutas del cargador de arranque EFI de Windows y eliminará las entradas y archivos de arranque EFI de VeraCrypt.\n\nUse esta opción sólo después de que la partición/unidad del sistema esté completamente descifrada y Windows pueda arrancar sin cifrado del sistema.\n\n¿Desea continuar?</entry>
<entry lang="es" key="EFI_BOOT_LOADER_FILE_READ_FAILED">El fichero del cargador de arranque EFI no pudo leerse por completo:</entry>
<entry lang="es" key="EFI_BOOT_LOADER_FILE_TOO_LARGE">El fichero del cargador de arranque EFI es inesperadamente grande y no fue inspeccionado:</entry>
<entry lang="es" key="EFI_BOOT_LOADER_NVRAM_CLEANUP_FAILED">La partición/unidad del sistema ya está descifrada y los archivos del cargador de arranque EFI han sido restaurados, pero VeraCrypt no pudo eliminar una o más entradas de arranque VeraCrypt del firmware. Los archivos EFI de VeraCrypt se dejaron en su lugar para que cualquier entrada de firmware restante siga apuntando a un cargador existente. Reinténtelo como administrador o elimine la entrada de arranque de VeraCrypt desde la configuración del firmware después de confirmar que el Administrador de arranque de Windows se inicia normalmente.</entry>
<entry lang="es" key="EFI_BOOT_LOADER_REPAIR_BLOCKED">El cargador de arranque EFI no puede repararse mientras el cifrado o descifrado del sistema esté activo o incompleto. Complete o reanude el proceso pendiente de cifrado/descifrado del sistema antes de reintentarlo.</entry>
<entry lang="es" key="EFI_BOOT_LOADER_REPAIR_NOT_APPLICABLE">Esta acción de reparación sólo está disponible en sistemas que arrancan en modo UEFI desde una partición del sistema en un disco GPT.</entry>
<entry lang="es" key="EFI_BOOT_LOADER_REPAIR_SUCCESS">El cargador de arranque EFI ha sido reparado con éxito.</entry>
<entry lang="es" key="PIM_ARGON2_HELP">PIM (Personal Iterations Multiplier) controla los costes de memoria y tiempo usados por la derivación de la clave de cabecera Argon2id de la siguiente forma:\n Memoria = min(64 MiB + ((PIM - 1) x 32 MiB), 1024 MiB)\n Iteraciones = 3 + ((PIM - 1) / 3) para PIM 31 o inferior, y luego 13 + (PIM - 31)\n\nCuando se deja en blanco o se pone a 0, VeraCrypt usará el PIM Argon2 predeterminado (12), que utiliza 416 MiB de memoria y 6 iteraciones.\n\nCuando la contraseña es de menos de 20 caracteres, el PIM Argon2 no puede ser inferior a 12 con el fin de mantener un nivel de seguridad mínimo.\nCuando la contraseña es de 20 ó más caracteres, se puede usar cualquier valor de PIM Argon2.\n\nUn PIM Argon2 superior a 12 incrementa el uso de memoria hasta 1024 MiB y luego incrementa las iteraciones. Esto conllevará un proceso de montaje más lento. Un PIM Argon2 pequeño (menor de 12) conllevará un proceso de montaje más rápido, pero podría reducir la seguridad si la contraseña no es suficientemente fuerte.</entry>
<entry lang="es" key="PIM_ARGON2_LARGE_WARNING">Ha elegido un valor de PIM Argon2 superior al valor por defecto de VeraCrypt.\nPor favor, sea consciente que esto puede requerir más memoria y conllevar un montaje mucho más lento.</entry>
<entry lang="es" key="PIM_ARGON2_SMALL_WARNING">Ha elegido un valor de PIM Argon2 inferior al valor por defecto de VeraCrypt. Por favor, sea consciente que si su contraseña no es lo suficientemente fuerte, podría ver reducido el nivel de seguridad.\n\n¿Está seguro que usa una contraseña fuerte?</entry>
<entry lang="es" key="PIM_ARGON2_REQUIRE_LONG_PASSWORD">La contraseña debe contener 20 caracteres o más para usar el PIM Argon2 especificado.\nSólo se pueden usar contraseñas de menor longitud si el PIM Argon2 es 12 ó más.</entry>
<entry lang="es" key="LINUX_PREF_MOUNT_NTFS_WITH_KERNEL_DRIVER">Montar volúmenes NTFS con un controlador integrado en el kernel de Linux</entry>
<entry lang="es" key="LINUX_PREF_MOUNT_NTFS_WITH_KERNEL_DRIVER_HELP">Sólo Linux. Cuando está habilitado y no se ha suministrado ningún tipo explícito de sistema de archivos, VeraCrypt sondea el dispositivo virtual descifrado con blkid -p y monta los sistemas de archivos NTFS detectados con un controlador NTFS integrado en el kernel disponible, evitando herramientas auxiliares de montaje como ntfs-3g. VeraCrypt usa ntfs cuando se identifica positivamente como un controlador moderno de lectura/escritura o esperado en Linux 7.1 o posterior, y en caso contrario usa ntfs3. Si la detección de NTFS falla, VeraCrypt usa la selección automática normal del sistema de archivos. Si no hay ningún controlador NTFS integrado en el kernel soportado disponible o cargable, el montaje falla. Esta opción, que debe activarse explícitamente, puede evitar bloqueos de suspensión o hibernación causados por sistemas de archivos FUSE de espacio de usuario congelados.</entry>
<entry lang="es" key="LINUX_KERNEL_NTFS_DRIVER_UNAVAILABLE">No hay disponible ni se puede cargar ningún controlador NTFS integrado en el kernel que esté soportado. Para usar el soporte NTFS predeterminado del sistema, desactive la preferencia del controlador NTFS del kernel o no solicite NTFS del kernel explícitamente.</entry>
<entry lang="es" key="LINUX_EMERGENCY_UNMOUNT_WARNING">El desmontaje normal del volumen {0} falló. Esto puede ocurrir cuando todavía hay aplicaciones con archivos o directorios abiertos en el volumen, o cuando el dispositivo subyacente fue desconectado y el montaje quedó obsoleto.\n\nSi el dispositivo sigue conectado, elija No, cierre las aplicaciones que estén usando el volumen e intente desmontarlo de nuevo.\n\nSi el dispositivo fue desconectado o el montaje quedó obsoleto, VeraCrypt puede intentar una limpieza de emergencia mediante el desmontaje diferido del sistema de archivos y eliminando o programando la eliminación de objetos del kernel de VeraCrypt. Las escrituras pendientes pueden haber fallado, pueden haberse perdido datos y la limpieza puede permanecer pendiente hasta que las aplicaciones cierren los archivos abiertos. Compruebe el sistema de archivos con fsck o con la herramienta de reparación apropiada antes de usarlo de nuevo.\n\n¿Continuar?</entry>
<entry lang="es" key="LINUX_EMERGENCY_UNMOUNTED">Se ha iniciado la limpieza de emergencia del volumen {0}. Si el volumen fue desconectado, el montaje quedó obsoleto o había escrituras pendientes, compruebe el sistema de archivos con fsck o con la herramienta de reparación apropiada antes de usarlo de nuevo.</entry>
<entry lang="es" key="FORMAT_STAGE_WRITING_DATA">Creando datos del volumen. Por favor, espere.</entry>
<entry lang="es" key="FORMAT_STAGE_WRITING_BACKUP_HEADER">Finalizando la creación del volumen: escribiendo la copia de seguridad de la cabecera.</entry>
<entry lang="es" key="FORMAT_STAGE_FLUSHING_DATA">Finalizando la creación del volumen: sincronizando los datos con el disco. Esto puede tardar varios minutos en volúmenes grandes o almacenamiento lento/USB.</entry>
<entry lang="es" key="FORMAT_STAGE_FINISHED">Finalizando la creación del volumen.</entry>
<entry lang="es" key="FORMAT_STAGE_ABORTED">La creación del volumen ha sido abortada.</entry>
<entry lang="es" key="FORMAT_STAGE_ERROR">La creación del volumen falló.</entry>
<entry lang="es" key="FORMAT_STAGE_PREPARING_TEMP_VOLUME">Finalizando la creación del volumen: montando el volumen temporal.</entry>
<entry lang="es" key="FORMAT_STAGE_PREPARING_TEMP_DEVICE">Finalizando la creación del volumen: preparando el dispositivo temporal.</entry>
<entry lang="es" key="FORMAT_STAGE_CREATING_FILESYSTEM">Finalizando la creación del volumen: creando el sistema de archivos usando {0}.</entry>
<entry lang="es" key="FORMAT_STAGE_DISMOUNTING_TEMP_VOLUME">Finalizando la creación del volumen: desmontando el volumen temporal.</entry>
<entry lang="es" key="MACOSX_APFS_SYNTHESIZED_DEVICE">El dispositivo seleccionado '{0}' es un contenedor o volumen APFS sintetizado y no puede usarse como dispositivo anfitrión sin procesar de un volumen VeraCrypt.\n\nSeleccione en su lugar la partición física de almacenamiento APFS{1}.</entry>
<entry lang="es" key="MACOSX_DEVICE_SYSTEM_PARTITION">El dispositivo seleccionado '{0}' es una partición de sistema o soporte de macOS y no puede usarse como host de volumen VeraCrypt.</entry>
<entry lang="es" key="MACOSX_APFS_SYSTEM_STORE">El almacenamiento físico APFS seleccionado '{0}' contiene el volumen de sistema macOS actualmente montado y no puede usarse como host de volumen VeraCrypt.</entry>
<entry lang="es" key="MACOSX_DEVICE_NOT_WRITABLE">macOS informa que el dispositivo seleccionado '{0}' es de sólo lectura. Seleccione una partición física o disco con permiso de escritura.</entry>
<entry lang="es" key="MACOSX_APFS_EROFS_HINT">macOS informó que el dispositivo seleccionado es de sólo lectura. Si se trata de un disco APFS, asegúrese de haber seleccionado la partición física de almacenamiento APFS, no un volumen APFS sintetizado. Use la Utilidad de Discos o 'diskutil list' para identificar la partición física y luego reinténtelo.</entry>
</localization>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="VeraCrypt">