Skip to content

Commit

Permalink
minor #30 Feature/add translations for p0wnedpassword validation (ned…
Browse files Browse the repository at this point in the history
…ac-sorbo, 4c0n)

This PR was merged into the 1.0-dev branch.

Discussion
----------

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

Adding Dutch, French, German translations of the P0wnedPasswordValidator message.


Commits
-------

6af8d7b Added German translation of P0wned password message
b55af10 Added English translation of P0wned password message
83a13dc Added French translation of P0wned password message
7eb299d Added Dutch translation of P0wned password message
2f71912 Added missing spaces for template token
  • Loading branch information
sstok authored May 24, 2019
2 parents 428a7bf + 2f71912 commit 0302937
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Resources/translations/validators.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
<source>rollerworks_password.tip.length</source>
<target>Weitere Zeichen hinzufügen</target>
</trans-unit>

<!-- P0wnedPasswordValidator -->
<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>Das Passwort steht in einem Datenbank mit durchgesickerten Passwörtern. Es wurde {{ used }} Mal genutzt. Aus Sicherheitsgründen müssen Sie ein anderes Passwort wählen.</target>
</trans-unit>
</body>
</file>
</xliff>
6 changes: 6 additions & 0 deletions src/Resources/translations/validators.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
<source>rollerworks_password.tip.length</source>
<target>add more characters</target>
</trans-unit>

<!-- P0wnedPasswordValidator -->
<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>This password was found in a database of compromised passwords. It has been used {{ used }} times. For security purposes you must use something else.</target>
</trans-unit>
</body>
</file>
</xliff>
6 changes: 6 additions & 0 deletions src/Resources/translations/validators.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
<source>rollerworks_password.tip.length</source>
<target>ajouter plus de caractères</target>
</trans-unit>

<!-- P0wnedPasswordValidator -->
<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>Ce mot de passe a été trouvé dans une base de données de mots de passe erronés. Il a été utilisé {{ used }} fois. Pour des raisons de sécurité, veuillez choisir un autre mot de passe.</target>
</trans-unit>
</body>
</file>
</xliff>
6 changes: 6 additions & 0 deletions src/Resources/translations/validators.nl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
<source>rollerworks_password.tip.length</source>
<target>gebruik meer tekens</target>
</trans-unit>

<!-- P0wnedPasswordValidator -->
<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>Het wachtwoord is gevonden in een database van gelekte wachtwoorden. Het is {{ used }} keer gebruikt. Uit veiligheidsoverwegingen dient u een ander wachtwoord te kiezen.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 0302937

Please sign in to comment.