# Brazilian Portuguese translation for cryptsetup # Copyright (C) 2019 Free Software Foundation, Inc. # This file is put in the public domain. # Rafael Fontenelle , 2016-2019. # , # ##### Terminologia usada ##### # , # device mapper = mapeador de dispositivo # digest = resumo # key slots = slots de chave # plain = claro (pois "mensagem plana" é tradução incorreta) # passphrase = senha # salt = sal # https://pt.wikipedia.org/wiki/Sal_(criptografia) # , # ############################## # , msgid "" msgstr "" "Project-Id-Version: cryptsetup 2.1.0\n" "Report-Msgid-Bugs-To: dm-crypt@saout.de\n" "POT-Creation-Date: 2021-05-21 17:33+0200\n" "PO-Revision-Date: 2019-01-28 07:58-0200\n" "Last-Translator: Rafael Fontenelle \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Virtaal 1.0.0-beta1\n" "X-Bugs: Report translation errors to the Language-Team address.\n" #: lib/libdevmapper.c:408 msgid "Cannot initialize device-mapper, running as non-root user." msgstr "Não foi possível inicializar o mapeador de dispositivo, executando como usuário não-root." #: lib/libdevmapper.c:411 msgid "Cannot initialize device-mapper. Is dm_mod kernel module loaded?" msgstr "Não foi possível inicializar o mapeador de dispositivo. O módulo de kernel dm_mod está carregado?" #: lib/libdevmapper.c:1180 msgid "Requested deferred flag is not supported." msgstr "Não há suporte ao sinalizador atrasado requisitado." #: lib/libdevmapper.c:1249 #, c-format msgid "DM-UUID for device %s was truncated." msgstr "DM-UUID para o dispositivo \"%s\" estava truncada." #: lib/libdevmapper.c:1580 #, fuzzy #| msgid "Unknown PBKDF type %s." msgid "Unknown dm target type." msgstr "Tipo %s de PBKDF desconhecido." #: lib/libdevmapper.c:1701 lib/libdevmapper.c:1706 lib/libdevmapper.c:1766 #: lib/libdevmapper.c:1769 msgid "Requested dm-crypt performance options are not supported." msgstr "Não há suporte às opções de desempenho de dm-crypt requisitadas." #: lib/libdevmapper.c:1713 lib/libdevmapper.c:1717 msgid "Requested dm-verity data corruption handling options are not supported." msgstr "Não há suporte à tratamento de corrompimento de dados de dm-verify requisitada." #: lib/libdevmapper.c:1721 msgid "Requested dm-verity FEC options are not supported." msgstr "Não há suporte às opções FEC dm-verity requisitadas." #: lib/libdevmapper.c:1725 msgid "Requested data integrity options are not supported." msgstr "Não há suporte às opções de integridade de dados requisitadas." #: lib/libdevmapper.c:1727 msgid "Requested sector_size option is not supported." msgstr "Não há suporte à opção sector_size requisitada." #: lib/libdevmapper.c:1732 msgid "Requested automatic recalculation of integrity tags is not supported." msgstr "Não há suporte à recalculação automática de tags de integridade requisitada." #: lib/libdevmapper.c:1736 lib/libdevmapper.c:1772 lib/libdevmapper.c:1775 #: lib/luks2/luks2_json_metadata.c:2170 msgid "Discard/TRIM is not supported." msgstr "Não há suporte a descarte/TRIM." #: lib/libdevmapper.c:1740 #, fuzzy #| msgid "Requested data integrity options are not supported." msgid "Requested dm-integrity bitmap mode is not supported." msgstr "Não há suporte às opções de integridade de dados requisitadas." #: lib/libdevmapper.c:2713 #, c-format msgid "Failed to query dm-%s segment." msgstr "Falha ao consultar o segmento dm-%s." #: lib/random.c:75 msgid "" "System is out of entropy while generating volume key.\n" "Please move mouse or type some text in another window to gather some random events.\n" msgstr "" "O sistema sem entropia suficiente enquanto gera chave de volume.\n" "Por favor mova o mouse ou digite algum texto em outra janela para obter alguns eventos aleatórios.\n" #: lib/random.c:79 #, c-format msgid "Generating key (%d%% done).\n" msgstr "Gerando chave (%d%% concluído).\n" #: lib/random.c:165 msgid "Running in FIPS mode." msgstr "Executando no modo FIPS." #: lib/random.c:171 msgid "Fatal error during RNG initialisation." msgstr "Erro fatal durante inicialização de RNG." #: lib/random.c:208 msgid "Unknown RNG quality requested." msgstr "Qualidade RNG requisitada desconhecida." #: lib/random.c:213 msgid "Error reading from RNG." msgstr "Erro na leitura de RNG." #: lib/setup.c:229 msgid "Cannot initialize crypto RNG backend." msgstr "Não foi possível inicializar o backend RNG de criptografia." #: lib/setup.c:235 msgid "Cannot initialize crypto backend." msgstr "Não foi possível inicializar o backend de criptografia." #: lib/setup.c:266 lib/setup.c:2046 lib/verity/verity.c:120 #, c-format msgid "Hash algorithm %s not supported." msgstr "Não há suporte ao algoritmo hash %s." #: lib/setup.c:269 lib/loopaes/loopaes.c:90 #, c-format msgid "Key processing error (using hash %s)." msgstr "Erro de processamento de chave (usando hash %s)." #: lib/setup.c:335 lib/setup.c:362 msgid "Cannot determine device type. Incompatible activation of device?" msgstr "Não foi possível determinar o tipo do dispositivo. Ativação de dispositivo incompatível?" #: lib/setup.c:341 lib/setup.c:3058 msgid "This operation is supported only for LUKS device." msgstr "Há suporte a esta operação apenas para dispositivo LUKS." #: lib/setup.c:368 msgid "This operation is supported only for LUKS2 device." msgstr "Há suporte a esta operação apenas para dispositivo LUKS2." #: lib/setup.c:423 lib/luks2/luks2_reencrypt.c:2347 msgid "All key slots full." msgstr "Todos os slots de chave estão cheios." #: lib/setup.c:434 #, c-format msgid "Key slot %d is invalid, please select between 0 and %d." msgstr "Slot de chave %d é inválido, por favor selecione entre 0 e %d." #: lib/setup.c:440 #, c-format msgid "Key slot %d is full, please select another one." msgstr "Slot de chave %d está cheio, por favor selecione outro." #: lib/setup.c:525 lib/setup.c:2832 #, fuzzy #| msgid "Device size is not aligned to requested sector size." msgid "Device size is not aligned to device logical block size." msgstr "Tamanho do dispositivo não está alinhado com o tamanho de setor requisitado." #: lib/setup.c:624 #, c-format msgid "Header detected but device %s is too small." msgstr "Cabeçalho detectado, mas o dispositivo %s é muito pequeno." #: lib/setup.c:661 lib/setup.c:2777 msgid "This operation is not supported for this device type." msgstr "Não há suporte a esta operação para este tipo de dispositivo." #: lib/setup.c:666 #, fuzzy #| msgid "Offline reencryption in progress. Aborting." msgid "Illegal operation with reencryption in-progress." msgstr "Recriptografia offline em progresso. Abortando." #: lib/setup.c:832 lib/luks1/keymanage.c:482 #, c-format msgid "Unsupported LUKS version %d." msgstr "Não há suporte ao LUKS versão %d." #: lib/setup.c:1427 lib/setup.c:2547 lib/setup.c:2619 lib/setup.c:2631 #: lib/setup.c:2785 lib/setup.c:4532 #, c-format msgid "Device %s is not active." msgstr "O dispositivo \"%s\" não está ativado." #: lib/setup.c:1444 #, c-format msgid "Underlying device for crypt device %s disappeared." msgstr "O dispositivo subjacente para o dispositivo de criptografia %s desapareceu." #: lib/setup.c:1524 msgid "Invalid plain crypt parameters." msgstr "Parâmetros de criptografia clara inválidos." #: lib/setup.c:1529 lib/setup.c:1949 msgid "Invalid key size." msgstr "Tamanho de chave inválida." #: lib/setup.c:1534 lib/setup.c:1954 lib/setup.c:2157 msgid "UUID is not supported for this crypt type." msgstr "Não há suporte ao UUID para este tipo de criptografia." #: lib/setup.c:1539 lib/setup.c:1959 msgid "Detached metadata device is not supported for this crypt type." msgstr "Não há suporte ao dispositivo de metadados desanexado para este tipo de criptografia." #: lib/setup.c:1549 lib/setup.c:1739 lib/luks2/luks2_reencrypt.c:2308 #: src/cryptsetup.c:1296 src/cryptsetup.c:4037 msgid "Unsupported encryption sector size." msgstr "Não há suporte ao tamanho de setor de criptografia." #: lib/setup.c:1557 lib/setup.c:1864 lib/setup.c:2826 msgid "Device size is not aligned to requested sector size." msgstr "Tamanho do dispositivo não está alinhado com o tamanho de setor requisitado." #: lib/setup.c:1608 lib/setup.c:1727 msgid "Can't format LUKS without device." msgstr "Não é possível formatar LUKS sem dispositivo." #: lib/setup.c:1614 lib/setup.c:1733 msgid "Requested data alignment is not compatible with data offset." msgstr "Alinhamento de dados requisitado não é compatível com a posição dos dados." #: lib/setup.c:1682 lib/setup.c:1851 msgid "WARNING: Data offset is outside of currently available data device.\n" msgstr "AVISO: A posição dos dados está fora do dispositivo de dados atualmente disponível.\n" #: lib/setup.c:1692 lib/setup.c:1879 lib/setup.c:1900 lib/setup.c:2169 #, c-format msgid "Cannot wipe header on device %s." msgstr "Não foi possível apagar o cabeçalho no dispositivo %s." #: lib/setup.c:1744 msgid "WARNING: The device activation will fail, dm-crypt is missing support for requested encryption sector size.\n" msgstr "AVISO: A ativação do dispositivo vai falhar, dm-crypt carece de suporte para o tamanho de setor de criptografia requisitado.\n" #: lib/setup.c:1766 msgid "Volume key is too small for encryption with integrity extensions." msgstr "A chave de volume é pequena demais para criptografia com extensões de integridade." #: lib/setup.c:1821 #, c-format msgid "Cipher %s-%s (key size %zd bits) is not available." msgstr "A cifra %s-%s (tamanho de chave %zd bits) não está disponível." #: lib/setup.c:1854 #, c-format msgid "WARNING: LUKS2 metadata size changed to % bytes.\n" msgstr "" #: lib/setup.c:1858 #, c-format msgid "WARNING: LUKS2 keyslots area size changed to % bytes.\n" msgstr "" #: lib/setup.c:1882 lib/utils_device.c:852 lib/luks1/keyencryption.c:255 #: lib/luks2/luks2_reencrypt.c:2358 lib/luks2/luks2_reencrypt.c:3383 #, c-format msgid "Device %s is too small." msgstr "O dispositivo %s é muito pequeno." #: lib/setup.c:1893 lib/setup.c:1919 #, c-format msgid "Cannot format device %s in use." msgstr "Não é possível formatar dispositivo %s em uso." #: lib/setup.c:1896 lib/setup.c:1922 #, c-format msgid "Cannot format device %s, permission denied." msgstr "Não é possível formatar o dispositivo %s, permissão negada." #: lib/setup.c:1908 lib/setup.c:2229 #, c-format msgid "Cannot format integrity for device %s." msgstr "Não foi possível formatar integridade para o dispositivo %s." #: lib/setup.c:1926 #, c-format msgid "Cannot format device %s." msgstr "Não foi possível formatar o dispositivo %s." #: lib/setup.c:1944 msgid "Can't format LOOPAES without device." msgstr "Não foi possível formatar LOOPAES sem dispositivo." #: lib/setup.c:1989 msgid "Can't format VERITY without device." msgstr "Não foi possível formatar VERITY sem dispositivo." #: lib/setup.c:2000 lib/verity/verity.c:103 #, c-format msgid "Unsupported VERITY hash type %d." msgstr "Não há suporte ao tipo de hash VERITY %d." #: lib/setup.c:2006 lib/verity/verity.c:111 msgid "Unsupported VERITY block size." msgstr "Não há suporte ao tamanho de bloco VERITY." #: lib/setup.c:2011 lib/verity/verity.c:75 msgid "Unsupported VERITY hash offset." msgstr "Não há suporte à posição de hash VERITY." #: lib/setup.c:2016 msgid "Unsupported VERITY FEC offset." msgstr "Não há suporte à posição de FEC VERITY." #: lib/setup.c:2040 msgid "Data area overlaps with hash area." msgstr "A área de dados se sobrepõe à área hash." #: lib/setup.c:2065 msgid "Hash area overlaps with FEC area." msgstr "Área de hash sobreposta com área de FEC." #: lib/setup.c:2072 msgid "Data area overlaps with FEC area." msgstr "Área de dados sobreposta com área de FEC." #: lib/setup.c:2208 #, c-format msgid "WARNING: Requested tag size %d bytes differs from %s size output (%d bytes).\n" msgstr "" #: lib/setup.c:2286 #, c-format msgid "Unknown crypt device type %s requested." msgstr "Tipo de dispositivo de criptografia requisitado %s desconhecido." #: lib/setup.c:2553 lib/setup.c:2625 lib/setup.c:2638 #, c-format msgid "Unsupported parameters on device %s." msgstr "Não há suporte aos parâmetros no dispositivo %s." #: lib/setup.c:2559 lib/setup.c:2644 lib/luks2/luks2_reencrypt.c:2410 #: lib/luks2/luks2_reencrypt.c:2753 #, c-format msgid "Mismatching parameters on device %s." msgstr "Parâmetros incompatíveis no dispositivo %s." #: lib/setup.c:2664 msgid "Crypt devices mismatch." msgstr "" #: lib/setup.c:2701 lib/setup.c:2706 lib/luks2/luks2_reencrypt.c:2054 #: lib/luks2/luks2_reencrypt.c:3161 #, fuzzy, c-format #| msgid "Failed to stat device %s." msgid "Failed to reload device %s." msgstr "Falha ao obter estado do dispositivo %s." #: lib/setup.c:2711 lib/setup.c:2716 lib/luks2/luks2_reencrypt.c:2025 #: lib/luks2/luks2_reencrypt.c:2032 #, fuzzy, c-format #| msgid "Failed to stat device %s." msgid "Failed to suspend device %s." msgstr "Falha ao obter estado do dispositivo %s." #: lib/setup.c:2721 lib/luks2/luks2_reencrypt.c:2039 #: lib/luks2/luks2_reencrypt.c:3096 lib/luks2/luks2_reencrypt.c:3165 #, fuzzy, c-format #| msgid "Failed to stat device %s." msgid "Failed to resume device %s." msgstr "Falha ao obter estado do dispositivo %s." #: lib/setup.c:2735 #, c-format msgid "Fatal error while reloading device %s (on top of device %s)." msgstr "" #: lib/setup.c:2738 lib/setup.c:2740 #, fuzzy, c-format #| msgid "Failed to stat device %s." msgid "Failed to switch device %s to dm-error." msgstr "Falha ao obter estado do dispositivo %s." #: lib/setup.c:2817 msgid "Cannot resize loop device." msgstr "Não foi possível redimensionar o dispositivo de loop." #: lib/setup.c:2890 msgid "Do you really want to change UUID of device?" msgstr "Você realmente deseja alterar o UUID do dispositivo?" #: lib/setup.c:2966 msgid "Header backup file does not contain compatible LUKS header." msgstr "Arquivo de cópia de segurança de cabeçalho não contém um cabeçalho LUKS compatível." #: lib/setup.c:3066 #, c-format msgid "Volume %s is not active." msgstr "O volume %s não está ativado." #: lib/setup.c:3077 #, c-format msgid "Volume %s is already suspended." msgstr "O volume %s já está suspenso." #: lib/setup.c:3090 #, c-format msgid "Suspend is not supported for device %s." msgstr "A suspensão não oferece suporte ao dispositivo %s." #: lib/setup.c:3092 #, c-format msgid "Error during suspending device %s." msgstr "Ocorreu um erro ao suspender o dispositivo %s." #: lib/setup.c:3128 #, c-format msgid "Resume is not supported for device %s." msgstr "O resumo não oferece suporte a este dispositivo %s." #: lib/setup.c:3130 #, c-format msgid "Error during resuming device %s." msgstr "Ocorreu um erro ao resumir o dispositivo %s." #: lib/setup.c:3164 lib/setup.c:3212 lib/setup.c:3282 #, c-format msgid "Volume %s is not suspended." msgstr "O volume %s não estava suspenso." #: lib/setup.c:3297 lib/setup.c:3652 lib/setup.c:4325 lib/setup.c:4338 #: lib/setup.c:4346 lib/setup.c:4359 lib/setup.c:4713 lib/setup.c:5862 msgid "Volume key does not match the volume." msgstr "A chave de volume não corresponde ao volume." #: lib/setup.c:3344 lib/setup.c:3535 msgid "Cannot add key slot, all slots disabled and no volume key provided." msgstr "Não foi possível adicionar slot de chave, todos slots desabilitados ou nenhuma chave de volume fornecida." #: lib/setup.c:3487 msgid "Failed to swap new key slot." msgstr "Falha ao trocar novo slot de chave." #: lib/setup.c:3673 #, c-format msgid "Key slot %d is invalid." msgstr "O slot de chave %d é inválido." #: lib/setup.c:3679 src/cryptsetup.c:1634 src/cryptsetup.c:1979 #, c-format msgid "Keyslot %d is not active." msgstr "O slot de chave %d não está ativo." #: lib/setup.c:3698 msgid "Device header overlaps with data area." msgstr "O cabeçalho do dispositivo se sobrepõe à área de dados." #: lib/setup.c:3991 #, fuzzy #| msgid "Reencryption already in-progress." msgid "Reencryption in-progress. Cannot activate device." msgstr "Recriptografia já está em progresso." #: lib/setup.c:3993 lib/luks2/luks2_json_metadata.c:2253 #: lib/luks2/luks2_reencrypt.c:2852 #, fuzzy #| msgid "Failed to acquire write device lock." msgid "Failed to get reencryption lock." msgstr "Falha ao obter trava de dispositivo de escrita." #: lib/setup.c:4006 lib/luks2/luks2_reencrypt.c:2871 #, fuzzy #| msgid "Unsupported encryption sector size." msgid "LUKS2 reencryption recovery failed." msgstr "Não há suporte ao tamanho de setor de criptografia." #: lib/setup.c:4137 lib/setup.c:4399 #, fuzzy #| msgid "Device type is not properly initialised." msgid "Device type is not properly initialized." msgstr "O tipo de dispositivo não foi inicializado corretamente." #: lib/setup.c:4185 #, c-format msgid "Device %s already exists." msgstr "O dispositivo %s já existe." #: lib/setup.c:4192 #, c-format msgid "Cannot use device %s, name is invalid or still in use." msgstr "Não foi possível usar o dispositivo %s, o nome é inválido ou ainda está em uso." #: lib/setup.c:4312 msgid "Incorrect volume key specified for plain device." msgstr "Chave de volume incorreta especificada para dispositivo claro." #: lib/setup.c:4425 msgid "Incorrect root hash specified for verity device." msgstr "Hash raiz incorreta especificada para o dispositivo verity." #: lib/setup.c:4432 msgid "Root hash signature required." msgstr "" #: lib/setup.c:4441 #, fuzzy #| msgid "Kernel keyring is not supported by the kernel." msgid "Kernel keyring missing: required for passing signature to kernel." msgstr "Não há suporte a chaveiro de kernel neste kernel." #: lib/setup.c:4458 lib/setup.c:5938 msgid "Failed to load key in kernel keyring." msgstr "Falha ao carregar chave no chaveiro de kernel." #: lib/setup.c:4511 lib/setup.c:4527 lib/luks2/luks2_json_metadata.c:2306 #: src/cryptsetup.c:2744 #, c-format msgid "Device %s is still in use." msgstr "O dispositivo %s ainda está em uso." #: lib/setup.c:4536 #, c-format msgid "Invalid device %s." msgstr "Dispositivo inválido %s." #: lib/setup.c:4652 msgid "Volume key buffer too small." msgstr "Buffer de chave de volume muito pequena." #: lib/setup.c:4660 msgid "Cannot retrieve volume key for plain device." msgstr "Não foi possível obter chave de volume para dispositivo claro." #: lib/setup.c:4677 #, fuzzy #| msgid "Incorrect root hash specified for verity device." msgid "Cannot retrieve root hash for verity device." msgstr "Hash raiz incorreta especificada para o dispositivo verity." #: lib/setup.c:4679 #, c-format msgid "This operation is not supported for %s crypt device." msgstr "Não há suporte a esta operação para o dispositivo de criptografia %s." #: lib/setup.c:4885 msgid "Dump operation is not supported for this device type." msgstr "Não há suporte à operação de despejo para este tipo de dispositivo." #: lib/setup.c:5213 #, c-format msgid "Data offset is not multiple of %u bytes." msgstr "" #: lib/setup.c:5498 #, c-format msgid "Cannot convert device %s which is still in use." msgstr "Não foi possível converter o dispositivo %s, o qual ainda está em uso." #: lib/setup.c:5795 #, c-format msgid "Failed to assign keyslot %u as the new volume key." msgstr "Falha ao atribuir o slot de chave %u como a nova chave de volume." #: lib/setup.c:5868 #, fuzzy #| msgid "Failed to initialise default LUKS2 keyslot parameters." msgid "Failed to initialize default LUKS2 keyslot parameters." msgstr "Falha ao inicializar os parâmetros padrão de slot de chave LUKS2." #: lib/setup.c:5874 #, c-format msgid "Failed to assign keyslot %d to digest." msgstr "Falha ao atribuir o slot de chave %d ao resumo." #: lib/setup.c:6005 msgid "Kernel keyring is not supported by the kernel." msgstr "Não há suporte a chaveiro de kernel neste kernel." #: lib/setup.c:6015 lib/luks2/luks2_reencrypt.c:2968 #, c-format msgid "Failed to read passphrase from keyring (error %d)." msgstr "Falha ao ler senha do chaveiro (erro %d)." #: lib/setup.c:6039 msgid "Failed to acquire global memory-hard access serialization lock." msgstr "" #: lib/utils.c:80 msgid "Cannot get process priority." msgstr "Não foi possível obter prioridade de processo." #: lib/utils.c:94 msgid "Cannot unlock memory." msgstr "Não foi possível desbloquear memória." #: lib/utils.c:168 lib/tcrypt/tcrypt.c:497 msgid "Failed to open key file." msgstr "Falha ao abrir arquivo de chave." #: lib/utils.c:173 msgid "Cannot read keyfile from a terminal." msgstr "Não foi possível ler o arquivo de chave de um terminal." #: lib/utils.c:190 msgid "Failed to stat key file." msgstr "Falha ao obter estado do arquivo." #: lib/utils.c:198 lib/utils.c:219 msgid "Cannot seek to requested keyfile offset." msgstr "Não foi possível buscar a posição do arquivo de chave requisitado." #: lib/utils.c:213 lib/utils.c:228 src/utils_password.c:223 #: src/utils_password.c:235 msgid "Out of memory while reading passphrase." msgstr "Memória insuficiente para leitura da senha." #: lib/utils.c:248 msgid "Error reading passphrase." msgstr "Erro ao ler a senha." #: lib/utils.c:265 msgid "Nothing to read on input." msgstr "Nada para ler na entrada." #: lib/utils.c:272 msgid "Maximum keyfile size exceeded." msgstr "Tamanho máximo de arquivo de chave excedido." #: lib/utils.c:277 msgid "Cannot read requested amount of data." msgstr "Não foi possível ler a quantidade requisitada de dados." #: lib/utils_device.c:190 lib/utils_storage_wrappers.c:110 #: lib/luks1/keyencryption.c:91 #, fuzzy, c-format #| msgid "Device %s doesn't exist or access denied." msgid "Device %s does not exist or access denied." msgstr "O dispositivo %s não existe ou acesso negado." #: lib/utils_device.c:200 #, c-format msgid "Device %s is not compatible." msgstr "O dispositivo %s não é compatível." #: lib/utils_device.c:544 #, c-format msgid "Ignoring bogus optimal-io size for data device (%u bytes)." msgstr "" #: lib/utils_device.c:666 #, c-format msgid "Device %s is too small. Need at least % bytes." msgstr "Dispositivo %s é muito pequeno. Necessita de pelo menos % bytes." #: lib/utils_device.c:747 #, c-format msgid "Cannot use device %s which is in use (already mapped or mounted)." msgstr "Não foi possível usar o dispositivo %s, o qual está em uso (já mapeado ou montado)." #: lib/utils_device.c:751 #, c-format msgid "Cannot use device %s, permission denied." msgstr "Não foi possível usar o dispositivo %s, permissão negada." #: lib/utils_device.c:754 #, c-format msgid "Cannot get info about device %s." msgstr "Não foi possível obter informação sobre o dispositivo %s." #: lib/utils_device.c:777 msgid "Cannot use a loopback device, running as non-root user." msgstr "Não foi possível usar um dispositivo de loopback, executando como usuário não-root." #: lib/utils_device.c:787 msgid "Attaching loopback device failed (loop device with autoclear flag is required)." msgstr "Anexação de dispositivo loopback falhou (dispositivo de loop com sinalizador autoclear é necessário)." #: lib/utils_device.c:833 #, c-format msgid "Requested offset is beyond real size of device %s." msgstr "A posição requisitada está além do tamanho real do dispositivo %s." #: lib/utils_device.c:841 #, c-format msgid "Device %s has zero size." msgstr "O dispositivo %s possui tamanho zero." #: lib/utils_pbkdf.c:100 msgid "Requested PBKDF target time cannot be zero." msgstr "Tempo alvo PBKDF requisitado não pode ser zero." #: lib/utils_pbkdf.c:106 #, c-format msgid "Unknown PBKDF type %s." msgstr "Tipo %s de PBKDF desconhecido." #: lib/utils_pbkdf.c:111 #, c-format msgid "Requested hash %s is not supported." msgstr "Não há suporte ao hash requisitado %s." #: lib/utils_pbkdf.c:122 msgid "Requested PBKDF type is not supported for LUKS1." msgstr "Não há suporte ao tipo de PBKDF requisitado para LUKS1." #: lib/utils_pbkdf.c:128 msgid "PBKDF max memory or parallel threads must not be set with pbkdf2." msgstr "Fluxos paralelos ou memória máxima de PBKDF não pode estar definida com pbkdf2." #: lib/utils_pbkdf.c:133 lib/utils_pbkdf.c:143 #, c-format msgid "Forced iteration count is too low for %s (minimum is %u)." msgstr "Contagem de iterações forçadas é pequena demais para %s (mínimo é %u)." #: lib/utils_pbkdf.c:148 #, c-format msgid "Forced memory cost is too low for %s (minimum is %u kilobytes)." msgstr "Custo de memória forçada é pequeno demais para %s (mínimo é %u kilobytes)." #: lib/utils_pbkdf.c:155 #, c-format msgid "Requested maximum PBKDF memory cost is too high (maximum is %d kilobytes)." msgstr "Custo de memória PBKDF máximo requisitado é alto demais (o máximo é %d kilobytes)." #: lib/utils_pbkdf.c:160 msgid "Requested maximum PBKDF memory cannot be zero." msgstr "Memória PBKDF máxima requisitada não pode ser zero." #: lib/utils_pbkdf.c:164 msgid "Requested PBKDF parallel threads cannot be zero." msgstr "Fluxos paralelos PBKDF requisitados não podem ser zero." #: lib/utils_pbkdf.c:184 msgid "Only PBKDF2 is supported in FIPS mode." msgstr "" #: lib/utils_benchmark.c:172 msgid "PBKDF benchmark disabled but iterations not set." msgstr "Teste de PBKDF desabilitado, mas iterações não definidas." #: lib/utils_benchmark.c:191 #, c-format msgid "Not compatible PBKDF2 options (using hash algorithm %s)." msgstr "Opções PBKDF2 não compatíveis (sando algoritmo hash %s)." #: lib/utils_benchmark.c:211 msgid "Not compatible PBKDF options." msgstr "Opções PBKDF2 não compatíveis." #: lib/utils_device_locking.c:102 #, c-format msgid "Locking aborted. The locking path %s/%s is unusable (not a directory or missing)." msgstr "Trava abortada. O caminho de trava %s/%s não é usável (faltando ou não é um diretório)." #: lib/utils_device_locking.c:109 #, c-format msgid "Locking directory %s/%s will be created with default compiled-in permissions." msgstr "" #: lib/utils_device_locking.c:119 #, c-format msgid "Locking aborted. The locking path %s/%s is unusable (%s is not a directory)." msgstr "Trava abortada. O caminho de trava %s/%s não é usável (%s não é um diretório)." #: lib/utils_wipe.c:184 src/cryptsetup_reencrypt.c:959 #: src/cryptsetup_reencrypt.c:1043 msgid "Cannot seek to device offset." msgstr "Não foi possível ir à posição do dispositivo." #: lib/utils_wipe.c:208 #, c-format msgid "Device wipe error, offset %." msgstr "" #: lib/luks1/keyencryption.c:39 #, c-format msgid "" "Failed to setup dm-crypt key mapping for device %s.\n" "Check that kernel supports %s cipher (check syslog for more info)." msgstr "" "Falha ao configurar mapeamento de chave dm-crypt para o dispositivo %s.\n" "Certifique-se de que o kernel oferece suporte cifra de %s (verifique o syslog para mais informação)." #: lib/luks1/keyencryption.c:44 msgid "Key size in XTS mode must be 256 or 512 bits." msgstr "Tamanho de chave no modo XTS deve ser 256 ou 512 bits." #: lib/luks1/keyencryption.c:46 msgid "Cipher specification should be in [cipher]-[mode]-[iv] format." msgstr "A especificação de cifra deve estar no formato [cifra]-[modo]-[iv]." #: lib/luks1/keyencryption.c:97 lib/luks1/keymanage.c:344 #: lib/luks1/keymanage.c:642 lib/luks1/keymanage.c:1094 #: lib/luks2/luks2_json_metadata.c:1260 lib/luks2/luks2_keyslot.c:734 #, c-format msgid "Cannot write to device %s, permission denied." msgstr "Não foi possível escrever para o dispositivo %s, permissão negada." #: lib/luks1/keyencryption.c:120 msgid "Failed to open temporary keystore device." msgstr "Falha ao abrir o dispositivo temporário de armazenamento de chave." #: lib/luks1/keyencryption.c:127 msgid "Failed to access temporary keystore device." msgstr "Falha ao acessar o dispositivo temporário de armazenamento de chave." #: lib/luks1/keyencryption.c:200 lib/luks2/luks2_keyslot_luks2.c:60 #: lib/luks2/luks2_keyslot_luks2.c:78 lib/luks2/luks2_keyslot_reenc.c:134 msgid "IO error while encrypting keyslot." msgstr "Erro de E/S ao criptografar slot de chave." #: lib/luks1/keyencryption.c:246 lib/luks1/keymanage.c:347 #: lib/luks1/keymanage.c:595 lib/luks1/keymanage.c:645 lib/tcrypt/tcrypt.c:670 #: lib/verity/verity.c:81 lib/verity/verity.c:194 lib/verity/verity_hash.c:286 #: lib/verity/verity_hash.c:295 lib/verity/verity_hash.c:315 #: lib/verity/verity_fec.c:250 lib/verity/verity_fec.c:262 #: lib/verity/verity_fec.c:267 lib/luks2/luks2_json_metadata.c:1263 #: src/cryptsetup_reencrypt.c:218 src/cryptsetup_reencrypt.c:230 #, c-format msgid "Cannot open device %s." msgstr "Não foi possível abrir o dispositivo %s." #: lib/luks1/keyencryption.c:257 lib/luks2/luks2_keyslot_luks2.c:137 msgid "IO error while decrypting keyslot." msgstr "Erro de E/S ao descriptografar slot de chave." #: lib/luks1/keymanage.c:110 #, c-format msgid "Device %s is too small. (LUKS1 requires at least % bytes.)" msgstr "Dispositivo %s é muito pequeno. (LUKS1 precisa de pelo menos % bytes.)" #: lib/luks1/keymanage.c:131 lib/luks1/keymanage.c:139 #: lib/luks1/keymanage.c:151 lib/luks1/keymanage.c:162 #: lib/luks1/keymanage.c:174 #, c-format msgid "LUKS keyslot %u is invalid." msgstr "O slot de chave LUKS %u é inválido." #: lib/luks1/keymanage.c:228 lib/luks1/keymanage.c:479 #: lib/luks2/luks2_json_metadata.c:1091 src/cryptsetup.c:1495 #: src/cryptsetup.c:1621 src/cryptsetup.c:1678 src/cryptsetup.c:1734 #: src/cryptsetup.c:1801 src/cryptsetup.c:1904 src/cryptsetup.c:1968 #: src/cryptsetup.c:2198 src/cryptsetup.c:2409 src/cryptsetup.c:2471 #: src/cryptsetup.c:2537 src/cryptsetup.c:2701 src/cryptsetup.c:3377 #: src/cryptsetup.c:3386 src/cryptsetup_reencrypt.c:1406 #, c-format msgid "Device %s is not a valid LUKS device." msgstr "O dispositivo %s não é um dispositivo LUKS válido." #: lib/luks1/keymanage.c:246 lib/luks2/luks2_json_metadata.c:1108 #, c-format msgid "Requested header backup file %s already exists." msgstr "O arquivo de cópia de segurança de cabeçalho requisitado %s já existe." #: lib/luks1/keymanage.c:248 lib/luks2/luks2_json_metadata.c:1110 #, c-format msgid "Cannot create header backup file %s." msgstr "Não foi possível criar o arquivo de cópia de segurança de cabeçalho %s." #: lib/luks1/keymanage.c:255 lib/luks2/luks2_json_metadata.c:1117 #, c-format msgid "Cannot write header backup file %s." msgstr "Não foi possível escrever o arquivo de cópia de segurança de cabeçalho %s." #: lib/luks1/keymanage.c:286 lib/luks2/luks2_json_metadata.c:1169 #, fuzzy #| msgid "Backup file doesn't contain valid LUKS header." msgid "Backup file does not contain valid LUKS header." msgstr "Arquivo de cópia de segurança não contém cabeçalho LUKS válido." #: lib/luks1/keymanage.c:299 lib/luks1/keymanage.c:556 #: lib/luks2/luks2_json_metadata.c:1190 #, c-format msgid "Cannot open header backup file %s." msgstr "Não foi possível abrir o arquivo de cópia de segurança de cabeçalho %s." #: lib/luks1/keymanage.c:307 lib/luks2/luks2_json_metadata.c:1198 #, c-format msgid "Cannot read header backup file %s." msgstr "Não foi possível ler o arquivo de cópia de segurança de cabeçalho %s." #: lib/luks1/keymanage.c:317 msgid "Data offset or key size differs on device and backup, restore failed." msgstr "Posição de dados ou tamanho de chave divergem entre dispositivo e cópia de segurança, restauração falhou." #: lib/luks1/keymanage.c:325 #, c-format msgid "Device %s %s%s" msgstr "Dispositivo %s %s%s" #: lib/luks1/keymanage.c:326 msgid "does not contain LUKS header. Replacing header can destroy data on that device." msgstr "não contém cabeçalho LUKS. A substituição do cabeçalho pode destruir dados naquele dispositivo." #: lib/luks1/keymanage.c:327 msgid "already contains LUKS header. Replacing header will destroy existing keyslots." msgstr "já contém cabeçalho LUKS. A substituição do cabeçalho vai destruir slots de chave existentes." #: lib/luks1/keymanage.c:328 lib/luks2/luks2_json_metadata.c:1232 msgid "" "\n" "WARNING: real device header has different UUID than backup!" msgstr "" "\n" "AVISO: o cabeçalho do dispositivo real possui um UUID diferente da cópia de segurança!" #: lib/luks1/keymanage.c:375 msgid "Non standard key size, manual repair required." msgstr "Tamanho de chave fora do padrão, correção manual necessária." #: lib/luks1/keymanage.c:385 msgid "Non standard keyslots alignment, manual repair required." msgstr "Alinhamento de slots de chave fora do padrão, correção manual necessária." #: lib/luks1/keymanage.c:397 msgid "Repairing keyslots." msgstr "Corrigindo slots de chave." #: lib/luks1/keymanage.c:416 #, c-format msgid "Keyslot %i: offset repaired (%u -> %u)." msgstr "Slot de chave %i: posição corrigida (%u -> %u)." #: lib/luks1/keymanage.c:424 #, c-format msgid "Keyslot %i: stripes repaired (%u -> %u)." msgstr "Slot de chave %i: barras corrigidas (%u -> %u)." #: lib/luks1/keymanage.c:433 #, c-format msgid "Keyslot %i: bogus partition signature." msgstr "Slot de chave %i: assinatura de partição é falsa." #: lib/luks1/keymanage.c:438 #, c-format msgid "Keyslot %i: salt wiped." msgstr "Slot de chave %i: sal apagado." #: lib/luks1/keymanage.c:455 msgid "Writing LUKS header to disk." msgstr "Escrevendo cabeçalho LUKS para disco." #: lib/luks1/keymanage.c:460 msgid "Repair failed." msgstr "Correção falhou." #: lib/luks1/keymanage.c:488 lib/luks1/keymanage.c:757 #, c-format msgid "Requested LUKS hash %s is not supported." msgstr "Não há suporte ao hash LUKS requisitado %s." #: lib/luks1/keymanage.c:516 src/cryptsetup.c:1188 msgid "No known problems detected for LUKS header." msgstr "Nenhum problema conhecido foi detectado no cabeçalho LUKS." #: lib/luks1/keymanage.c:667 #, c-format msgid "Error during update of LUKS header on device %s." msgstr "Erro durante atualização de cabeçalho LUKS no dispositivo %s." #: lib/luks1/keymanage.c:675 #, c-format msgid "Error re-reading LUKS header after update on device %s." msgstr "Erro ao reler cabeçalho LUKS após atualização no dispositivo %s." #: lib/luks1/keymanage.c:751 msgid "Data offset for LUKS header must be either 0 or higher than header size." msgstr "A posição de dados para cabeçalho LUKS deve ser 0 ou maior do que o tamanho do cabeçalho." #: lib/luks1/keymanage.c:762 lib/luks1/keymanage.c:832 #: lib/luks2/luks2_json_format.c:284 lib/luks2/luks2_json_metadata.c:1009 #: src/cryptsetup.c:2864 msgid "Wrong LUKS UUID format provided." msgstr "Formato de UUID LUKS incorreto foi fornecido." #: lib/luks1/keymanage.c:785 msgid "Cannot create LUKS header: reading random salt failed." msgstr "Não foi possível criar cabeçalho LUKS: leitura de sal aleatório falhou." #: lib/luks1/keymanage.c:811 #, c-format msgid "Cannot create LUKS header: header digest failed (using hash %s)." msgstr "Não foi possível criar cabeçalho LUKS: resumo de cabeçalho falhou (usando hash %s)." #: lib/luks1/keymanage.c:855 #, c-format msgid "Key slot %d active, purge first." msgstr "Slot de chave %d ativado, apagar primeiro." #: lib/luks1/keymanage.c:861 #, c-format msgid "Key slot %d material includes too few stripes. Header manipulation?" msgstr "O material do slot de chave %d inclui muito poucas barras. Manipulação do cabeçalho?" #: lib/luks1/keymanage.c:1002 #, fuzzy, c-format #| msgid "Key processing error (using hash %s)." msgid "Cannot open keyslot (using hash %s)." msgstr "Erro de processamento de chave (usando hash %s)." #: lib/luks1/keymanage.c:1080 #, c-format msgid "Key slot %d is invalid, please select keyslot between 0 and %d." msgstr "Slot de chave %d é inválido, por favor selecione um slot de chave entre 0 e %d." #: lib/luks1/keymanage.c:1098 lib/luks2/luks2_keyslot.c:738 #, c-format msgid "Cannot wipe device %s." msgstr "Não foi possível apagar o dispositivo %s." #: lib/loopaes/loopaes.c:146 msgid "Detected not yet supported GPG encrypted keyfile." msgstr "Detectado arquivo de chave criptografado com GPG ainda sem suporte." #: lib/loopaes/loopaes.c:147 msgid "Please use gpg --decrypt | cryptsetup --keyfile=- ...\n" msgstr "Por favor use gpg --decrypt | cryptsetup --keyfile=- ...\n" #: lib/loopaes/loopaes.c:168 lib/loopaes/loopaes.c:188 msgid "Incompatible loop-AES keyfile detected." msgstr "Arquivo de chave loop-AES incompatível detectado." #: lib/loopaes/loopaes.c:245 #, fuzzy #| msgid "Kernel doesn't support loop-AES compatible mapping." msgid "Kernel does not support loop-AES compatible mapping." msgstr "O kernel não oferece suporte a mapeamento compatível com loop-AES." #: lib/tcrypt/tcrypt.c:504 #, c-format msgid "Error reading keyfile %s." msgstr "Erro ao ler arquivo de chave %s." #: lib/tcrypt/tcrypt.c:554 #, fuzzy, c-format #| msgid "Maximum TCRYPT passphrase length (%d) exceeded." msgid "Maximum TCRYPT passphrase length (%zu) exceeded." msgstr "Tamanho máximo de senha TCRYPT (%d) excedido." #: lib/tcrypt/tcrypt.c:595 #, c-format msgid "PBKDF2 hash algorithm %s not available, skipping." msgstr "Algoritmo hash PBKDF2 %s não disponível, ignorando." #: lib/tcrypt/tcrypt.c:611 src/cryptsetup.c:1059 msgid "Required kernel crypto interface not available." msgstr "Interface necessário de criptografia do kernel não disponível." #: lib/tcrypt/tcrypt.c:613 src/cryptsetup.c:1061 msgid "Ensure you have algif_skcipher kernel module loaded." msgstr "Certifique-se de que você tenha o módulo de kernel algif_skcipher carregado." #: lib/tcrypt/tcrypt.c:753 #, c-format msgid "Activation is not supported for %d sector size." msgstr "Não há suporte a ativação para o tamanho de setor %d." #: lib/tcrypt/tcrypt.c:759 #, fuzzy #| msgid "Kernel doesn't support activation for this TCRYPT legacy mode." msgid "Kernel does not support activation for this TCRYPT legacy mode." msgstr "O kernel não oferece suporte a ativação para este modo legado TCRYPT." #: lib/tcrypt/tcrypt.c:790 #, c-format msgid "Activating TCRYPT system encryption for partition %s." msgstr "Ativando criptografia de sistema TCRYPT para partição %s." #: lib/tcrypt/tcrypt.c:868 #, fuzzy #| msgid "Kernel doesn't support TCRYPT compatible mapping." msgid "Kernel does not support TCRYPT compatible mapping." msgstr "O kernel não oferece suporte a mapeamento compatível com TCRYPT." #: lib/tcrypt/tcrypt.c:1090 msgid "This function is not supported without TCRYPT header load." msgstr "Não há suporte a esta função sem carga de cabeçalho TCRYPT." #: lib/bitlk/bitlk.c:350 #, c-format msgid "Unexpected metadata entry type '%u' found when parsing supported Volume Master Key." msgstr "" #: lib/bitlk/bitlk.c:397 msgid "Invalid string found when parsing Volume Master Key." msgstr "" #: lib/bitlk/bitlk.c:402 #, c-format msgid "Unexpected string ('%s') found when parsing supported Volume Master Key." msgstr "" #: lib/bitlk/bitlk.c:419 #, c-format msgid "Unexpected metadata entry value '%u' found when parsing supported Volume Master Key." msgstr "" #: lib/bitlk/bitlk.c:502 #, fuzzy, c-format #| msgid "Failed to read LUKS2 requirements." msgid "Failed to read BITLK signature from %s." msgstr "Falha ao ler requisitos LUKS2." #: lib/bitlk/bitlk.c:514 msgid "Invalid or unknown signature for BITLK device." msgstr "" #: lib/bitlk/bitlk.c:520 msgid "BITLK version 1 is currently not supported." msgstr "" #: lib/bitlk/bitlk.c:526 msgid "Invalid or unknown boot signature for BITLK device." msgstr "" #: lib/bitlk/bitlk.c:538 #, fuzzy, c-format #| msgid "Unsupported encryption sector size." msgid "Unsupported sector size %." msgstr "Não há suporte ao tamanho de setor de criptografia." #: lib/bitlk/bitlk.c:546 #, fuzzy, c-format #| msgid "Failed to read LUKS2 requirements." msgid "Failed to read BITLK header from %s." msgstr "Falha ao ler requisitos LUKS2." #: lib/bitlk/bitlk.c:571 #, fuzzy, c-format #| msgid "Failed to read LUKS2 requirements." msgid "Failed to read BITLK FVE metadata from %s." msgstr "Falha ao ler requisitos LUKS2." #: lib/bitlk/bitlk.c:622 #, fuzzy #| msgid "Unsupported encryption sector size." msgid "Unknown or unsupported encryption type." msgstr "Não há suporte ao tamanho de setor de criptografia." #: lib/bitlk/bitlk.c:655 #, fuzzy, c-format #| msgid "Failed to read LUKS2 requirements." msgid "Failed to read BITLK metadata entries from %s." msgstr "Falha ao ler requisitos LUKS2." #: lib/bitlk/bitlk.c:897 #, c-format msgid "Unexpected metadata entry type '%u' found when parsing external key." msgstr "" #: lib/bitlk/bitlk.c:912 #, c-format msgid "Unexpected metadata entry value '%u' found when parsing external key." msgstr "" #: lib/bitlk/bitlk.c:980 msgid "Unexpected metadata entry found when parsing startup key." msgstr "" #: lib/bitlk/bitlk.c:1071 #, fuzzy #| msgid "This operation is not supported for %s crypt device." msgid "This operation is not supported." msgstr "Não há suporte a esta operação para o dispositivo de criptografia %s." #: lib/bitlk/bitlk.c:1079 msgid "Unexpected key data size." msgstr "" #: lib/bitlk/bitlk.c:1133 msgid "This BITLK device is in an unsupported state and cannot be activated." msgstr "" #: lib/bitlk/bitlk.c:1139 #, c-format msgid "BITLK devices with type '%s' cannot be activated." msgstr "" #: lib/bitlk/bitlk.c:1234 #, fuzzy #| msgid "Activation of temporary devices failed." msgid "Activation of partially decrypted BITLK device is not supported." msgstr "A ativação de dispositivos temporários falhou." #: lib/bitlk/bitlk.c:1370 msgid "Cannot activate device, kernel dm-crypt is missing support for BITLK IV." msgstr "" #: lib/bitlk/bitlk.c:1374 msgid "Cannot activate device, kernel dm-crypt is missing support for BITLK Elephant diffuser." msgstr "" #: lib/verity/verity.c:69 lib/verity/verity.c:180 #, fuzzy, c-format #| msgid "Verity device %s doesn't use on-disk header." msgid "Verity device %s does not use on-disk header." msgstr "Dispositivo verity %s não usa cabeçalho em disco." #: lib/verity/verity.c:91 #, c-format msgid "Device %s is not a valid VERITY device." msgstr "O dispositivo %s não é um dispositivo VERITY válido." #: lib/verity/verity.c:98 #, c-format msgid "Unsupported VERITY version %d." msgstr "Não há suporte ao VERITY versão %d." #: lib/verity/verity.c:129 msgid "VERITY header corrupted." msgstr "Cabeçalho VERITY corrompido." #: lib/verity/verity.c:174 #, c-format msgid "Wrong VERITY UUID format provided on device %s." msgstr "Formato de UUID VERITY inválido fornecido no dispositivo %s." #: lib/verity/verity.c:218 #, c-format msgid "Error during update of verity header on device %s." msgstr "Erro durante a atualização do cabeçalho verity no dispositivo %s." #: lib/verity/verity.c:276 #, fuzzy #| msgid "Requested hash %s is not supported." msgid "Root hash signature verification is not supported." msgstr "Não há suporte ao hash requisitado %s." #: lib/verity/verity.c:288 msgid "Errors cannot be repaired with FEC device." msgstr "Os erros não puderam ser consertados com dispositivo FEC." #: lib/verity/verity.c:290 #, c-format msgid "Found %u repairable errors with FEC device." msgstr "Localizados %u erros corrigíveis com dispositivo FEC." #: lib/verity/verity.c:333 #, fuzzy #| msgid "Kernel doesn't support dm-verity mapping." msgid "Kernel does not support dm-verity mapping." msgstr "O kernel não oferece suporte a mapeamento dm-verity." #: lib/verity/verity.c:337 #, fuzzy #| msgid "Kernel doesn't support dm-verity mapping." msgid "Kernel does not support dm-verity signature option." msgstr "O kernel não oferece suporte a mapeamento dm-verity." #: lib/verity/verity.c:348 msgid "Verity device detected corruption after activation." msgstr "O dispositivo verity detectou corrompimento após ativação." #: lib/verity/verity_hash.c:59 #, c-format msgid "Spare area is not zeroed at position %." msgstr "Área disponível não está zerada na posição %." #: lib/verity/verity_hash.c:154 lib/verity/verity_hash.c:266 #: lib/verity/verity_hash.c:277 msgid "Device offset overflow." msgstr "Excesso na posição do dispositivo." #: lib/verity/verity_hash.c:194 #, c-format msgid "Verification failed at position %." msgstr "Verificação falhou na posição %." #: lib/verity/verity_hash.c:273 msgid "Hash area overflow." msgstr "Estouro de área de hash." #: lib/verity/verity_hash.c:346 msgid "Verification of data area failed." msgstr "Verificação da área de dados falhou." #: lib/verity/verity_hash.c:351 msgid "Verification of root hash failed." msgstr "Verificação do hash raiz falhou." #: lib/verity/verity_hash.c:357 msgid "Input/output error while creating hash area." msgstr "Erro de entrada/saída enquanto criava área de hash." #: lib/verity/verity_hash.c:359 msgid "Creation of hash area failed." msgstr "Criação da área de hash falhou." #: lib/verity/verity_hash.c:394 #, c-format msgid "WARNING: Kernel cannot activate device if data block size exceeds page size (%u)." msgstr "AVISO: O kernel não pode ativar um dispositivo se o tamanho do bloco de dados exceder o tamanho da página (%u)." #: lib/verity/verity_fec.c:131 msgid "Failed to allocate RS context." msgstr "Falha ao alocar contexto de RS." #: lib/verity/verity_fec.c:149 msgid "Failed to allocate buffer." msgstr "Falha ao alocar buffer." #: lib/verity/verity_fec.c:159 #, c-format msgid "Failed to read RS block % byte %d." msgstr "Falha ao ler byte %2$d de bloco RS %1$." #: lib/verity/verity_fec.c:172 #, c-format msgid "Failed to read parity for RS block %." msgstr "Falha ao ler paridade para o bloco RS %." #: lib/verity/verity_fec.c:180 #, c-format msgid "Failed to repair parity for block %." msgstr "Falha ao corrigir paridade para o bloco %." #: lib/verity/verity_fec.c:191 #, c-format msgid "Failed to write parity for RS block %." msgstr "Falha ao escrever paridade para o bloco RS %." #: lib/verity/verity_fec.c:227 msgid "Block sizes must match for FEC." msgstr "Tamanhos de bolcos devem corresponder para FEC." #: lib/verity/verity_fec.c:233 msgid "Invalid number of parity bytes." msgstr "Número inválido de paridade de bytes." #: lib/verity/verity_fec.c:238 msgid "Invalid FEC segment length." msgstr "" #: lib/verity/verity_fec.c:302 #, c-format msgid "Failed to determine size for device %s." msgstr "Falha ao determinar o tamanho para dispositivo %s." #: lib/integrity/integrity.c:272 lib/integrity/integrity.c:355 #, fuzzy #| msgid "Kernel doesn't support dm-integrity mapping." msgid "Kernel does not support dm-integrity mapping." msgstr "O kernel não oferece suporte a mapeamento dm-integrity." #: lib/integrity/integrity.c:278 #, fuzzy #| msgid "Kernel doesn't support dm-integrity mapping." msgid "Kernel does not support dm-integrity fixed metadata alignment." msgstr "O kernel não oferece suporte a mapeamento dm-integrity." #: lib/integrity/integrity.c:287 msgid "Kernel refuses to activate insecure recalculate option (see legacy activation options to override)." msgstr "" #: lib/luks2/luks2_disk_metadata.c:383 lib/luks2/luks2_json_metadata.c:967 #: lib/luks2/luks2_json_metadata.c:1252 #, c-format msgid "Failed to acquire write lock on device %s." msgstr "Falha ao obter trava de escrita no dispositivo %s." #: lib/luks2/luks2_disk_metadata.c:392 msgid "Detected attempt for concurrent LUKS2 metadata update. Aborting operation." msgstr "" #: lib/luks2/luks2_disk_metadata.c:691 lib/luks2/luks2_disk_metadata.c:712 msgid "" "Device contains ambiguous signatures, cannot auto-recover LUKS2.\n" "Please run \"cryptsetup repair\" for recovery." msgstr "" "O dispositivo contém assinaturas ambíguas, falha ao autorrecuperar LUKS2.\n" "Por favor, execute \"cryptsetup repair\" para recuperação." #: lib/luks2/luks2_json_format.c:227 msgid "Requested data offset is too small." msgstr "A posição dos dados requisitados é muito pequena." #: lib/luks2/luks2_json_format.c:272 #, c-format msgid "WARNING: keyslots area (% bytes) is very small, available LUKS2 keyslot count is very limited.\n" msgstr "AVISO: área de slot de chaves (% bytes) é muito pequena, a contagem de slot de chaves LUKS2 disponível é muito limitada.\n" #: lib/luks2/luks2_json_metadata.c:954 lib/luks2/luks2_json_metadata.c:1082 #: lib/luks2/luks2_json_metadata.c:1158 lib/luks2/luks2_keyslot_luks2.c:92 #: lib/luks2/luks2_keyslot_luks2.c:114 #, c-format msgid "Failed to acquire read lock on device %s." msgstr "Falha ao obter trava de leitura no dispositivo %s." #: lib/luks2/luks2_json_metadata.c:1175 #, c-format msgid "Forbidden LUKS2 requirements detected in backup %s." msgstr "Requisitos LUKS2 proibidos detectados na cópia de segurança %s." #: lib/luks2/luks2_json_metadata.c:1216 msgid "Data offset differ on device and backup, restore failed." msgstr "Posição de dados diverge entre dispositivo e cópia de segurança, restauração falhou." #: lib/luks2/luks2_json_metadata.c:1222 msgid "Binary header with keyslot areas size differ on device and backup, restore failed." msgstr "Cabeçalho binário com áreas de slot de chave diverge entre dispositivo e cópia de segurança, restauração falhou." #: lib/luks2/luks2_json_metadata.c:1229 #, c-format msgid "Device %s %s%s%s%s" msgstr "Dispositivo %s %s%s%s%s" #: lib/luks2/luks2_json_metadata.c:1230 msgid "does not contain LUKS2 header. Replacing header can destroy data on that device." msgstr "não contém cabeçalho LUKS2. A substituição do cabeçalho pode destruir dados naquele dispositivo." #: lib/luks2/luks2_json_metadata.c:1231 msgid "already contains LUKS2 header. Replacing header will destroy existing keyslots." msgstr "já contém cabeçalho LUKS2. A substituição do cabeçalho vai destruir slots de chave existentes." #: lib/luks2/luks2_json_metadata.c:1233 msgid "" "\n" "WARNING: unknown LUKS2 requirements detected in real device header!\n" "Replacing header with backup may corrupt the data on that device!" msgstr "" "\n" "AVISO: requisitos LUKS2 desconhecidos detectados em cabeçalho de\n" "dispositivo real! Substituir cabeçalho com cópia de segurança pode\n" "corromper os dados naquele dispositivo!" #: lib/luks2/luks2_json_metadata.c:1235 msgid "" "\n" "WARNING: Unfinished offline reencryption detected on the device!\n" "Replacing header with backup may corrupt data." msgstr "" "\n" "AVISO: recriptografia offline não finalizada detectada no dispositivo!\n" "Substituir cabeçalho com cópia de segurança pode corromper os dados." #: lib/luks2/luks2_json_metadata.c:1333 #, c-format msgid "Ignored unknown flag %s." msgstr "Sinalizador desconhecido %s ignorado." #: lib/luks2/luks2_json_metadata.c:2020 lib/luks2/luks2_reencrypt.c:1746 #, c-format msgid "Missing key for dm-crypt segment %u" msgstr "" #: lib/luks2/luks2_json_metadata.c:2032 lib/luks2/luks2_reencrypt.c:1764 #, fuzzy #| msgid "Failed to query dm-%s segment." msgid "Failed to set dm-crypt segment." msgstr "Falha ao consultar o segmento dm-%s." #: lib/luks2/luks2_json_metadata.c:2038 lib/luks2/luks2_reencrypt.c:1770 #, fuzzy #| msgid "Failed to query dm-%s segment." msgid "Failed to set dm-linear segment." msgstr "Falha ao consultar o segmento dm-%s." #: lib/luks2/luks2_json_metadata.c:2165 msgid "Unsupported device integrity configuration." msgstr "" #: lib/luks2/luks2_json_metadata.c:2251 msgid "Reencryption in-progress. Cannot deactivate device." msgstr "" #: lib/luks2/luks2_json_metadata.c:2262 lib/luks2/luks2_reencrypt.c:3206 #, c-format msgid "Failed to replace suspended device %s with dm-error target." msgstr "" #: lib/luks2/luks2_json_metadata.c:2342 msgid "Failed to read LUKS2 requirements." msgstr "Falha ao ler requisitos LUKS2." #: lib/luks2/luks2_json_metadata.c:2349 msgid "Unmet LUKS2 requirements detected." msgstr "Requisitos LUKS2 não atendidos detectados." #: lib/luks2/luks2_json_metadata.c:2357 msgid "Operation incompatible with device marked for legacy reencryption. Aborting." msgstr "" #: lib/luks2/luks2_json_metadata.c:2359 msgid "Operation incompatible with device marked for LUKS2 reencryption. Aborting." msgstr "" #: lib/luks2/luks2_keyslot.c:547 lib/luks2/luks2_keyslot.c:584 msgid "Not enough available memory to open a keyslot." msgstr "" #: lib/luks2/luks2_keyslot.c:549 lib/luks2/luks2_keyslot.c:586 #, fuzzy #| msgid "Keyslot %i: salt wiped." msgid "Keyslot open failed." msgstr "Slot de chave %i: sal apagado." #: lib/luks2/luks2_keyslot_luks2.c:53 lib/luks2/luks2_keyslot_luks2.c:108 #, fuzzy, c-format #| msgid "LUKS2 keyslot: The cipher used for keyslot encryption" msgid "Cannot use %s-%s cipher for keyslot encryption." msgstr "Slot de chave LUKS2: A cifra usada para criptografia de slot de chave" #: lib/luks2/luks2_keyslot_luks2.c:480 msgid "No space for new keyslot." msgstr "Sem espaço para um novo slot de chave." #: lib/luks2/luks2_luks1_convert.c:482 #, fuzzy, c-format #| msgid "Can not check status of device with uuid: %s." msgid "Cannot check status of device with uuid: %s." msgstr "Não foi possível verificar status do dispositivo com uuid: %s." #: lib/luks2/luks2_luks1_convert.c:508 msgid "Unable to convert header with LUKSMETA additional metadata." msgstr "Não foi possível converter cabeçalho com metadados adicionais LUKSMETA." #: lib/luks2/luks2_luks1_convert.c:548 msgid "Unable to move keyslot area. Not enough space." msgstr "Não foi possível mover área de slot de chave. Espaço insuficiente." #: lib/luks2/luks2_luks1_convert.c:599 #, fuzzy #| msgid "Unable to move keyslot area. Not enough space." msgid "Unable to move keyslot area. LUKS2 keyslots area too small." msgstr "Não foi possível mover área de slot de chave. Espaço insuficiente." #: lib/luks2/luks2_luks1_convert.c:605 lib/luks2/luks2_luks1_convert.c:889 msgid "Unable to move keyslot area." msgstr "Não foi possível mover área de slot de chave." #: lib/luks2/luks2_luks1_convert.c:697 #, fuzzy #| msgid "Cannot convert to LUKS1 format - keyslot %u is not LUKS1 compatible." msgid "Cannot convert to LUKS1 format - default segment encryption sector size is not 512 bytes." msgstr "Não foi possível converter ao formato LUKS1 - o slot de chave %u não é compatível com LUKS1." #: lib/luks2/luks2_luks1_convert.c:705 msgid "Cannot convert to LUKS1 format - key slot digests are not LUKS1 compatible." msgstr "Não foi possível converter ao formato LUKS1 - resumos de slot de chave não são compatíveis com LUKS1." #: lib/luks2/luks2_luks1_convert.c:717 #, c-format msgid "Cannot convert to LUKS1 format - device uses wrapped key cipher %s." msgstr "Não foi possível converter para o formato LUKS1 - o dispositivo usa cifra de chave envolta %s." #: lib/luks2/luks2_luks1_convert.c:725 #, c-format msgid "Cannot convert to LUKS1 format - LUKS2 header contains %u token(s)." msgstr "Não foi possível converter para o formato LUKS1 - o cabeçalho LUKS2 contém %u token(s)." #: lib/luks2/luks2_luks1_convert.c:739 #, c-format msgid "Cannot convert to LUKS1 format - keyslot %u is in invalid state." msgstr "Não foi possível converter para o formato LUKS1 - o slot de chave %u está em um estado inválido." #: lib/luks2/luks2_luks1_convert.c:744 #, c-format msgid "Cannot convert to LUKS1 format - slot %u (over maximum slots) is still active." msgstr "Não foi possível converter para o formato LUKS1 - o slot %u (acima do máximo de slots) ainda está ativo." #: lib/luks2/luks2_luks1_convert.c:749 #, c-format msgid "Cannot convert to LUKS1 format - keyslot %u is not LUKS1 compatible." msgstr "Não foi possível converter ao formato LUKS1 - o slot de chave %u não é compatível com LUKS1." #: lib/luks2/luks2_reencrypt.c:892 #, c-format msgid "Hotzone size must be multiple of calculated zone alignment (%zu bytes)." msgstr "" #: lib/luks2/luks2_reencrypt.c:897 #, fuzzy, c-format #| msgid "Device %s size is not aligned to requested sector size (%u bytes)." msgid "Device size must be multiple of calculated zone alignment (%zu bytes)." msgstr "Tamanho do dispositivo %s não está alinhado com o tamanho de setor requisitado (%u bytes)." #: lib/luks2/luks2_reencrypt.c:941 #, fuzzy, c-format #| msgid "Unsupported parameters on device %s." msgid "Unsupported resilience mode %s" msgstr "Não há suporte aos parâmetros no dispositivo %s." #: lib/luks2/luks2_reencrypt.c:1158 lib/luks2/luks2_reencrypt.c:1313 #: lib/luks2/luks2_reencrypt.c:1396 lib/luks2/luks2_reencrypt.c:1430 #: lib/luks2/luks2_reencrypt.c:3046 #, fuzzy #| msgid "Failed to initialize device signature probes." msgid "Failed to initialize old segment storage wrapper." msgstr "Falha ao inicializar as sondas de assinatura de dispositivo." #: lib/luks2/luks2_reencrypt.c:1172 lib/luks2/luks2_reencrypt.c:1291 #, fuzzy #| msgid "Failed to initialize device signature probes." msgid "Failed to initialize new segment storage wrapper." msgstr "Falha ao inicializar as sondas de assinatura de dispositivo." #: lib/luks2/luks2_reencrypt.c:1340 #, fuzzy #| msgid "Failed to read requirements from backup header." msgid "Failed to read checksums for current hotzone." msgstr "Falha ao ler requisitos do cabeçalho de cópia de segurança." #: lib/luks2/luks2_reencrypt.c:1347 lib/luks2/luks2_reencrypt.c:3054 #, fuzzy, c-format #| msgid "Failed to read parity for RS block %." msgid "Failed to read hotzone area starting at %." msgstr "Falha ao ler paridade para o bloco RS %." #: lib/luks2/luks2_reencrypt.c:1366 #, fuzzy, c-format #| msgid "Failed to stat device %s." msgid "Failed to decrypt sector %zu." msgstr "Falha ao obter estado do dispositivo %s." #: lib/luks2/luks2_reencrypt.c:1372 #, fuzzy, c-format #| msgid "Failed to remove token %d.\n" msgid "Failed to recover sector %zu." msgstr "Falha ao remover o token %d.\n" #: lib/luks2/luks2_reencrypt.c:1867 #, c-format msgid "Source and target device sizes don't match. Source %, target: %." msgstr "" #: lib/luks2/luks2_reencrypt.c:1965 #, fuzzy, c-format #| msgid "Failed to stat device %s." msgid "Failed to activate hotzone device %s." msgstr "Falha ao obter estado do dispositivo %s." #: lib/luks2/luks2_reencrypt.c:1982 #, fuzzy, c-format #| msgid "Failed to probe device %s for a signature." msgid "Failed to activate overlay device %s with actual origin table." msgstr "Falha ao sondar o dispositivo %s por uma assinatura." #: lib/luks2/luks2_reencrypt.c:1989 #, fuzzy, c-format #| msgid "Failed to determine size for device %s." msgid "Failed to load new mapping for device %s." msgstr "Falha ao determinar o tamanho para dispositivo %s." #: lib/luks2/luks2_reencrypt.c:2060 #, fuzzy #| msgid "Failed to acquire read lock on device %s." msgid "Failed to refresh reencryption devices stack." msgstr "Falha ao obter trava de leitura no dispositivo %s." #: lib/luks2/luks2_reencrypt.c:2216 #, fuzzy #| msgid "Failed to swap new key slot." msgid "Failed to set new keyslots area size." msgstr "Falha ao trocar novo slot de chave." #: lib/luks2/luks2_reencrypt.c:2320 #, fuzzy, c-format #| msgid "Device %s size is not aligned to requested sector size (%u bytes)." msgid "Data shift is not aligned to requested encryption sector size (% bytes)." msgstr "Tamanho do dispositivo %s não está alinhado com o tamanho de setor requisitado (%u bytes)." #: lib/luks2/luks2_reencrypt.c:2341 #, fuzzy, c-format #| msgid "Device %s size is not aligned to requested sector size (%u bytes)." msgid "Data device is not aligned to requested encryption sector size (% bytes)." msgstr "Tamanho do dispositivo %s não está alinhado com o tamanho de setor requisitado (%u bytes)." #: lib/luks2/luks2_reencrypt.c:2362 #, c-format msgid "Data shift (% sectors) is less than future data offset (% sectors)." msgstr "" #: lib/luks2/luks2_reencrypt.c:2368 lib/luks2/luks2_reencrypt.c:2795 #: lib/luks2/luks2_reencrypt.c:2816 #, fuzzy, c-format #| msgid "Cannot use device %s which is in use (already mapped or mounted)." msgid "Failed to open %s in exclusive mode (already mapped or mounted)." msgstr "Não foi possível usar o dispositivo %s, o qual está em uso (já mapeado ou montado)." #: lib/luks2/luks2_reencrypt.c:2536 msgid "Device not marked for LUKS2 reencryption." msgstr "" #: lib/luks2/luks2_reencrypt.c:2542 lib/luks2/luks2_reencrypt.c:3311 #, fuzzy #| msgid "Failed to allocate RS context." msgid "Failed to load LUKS2 reencryption context." msgstr "Falha ao alocar contexto de RS." #: lib/luks2/luks2_reencrypt.c:2621 #, fuzzy #| msgid "Failed to get token %d for export." msgid "Failed to get reencryption state." msgstr "Falha ao obter o token %d para exportação." #: lib/luks2/luks2_reencrypt.c:2625 #, fuzzy #| msgid "Device %s is not active." msgid "Device is not in reencryption." msgstr "O dispositivo \"%s\" não está ativado." #: lib/luks2/luks2_reencrypt.c:2632 #, fuzzy #| msgid "Reencryption already in-progress." msgid "Reencryption process is already running." msgstr "Recriptografia já está em progresso." #: lib/luks2/luks2_reencrypt.c:2634 #, fuzzy #| msgid "Failed to acquire write device lock." msgid "Failed to acquire reencryption lock." msgstr "Falha ao obter trava de dispositivo de escrita." #: lib/luks2/luks2_reencrypt.c:2652 msgid "Cannot proceed with reencryption. Run reencryption recovery first." msgstr "" #: lib/luks2/luks2_reencrypt.c:2766 #, fuzzy #| msgid "Device size is not aligned to requested sector size." msgid "Active device size and requested reencryption size don't match." msgstr "Tamanho do dispositivo não está alinhado com o tamanho de setor requisitado." #: lib/luks2/luks2_reencrypt.c:2780 msgid "Illegal device size requested in reencryption parameters." msgstr "" #: lib/luks2/luks2_reencrypt.c:2850 #, fuzzy #| msgid "Reencryption already in-progress." msgid "Reencryption in-progress. Cannot perform recovery." msgstr "Recriptografia já está em progresso." #: lib/luks2/luks2_reencrypt.c:2922 msgid "LUKS2 reencryption already initialized in metadata." msgstr "" #: lib/luks2/luks2_reencrypt.c:2929 #, fuzzy #| msgid "Failed to initialise default LUKS2 keyslot parameters." msgid "Failed to initialize LUKS2 reencryption in metadata." msgstr "Falha ao inicializar os parâmetros padrão de slot de chave LUKS2." #: lib/luks2/luks2_reencrypt.c:3020 #, fuzzy #| msgid "Failed to probe device %s for a signature." msgid "Failed to set device segments for next reencryption hotzone." msgstr "Falha ao sondar o dispositivo %s por uma assinatura." #: lib/luks2/luks2_reencrypt.c:3062 #, fuzzy #| msgid "Failed to write activation flags to new header." msgid "Failed to write reencryption resilience metadata." msgstr "Falha ao escrever sinalizadores de ativação para novo cabeçalho." #: lib/luks2/luks2_reencrypt.c:3069 #, fuzzy #| msgid "Repair failed." msgid "Decryption failed." msgstr "Correção falhou." #: lib/luks2/luks2_reencrypt.c:3074 #, fuzzy, c-format #| msgid "Failed to write parity for RS block %." msgid "Failed to write hotzone area starting at %." msgstr "Falha ao escrever paridade para o bloco RS %." #: lib/luks2/luks2_reencrypt.c:3079 #, fuzzy #| msgid "Failed to set data offset." msgid "Failed to sync data." msgstr "Falha ao definir a posição de dados." #: lib/luks2/luks2_reencrypt.c:3087 msgid "Failed to update metadata after current reencryption hotzone completed." msgstr "" #: lib/luks2/luks2_reencrypt.c:3154 #, fuzzy #| msgid "Failed to read LUKS2 requirements." msgid "Failed to write LUKS2 metadata." msgstr "Falha ao ler requisitos LUKS2." #: lib/luks2/luks2_reencrypt.c:3177 #, fuzzy #| msgid "Failed to wipe device signature." msgid "Failed to wipe backup segment data." msgstr "Falha ao apagar assinatura do dispositivo." #: lib/luks2/luks2_reencrypt.c:3190 #, fuzzy #| msgid "Failed to read LUKS2 requirements." msgid "Failed to disable reencryption requirement flag." msgstr "Falha ao ler requisitos LUKS2." #: lib/luks2/luks2_reencrypt.c:3198 #, c-format msgid "Fatal error while reencrypting chunk starting at %, % sectors long." msgstr "" #: lib/luks2/luks2_reencrypt.c:3207 msgid "Do not resume the device unless replaced with error target manually." msgstr "" #: lib/luks2/luks2_reencrypt.c:3256 msgid "Cannot proceed with reencryption. Unexpected reencryption status." msgstr "" #: lib/luks2/luks2_reencrypt.c:3262 msgid "Missing or invalid reencrypt context." msgstr "" #: lib/luks2/luks2_reencrypt.c:3269 #, fuzzy #| msgid "Failed to initialize device signature probes." msgid "Failed to initialize reencryption device stack." msgstr "Falha ao inicializar as sondas de assinatura de dispositivo." #: lib/luks2/luks2_reencrypt.c:3288 lib/luks2/luks2_reencrypt.c:3324 #, fuzzy #| msgid "Failed to allocate RS context." msgid "Failed to update reencryption context." msgstr "Falha ao alocar contexto de RS." #: lib/luks2/luks2_token.c:263 msgid "No free token slot." msgstr "Nenhum slot de token livre." #: lib/luks2/luks2_token.c:270 #, c-format msgid "Failed to create builtin token %s." msgstr "Falha ao criar um token incorporado %s." #: src/cryptsetup.c:198 msgid "Can't do passphrase verification on non-tty inputs." msgstr "Não é possível fazer verificação de senha em entradas diferente de tty." #: src/cryptsetup.c:261 msgid "Keyslot encryption parameters can be set only for LUKS2 device." msgstr "Parâmetros de criptografia de slot de chaves só pode ser definido para dispositivo LUKS2." #: src/cryptsetup.c:291 src/cryptsetup.c:1006 src/cryptsetup.c:1339 #: src/cryptsetup.c:3245 src/cryptsetup_reencrypt.c:741 #: src/cryptsetup_reencrypt.c:811 msgid "No known cipher specification pattern detected." msgstr "Nenhum padrão de especificação de cifra conhecida foi detectada." #: src/cryptsetup.c:299 msgid "WARNING: The --hash parameter is being ignored in plain mode with keyfile specified.\n" msgstr "AVISO: O parâmetro de --hash está sendo ignorado claro com o arquivo de chave especificado.\n" #: src/cryptsetup.c:307 msgid "WARNING: The --keyfile-size option is being ignored, the read size is the same as the encryption key size.\n" msgstr "AVISO: A opção --keyfile-size está sendo ignorada, o tamanho lido é o mesmo que o tamanho da chave de criptografia.\n" #: src/cryptsetup.c:347 #, c-format msgid "Detected device signature(s) on %s. Proceeding further may damage existing data." msgstr "Detectada assinatura(s) de dispositivo em %s. Prosseguir pode danificar dados existentes." #: src/cryptsetup.c:353 src/cryptsetup.c:1145 src/cryptsetup.c:1197 #: src/cryptsetup.c:1316 src/cryptsetup.c:1389 src/cryptsetup.c:2036 #: src/cryptsetup.c:2762 src/cryptsetup.c:2886 src/integritysetup.c:242 msgid "Operation aborted.\n" msgstr "Operação abortada.\n" #: src/cryptsetup.c:421 msgid "Option --key-file is required." msgstr "A opção --key-file é necessária." #: src/cryptsetup.c:474 msgid "Enter VeraCrypt PIM: " msgstr "Insira o PIM VeraCrypt: " #: src/cryptsetup.c:483 msgid "Invalid PIM value: parse error." msgstr "Valor de PIM inválido: erro de análise." #: src/cryptsetup.c:486 msgid "Invalid PIM value: 0." msgstr "Valor de PIM inválido: 0." #: src/cryptsetup.c:489 msgid "Invalid PIM value: outside of range." msgstr "Valor de PIM inválido: fora do intervalo." #: src/cryptsetup.c:512 msgid "No device header detected with this passphrase." msgstr "Nenhum cabeçalho de dispositivo detectado com esta senha." #: src/cryptsetup.c:582 #, fuzzy, c-format #| msgid "Device %s is not a valid LUKS device." msgid "Device %s is not a valid BITLK device." msgstr "O dispositivo %s não é um dispositivo LUKS válido." #: src/cryptsetup.c:617 msgid "" "Header dump with volume key is sensitive information\n" "which allows access to encrypted partition without passphrase.\n" "This dump should be always stored encrypted on safe place." msgstr "" "O despejo de cabeçalho com chave de volume é uma informação sensível\n" "que permite acesso a uma partição criptografada sem senha.\n" "Este despejo deve sempre ser armazenado criptografado em um local seguro." #: src/cryptsetup.c:714 #, c-format msgid "Device %s is still active and scheduled for deferred removal.\n" msgstr "O dispositivo %s ainda está ativo e agendado para a remoção atrasada.\n" #: src/cryptsetup.c:742 msgid "Resize of active device requires volume key in keyring but --disable-keyring option is set." msgstr "Redimensionamento de dispositivo ativo requer chave de volume no chaveiro, mas a opção --disable-keyring está definida." #: src/cryptsetup.c:885 msgid "Benchmark interrupted." msgstr "Teste interrompido." #: src/cryptsetup.c:906 #, c-format msgid "PBKDF2-%-9s N/A\n" msgstr "PBKDF2-%-9s N/A\n" #: src/cryptsetup.c:908 #, c-format msgid "PBKDF2-%-9s %7u iterations per second for %zu-bit key\n" msgstr "PBKDF2-%-9s %7u iterações por segundo para chave de %zu bits\n" #: src/cryptsetup.c:922 #, c-format msgid "%-10s N/A\n" msgstr "%-10s N/D\n" #: src/cryptsetup.c:924 #, c-format msgid "%-10s %4u iterations, %5u memory, %1u parallel threads (CPUs) for %zu-bit key (requested %u ms time)\n" msgstr "%-10s %4u iterações, %5u memória, %1u threads paralelas (CPUs) para chave de %zu bits (requisitado tempo de %u ms)\n" #: src/cryptsetup.c:948 msgid "Result of benchmark is not reliable." msgstr "O resultado do teste não é confiável." #: src/cryptsetup.c:998 msgid "# Tests are approximate using memory only (no storage IO).\n" msgstr "# Testes são aproximados usando apenas memória (sem E/S de armazenamento).\n" #. TRANSLATORS: The string is header of a table and must be exactly (right side) aligned. #: src/cryptsetup.c:1018 #, c-format msgid "#%*s Algorithm | Key | Encryption | Decryption\n" msgstr "#%*s Algoritmo | Chave | Criptografia | Descriptografia\n" #: src/cryptsetup.c:1022 #, fuzzy, c-format #| msgid "Cipher %s-%s (key size %zd bits) is not available." msgid "Cipher %s (with %i bits key) is not available." msgstr "A cifra %s-%s (tamanho de chave %zd bits) não está disponível." #. TRANSLATORS: The string is header of a table and must be exactly (right side) aligned. #: src/cryptsetup.c:1041 msgid "# Algorithm | Key | Encryption | Decryption\n" msgstr "# Algoritmo | Chave | Criptografia | Descriptografia\n" #: src/cryptsetup.c:1052 msgid "N/A" msgstr "N/D" #: src/cryptsetup.c:1138 msgid "" "Seems device does not require reencryption recovery.\n" "Do you want to proceed anyway?" msgstr "" #: src/cryptsetup.c:1144 msgid "Really proceed with LUKS2 reencryption recovery?" msgstr "" #: src/cryptsetup.c:1153 #, fuzzy #| msgid "Enter passphrase for keyslot to be converted: " msgid "Enter passphrase for reencryption recovery: " msgstr "Digite uma senha para slot de chave a ser convertido: " #: src/cryptsetup.c:1196 msgid "Really try to repair LUKS device header?" msgstr "Realmente tentar corrigir o cabeçalho do dispositivo LUKS?" #: src/cryptsetup.c:1215 src/integritysetup.c:157 msgid "" "Wiping device to initialize integrity checksum.\n" "You can interrupt this by pressing CTRL+c (rest of not wiped device will contain invalid checksum).\n" msgstr "" "Apando dispositivo para inicializar a verificação de soma de integridade.\n" "Você pode interromper isso pressionando CTRL+C (o resto dos dispositivo não apagado conterão verificação de soma inválida).\n" #: src/cryptsetup.c:1237 src/integritysetup.c:179 #, c-format msgid "Cannot deactivate temporary device %s." msgstr "Não foi possível desativar o dispositivo temporário %s." #: src/cryptsetup.c:1301 msgid "Integrity option can be used only for LUKS2 format." msgstr "A opção de integridade pode ser usada apenas para o formato LUKS2." #: src/cryptsetup.c:1306 src/cryptsetup.c:1366 msgid "Unsupported LUKS2 metadata size options." msgstr "Não há suporte às opções de tamanho de metadados LUKS." #: src/cryptsetup.c:1315 msgid "Header file does not exist, do you want to create it?" msgstr "" #: src/cryptsetup.c:1323 #, c-format msgid "Cannot create header file %s." msgstr "Não foi possível criar o arquivo de cabeçalho %s." #: src/cryptsetup.c:1346 src/integritysetup.c:205 src/integritysetup.c:213 #: src/integritysetup.c:222 src/integritysetup.c:295 src/integritysetup.c:303 #: src/integritysetup.c:313 msgid "No known integrity specification pattern detected." msgstr "Nenhum padrão de especificação de integridade conhecida foi detectado." #: src/cryptsetup.c:1359 #, c-format msgid "Cannot use %s as on-disk header." msgstr "Não foi possível usar %s como um cabeçalho em disco." #: src/cryptsetup.c:1383 src/integritysetup.c:236 #, c-format msgid "This will overwrite data on %s irrevocably." msgstr "Isto vai sobrescrever dados em %s permanentemente." #: src/cryptsetup.c:1416 src/cryptsetup.c:1750 src/cryptsetup.c:1817 #: src/cryptsetup.c:1919 src/cryptsetup.c:1985 src/cryptsetup_reencrypt.c:571 msgid "Failed to set pbkdf parameters." msgstr "Falha ao definir os parâmetros de pbkdf." #: src/cryptsetup.c:1501 msgid "Reduced data offset is allowed only for detached LUKS header." msgstr "Posição de dados reduzida é permitido apenas cabeçalho LUKS desanexado." #: src/cryptsetup.c:1512 src/cryptsetup.c:1823 msgid "Cannot determine volume key size for LUKS without keyslots, please use --key-size option." msgstr "" #: src/cryptsetup.c:1550 msgid "Device activated but cannot make flags persistent." msgstr "Dispositivo ativado, mas não foi possível tornar os sinalizadores persistentes." #: src/cryptsetup.c:1631 src/cryptsetup.c:1701 #, c-format msgid "Keyslot %d is selected for deletion." msgstr "Slot de chave %d selecionado para exclusão." #: src/cryptsetup.c:1643 src/cryptsetup.c:1704 msgid "This is the last keyslot. Device will become unusable after purging this key." msgstr "Este é o último slot de chave. O dispositivo se tornará não usável após apagar esta chave." #: src/cryptsetup.c:1644 msgid "Enter any remaining passphrase: " msgstr "Digite qualquer senha remanescente: " #: src/cryptsetup.c:1645 src/cryptsetup.c:1706 msgid "Operation aborted, the keyslot was NOT wiped.\n" msgstr "Operação abortada, o slot de chave NÃO foi apagado.\n" #: src/cryptsetup.c:1683 msgid "Enter passphrase to be deleted: " msgstr "Digite a senha para ser excluída: " #: src/cryptsetup.c:1764 src/cryptsetup.c:1838 src/cryptsetup.c:1872 msgid "Enter new passphrase for key slot: " msgstr "Digite uma senha para o slot de chave: " #: src/cryptsetup.c:1855 src/cryptsetup_reencrypt.c:1361 #, c-format msgid "Enter any existing passphrase: " msgstr "Digite qualquer senha existente: " #: src/cryptsetup.c:1923 msgid "Enter passphrase to be changed: " msgstr "Digite a senha para ser alterada: " #: src/cryptsetup.c:1939 src/cryptsetup_reencrypt.c:1347 msgid "Enter new passphrase: " msgstr "Digite uma nova senha: " #: src/cryptsetup.c:1989 msgid "Enter passphrase for keyslot to be converted: " msgstr "Digite uma senha para slot de chave a ser convertido: " #: src/cryptsetup.c:2013 msgid "Only one device argument for isLuks operation is supported." msgstr "Há suporte apenas a um argumento de dispositivo para a operação isLuks." #: src/cryptsetup.c:2063 #, fuzzy #| msgid "" #| "Header dump with volume key is sensitive information\n" #| "which allows access to encrypted partition without passphrase.\n" #| "This dump should be always stored encrypted on safe place." msgid "" "The header dump with volume key is sensitive information\n" "that allows access to encrypted partition without a passphrase.\n" "This dump should be stored encrypted in a safe place." msgstr "" "O despejo de cabeçalho com chave de volume é uma informação sensível\n" "que permite acesso a uma partição criptografada sem senha.\n" "Este despejo deve sempre ser armazenado criptografado em um local seguro." #: src/cryptsetup.c:2128 #, fuzzy, c-format #| msgid "Keyslot %d is not active." msgid "Keyslot %d does not contain unbound key." msgstr "O slot de chave %d não está ativo." #: src/cryptsetup.c:2134 #, fuzzy #| msgid "" #| "Header dump with volume key is sensitive information\n" #| "which allows access to encrypted partition without passphrase.\n" #| "This dump should be always stored encrypted on safe place." msgid "" "The header dump with unbound key is sensitive information.\n" "This dump should be stored encrypted in a safe place." msgstr "" "O despejo de cabeçalho com chave de volume é uma informação sensível\n" "que permite acesso a uma partição criptografada sem senha.\n" "Este despejo deve sempre ser armazenado criptografado em um local seguro." #: src/cryptsetup.c:2223 src/cryptsetup.c:2252 #, fuzzy, c-format #| msgid "%s is not cryptsetup managed device." msgid "%s is not active %s device name." msgstr "%s não é um dispositivo cryptsetup gerenciado." #: src/cryptsetup.c:2247 #, c-format msgid "%s is not active LUKS device name or header is missing." msgstr "" #: src/cryptsetup.c:2285 src/cryptsetup.c:2306 msgid "Option --header-backup-file is required." msgstr "A opção --header-backup-file é necessária." #: src/cryptsetup.c:2336 #, c-format msgid "%s is not cryptsetup managed device." msgstr "%s não é um dispositivo cryptsetup gerenciado." #: src/cryptsetup.c:2347 #, c-format msgid "Refresh is not supported for device type %s" msgstr "A renovação não oferece suporte a este tipo de dispositivo %s" #: src/cryptsetup.c:2389 #, c-format msgid "Unrecognized metadata device type %s." msgstr "Tipo de dispositivo de metadados %s não reconhecido." #: src/cryptsetup.c:2392 msgid "Command requires device and mapped name as arguments." msgstr "O comando requer um dispositivo e nome mapeado como argumentos." #: src/cryptsetup.c:2414 #, c-format msgid "" "This operation will erase all keyslots on device %s.\n" "Device will become unusable after this operation." msgstr "" "Esta operação vai apagar todos os slots de chave no dispositivo %s.\n" "O dispositivo se tornará não usável após esta operação." #: src/cryptsetup.c:2421 msgid "Operation aborted, keyslots were NOT wiped.\n" msgstr "Operação abortada, os slots de chave NÃO foram apagados.\n" #: src/cryptsetup.c:2460 msgid "Invalid LUKS type, only luks1 and luks2 are supported." msgstr "Tipo de LUKS inválido, há suporte apenas a luks1 e luks2." #: src/cryptsetup.c:2478 #, c-format msgid "Device is already %s type." msgstr "O dispositivo já é do tipo %s." #: src/cryptsetup.c:2483 #, c-format msgid "This operation will convert %s to %s format.\n" msgstr "Essa operação vai converter %s para o formato %s.\n" #: src/cryptsetup.c:2489 msgid "Operation aborted, device was NOT converted.\n" msgstr "Operação abortada, o dispositivo NÃO foi convertido.\n" #: src/cryptsetup.c:2529 msgid "Option --priority, --label or --subsystem is missing." msgstr "Está faltando a opção --priority, --label ou --subsystem." #: src/cryptsetup.c:2563 src/cryptsetup.c:2596 src/cryptsetup.c:2619 #, c-format msgid "Token %d is invalid." msgstr "O token %d é inválido." #: src/cryptsetup.c:2566 src/cryptsetup.c:2622 #, c-format msgid "Token %d in use." msgstr "O token %d em uso." #: src/cryptsetup.c:2573 #, c-format msgid "Failed to add luks2-keyring token %d." msgstr "Falha ao adicionar o token de chaveiro luks2 %d." #: src/cryptsetup.c:2582 src/cryptsetup.c:2644 #, c-format msgid "Failed to assign token %d to keyslot %d." msgstr "Falha ao atribuir o token %d ao slot de chave %d." #: src/cryptsetup.c:2599 #, c-format msgid "Token %d is not in use." msgstr "O token %d não está em uso." #: src/cryptsetup.c:2634 msgid "Failed to import token from file." msgstr "Falha ao abrir arquivo de chave." #: src/cryptsetup.c:2659 #, c-format msgid "Failed to get token %d for export." msgstr "Falha ao obter o token %d para exportação." #: src/cryptsetup.c:2674 msgid "--key-description parameter is mandatory for token add action." msgstr "O parâmetro --key-description é obrigatório para ação de adicionar token." #: src/cryptsetup.c:2680 src/cryptsetup.c:2688 msgid "Action requires specific token. Use --token-id parameter." msgstr "A ação requer um token específico. Use o parâmetro --token-id." #: src/cryptsetup.c:2693 #, c-format msgid "Invalid token operation %s." msgstr "Operação de token inválida %s." #: src/cryptsetup.c:2748 #, c-format msgid "Auto-detected active dm device '%s' for data device %s.\n" msgstr "" #: src/cryptsetup.c:2752 #, fuzzy, c-format #| msgid "Device %s is not a valid LUKS device." msgid "Device %s is not a block device.\n" msgstr "O dispositivo %s não é um dispositivo LUKS válido." #: src/cryptsetup.c:2754 #, fuzzy, c-format #| msgid "Failed to stat device %s." msgid "Failed to auto-detect device %s holders." msgstr "Falha ao obter estado do dispositivo %s." #: src/cryptsetup.c:2756 #, c-format msgid "" "Unable to decide if device %s is activated or not.\n" "Are you sure you want to proceed with reencryption in offline mode?\n" "It may lead to data corruption if the device is actually activated.\n" "To run reencryption in online mode, use --active-name parameter instead.\n" msgstr "" #: src/cryptsetup.c:2836 #, fuzzy #| msgid "Invalid device %s." msgid "Invalid LUKS device type." msgstr "Dispositivo inválido %s." #: src/cryptsetup.c:2841 msgid "Encryption without detached header (--header) is not possible without data device size reduction (--reduce-device-size)." msgstr "" #: src/cryptsetup.c:2846 msgid "Requested data offset must be less than or equal to half of --reduce-device-size parameter." msgstr "" #: src/cryptsetup.c:2855 #, c-format msgid "Adjusting --reduce-device-size value to twice the --offset % (sectors).\n" msgstr "" #: src/cryptsetup.c:2859 #, fuzzy #| msgid "Integrity option can be used only for LUKS2 format." msgid "Encryption is supported only for LUKS2 format." msgstr "A opção de integridade pode ser usada apenas para o formato LUKS2." #: src/cryptsetup.c:2882 #, c-format msgid "Detected LUKS device on %s. Do you want to encrypt that LUKS device again?" msgstr "" #: src/cryptsetup.c:2900 #, fuzzy, c-format #| msgid "Requested header backup file %s already exists." msgid "Temporary header file %s already exists. Aborting." msgstr "O arquivo de cópia de segurança de cabeçalho requisitado %s já existe." #: src/cryptsetup.c:2902 src/cryptsetup.c:2909 #, fuzzy, c-format #| msgid "Cannot create header file %s." msgid "Cannot create temporary header file %s." msgstr "Não foi possível criar o arquivo de cabeçalho %s." #: src/cryptsetup.c:2976 #, c-format msgid "%s/%s is now active and ready for online encryption.\n" msgstr "" #: src/cryptsetup.c:3013 msgid "LUKS2 decryption is supported with detached header device only." msgstr "" #: src/cryptsetup.c:3146 src/cryptsetup.c:3152 #, fuzzy #| msgid "Do not change key, no data area reencryption" msgid "Not enough free keyslots for reencryption." msgstr "Não altera chave, nenhuma área de dados de recriptografia" #: src/cryptsetup.c:3172 src/cryptsetup_reencrypt.c:1312 msgid "Key file can be used only with --key-slot or with exactly one key slot active." msgstr "O arquivo de chave pode ser usado apenas com --key-slot ou com exatamente um slot de chave ativado." #: src/cryptsetup.c:3181 src/cryptsetup_reencrypt.c:1359 #: src/cryptsetup_reencrypt.c:1370 #, fuzzy, c-format #| msgid "Enter passphrase for key slot %u: " msgid "Enter passphrase for key slot %d: " msgstr "Digite uma senha para o slot de chave %u: " #: src/cryptsetup.c:3190 #, c-format msgid "Enter passphrase for key slot %u: " msgstr "Digite uma senha para o slot de chave %u: " #: src/cryptsetup.c:3236 #, c-format msgid "Switching data encryption cipher to %s.\n" msgstr "" #: src/cryptsetup.c:3369 #, fuzzy #| msgid "Command requires device and mapped name as arguments." msgid "Command requires device as argument." msgstr "O comando requer um dispositivo e nome mapeado como argumentos." #: src/cryptsetup.c:3391 msgid "Only LUKS2 format is currently supported. Please use cryptsetup-reencrypt tool for LUKS1." msgstr "" #: src/cryptsetup.c:3403 msgid "Legacy offline reencryption already in-progress. Use cryptsetup-reencrypt utility." msgstr "" #: src/cryptsetup.c:3413 src/cryptsetup_reencrypt.c:196 msgid "Reencryption of device with integrity profile is not supported." msgstr "Não há suporte a recriptografia de dispositivo com perfil de integridade." #: src/cryptsetup.c:3421 msgid "LUKS2 reencryption already initialized. Aborting operation." msgstr "" #: src/cryptsetup.c:3425 #, fuzzy #| msgid "Log file %s exists, resuming reencryption.\n" msgid "LUKS2 device is not in reencryption." msgstr "Arquivo log %s existe, resumindo recriptografia.\n" #: src/cryptsetup.c:3452 msgid " [--type ] []" msgstr " [--type ] []" #: src/cryptsetup.c:3452 src/veritysetup.c:408 src/integritysetup.c:493 msgid "open device as " msgstr "abre dispositivo como " #: src/cryptsetup.c:3453 src/cryptsetup.c:3454 src/cryptsetup.c:3455 #: src/veritysetup.c:409 src/veritysetup.c:410 src/integritysetup.c:494 #: src/integritysetup.c:495 msgid "" msgstr "" #: src/cryptsetup.c:3453 src/veritysetup.c:409 src/integritysetup.c:494 msgid "close device (remove mapping)" msgstr "fecha dispositivo (remove mapeamento)" #: src/cryptsetup.c:3454 msgid "resize active device" msgstr "redimensiona dispositivo ativado" #: src/cryptsetup.c:3455 msgid "show device status" msgstr "mostra o estado do dispositivo" #: src/cryptsetup.c:3456 msgid "[--cipher ]" msgstr "[--cipher ]" #: src/cryptsetup.c:3456 msgid "benchmark cipher" msgstr "testa a cifra" #: src/cryptsetup.c:3457 src/cryptsetup.c:3458 src/cryptsetup.c:3459 #: src/cryptsetup.c:3460 src/cryptsetup.c:3461 src/cryptsetup.c:3468 #: src/cryptsetup.c:3469 src/cryptsetup.c:3470 src/cryptsetup.c:3471 #: src/cryptsetup.c:3472 src/cryptsetup.c:3473 src/cryptsetup.c:3474 #: src/cryptsetup.c:3475 src/cryptsetup.c:3476 msgid "" msgstr "" #: src/cryptsetup.c:3457 msgid "try to repair on-disk metadata" msgstr "tente corrigir os metadados em disco" #: src/cryptsetup.c:3458 #, fuzzy #| msgid "add key to LUKS device" msgid "reencrypt LUKS2 device" msgstr "adiciona uma chave ao dispositivo LUKS" #: src/cryptsetup.c:3459 msgid "erase all keyslots (remove encryption key)" msgstr "apaga todos os slots de chave (remove a chave de criptografia)" #: src/cryptsetup.c:3460 msgid "convert LUKS from/to LUKS2 format" msgstr "converte formato LUKS de/para LUKS2" #: src/cryptsetup.c:3461 msgid "set permanent configuration options for LUKS2" msgstr "define opções de configuração permanentes para LUKS2" #: src/cryptsetup.c:3462 src/cryptsetup.c:3463 msgid " []" msgstr " []" #: src/cryptsetup.c:3462 msgid "formats a LUKS device" msgstr "formata um dispositivo LUKS" #: src/cryptsetup.c:3463 msgid "add key to LUKS device" msgstr "adiciona uma chave ao dispositivo LUKS" #: src/cryptsetup.c:3464 src/cryptsetup.c:3465 src/cryptsetup.c:3466 msgid " []" msgstr " []" #: src/cryptsetup.c:3464 msgid "removes supplied key or key file from LUKS device" msgstr "remove a chave ou arquivo chave fornecidos do dispositivo LUKS" #: src/cryptsetup.c:3465 msgid "changes supplied key or key file of LUKS device" msgstr "altera a chave ou arquivo chave fornecidos do dispositivo LUKS" #: src/cryptsetup.c:3466 msgid "converts a key to new pbkdf parameters" msgstr "converte uma chave aos novos parâmetros de pbkdf" #: src/cryptsetup.c:3467 msgid " " msgstr " " #: src/cryptsetup.c:3467 msgid "wipes key with number from LUKS device" msgstr "apaga chave com número do dispositivo LUKS" #: src/cryptsetup.c:3468 msgid "print UUID of LUKS device" msgstr "emite UUID do dispositivo LUKS" #: src/cryptsetup.c:3469 msgid "tests for LUKS partition header" msgstr "testa por cabeçalho de partição LUKS" #: src/cryptsetup.c:3470 msgid "dump LUKS partition information" msgstr "despeja informação da partição LUKS" #: src/cryptsetup.c:3471 msgid "dump TCRYPT device information" msgstr "despeja informação do dispositivo TCRYPT" #: src/cryptsetup.c:3472 #, fuzzy #| msgid "dump TCRYPT device information" msgid "dump BITLK device information" msgstr "despeja informação do dispositivo TCRYPT" #: src/cryptsetup.c:3473 msgid "Suspend LUKS device and wipe key (all IOs are frozen)" msgstr "Suspende dispositivo LUKS e apaga chave (todas E/S ficam congeladas)" #: src/cryptsetup.c:3474 msgid "Resume suspended LUKS device" msgstr "Resume dispositivo LUKS suspenso" #: src/cryptsetup.c:3475 msgid "Backup LUKS device header and keyslots" msgstr "Faz uma cópia de segurança de slots de chave e cabeçalho de dispositivo LUKS" #: src/cryptsetup.c:3476 msgid "Restore LUKS device header and keyslots" msgstr "Restaura slots de chave e cabeçalho de dispositivo LUKS" #: src/cryptsetup.c:3477 msgid " " msgstr " " #: src/cryptsetup.c:3477 msgid "Manipulate LUKS2 tokens" msgstr "Manipula tokens LUKS2" #: src/cryptsetup.c:3495 src/veritysetup.c:426 src/integritysetup.c:511 msgid "" "\n" " is one of:\n" msgstr "" "\n" " é um entre:\n" #: src/cryptsetup.c:3501 #, fuzzy #| msgid "" #| "\n" #| "You can also use old syntax aliases:\n" #| "\topen: create (plainOpen), luksOpen, loopaesOpen, tcryptOpen\n" #| "\tclose: remove (plainClose), luksClose, loopaesClose, tcryptClose\n" msgid "" "\n" "You can also use old syntax aliases:\n" "\topen: create (plainOpen), luksOpen, loopaesOpen, tcryptOpen, bitlkOpen\n" "\tclose: remove (plainClose), luksClose, loopaesClose, tcryptClose, bitlkClose\n" msgstr "" "\n" "Você também pode usar apelidos de sintaxe antigos:\n" "\topen: create (plainOpen), luksOpen, loopaesOpen, tcryptOpen\n" "\tclose: remove (plainClose), luksClose, loopaesClose, tcryptClose\n" #: src/cryptsetup.c:3505 #, c-format msgid "" "\n" " is the device to create under %s\n" " is the encrypted device\n" " is the LUKS key slot number to modify\n" " optional key file for the new key for luksAddKey action\n" msgstr "" "\n" " é o dispositivo a ser criado sob %s\n" " é o dispositivo criptografado\n" " é o número do slot de chave LUKS a ser modificado\n" " arquivo de chave opcional para a nova chave para a ação luksAddKey\n" #: src/cryptsetup.c:3512 #, c-format msgid "" "\n" "Default compiled-in metadata format is %s (for luksFormat action).\n" msgstr "" "\n" "O formato padrão de metadados compilados é %s (para a ação luksFormat).\n" #: src/cryptsetup.c:3517 #, c-format msgid "" "\n" "Default compiled-in key and passphrase parameters:\n" "\tMaximum keyfile size: %dkB, Maximum interactive passphrase length %d (characters)\n" "Default PBKDF for LUKS1: %s, iteration time: %d (ms)\n" "Default PBKDF for LUKS2: %s\n" "\tIteration time: %d, Memory required: %dkB, Parallel threads: %d\n" msgstr "" "\n" "Parâmetros padrões de senha e chave compilados internamente:\n" "\tTamanho do arquivo chave máximo: %dkB, Tamanho máximo de senha interativa %d (caracteres)\n" "PBKDF padrão para LUKS1: %s, tempo de iteração: %d (ms)\n" "PBKDF padrão para LUKS2: %s\n" "\tTempo de iteração: %d: memória exigida: %dkB, Threads paralelas: %d\n" #: src/cryptsetup.c:3528 #, c-format msgid "" "\n" "Default compiled-in device cipher parameters:\n" "\tloop-AES: %s, Key %d bits\n" "\tplain: %s, Key: %d bits, Password hashing: %s\n" "\tLUKS: %s, Key: %d bits, LUKS header hashing: %s, RNG: %s\n" msgstr "" "\n" "Parâmetros de cifra de dispositivo pré-compilados por padrão:\n" "\tloop-AES: %s, Chave %d bits\n" "\tplain: %s, Chave: %d bits, Hash de senha: %s\n" "\tLUKS: %s, Chave: %d bits, Hash de cabeçalho LUKS: %s, RNG: %s\n" #: src/cryptsetup.c:3537 msgid "\tLUKS: Default keysize with XTS mode (two internal keys) will be doubled.\n" msgstr "\tLUKS: keysize padrão com modo XTS (duas chaves internas) será duplicado.\n" #: src/cryptsetup.c:3555 src/veritysetup.c:587 src/integritysetup.c:665 #, c-format msgid "%s: requires %s as arguments" msgstr "%s: necessita %s como argumentos" #: src/cryptsetup.c:3587 src/veritysetup.c:472 src/integritysetup.c:553 #: src/cryptsetup_reencrypt.c:1627 msgid "Show this help message" msgstr "Mostra essa mensagem de ajuda" #: src/cryptsetup.c:3588 src/veritysetup.c:473 src/integritysetup.c:554 #: src/cryptsetup_reencrypt.c:1628 msgid "Display brief usage" msgstr "Exibe instrução de uso" #: src/cryptsetup.c:3589 src/veritysetup.c:474 src/integritysetup.c:555 #: src/cryptsetup_reencrypt.c:1629 msgid "Print package version" msgstr "Emite a versão do pacote" #: src/cryptsetup.c:3593 src/veritysetup.c:478 src/integritysetup.c:559 #: src/cryptsetup_reencrypt.c:1633 msgid "Help options:" msgstr "Opções de ajuda:" #: src/cryptsetup.c:3594 src/veritysetup.c:479 src/integritysetup.c:560 #: src/cryptsetup_reencrypt.c:1634 msgid "Shows more detailed error messages" msgstr "Mostra mensagens de erro mais detalhadas" #: src/cryptsetup.c:3595 src/veritysetup.c:480 src/integritysetup.c:561 #: src/cryptsetup_reencrypt.c:1635 msgid "Show debug messages" msgstr "Mostra mensagens de depuração" #: src/cryptsetup.c:3596 msgid "Show debug messages including JSON metadata" msgstr "Mostra mensagens de depuração incluindo metadados JSON" #: src/cryptsetup.c:3597 src/cryptsetup_reencrypt.c:1637 msgid "The cipher used to encrypt the disk (see /proc/crypto)" msgstr "A cifra usada para criptografar o disco (veja /proc/crypto)" #: src/cryptsetup.c:3598 src/cryptsetup_reencrypt.c:1639 msgid "The hash used to create the encryption key from the passphrase" msgstr "A hash usada para criar a chave de criptografia a partir da senha" #: src/cryptsetup.c:3599 msgid "Verifies the passphrase by asking for it twice" msgstr "Verifica a senha perguntando-a duas vezes" #: src/cryptsetup.c:3600 src/cryptsetup_reencrypt.c:1641 msgid "Read the key from a file" msgstr "Lê a chave de um arquivo" #: src/cryptsetup.c:3601 msgid "Read the volume (master) key from file." msgstr "Lê a chave do volume (mestre) a partir do arquivo." #: src/cryptsetup.c:3602 msgid "Dump volume (master) key instead of keyslots info" msgstr "Despeja a chave de volume (mestre) ao invés da informação de slots de chave" #: src/cryptsetup.c:3603 src/cryptsetup_reencrypt.c:1638 msgid "The size of the encryption key" msgstr "O tamanho da chave de criptografia" #: src/cryptsetup.c:3603 src/cryptsetup.c:3666 src/integritysetup.c:579 #: src/integritysetup.c:583 src/integritysetup.c:587 #: src/cryptsetup_reencrypt.c:1638 msgid "BITS" msgstr "BITS" #: src/cryptsetup.c:3604 src/cryptsetup_reencrypt.c:1654 msgid "Limits the read from keyfile" msgstr "Limita a leitura do arquivo de chave" #: src/cryptsetup.c:3604 src/cryptsetup.c:3605 src/cryptsetup.c:3606 #: src/cryptsetup.c:3607 src/cryptsetup.c:3610 src/cryptsetup.c:3663 #: src/cryptsetup.c:3664 src/cryptsetup.c:3672 src/cryptsetup.c:3673 #: src/veritysetup.c:483 src/veritysetup.c:484 src/veritysetup.c:485 #: src/veritysetup.c:488 src/veritysetup.c:489 src/integritysetup.c:568 #: src/integritysetup.c:574 src/integritysetup.c:575 #: src/cryptsetup_reencrypt.c:1653 src/cryptsetup_reencrypt.c:1654 #: src/cryptsetup_reencrypt.c:1655 src/cryptsetup_reencrypt.c:1656 msgid "bytes" msgstr "bytes" #: src/cryptsetup.c:3605 src/cryptsetup_reencrypt.c:1653 msgid "Number of bytes to skip in keyfile" msgstr "Número de bytes a ignorar no arquivo de chave" #: src/cryptsetup.c:3606 msgid "Limits the read from newly added keyfile" msgstr "Limita a leitura do arquivo de chave recém-adicionado" #: src/cryptsetup.c:3607 msgid "Number of bytes to skip in newly added keyfile" msgstr "Número de bytes a ignorar em arquivo de chave recém-adicionado" #: src/cryptsetup.c:3608 msgid "Slot number for new key (default is first free)" msgstr "Número de slot para a nova chave (padrão é a primeira livre)" #: src/cryptsetup.c:3609 msgid "The size of the device" msgstr "O tamanho do dispositivo" #: src/cryptsetup.c:3609 src/cryptsetup.c:3611 src/cryptsetup.c:3612 #: src/cryptsetup.c:3618 src/integritysetup.c:569 src/integritysetup.c:576 msgid "SECTORS" msgstr "SETORES" #: src/cryptsetup.c:3610 src/cryptsetup_reencrypt.c:1656 msgid "Use only specified device size (ignore rest of device). DANGEROUS!" msgstr "Usa apenas o tamanho de dispositivo especificado (ignora o resto do dispositivo). PERIGOSO!" #: src/cryptsetup.c:3611 msgid "The start offset in the backend device" msgstr "A posição inicial do dispositivo de backend" #: src/cryptsetup.c:3612 msgid "How many sectors of the encrypted data to skip at the beginning" msgstr "Quantos setores dos dados criptografados ignorar no começo" #: src/cryptsetup.c:3613 msgid "Create a readonly mapping" msgstr "Cria um mapeamento somente leitura" #: src/cryptsetup.c:3614 src/integritysetup.c:562 #: src/cryptsetup_reencrypt.c:1644 msgid "Do not ask for confirmation" msgstr "Não solicitar confirmação" #: src/cryptsetup.c:3615 msgid "Timeout for interactive passphrase prompt (in seconds)" msgstr "Tempo limite para a solicitação interativa de senha (em segundos)" #: src/cryptsetup.c:3615 src/cryptsetup.c:3616 src/integritysetup.c:563 #: src/cryptsetup_reencrypt.c:1645 msgid "secs" msgstr "s" #: src/cryptsetup.c:3616 src/integritysetup.c:563 #: src/cryptsetup_reencrypt.c:1645 msgid "Progress line update (in seconds)" msgstr "Atualização de linha de progresso (em segundos)" #: src/cryptsetup.c:3617 src/cryptsetup_reencrypt.c:1646 msgid "How often the input of the passphrase can be retried" msgstr "Com qual frequência a entrada da senha pode ser tentada novamente" #: src/cryptsetup.c:3618 msgid "Align payload at sector boundaries - for luksFormat" msgstr "Alinha a carga em limites de setores - para luksFormat" #: src/cryptsetup.c:3619 msgid "File with LUKS header and keyslots backup" msgstr "Arquivo cópia de segurança de slots de chave e cabeçalho LUKS" #: src/cryptsetup.c:3620 src/cryptsetup_reencrypt.c:1647 msgid "Use /dev/random for generating volume key" msgstr "Usa /dev/random para gerar chave de volume" #: src/cryptsetup.c:3621 src/cryptsetup_reencrypt.c:1648 msgid "Use /dev/urandom for generating volume key" msgstr "Usa /dev/urandom para gerar chave de volume" #: src/cryptsetup.c:3622 msgid "Share device with another non-overlapping crypt segment" msgstr "Compartilha o dispositivo com um outro segmento de criptografia sem sobreposição" #: src/cryptsetup.c:3623 src/veritysetup.c:492 msgid "UUID for device to use" msgstr "UUID para dispositivo a ser usado" #: src/cryptsetup.c:3624 src/integritysetup.c:599 msgid "Allow discards (aka TRIM) requests for device" msgstr "Permite requisições de descartes (i.e. TRIM) para dispositivo" #: src/cryptsetup.c:3625 src/cryptsetup_reencrypt.c:1665 msgid "Device or file with separated LUKS header" msgstr "Dispositivo ou arquivo com cabeçalho LUKS separado" #: src/cryptsetup.c:3626 msgid "Do not activate device, just check passphrase" msgstr "Não ativa o dispositivo, apenas verifica a senha" #: src/cryptsetup.c:3627 msgid "Use hidden header (hidden TCRYPT device)" msgstr "Usa cabeçalho oculto (dispositivo TCRYPT oculto)" #: src/cryptsetup.c:3628 msgid "Device is system TCRYPT drive (with bootloader)" msgstr "O dispositivo é uma unidade TCRYPT de sistema (com carregador de inicialização)" #: src/cryptsetup.c:3629 msgid "Use backup (secondary) TCRYPT header" msgstr "Usa o cabeçalho TRCYPT secundário (cópia de segurança)" #: src/cryptsetup.c:3630 msgid "Scan also for VeraCrypt compatible device" msgstr "Verifica também por dispositivo compatível com VeraCrypt" #: src/cryptsetup.c:3631 msgid "Personal Iteration Multiplier for VeraCrypt compatible device" msgstr "Multiplicador de Iteração Pessoal (PIM) por dispositivo compatível com VeraCrypt" #: src/cryptsetup.c:3632 msgid "Query Personal Iteration Multiplier for VeraCrypt compatible device" msgstr "Consulta Multiplicador de Iteração Pessoal (PIM) por dispositivo compatível com VeraCrypt" #: src/cryptsetup.c:3633 #, fuzzy #| msgid "Type of device metadata: luks, plain, loopaes, tcrypt" msgid "Type of device metadata: luks, luks1, luks2, plain, loopaes, tcrypt, bitlk" msgstr "Tipo de metadados de dispositivo: luks, plain, loopaes, tcrypt" #: src/cryptsetup.c:3634 msgid "Disable password quality check (if enabled)" msgstr "Desabilita a verificação de qualidade da senha (se habilitada)" #: src/cryptsetup.c:3635 msgid "Use dm-crypt same_cpu_crypt performance compatibility option" msgstr "Usa a opção de compatibilidade de desempenho same_cpu_crypt do dm-crypt" #: src/cryptsetup.c:3636 msgid "Use dm-crypt submit_from_crypt_cpus performance compatibility option" msgstr "Usa a opção de compatibilidade de desempenho submit_from_crypt_cpus do dm-crypt" #: src/cryptsetup.c:3637 msgid "Bypass dm-crypt workqueue and process read requests synchronously" msgstr "" #: src/cryptsetup.c:3638 msgid "Bypass dm-crypt workqueue and process write requests synchronously" msgstr "" #: src/cryptsetup.c:3639 msgid "Device removal is deferred until the last user closes it" msgstr "A remoção de dispositivo está adiada até o último usuário fechá-lo" #: src/cryptsetup.c:3640 msgid "Use global lock to serialize memory hard PBKDF (OOM workaround)" msgstr "" #: src/cryptsetup.c:3641 msgid "PBKDF iteration time for LUKS (in ms)" msgstr "Tempo de iteração PBKDF para LUKS (em ms)" #: src/cryptsetup.c:3641 src/cryptsetup_reencrypt.c:1643 msgid "msecs" msgstr "ms" # argon2i, argon2id, pbkdf2 são opções, não traduzir. #: src/cryptsetup.c:3642 src/cryptsetup_reencrypt.c:1661 msgid "PBKDF algorithm (for LUKS2): argon2i, argon2id, pbkdf2" msgstr "Algoritmo PBKDF (para LUKS2): argon2i, argon2id, pbkdf2" #: src/cryptsetup.c:3643 src/cryptsetup_reencrypt.c:1662 msgid "PBKDF memory cost limit" msgstr "limite de custo de memória de PBKDF" #: src/cryptsetup.c:3643 src/cryptsetup_reencrypt.c:1662 msgid "kilobytes" msgstr "kilobytes" #: src/cryptsetup.c:3644 src/cryptsetup_reencrypt.c:1663 msgid "PBKDF parallel cost" msgstr "Custo paralelo de PBKDF" #: src/cryptsetup.c:3644 src/cryptsetup_reencrypt.c:1663 msgid "threads" msgstr "threads" #: src/cryptsetup.c:3645 src/cryptsetup_reencrypt.c:1664 msgid "PBKDF iterations cost (forced, disables benchmark)" msgstr "Custo de iterações de PBKDF (forçado, desabilita teste)" # ignore, normal e prefer são opções, não traduzir. #: src/cryptsetup.c:3646 msgid "Keyslot priority: ignore, normal, prefer" msgstr "Prioridade de slot de chave: ignore, normal, prefer" #: src/cryptsetup.c:3647 msgid "Disable locking of on-disk metadata" msgstr "Desabilita travamento de metadados em disco" #: src/cryptsetup.c:3648 msgid "Disable loading volume keys via kernel keyring" msgstr "Desabilita carregamento de chaves de volume via chaveiro do kernel" #: src/cryptsetup.c:3649 msgid "Data integrity algorithm (LUKS2 only)" msgstr "Algoritmo de integridade de dados (LUKS2 apenas)" #: src/cryptsetup.c:3650 src/integritysetup.c:590 msgid "Disable journal for integrity device" msgstr "Desabilita jornal para dispositivo de integridade" #: src/cryptsetup.c:3651 src/integritysetup.c:564 msgid "Do not wipe device after format" msgstr "Não apaga o dispositivo após formatar" #: src/cryptsetup.c:3652 src/integritysetup.c:594 msgid "Use inefficient legacy padding (old kernels)" msgstr "" #: src/cryptsetup.c:3653 msgid "Do not ask for passphrase if activation by token fails" msgstr "Não pede por senha se ativação por token falhar" #: src/cryptsetup.c:3654 msgid "Token number (default: any)" msgstr "Número de token (padrão: qualquer)" #: src/cryptsetup.c:3655 msgid "Key description" msgstr "Descrição da chave" #: src/cryptsetup.c:3656 msgid "Encryption sector size (default: 512 bytes)" msgstr "Tamanho do setor de criptografia (padrão: 512 bytes)" #: src/cryptsetup.c:3657 #, fuzzy #| msgid "Encryption sector size (default: 512 bytes)" msgid "Use IV counted in sector size (not in 512 bytes)" msgstr "Tamanho do setor de criptografia (padrão: 512 bytes)" #: src/cryptsetup.c:3658 msgid "Set activation flags persistent for device" msgstr "Define sinalizadores de ativação persistentes para o dispositivo" #: src/cryptsetup.c:3659 msgid "Set label for the LUKS2 device" msgstr "Define o rótulo para o dispositivo LUKS2" #: src/cryptsetup.c:3660 msgid "Set subsystem label for the LUKS2 device" msgstr "Define o rótulo de subsistema para o dispositivo LUKS2" #: src/cryptsetup.c:3661 #, fuzzy #| msgid "Create unbound (no assigned data segment) LUKS2 keyslot" msgid "Create or dump unbound (no assigned data segment) LUKS2 keyslot" msgstr "Cria slot de chave LUKS2 não associado (nenhum segmento de dados atribuído)" #: src/cryptsetup.c:3662 msgid "Read or write the json from or to a file" msgstr "Lê ou escreve o json de ou para um arquivo" #: src/cryptsetup.c:3663 msgid "LUKS2 header metadata area size" msgstr "Tamanho de área de metadados de cabeçalho LUKS2" #: src/cryptsetup.c:3664 msgid "LUKS2 header keyslots area size" msgstr "Tamanho de área de slots de chave de cabeçalho LUKS2" #: src/cryptsetup.c:3665 msgid "Refresh (reactivate) device with new parameters" msgstr "Renova (reativa) dispositivo com novos parâmetros" #: src/cryptsetup.c:3666 msgid "LUKS2 keyslot: The size of the encryption key" msgstr "Slot de chave LUKS2: O tamanho da chave de criptografia" #: src/cryptsetup.c:3667 msgid "LUKS2 keyslot: The cipher used for keyslot encryption" msgstr "Slot de chave LUKS2: A cifra usada para criptografia de slot de chave" #: src/cryptsetup.c:3668 #, fuzzy #| msgid "Permanently decrypt device (remove encryption)" msgid "Encrypt LUKS2 device (in-place encryption)." msgstr "Descriptografa permanentemente o dispositivo (remove criptografia)" #: src/cryptsetup.c:3669 #, fuzzy #| msgid "Permanently decrypt device (remove encryption)" msgid "Decrypt LUKS2 device (remove encryption)." msgstr "Descriptografa permanentemente o dispositivo (remove criptografia)" #: src/cryptsetup.c:3670 msgid "Initialize LUKS2 reencryption in metadata only." msgstr "" #: src/cryptsetup.c:3671 msgid "Resume initialized LUKS2 reencryption only." msgstr "" #: src/cryptsetup.c:3672 src/cryptsetup_reencrypt.c:1655 msgid "Reduce data device size (move data offset). DANGEROUS!" msgstr "Reduz tamanho do dispositivo de dados (move opção dos dados). PERIGOSO!" #: src/cryptsetup.c:3673 #, fuzzy #| msgid "Reencryption block size" msgid "Maximal reencryption hotzone size." msgstr "Tamanho do bloco de recriptografia" #: src/cryptsetup.c:3674 msgid "Reencryption hotzone resilience type (checksum,journal,none)" msgstr "" #: src/cryptsetup.c:3675 #, fuzzy #| msgid "Reencryption block size" msgid "Reencryption hotzone checksums hash" msgstr "Tamanho do bloco de recriptografia" #: src/cryptsetup.c:3676 msgid "Override device autodetection of dm device to be reencrypted" msgstr "" #: src/cryptsetup.c:3692 src/veritysetup.c:515 src/integritysetup.c:615 msgid "[OPTION...] " msgstr "[OPÇÃO...] " #: src/cryptsetup.c:3747 src/veritysetup.c:551 src/integritysetup.c:626 msgid "Argument missing." msgstr "Faltando o argumento de ." #: src/cryptsetup.c:3817 src/veritysetup.c:582 src/integritysetup.c:660 msgid "Unknown action." msgstr "Ação desconhecida." #: src/cryptsetup.c:3827 #, fuzzy #| msgid "Options --refresh and --test-passphrase are mutually exclusive.\n" msgid "Options --refresh and --test-passphrase are mutually exclusive." msgstr "As opções --refresh e --test-passphrase são mutuamente exclusivas.\n" #: src/cryptsetup.c:3832 #, fuzzy #| msgid "Option --deferred is allowed only for close command.\n" msgid "Option --deferred is allowed only for close command." msgstr "A opção --deferred é apenas permitida para o comando de fechamento.\n" #: src/cryptsetup.c:3837 #, fuzzy #| msgid "Option --shared is allowed only for open of plain device.\n" msgid "Option --shared is allowed only for open of plain device." msgstr "A opção --shared é permitida apenas para abertura de dispositivo claro.\n" #: src/cryptsetup.c:3842 src/integritysetup.c:677 #, fuzzy #| msgid "Option --allow-discards is allowed only for open operation.\n" msgid "Option --allow-discards is allowed only for open operation." msgstr "A opção --allow-discards é permitida apenas para a operação de abertura.\n" #: src/cryptsetup.c:3847 #, fuzzy #| msgid "Option --persistent is allowed only for open operation.\n" msgid "Option --persistent is allowed only for open operation." msgstr "A opção --persistent é permitida apenas para a operação de abertura.\n" #: src/cryptsetup.c:3852 #, fuzzy #| msgid "Option --allow-discards is allowed only for open operation.\n" msgid "Option --serialize-memory-hard-pbkdf is allowed only for open operation." msgstr "A opção --allow-discards é permitida apenas para a operação de abertura.\n" #: src/cryptsetup.c:3857 #, fuzzy #| msgid "Option --persistent is not allowed with --test-passphrase.\n" msgid "Option --persistent is not allowed with --test-passphrase." msgstr "A opção --persistent não é permitida com --test-passphrase.\n" #: src/cryptsetup.c:3867 #, fuzzy #| msgid "" #| "Option --key-size is allowed only for luksFormat, luksAddKey (with --unbound),\n" #| "open and benchmark actions. To limit read from keyfile use --keyfile-size=(bytes)." msgid "" "Option --key-size is allowed only for luksFormat, luksAddKey,\n" "open and benchmark actions. To limit read from keyfile use --keyfile-size=(bytes)." msgstr "" "A opção --key-size só é permitida para luksFormat, luksAddKey (com --unbound),\n" "ações de abertura e teste. Para limitar a leitura do arquivo de chave,\n" "use --keyfile-size=(bytes)." #: src/cryptsetup.c:3873 #, fuzzy #| msgid "Option --integrity is allowed only for luksFormat (LUKS2).\n" msgid "Option --integrity is allowed only for luksFormat (LUKS2)." msgstr "A opção --integrity é permitida apenas para luksFormat (LUKS2).\n" #: src/cryptsetup.c:3878 #, fuzzy #| msgid "Option --integrity-no-wipe can be used only for format action with integrity extension.\n" msgid "Option --integrity-no-wipe can be used only for format action with integrity extension." msgstr "A opção --integrity-no-wipe só pode ser usada para ação de formato com extensão de integridade.\n" #: src/cryptsetup.c:3884 #, fuzzy #| msgid "Options --label and --subsystem are allowed only for luksFormat and config LUKS2 operations.\n" msgid "Options --label and --subsystem are allowed only for luksFormat and config LUKS2 operations." msgstr "As opções --label e --subsystem são permitidas apenas para luksFormat e operações de configuração de LUKS2.\n" #: src/cryptsetup.c:3890 #, fuzzy #| msgid "Option --test-passphrase is allowed only for open of LUKS and TCRYPT devices.\n" msgid "Option --test-passphrase is allowed only for open of LUKS, TCRYPT and BITLK devices." msgstr "A opção --test-passphrase é permitida apenas para abertura de dispositivos LUKS e TCRYPT.\n" #: src/cryptsetup.c:3895 src/cryptsetup_reencrypt.c:1728 msgid "Key size must be a multiple of 8 bits" msgstr "Tamanho de chave deve ser um múltiplo de 8 bits" #: src/cryptsetup.c:3901 src/cryptsetup_reencrypt.c:1412 #: src/cryptsetup_reencrypt.c:1733 msgid "Key slot is invalid." msgstr "O slot de chave é inválido." #: src/cryptsetup.c:3908 msgid "Option --key-file takes precedence over specified key file argument." msgstr "A opção --key-file tem precedência sobre um argumento de arquivo de chave especificado." #: src/cryptsetup.c:3915 src/veritysetup.c:594 src/integritysetup.c:686 #: src/cryptsetup_reencrypt.c:1707 msgid "Negative number for option not permitted." msgstr "Número negativo para opção não permitido." #: src/cryptsetup.c:3919 msgid "Only one --key-file argument is allowed." msgstr "Apenas um argumento de --key-file é permitido." #: src/cryptsetup.c:3923 src/cryptsetup_reencrypt.c:1699 #: src/cryptsetup_reencrypt.c:1737 msgid "Only one of --use-[u]random options is allowed." msgstr "Apenas uma das opções --use-[u]random são permitidas." #: src/cryptsetup.c:3927 msgid "Option --use-[u]random is allowed only for luksFormat." msgstr "A opção --use-[u]random é permitida apenas para luksFormat." #: src/cryptsetup.c:3931 msgid "Option --uuid is allowed only for luksFormat and luksUUID." msgstr "A opção --uuid é permitida apenas para luksFormat e luksUUID." #: src/cryptsetup.c:3935 msgid "Option --align-payload is allowed only for luksFormat." msgstr "A opção --align-payload é permitida apenas para luksFormat." #: src/cryptsetup.c:3939 msgid "Options --luks2-metadata-size and --opt-luks2-keyslots-size are allowed only for luksFormat with LUKS2." msgstr "As opçãos --luks2-metadata-size e --opt-luks2-keyslots-size são permitidas apenas para luksFormat com LUKS2." #: src/cryptsetup.c:3944 msgid "Invalid LUKS2 metadata size specification." msgstr "Especificação inválida de tamanho de metadados LUKS2." #: src/cryptsetup.c:3948 msgid "Invalid LUKS2 keyslots size specification." msgstr "Especificação inválida de tamanho de slots de chave LUKS2." #: src/cryptsetup.c:3952 #, fuzzy #| msgid "Option --align-payload and --offset cannot be combined." msgid "Options --align-payload and --offset cannot be combined." msgstr "As opções --align-payload e --offset não podem ser combinadas." #: src/cryptsetup.c:3958 #, fuzzy #| msgid "Option --skip is supported only for open of plain and loopaes devices.\n" msgid "Option --skip is supported only for open of plain and loopaes devices." msgstr "Há suporte a --skip apenas para abertura de dispositivos claro e loopaes.\n" #: src/cryptsetup.c:3965 #, fuzzy #| msgid "Option --offset is supported only for open of plain and loopaes devices and for luksFormat.\n" msgid "Option --offset is supported only for open of plain and loopaes devices, luksFormat and device reencryption." msgstr "Há suporte a --offset apenas para abertura de dispositivos claro e loopaes. e para luksFormat.\n" #: src/cryptsetup.c:3971 #, fuzzy #| msgid "Option --tcrypt-hidden, --tcrypt-system or --tcrypt-backup is supported only for TCRYPT device.\n" msgid "Option --tcrypt-hidden, --tcrypt-system or --tcrypt-backup is supported only for TCRYPT device." msgstr "Há suporte à opção --tcrypt-hidden, --tcrypt-system ou --tcrypt-backup apenas para dispositivo TCRYPT.\n" #: src/cryptsetup.c:3976 #, fuzzy #| msgid "Option --tcrypt-hidden cannot be combined with --allow-discards.\n" msgid "Option --tcrypt-hidden cannot be combined with --allow-discards." msgstr "A opção --tcrypt-hidden não pode ser combinada com --allow-discards.\n" #: src/cryptsetup.c:3981 #, fuzzy #| msgid "Option --veracrypt is supported only for TCRYPT device type.\n" msgid "Option --veracrypt is supported only for TCRYPT device type." msgstr "Há suporte à opção --veracrypt apenas para o tipo de dispositivo TCRYPT.\n" #: src/cryptsetup.c:3987 #, fuzzy #| msgid "Invalid argument for parameter --veracrypt-pim supplied.\n" msgid "Invalid argument for parameter --veracrypt-pim supplied." msgstr "Argumento inválido para o parâmetro --veracrypt-pim fornecido.\n" #: src/cryptsetup.c:3991 #, fuzzy #| msgid "Option --veracrypt-pim is supported only for VeraCrypt compatible devices.\n" msgid "Option --veracrypt-pim is supported only for VeraCrypt compatible devices." msgstr "Há suporte à opção --veracrypt-pim apenas para dispositivos compatíveis com VeraCrypt.\n" #: src/cryptsetup.c:3999 #, fuzzy #| msgid "Option --veracrypt-query-pim is supported only for VeraCrypt compatible devices.\n" msgid "Option --veracrypt-query-pim is supported only for VeraCrypt compatible devices." msgstr "Há suporte à opção --veracrypt-query-pim apenas para dispositivos compatíveis com VeraCrypt.\n" #: src/cryptsetup.c:4003 #, fuzzy #| msgid "The options --veracrypt-pim and --veracrypt-query-pim are mutually exclusive.\n" msgid "The options --veracrypt-pim and --veracrypt-query-pim are mutually exclusive." msgstr "As opções --veracrypt-pim e --veracrypt-query-pim são mutuamente exclusivas.\n" # ignore, normal, prefer são opções, não traduzir. #: src/cryptsetup.c:4010 #, fuzzy #| msgid "Option --priority can be only ignore/normal/prefer.\n" msgid "Option --priority can be only ignore/normal/prefer." msgstr "A opção --priority só pode ser ignore/normal/prefer.\n" #: src/cryptsetup.c:4015 src/cryptsetup.c:4053 #, fuzzy #| msgid "Keyslot specification is required.\n" msgid "Keyslot specification is required." msgstr "A especificação de slot de chave é exigido.\n" # argon2i, argon2id, pbkdf2 são opções, não traduzir. #: src/cryptsetup.c:4020 src/cryptsetup_reencrypt.c:1713 #, fuzzy #| msgid "Password-based key derivation function (PBKDF) can be only pbkdf2 or argon2i/argon2id.\n" msgid "Password-based key derivation function (PBKDF) can be only pbkdf2 or argon2i/argon2id." msgstr "A função de derivação de chave baseada em senha (PBKDF) só pode ser pbkdf2 ou argon2i/argon2id.\n" #: src/cryptsetup.c:4025 src/cryptsetup_reencrypt.c:1718 #, fuzzy #| msgid "PBKDF forced iterations cannot be combined with iteration time option.\n" msgid "PBKDF forced iterations cannot be combined with iteration time option." msgstr "Iterações forçadas de PBKDF não podem ser compiladas com opção de tempo de iteração.\n" #: src/cryptsetup.c:4031 #, fuzzy #| msgid "Sector size option is not supported for this command.\n" msgid "Sector size option is not supported for this command." msgstr "Não há suporte a opção de tamanho de setor para este comando.\n" #: src/cryptsetup.c:4043 msgid "Large IV sectors option is supported only for opening plain type device with sector size larger than 512 bytes." msgstr "" #: src/cryptsetup.c:4048 #, fuzzy #| msgid "Key size is required with --unbound option.\n" msgid "Key size is required with --unbound option." msgstr "Tamanho de chave é necessário com a opção --unbound.\n" #: src/cryptsetup.c:4058 #, fuzzy #| msgid "Option --unbound may be used only with luksAddKey action.\n" msgid "Option --unbound may be used only with luksAddKey and luksDump actions." msgstr "A opção --unbound só pode ser usada com a ação luksAddKey.\n" #: src/cryptsetup.c:4063 #, fuzzy #| msgid "Option --refresh may be used only with open action.\n" msgid "Option --refresh may be used only with open action." msgstr "A opção --refresh só pode ser usada com a ação de abrir.\n" #: src/cryptsetup.c:4074 #, fuzzy #| msgid "Cannot disable metadata locking.\n" msgid "Cannot disable metadata locking." msgstr "Não foi possível desabilitar trava de metadados.\n" #: src/cryptsetup.c:4085 #, fuzzy #| msgid "Invalid device size specification." msgid "Invalid max reencryption hotzone size specification." msgstr "Especificação inválida de tamanho de dispositivo." #: src/cryptsetup.c:4093 src/cryptsetup_reencrypt.c:1742 #: src/cryptsetup_reencrypt.c:1747 msgid "Invalid device size specification." msgstr "Especificação inválida de tamanho de dispositivo." #: src/cryptsetup.c:4096 #, fuzzy #| msgid "Maximum device reduce size is 64 MiB." msgid "Maximum device reduce size is 1 GiB." msgstr "Tamanho máximo de redução do dispositivo é 64 MB." #: src/cryptsetup.c:4099 src/cryptsetup_reencrypt.c:1753 msgid "Reduce size must be multiple of 512 bytes sector." msgstr "Tamanho da redução deve ser múltiplo de 512 bytes (setores)." #: src/cryptsetup.c:4104 #, fuzzy #| msgid "Invalid device size specification." msgid "Invalid data size specification." msgstr "Especificação inválida de tamanho de dispositivo." #: src/cryptsetup.c:4109 #, fuzzy #| msgid "Device offset overflow." msgid "Reduce size overflow." msgstr "Excesso na posição do dispositivo." #: src/cryptsetup.c:4113 msgid "LUKS2 decryption requires option --header." msgstr "" #: src/cryptsetup.c:4117 #, fuzzy #| msgid "Reduce size must be multiple of 512 bytes sector." msgid "Device size must be multiple of 512 bytes sector." msgstr "Tamanho da redução deve ser múltiplo de 512 bytes (setores)." #: src/cryptsetup.c:4121 #, fuzzy #| msgid "Option --align-payload and --offset cannot be combined." msgid "Options --reduce-device-size and --data-size cannot be combined." msgstr "As opções --align-payload e --offset não podem ser combinadas." #: src/cryptsetup.c:4125 #, fuzzy #| msgid "Option --align-payload and --offset cannot be combined." msgid "Options --device-size and --size cannot be combined." msgstr "As opções --align-payload e --offset não podem ser combinadas." #: src/cryptsetup.c:4129 #, fuzzy #| msgid "Option --ignore-corruption and --restart-on-corruption cannot be used together.\n" msgid "Options --keyslot-cipher and --keyslot-key-size must be used together." msgstr "As opções --ignore-corruption e --restart-on-corruption não podem ser usadas em conjunto.\n" #: src/veritysetup.c:76 msgid "Invalid salt string specified." msgstr "Uma string salgada inválida foi especificada." #: src/veritysetup.c:107 #, c-format msgid "Cannot create hash image %s for writing." msgstr "Não foi possível criar imagem hash %s para escrita." #: src/veritysetup.c:117 #, c-format msgid "Cannot create FEC image %s for writing." msgstr "Não foi possível criar imagem FEC %s para escrita." #: src/veritysetup.c:191 msgid "Invalid root hash string specified." msgstr "Uma string hash raiz inválida foi especificada." #: src/veritysetup.c:199 #, fuzzy, c-format #| msgid "Invalid device %s." msgid "Invalid signature file %s." msgstr "Dispositivo inválido %s." #: src/veritysetup.c:206 #, fuzzy, c-format #| msgid "Cannot read keyfile %s." msgid "Cannot read signature file %s." msgstr "Não foi possível ler o arquivo de chave %s." #: src/veritysetup.c:406 msgid " " msgstr " " #: src/veritysetup.c:406 src/integritysetup.c:492 msgid "format device" msgstr "formata o dispositivo" #: src/veritysetup.c:407 msgid " " msgstr " " #: src/veritysetup.c:407 msgid "verify device" msgstr "verifica o dispositivo" #: src/veritysetup.c:408 msgid " " msgstr " " #: src/veritysetup.c:410 src/integritysetup.c:495 msgid "show active device status" msgstr "mostra o estado do dispositivo ativado" #: src/veritysetup.c:411 msgid "" msgstr "" #: src/veritysetup.c:411 src/integritysetup.c:496 msgid "show on-disk information" msgstr "mostra informação em disco" #: src/veritysetup.c:430 #, c-format msgid "" "\n" " is the device to create under %s\n" " is the data device\n" " is the device containing verification data\n" " hash of the root node on \n" msgstr "" "\n" " é o dispositivo a ser criado sob %s\n" " é o dispositivo de dados\n" " é o dispositivo contendo dados de verificação\n" " hash do nó raiz no \n" #: src/veritysetup.c:437 #, c-format msgid "" "\n" "Default compiled-in dm-verity parameters:\n" "\tHash: %s, Data block (bytes): %u, Hash block (bytes): %u, Salt size: %u, Hash format: %u\n" msgstr "" "\n" "Parâmetros dm-verity pré-compilados por padrão:\n" "\tHash: %s, Bloco de dados (bytes): %u, Bloco de hash (bytes): %u, Tamanho salgado: %u, Formato hash: %u\n" #: src/veritysetup.c:481 msgid "Do not use verity superblock" msgstr "Não usa superbloco verity" #: src/veritysetup.c:482 msgid "Format type (1 - normal, 0 - original Chrome OS)" msgstr "Tipo de formato (1 - normal, 0 - Chrome OS original)" #: src/veritysetup.c:482 msgid "number" msgstr "número" #: src/veritysetup.c:483 msgid "Block size on the data device" msgstr "Tamanho de bloco no dispositivo de dados" #: src/veritysetup.c:484 msgid "Block size on the hash device" msgstr "Tamanho de bloco no dispositivo de hash" #: src/veritysetup.c:485 msgid "FEC parity bytes" msgstr "Bytes de paridade FEC" #: src/veritysetup.c:486 msgid "The number of blocks in the data file" msgstr "O número de blocos no arquivo de dados" #: src/veritysetup.c:486 msgid "blocks" msgstr "blocos" #: src/veritysetup.c:487 msgid "Path to device with error correction data" msgstr "Caminho para dispositivo com dados de correção de erro" #: src/veritysetup.c:487 src/integritysetup.c:566 msgid "path" msgstr "caminho" #: src/veritysetup.c:488 msgid "Starting offset on the hash device" msgstr "Posição inicial no dispositivo de hash" #: src/veritysetup.c:489 msgid "Starting offset on the FEC device" msgstr "Posição inicial no dispositivo FEC" #: src/veritysetup.c:490 msgid "Hash algorithm" msgstr "Algoritmo hash" #: src/veritysetup.c:490 msgid "string" msgstr "string" #: src/veritysetup.c:491 msgid "Salt" msgstr "Sal" #: src/veritysetup.c:491 msgid "hex string" msgstr "string hexa" #: src/veritysetup.c:493 #, fuzzy #| msgid "Creation of hash area failed." msgid "Path to root hash signature file" msgstr "Criação da área de hash falhou." #: src/veritysetup.c:494 msgid "Restart kernel if corruption is detected" msgstr "Reinicia o kernel, se um corrompimento for detectado" #: src/veritysetup.c:495 #, fuzzy #| msgid "Restart kernel if corruption is detected" msgid "Panic kernel if corruption is detected" msgstr "Reinicia o kernel, se um corrompimento for detectado" #: src/veritysetup.c:496 msgid "Ignore corruption, log it only" msgstr "Ignora corrompimento, apenas registra no log" #: src/veritysetup.c:497 msgid "Do not verify zeroed blocks" msgstr "Não verifica por blocos zerados" #: src/veritysetup.c:498 msgid "Verify data block only the first time it is read" msgstr "Verifica bloco de dados apenas na primeira vez que é lido" #: src/veritysetup.c:600 #, fuzzy #| msgid "Option --ignore-corruption, --restart-on-corruption or --ignore-zero-blocks is allowed only for open operation.\n" msgid "Option --ignore-corruption, --restart-on-corruption or --ignore-zero-blocks is allowed only for open operation." msgstr "O uso da opção --ignore-corruption, --restart-on-corruption ou --ignore-zero-blocks é permitido apenas para operação de abertura.\n" #: src/veritysetup.c:605 #, fuzzy #| msgid "Option --integrity-recalculate can be used only for open action." msgid "Option --root-hash-signature can be used only for open operation." msgstr "A opção --integrity-recalculate só pode ser usada para ação de abrir." #: src/veritysetup.c:610 #, fuzzy #| msgid "Option --ignore-corruption and --restart-on-corruption cannot be used together.\n" msgid "Option --ignore-corruption and --restart-on-corruption cannot be used together." msgstr "As opções --ignore-corruption e --restart-on-corruption não podem ser usadas em conjunto.\n" #: src/veritysetup.c:615 #, fuzzy #| msgid "Option --ignore-corruption and --restart-on-corruption cannot be used together.\n" msgid "Option --panic-on-corruption and --restart-on-corruption cannot be used together." msgstr "As opções --ignore-corruption e --restart-on-corruption não podem ser usadas em conjunto.\n" #: src/integritysetup.c:85 #, fuzzy, c-format #| msgid "Invalid key size." msgid "Invalid key size. Maximum is %u bytes." msgstr "Tamanho de chave inválida." #: src/integritysetup.c:95 src/utils_password.c:339 #, c-format msgid "Cannot read keyfile %s." msgstr "Não foi possível ler o arquivo de chave %s." #: src/integritysetup.c:99 src/utils_password.c:344 #, c-format msgid "Cannot read %d bytes from keyfile %s." msgstr "Não foi possível ler %d bytes do arquivo de chave %s." #: src/integritysetup.c:266 #, c-format msgid "Formatted with tag size %u, internal integrity %s.\n" msgstr "Formatado com tamanho de tag %u, integridade interna %s.\n" #: src/integritysetup.c:492 src/integritysetup.c:496 msgid "" msgstr "" #: src/integritysetup.c:493 msgid " " msgstr " " #: src/integritysetup.c:515 #, c-format msgid "" "\n" " is the device to create under %s\n" " is the device containing data with integrity tags\n" msgstr "" "\n" " é o dispositivo a ser criado sob %s\n" " é o dispositivo com dados com tags de integridade\n" #: src/integritysetup.c:520 #, fuzzy, c-format #| msgid "" #| "\n" #| "Default compiled-in dm-integrity parameters:\n" #| "\tTag size: %u bytes, Checksum algorithm: %s\n" msgid "" "\n" "Default compiled-in dm-integrity parameters:\n" "\tChecksum algorithm: %s\n" "\tMaximum keyfile size: %dkB\n" msgstr "" "\n" "Parâmetros dm-integrity compilados por padrão:\n" "\tTamanho Tag: %u bytes, Algoritmo de soma de verificação: %s\n" #: src/integritysetup.c:566 msgid "Path to data device (if separated)" msgstr "Caminho para dispositivo de dados (se separado)" #: src/integritysetup.c:568 msgid "Journal size" msgstr "Tamanho do journal" #: src/integritysetup.c:569 msgid "Interleave sectors" msgstr "Intercalar setores" #: src/integritysetup.c:570 msgid "Journal watermark" msgstr "Marca d'água do jornal" #: src/integritysetup.c:570 msgid "percent" msgstr "porcentagem" #: src/integritysetup.c:571 msgid "Journal commit time" msgstr "Tempo de commit do journal" #: src/integritysetup.c:571 src/integritysetup.c:573 msgid "ms" msgstr "ms" #: src/integritysetup.c:572 msgid "Number of 512-byte sectors per bit (bitmap mode)." msgstr "" #: src/integritysetup.c:573 msgid "Bitmap mode flush time" msgstr "" #: src/integritysetup.c:574 msgid "Tag size (per-sector)" msgstr "Tamanho de tag (por setor)" #: src/integritysetup.c:575 msgid "Sector size" msgstr "Tamanho do setor" #: src/integritysetup.c:576 msgid "Buffers size" msgstr "Tamanho de buffers" #: src/integritysetup.c:578 msgid "Data integrity algorithm" msgstr "Algoritmo de integridade de dados" #: src/integritysetup.c:579 msgid "The size of the data integrity key" msgstr "O tamanho da chave de integridade de dados" #: src/integritysetup.c:580 msgid "Read the integrity key from a file" msgstr "Lê a chave de integridade de um arquivo" #: src/integritysetup.c:582 msgid "Journal integrity algorithm" msgstr "Algoritmo de integridade de journal" #: src/integritysetup.c:583 msgid "The size of the journal integrity key" msgstr "O tamanho da chave de integridade de journal" #: src/integritysetup.c:584 msgid "Read the journal integrity key from a file" msgstr "Lê a chave de integridade de journal de um arquivo" #: src/integritysetup.c:586 msgid "Journal encryption algorithm" msgstr "Algoritmo de criptografia de journal" #: src/integritysetup.c:587 msgid "The size of the journal encryption key" msgstr "O tamanho da chave de criptografia de journal" #: src/integritysetup.c:588 msgid "Read the journal encryption key from a file" msgstr "Lê a chave de criptografia de journal de um arquivo" #: src/integritysetup.c:591 msgid "Recovery mode (no journal, no tag checking)" msgstr "Modo de recuperação (sem journal, sem verificação de tag)" #: src/integritysetup.c:592 #, fuzzy #| msgid "Disable journal for integrity device" msgid "Use bitmap to track changes and disable journal for integrity device" msgstr "Desabilita jornal para dispositivo de integridade" #: src/integritysetup.c:593 msgid "Recalculate initial tags automatically." msgstr "Recalcula tags iniciais automaticamente." #: src/integritysetup.c:596 msgid "Do not protect superblock with HMAC (old kernels)" msgstr "" #: src/integritysetup.c:597 msgid "Allow recalculating of volumes with HMAC keys (old kernels)" msgstr "" #: src/integritysetup.c:672 msgid "Option --integrity-recalculate can be used only for open action." msgstr "A opção --integrity-recalculate só pode ser usada para ação de abrir." #: src/integritysetup.c:692 #, fuzzy #| msgid "Options --journal-size, --interleave-sectors, --sector-size, --tag-size and --no-wipe can be used only for format action.\n" msgid "Options --journal-size, --interleave-sectors, --sector-size, --tag-size and --no-wipe can be used only for format action." msgstr "As opções --journal-size, --interleave-sectors, --sector-size, --tag-size e --no-wipe só podem ser usadas para ação de formatação.\n" #: src/integritysetup.c:698 msgid "Invalid journal size specification." msgstr "Especificação inválida de tamanho de journal." #: src/integritysetup.c:703 msgid "Both key file and key size options must be specified." msgstr "As opções de arquivo de chave e tamanho de chave devem ser especificadas." #: src/integritysetup.c:708 msgid "Both journal integrity key file and key size options must be specified." msgstr "As opções de arquivo de chave de integridade de journal e tamanho de chave devem ser especificadas." #: src/integritysetup.c:711 msgid "Journal integrity algorithm must be specified if journal integrity key is used." msgstr "Um algoritmo de integridade de journal deve ser especificado se uma chave de integridade de journal é usada." #: src/integritysetup.c:716 msgid "Both journal encryption key file and key size options must be specified." msgstr "As opções de arquivo de chave de criptografia de journal e tamanho de chave devem ser especificadas." #: src/integritysetup.c:719 msgid "Journal encryption algorithm must be specified if journal encryption key is used." msgstr "Um algoritmo de criptografia de journal deve ser especificado se uma chave de criptografia de journal é usada." #: src/integritysetup.c:723 #, fuzzy #| msgid "Options --refresh and --test-passphrase are mutually exclusive.\n" msgid "Recovery and bitmap mode options are mutually exclusive." msgstr "As opções --refresh e --test-passphrase são mutuamente exclusivas.\n" #: src/integritysetup.c:727 msgid "Journal options cannot be used in bitmap mode." msgstr "" #: src/integritysetup.c:731 #, fuzzy #| msgid "Integrity option can be used only for LUKS2 format." msgid "Bitmap options can be used only in bitmap mode." msgstr "A opção de integridade pode ser usada apenas para o formato LUKS2." #: src/cryptsetup_reencrypt.c:190 msgid "Reencryption already in-progress." msgstr "Recriptografia já está em progresso." #: src/cryptsetup_reencrypt.c:226 #, c-format msgid "Cannot exclusively open %s, device in use." msgstr "Não foi possível abrir exclusivamente %s, dispositivo em uso." #: src/cryptsetup_reencrypt.c:240 src/cryptsetup_reencrypt.c:1153 msgid "Allocation of aligned memory failed." msgstr "A alocação de memória alinhada falhou." #: src/cryptsetup_reencrypt.c:247 #, c-format msgid "Cannot read device %s." msgstr "Não foi possível ler o dispositivo %s." #: src/cryptsetup_reencrypt.c:258 #, c-format msgid "Marking LUKS1 device %s unusable." msgstr "Marcando o dispositivo LUKS1 %s como não usável." #: src/cryptsetup_reencrypt.c:262 #, c-format msgid "Setting LUKS2 offline reencrypt flag on device %s." msgstr "Definindo o sinalizador de recriptografia offline do LUKS2 no dispositivo %s." #: src/cryptsetup_reencrypt.c:279 #, c-format msgid "Cannot write device %s." msgstr "Não foi possível escrever o dispositivo %s." #: src/cryptsetup_reencrypt.c:327 msgid "Cannot write reencryption log file." msgstr "Não foi possível escrever o arquivo log de recriptografia." #: src/cryptsetup_reencrypt.c:383 msgid "Cannot read reencryption log file." msgstr "Não foi possível abrir o arquivo log de recriptografia." #: src/cryptsetup_reencrypt.c:421 #, c-format msgid "Log file %s exists, resuming reencryption.\n" msgstr "Arquivo log %s existe, resumindo recriptografia.\n" #: src/cryptsetup_reencrypt.c:470 msgid "Activating temporary device using old LUKS header." msgstr "Ativando dispositivo temporário usando antigo cabeçalho LUKS." #: src/cryptsetup_reencrypt.c:480 msgid "Activating temporary device using new LUKS header." msgstr "Ativando dispositivo temporário usando novo cabeçalho LUKS." #: src/cryptsetup_reencrypt.c:490 msgid "Activation of temporary devices failed." msgstr "A ativação de dispositivos temporários falhou." #: src/cryptsetup_reencrypt.c:577 msgid "Failed to set data offset." msgstr "Falha ao definir a posição de dados." #: src/cryptsetup_reencrypt.c:583 #, fuzzy #| msgid "Failed to set data offset." msgid "Failed to set metadata size." msgstr "Falha ao definir a posição de dados." #: src/cryptsetup_reencrypt.c:591 #, c-format msgid "New LUKS header for device %s created." msgstr "Novo cabeçalho LUKS para dispositivo %s criado." # "cryptsetup-reencrypt" é o nome do programa, não traduzir. #: src/cryptsetup_reencrypt.c:651 #, c-format msgid "This version of cryptsetup-reencrypt can't handle new internal token type %s." msgstr "Essa versão de cryptsetup-reencrypt não sabe lidar com o novo tipo de token interno %s." #: src/cryptsetup_reencrypt.c:673 msgid "Failed to read activation flags from backup header." msgstr "Falha ao ler sinalizadores de ativação do cabeçalho de cópia de segurança." #: src/cryptsetup_reencrypt.c:677 msgid "Failed to write activation flags to new header." msgstr "Falha ao escrever sinalizadores de ativação para novo cabeçalho." #: src/cryptsetup_reencrypt.c:681 src/cryptsetup_reencrypt.c:685 msgid "Failed to read requirements from backup header." msgstr "Falha ao ler requisitos do cabeçalho de cópia de segurança." #: src/cryptsetup_reencrypt.c:723 #, c-format msgid "%s header backup of device %s created." msgstr "Cópia de segurança de cabeçalho %s para dispositivo %s criado." #: src/cryptsetup_reencrypt.c:786 msgid "Creation of LUKS backup headers failed." msgstr "A criação de cópia de segurança de cabeçalhos LUKS falhou." #: src/cryptsetup_reencrypt.c:919 #, c-format msgid "Cannot restore %s header on device %s." msgstr "Não foi possível restaurar o cabeçalho %s no dispositivo %s." #: src/cryptsetup_reencrypt.c:921 #, c-format msgid "%s header on device %s restored." msgstr "Cabeçalho %s no dispositivo %s restaurado." #: src/cryptsetup_reencrypt.c:1125 src/cryptsetup_reencrypt.c:1131 msgid "Cannot open temporary LUKS device." msgstr "Não foi possível abrir o dispositivo LUKS temporário." #: src/cryptsetup_reencrypt.c:1136 src/cryptsetup_reencrypt.c:1141 msgid "Cannot get device size." msgstr "Não foi possível obter o tamanho do dispositivo." #: src/cryptsetup_reencrypt.c:1176 msgid "IO error during reencryption." msgstr "Erro de E/S durante a recriptografia." #: src/cryptsetup_reencrypt.c:1207 msgid "Provided UUID is invalid." msgstr "O UUID fornecido é inválido." #: src/cryptsetup_reencrypt.c:1441 msgid "Cannot open reencryption log file." msgstr "Não foi possível abrir o arquivo log de recriptografia." #: src/cryptsetup_reencrypt.c:1447 msgid "No decryption in progress, provided UUID can be used only to resume suspended decryption process." msgstr "Nenhuma descriptografia em progresso, UUID fornecido pode ser usado apenas para resumir um processo de descriptografia suspendido." #: src/cryptsetup_reencrypt.c:1522 #, c-format msgid "Changed pbkdf parameters in keyslot %i." msgstr "Alterados os parâmetros de pbkdf no slot de chave %i." #: src/cryptsetup_reencrypt.c:1636 msgid "Reencryption block size" msgstr "Tamanho do bloco de recriptografia" #: src/cryptsetup_reencrypt.c:1636 msgid "MiB" msgstr "MB" #: src/cryptsetup_reencrypt.c:1640 msgid "Do not change key, no data area reencryption" msgstr "Não altera chave, nenhuma área de dados de recriptografia" #: src/cryptsetup_reencrypt.c:1642 msgid "Read new volume (master) key from file" msgstr "Lê nova chave do volume (mestre) a partir do arquivo" #: src/cryptsetup_reencrypt.c:1643 msgid "PBKDF2 iteration time for LUKS (in ms)" msgstr "Tempo de iteração PBKDF2 para LUKS (em ms)" #: src/cryptsetup_reencrypt.c:1649 msgid "Use direct-io when accessing devices" msgstr "Usa direct-io ao acessar dispositivos" #: src/cryptsetup_reencrypt.c:1650 msgid "Use fsync after each block" msgstr "Usa fsync após cada bloco" #: src/cryptsetup_reencrypt.c:1651 msgid "Update log file after every block" msgstr "Atualiza o arquivo log após todo bloco" #: src/cryptsetup_reencrypt.c:1652 msgid "Use only this slot (others will be disabled)" msgstr "Usa apenas este slot (outros serão desabilitados)" #: src/cryptsetup_reencrypt.c:1657 msgid "Create new header on not encrypted device" msgstr "Cria um novo cabeçalho em dispositivo não criptografado" #: src/cryptsetup_reencrypt.c:1658 msgid "Permanently decrypt device (remove encryption)" msgstr "Descriptografa permanentemente o dispositivo (remove criptografia)" #: src/cryptsetup_reencrypt.c:1659 msgid "The UUID used to resume decryption" msgstr "A UUID usada para resumir a descriptografia" #: src/cryptsetup_reencrypt.c:1660 msgid "Type of LUKS metadata: luks1, luks2" msgstr "Tipo de metadados LUKS: luks1, luks2" #: src/cryptsetup_reencrypt.c:1679 msgid "[OPTION...] " msgstr "[OPÇÃO...] " #: src/cryptsetup_reencrypt.c:1687 #, c-format msgid "Reencryption will change: %s%s%s%s%s%s." msgstr "Recriptografia vai alterar: %s%s%s%s%s%s." #: src/cryptsetup_reencrypt.c:1688 msgid "volume key" msgstr "chave de volume" #: src/cryptsetup_reencrypt.c:1690 msgid "set hash to " msgstr "definir hash para " #: src/cryptsetup_reencrypt.c:1691 msgid ", set cipher to " msgstr ", definir cifra para " #: src/cryptsetup_reencrypt.c:1695 msgid "Argument required." msgstr "Argumento necessário." #: src/cryptsetup_reencrypt.c:1723 msgid "Only values between 1 MiB and 64 MiB allowed for reencryption block size." msgstr "Apenas valores entre 1 MB e 64 MB são permitidos para tamanho de bloco de recriptografia." #: src/cryptsetup_reencrypt.c:1750 msgid "Maximum device reduce size is 64 MiB." msgstr "Tamanho máximo de redução do dispositivo é 64 MB." #: src/cryptsetup_reencrypt.c:1757 msgid "Option --new must be used together with --reduce-device-size or --header." msgstr "A opção --new deve ser usada junto de --reduce-device-size ou --header." #: src/cryptsetup_reencrypt.c:1761 msgid "Option --keep-key can be used only with --hash, --iter-time or --pbkdf-force-iterations." msgstr "A opção --keep-key pode ser usada apenas com --hash, --iter-time ou --pbkdf-force-iterations." #: src/cryptsetup_reencrypt.c:1765 msgid "Option --new cannot be used together with --decrypt." msgstr "A opção --new não pode ser usada junto de --decrypt." #: src/cryptsetup_reencrypt.c:1769 msgid "Option --decrypt is incompatible with specified parameters." msgstr "A opção --decrypt é incompatível com os parâmetros especificados." #: src/cryptsetup_reencrypt.c:1773 msgid "Option --uuid is allowed only together with --decrypt." msgstr "A opção --uuid é permitida apenas junto de --decrypt." #: src/cryptsetup_reencrypt.c:1777 msgid "Invalid luks type. Use one of these: 'luks', 'luks1' or 'luks2'." msgstr "Tipo de luks inválido. Use um desses: \"luks\", \"luks1\" ou \"luks2\"." #: src/utils_tools.c:151 msgid "Error reading response from terminal." msgstr "Erro ao ler resposta do terminal." #: src/utils_tools.c:186 msgid "Command successful.\n" msgstr "Comando executado com sucesso.\n" #: src/utils_tools.c:194 msgid "wrong or missing parameters" msgstr "parâmetros errados ou faltando" #: src/utils_tools.c:196 msgid "no permission or bad passphrase" msgstr "sem permissão ou senha incorreta" #: src/utils_tools.c:198 msgid "out of memory" msgstr "memória insuficiente" #: src/utils_tools.c:200 msgid "wrong device or file specified" msgstr "dispositivo ou arquivo errado especificado" #: src/utils_tools.c:202 msgid "device already exists or device is busy" msgstr "o dispositivo já existe ou está ocupado" #: src/utils_tools.c:204 msgid "unknown error" msgstr "erro desconhecido" #: src/utils_tools.c:206 #, c-format msgid "Command failed with code %i (%s).\n" msgstr "O comando falhou com código %i (%s).\n" #: src/utils_tools.c:284 #, c-format msgid "Key slot %i created." msgstr "Slot de chave %i criado." #: src/utils_tools.c:286 #, c-format msgid "Key slot %i unlocked." msgstr "Slot de chave %i desbloqueado." #: src/utils_tools.c:288 #, c-format msgid "Key slot %i removed." msgstr "Slot de chave %i removido." #: src/utils_tools.c:297 #, c-format msgid "Token %i created." msgstr "Token %i criado." #: src/utils_tools.c:299 #, c-format msgid "Token %i removed." msgstr "Token %i removido." #: src/utils_tools.c:465 #, fuzzy #| msgid "" #| "\n" #| "Write interrupted." msgid "" "\n" "Wipe interrupted." msgstr "" "\n" "Escrita interrompida." #: src/utils_tools.c:476 #, c-format msgid "WARNING: Device %s already contains a '%s' partition signature.\n" msgstr "AVISO: O dispositivo %s já contém uma assinatura de partição \"%s\".\n" #: src/utils_tools.c:484 #, c-format msgid "WARNING: Device %s already contains a '%s' superblock signature.\n" msgstr "AVISO: O dispositivo %s já contém uma assinatura de superbloco \"%s\".\n" #: src/utils_tools.c:505 src/utils_tools.c:569 msgid "Failed to initialize device signature probes." msgstr "Falha ao inicializar as sondas de assinatura de dispositivo." #: src/utils_tools.c:549 #, c-format msgid "Failed to stat device %s." msgstr "Falha ao obter estado do dispositivo %s." #: src/utils_tools.c:562 #, c-format msgid "Device %s is in use. Can not proceed with format operation." msgstr "O dispositivo %s está em uso. Não é possível proceder com a operação de formatação." #: src/utils_tools.c:564 #, c-format msgid "Failed to open file %s in read/write mode." msgstr "Falha ao abrir o arquivo %s no modo leitura/escrita." #: src/utils_tools.c:578 #, c-format msgid "Existing '%s' partition signature (offset: % bytes) on device %s will be wiped." msgstr "" #: src/utils_tools.c:581 #, c-format msgid "Existing '%s' superblock signature (offset: % bytes) on device %s will be wiped." msgstr "" #: src/utils_tools.c:584 msgid "Failed to wipe device signature." msgstr "Falha ao apagar assinatura do dispositivo." #: src/utils_tools.c:591 #, c-format msgid "Failed to probe device %s for a signature." msgstr "Falha ao sondar o dispositivo %s por uma assinatura." #: src/utils_tools.c:622 #, fuzzy #| msgid "" #| "\n" #| "Read interrupted." msgid "" "\n" "Reencryption interrupted." msgstr "" "\n" "Leitura interrompida." #: src/utils_password.c:43 src/utils_password.c:76 #, c-format msgid "Cannot check password quality: %s" msgstr "Não foi possível verificar qualidade da senha: %s" #: src/utils_password.c:51 #, c-format msgid "" "Password quality check failed:\n" " %s" msgstr "" "Verificação de qualidade da senha falhou:\n" " %s" #: src/utils_password.c:83 #, c-format msgid "Password quality check failed: Bad passphrase (%s)" msgstr "Verificação de qualidade da senha falhou: Senha incorreta (%s)" #: src/utils_password.c:228 src/utils_password.c:242 msgid "Error reading passphrase from terminal." msgstr "Erro ao ler senha do terminal." #: src/utils_password.c:240 msgid "Verify passphrase: " msgstr "Verificar senha: " #: src/utils_password.c:247 msgid "Passphrases do not match." msgstr "As senhas não conferem." #: src/utils_password.c:284 msgid "Cannot use offset with terminal input." msgstr "Não foi possível usar posição com a entrada do terminal." #: src/utils_password.c:287 #, c-format msgid "Enter passphrase: " msgstr "Digite a senha: " #: src/utils_password.c:290 #, c-format msgid "Enter passphrase for %s: " msgstr "Digite a senha para %s: " #: src/utils_password.c:321 msgid "No key available with this passphrase." msgstr "Nenhuma chave disponível com esta senha." #: src/utils_password.c:323 msgid "No usable keyslot is available." msgstr "" #: src/utils_password.c:365 #, c-format msgid "Cannot open keyfile %s for write." msgstr "Não foi possível abrir o arquivo de chave %s para escrita." #: src/utils_password.c:372 #, c-format msgid "Cannot write to keyfile %s." msgstr "Não foi possível escrever no arquivo de chave %s." #: src/utils_luks2.c:47 #, c-format msgid "Failed to open file %s in read-only mode." msgstr "Falha ao abrir o arquivo %s no modo somente leitura." #: src/utils_luks2.c:60 msgid "Provide valid LUKS2 token JSON:\n" msgstr "Forneça um JSON de token LUKS2 válido:\n" #: src/utils_luks2.c:67 msgid "Failed to read JSON file." msgstr "Falha ao ler o arquivo JSON." #: src/utils_luks2.c:72 msgid "" "\n" "Read interrupted." msgstr "" "\n" "Leitura interrompida." #: src/utils_luks2.c:113 #, c-format msgid "Failed to open file %s in write mode." msgstr "Falha ao abrir o arquivo %s no modo escrita." #: src/utils_luks2.c:122 msgid "" "\n" "Write interrupted." msgstr "" "\n" "Escrita interrompida." #: src/utils_luks2.c:126 msgid "Failed to write JSON file." msgstr "Falha ao escrever arquivo JSON." #~ msgid "Requested dmcrypt performance options are not supported." #~ msgstr "Não há suporte às opções de desempenho de dmcrypt requisitadas." #~ msgid "Cannot format device %s which is still in use." #~ msgstr "Não foi possível formatar o dispositivo %s, o qual ainda está em uso." #~ msgid "Key slot %d is not used." #~ msgstr "O slot de chave %d não está sendo usado." #~ msgid "Function not available in FIPS mode." #~ msgstr "Função não disponível no modo FIPS." #~ msgid "WARNING: Locking directory %s/%s is missing!\n" #~ msgstr "AVISO: Diretório de trava %s/%s está faltando!\n" #~ msgid "Invalid size parameters for verity device." #~ msgstr "Parâmetros de tamanho inválido para dispositivo verity." #~ msgid "Cipher %s is not available." #~ msgstr "A cifra %s não está disponível." #~ msgid "Key slot %d selected for deletion." #~ msgstr "Slot de chave %d selecionado para exclusão." #~ msgid "open device as mapping " #~ msgstr "abre dispositivo como mapeamento " #~ msgid "Parameter --refresh is only allowed with open or refresh commands.\n" #~ msgstr "O parâmetro --refresh é apenas permitida com comandos de abrir ou renovar.\n" #~ msgid "Unsupported encryption sector size.\n" #~ msgstr "Não há suporte ao tamanho de setor de criptografia.\n" #~ msgid "close device (deactivate and remove mapping)" #~ msgstr "fecha dispositivo (desativa e remove mapeamento)" #~ msgid "Integrity algorithm must be specified if integrity key is used." #~ msgstr "Um algoritmo de integridade deve ser especificado se uma chave de integridade é usada." #~ msgid "Failed to set PBKDF parameters." #~ msgstr "Falha ao definir os parâmetros de sessão PBKDF." #~ msgid "Cannot seek to device offset.\n" #~ msgstr "Não foi possível ir à posição do dispositivo.\n" #~ msgid "Interrupted by a signal." #~ msgstr "Interrompido por um sinal." #~ msgid "Device %s is too small. (LUKS2 requires at least % bytes.)" #~ msgstr "Dispositivo %s é muito pequeno. (LUKS2 precisa de pelo menos % bytes.)" #, fuzzy #~| msgid "Replaced with key slot %d.\n" #~ msgid "Replaced with key slot %d." #~ msgstr "Substituído com o slot de chave %d.\n" #, fuzzy #~| msgid "Missing LUKS target type, option --type is required.\n" #~ msgid "Missing LUKS target type, option --type is required." #~ msgstr "Faltando o tipo de alvo LUKS, a opção --type é necessária.\n" #, fuzzy #~| msgid "Missing --token option specifying token for removal.\n" #~ msgid "Missing --token option specifying token for removal." #~ msgstr "Faltando a opção --token especificando token para remoção.\n" #~ msgid "Add or remove keyring token" #~ msgstr "Adiciona ou remove o token de chaveiro" #, fuzzy #~| msgid "Activated keyslot %i.\n" #~ msgid "Activated keyslot %i." #~ msgstr "Slot de chave %i ativado.\n" #~ msgid "memory allocation error in action_luksFormat" #~ msgstr "erro de alocação de memória em action_luksFormat" #, fuzzy #~| msgid "Key slot is invalid." #~ msgid "Key slot is invalid.\n" #~ msgstr "O slot de chave é inválido." #~ msgid "Too many tree levels for verity volume.\n" #~ msgstr "Número excessivo de níveis de árvore para volume verity.\n" #~ msgid "Key %d not active. Can't wipe.\n" #~ msgstr "Chave %d não ativada. Não é possível apagar.\n" #~ msgid " " #~ msgstr " " #~ msgid "create active device" #~ msgstr "cria um dispositivo ativado" #~ msgid "remove (deactivate) device" #~ msgstr "remove (desativa) o dispositivo" #~ msgid "Progress: %5.1f%%, ETA %02llu:%02llu, %4llu MiB written, speed %5.1f MiB/s%s" #~ msgstr "Progresso: %5.1f%%, ETA %02llu:%02llu, %4llu MB escrito, vel. %5.1f MB/s%s" #~ msgid "Cannot find a free loopback device.\n" #~ msgstr "Não foi possível localizar um dispositivo de loop livre.\n" # Ponto final acrescentado, pois as mensagens em volta possível, sugerindo ser necessário aqui também. #~ msgid "Cannot open device %s\n" #~ msgstr "Não foi possível abrir o dispositivo %s.\n" #~ msgid "Cannot use passed UUID unless decryption in progress.\n" #~ msgstr "Não é possível usar o UUID passado a menos que descriptografia estiver em progresso.\n" #~ msgid "Marking LUKS device %s usable.\n" #~ msgstr "Marcando o dispositivo LUKS %s como usável.\n"