8000 [Validator] Added missing translations pt_BR · symfony/symfony@19ca344 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 div class="Box-sc-g0xbh4-0 prc-PageHeader-PageHeader-sT1Hp">

Commit 19ca344

Browse files
authored
[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.
1 parent 3d4c5dd commit 19ca344

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf

Lines changed: 20 additions & 0 deletions
D3D0
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,26 @@
314314
<source>This is not a valid Business Identifier Code (BIC).</source>
315315
<target>Este não é um Código Identificador Bancário (BIC) válido.</target>
316316
</trans-unit>
317+
<trans-unit id="82">
318+
<source>Error</source>
319+
<target>Erro</target>
320+
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>Este não é um UUID válido.</target>
324+
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>Este valor deve ser múltiplo de {{ compared_value }}.</target>
328+
</trans-unit>
329+
<trans-unit id="85">
330+
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331+
<target>Este Código Identificador Bancário (BIC) não está associado ao IBAN {{ iban }}.</target>
332+
</trans-unit>
333+
<trans-unit id="86">
334+
<source>This value should be valid JSON.</source>
335+
<target>Este valor deve ser um JSON válido.</target>
336+
</trans-unit>
317337
</body>
318338
</file>
319339
</xliff>

0 commit comments

Comments
 (0)
0