Skip to content

Commit 74e91f8

Browse files
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
2 parents d76b53b + 6e53886 commit 74e91f8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Resources/translations/validators.pt_BR.xlf

Lines changed: 20 additions & 0 deletions
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)