minor #30308 [Validator] Added missing translations pt_BR (felipyamorim)

This PR was merged into the 3.4 branch.

Discussion
----------

[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.

Commits
-------

19ca344685 [Validator] Added missing translations pt_BR
This commit is contained in:
Nicolas Grekas 2019-02-20 08:24:15 +01:00
commit df0fc5ee72

View File

@ -314,6 +314,26 @@
<source>This is not a valid Business Identifier Code (BIC).</source>
<target>Este não é um Código Identificador Bancário (BIC) válido.</target>
</trans-unit>
<trans-unit id="82">
<source>Error</source>
<target>Erro</target>
</trans-unit>
<trans-unit id="83">
<source>This is not a valid UUID.</source>
<target>Este não é um UUID válido.</target>
</trans-unit>
<trans-unit id="84">
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>Este valor deve ser múltiplo de {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="85">
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>Este Código Identificador Bancário (BIC) não está associado ao IBAN {{ iban }}.</target>
</trans-unit>
<trans-unit id="86">
<source>This value should be valid JSON.</source>
<target>Este valor deve ser um JSON válido.</target>
</trans-unit>
</body>
</file>
</xliff>