From f5cf28f308290c15a5b7696bf411430d90cfac6c Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Tue, 10 Jul 2012 01:30:38 +0200 Subject: [PATCH] Updated Portuguese translation --- .../Resources/translations/validators.pt.xlf | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf index c1dbddeffa..58b19dde2d 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf @@ -24,11 +24,11 @@ You must select at least {{ limit }} choices. - Você deveria selecionar {{ limit }} opções no mínimo. + Você deveria selecionar {{ limit }} opção no mínimo.|Você deveria selecionar {{ limit }} opções no mínimo. You must select at most {{ limit }} choices. - Você deve selecionar, no máximo {{ limit }} opções. + Você deve selecionar, no máximo {{ limit }} opção.|Você deve selecionar, no máximo {{ limit }} opções. One or more of the given values is invalid. @@ -202,6 +202,18 @@ A PHP extension caused the upload to fail. Uma extensão PHP causou a falha no envio. + + This collection should contain {{ limit }} elements or more. + Esta coleção deve conter {{ limit }} elemento ou mais.|Esta coleção deve conter {{ limit }} elementos ou mais. + + + This collection should contain {{ limit }} elements or less. + Esta coleção deve conter {{ limit }} elemento ou menos.|Esta coleção deve conter {{ limit }} elementos ou menos. + + + This collection should contain exactly {{ limit }} elements. + Esta coleção deve conter exatamente {{ limit }} elemento.|Esta coleção deve conter exatamente {{ limit }} elementos. + - + \ No newline at end of file