8000 [Validator] Add the missing translations for the Portuguese ("pt") locale by pedroresende · Pull Request #30201 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Validator] Add the missing translations for the Portuguese ("pt") locale #30201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add_missing_translations_for_portuguese : [Validator] Add the missing…
… translations for the Portuguese ("pt") locale
  • Loading branch information
pedroresende committed Feb 12, 2019
commit 95795dc8cd2aeadcabe27f2d95a5cabf336276b8
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,34 @@
<source>An empty file is not allowed.</source>
<target>Ficheiro vazio não é permitido.</target>
</trans-unit>
<trans-unit id="79">
<source>The host could not be resolved.</source>
<target>O host não pode ser resolvido.</target>
</trans-unit>
<trans-unit id="80">
<source>This value does not match the expected {{ charset }} charset.</source>
<target>O valor não corresponde ao conjunto de caracteres {{ charset }} esperado.</target>
</trans-unit>
<trans-unit id="81">
<source>This is not a valid Business Identifier Code (BIC).</source>
<target>O Código de Identificação de Empresa (BIC) não é 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 valor 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 um 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>O Código de Identificação de Empresa (BIC) não está associado ao IBAN {{ iban }}.</target>
</trans-unit>
</body>
</file>
</xliff>
0