8000 add_missing_translations_for_portuguese : [Validator] Add the missing… · symfony/symfony@65b439a · GitHub
[go: up one dir, main page]

Skip to content

Commit 65b439a

Browse files
committed
add_missing_translations_for_portuguese : [Validator] Add the missing translations for the Portuguese ("pt") locale
1 parent 9b39c7a commit 65b439a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,34 @@
302302
<source>An empty file is not allowed.</source>
303303
<target>Ficheiro vazio não é permitido.</target>
304304
</trans-unit>
305+
<trans-unit id="79">
306+
<source>The host could not be resolved.</source>
307+
<target>O host não pode ser resolvido.</target>
308+
</trans-unit>
309+
<trans-unit id="80">
310+
<source>This value does not match the expected {{ charset }} charset.</source>
311+
<target>O valor não corresponde ao conjunto de caracteres {{ charset }} esperado.</target>
312+
</trans-unit>
313+
<trans-unit id="81">
314+
<source>This is not a valid Business Identifier Code (BIC).</source>
315+
<target>O Código de Identificação de Empresa (BIC) não é válido.</target>
316+
</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 valor 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 um 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>O Código de Identificação de Empresa (BIC) não está associado ao IBAN {{ iban }}.</target>
332+
</trans-unit>
305333
</body>
306334
</file>
307335
</xliff>

0 commit comments

Comments
 (0)
0