Skip to content

Commit

Permalink
minor #46 Fix brazilian portuguese translations (wguilen)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #45 
| License       | MIT

Fixed and improved the brazilian portuguese translation.


Commits
-------

198f092 Closes #45 - Fixed/Improved pt-BR translation
  • Loading branch information
sstok authored Jun 18, 2021
2 parents a3e5945 + 198f092 commit 703a52d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Resources/translations/validators.pt_BR.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
</trans-unit>
<trans-unit id="3">
<source>Your password must include both upper and lower case letters.</source>
<target>A senha deve incluir letras maiúsculas e minúsculas.</target>
<target>A senha deve conter letras maiúsculas e minúsculas.</target>
</trans-unit>
<trans-unit id="4">
<source>Your password must include at least one number.</source>
<target>A senha deve conter pelo menos um número.</target>
</trans-unit>
<trans-unit id="5">
<source>Your password must contain at least one special character.</source>
<target>Password must contain at least one special character.</target>
<target>A senha deve conter pelo menos um caractere especial.</target>
</trans-unit>
<trans-unit id="6">
<source>password_too_weak</source>
<target>A senha deve ter pelo menos o nível de intensidade "{{ min_strength }}", o nível atual é "{{ current_strength }}", tente o seguinte: {{ strength_tips }}.</target>
<target>A senha deve ter pelo menos o nível de intensidade "{{ min_strength }}" e o nível atual é "{{ current_strength }}". Tente o seguinte: {{ strength_tips }}.</target>
</trans-unit>

<!-- Strength levels -->
Expand Down Expand Up @@ -64,11 +64,11 @@
</trans-unit>
<trans-unit id="15">
<source>rollerworks_password.tip.uppercase_letters</source>
<target>adicionar caracteres especiais</target>
<target>adicionar letras maiúsculas</target>
</trans-unit>
<trans-unit id="16">
<source>rollerworks_password.tip.special_chars</source>
<target>adicionar letras maiúsculas</target>
<target>adicionar caracteres especiais</target>
</trans-unit>
<trans-unit id="17">
<source>rollerworks_password.tip.length</source>
Expand All @@ -78,7 +78,7 @@
<!-- P0wnedPassword -->
<trans-unit id="18">
<source>This password was found in a database of compromised passwords. It has been used {{ used }} times. For security purposes you must use something else.</source>
<target>Esta senha foi encontrada em um banco de dados de senhas comprometidas. Foi usado {{used}} vezes. Por motivos de segurança, você deve usar outra coisa.</target>
<target>Esta senha foi encontrada em um banco de dados de senhas comprometidas. Foi usada {{used}} vezes. Por motivos de segurança, você deve usar outra senha.</target>
</trans-unit>
</body>
</file>
Expand Down

0 comments on commit 703a52d

Please sign in to comment.