diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_BR.xlf b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_BR.xlf index 79b57f79b7..4be82d9b4a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_BR.xlf +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_BR.xlf @@ -24,11 +24,11 @@ You must select at least {{ limit }} choices - Você deve selecionar no mínimo {{ limit }} opções + Você deve selecionar, no mínimo, {{ limit }} opções You must select at most {{ limit }} choices - Você deveria selecionar no máximo {{ limit }} opções + Você deve selecionar, no máximo, {{ limit }} opções One or more of the given values is invalid @@ -126,6 +126,94 @@ The two values should be equal Os dois valores devem ser iguais + + The file is too large. Allowed maximum size is {{ limit }} + O arquivo é muito grande. O tamanho máximo permitido é de {{ limit }} + + + The file is too large + O arquivo é muito grande + + + The file could not be uploaded + O arquivo não pode ser enviado + + + This value should be a valid number + Este valor deve ser um número válido + + + This file is not a valid image + Este arquivo não é uma imagem válida + + + This is not a valid IP address + Este não é um endereço de IP válido + + + This value is not a valid language + Este valor não é um idioma válido + + + This value is not a valid locale + Este valor não é uma localidade válida + + + This value is not a valid country + Este valor não é um país válido + + + This value is already used + Este valor já está sendo usado + + + The size of the image could not be detected + O tamanho da imagem não pode ser detectado + + + The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px + A largura da imagem é muito grande ({{ width }}px). A largura máxima permitida é de {{ max_width }}px + + + The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px + A largura da imagem é muito pequena ({{ width }}px). A largura mínima esperada é de {{ min_width }}px + + + The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px + A altura da imagem é muito grande ({{ height }}px). A altura máxima permitida é de {{ max_height }}px + + + The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px + A altura da imagem é muito pequena ({{ height }}px). A altura mínima esperada é de {{ min_height }}px + + + This value should be the user current password + Este valor deve ser a senha atual do usuário + + + This value should have exactly {{ limit }} characters + Este valor deve ter exatamente {{ limit }} caracteres + + + The file was only partially uploaded + O arquivo foi enviado apenas parcialmente + + + No file was uploaded + Nenhum arquivo foi enviado + + + No temporary folder was configured in php.ini + Nenhum diretório temporário foi configurado no php.ini + + + Cannot write temporary file to disk + Não foi possível escrever o arquivo temporário no disco + + + A PHP extension caused the upload to fail + Uma extensão PHP fez com que o envio falhasse +