From 19ca34468561f53ec4a891f5d37ba36f6f9aadfd Mon Sep 17 00:00:00 2001 From: Felipy Amorim Date: Tue, 19 Feb 2019 14:53:11 -0300 Subject: [PATCH] [Validator] Added missing translations pt_BR | Q | A | |--|--| | Branch? | 3.4 | | Bug fix? |no| |New feature? |no| |BC breaks? |no| |Deprecations? |no| |Tests pass? |yes| |Fixed tickets |#30182| |License |MIT| Added missing translations. --- .../translations/validators.pt_BR.xlf | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf index b61706231887..8616edf4b909 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf @@ -314,6 +314,26 @@ This is not a valid Business Identifier Code (BIC). Este não é um Código Identificador Bancário (BIC) válido. + + Error + Erro + + + This is not a valid UUID. + Este não é um UUID válido. + + + This value should be a multiple of {{ compared_value }}. + Este valor deve ser múltiplo de {{ compared_value }}. + + + This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. + Este Código Identificador Bancário (BIC) não está associado ao IBAN {{ iban }}. + + + This value should be valid JSON. + Este valor deve ser um JSON válido. +