From dc94e27dbb114c580771e9d268e2f95a2167fede Mon Sep 17 00:00:00 2001 From: Eriksen Costa Date: Sat, 7 Apr 2012 04:29:23 -0300 Subject: [PATCH] [FrameworkBundle] synced pt_BR translations --- .../translations/validators.pt_BR.xlf | 88 +++++++++++++++++++ 1 file changed, 88 insertions(+) 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..25960a847a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_BR.xlf +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_BR.xlf @@ -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 +