Skip to content

Commit 0302937

Browse files
authored
minor #30 Feature/add translations for p0wnedpassword validation (nedac-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
2 parents 428a7bf + 2f71912 commit 0302937

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

src/Resources/translations/validators.de.xlf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@
7474
<source>rollerworks_password.tip.length</source>
7575
<target>Weitere Zeichen hinzufügen</target>
7676
</trans-unit>
77+
78+
<!-- P0wnedPasswordValidator -->
79+
<trans-unit id="18">
80+
<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>
81+
<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>
82+
</trans-unit>
7783
</body>
7884
</file>
7985
</xliff>

src/Resources/translations/validators.en.xlf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@
7474
<source>rollerworks_password.tip.length</source>
7575
<target>add more characters</target>
7676
</trans-unit>
77+
78+
<!-- P0wnedPasswordValidator -->
79+
<trans-unit id="18">
80+
<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>
81+
<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>
82+
</trans-unit>
7783
</body>
7884
</file>
7985
</xliff>

src/Resources/translations/validators.fr.xlf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@
7474
<source>rollerworks_password.tip.length</source>
7575
<target>ajouter plus de caractères</target>
7676
</trans-unit>
77+
78+
<!-- P0wnedPasswordValidator -->
79+
<trans-unit id="18">
80+
<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>
81+
<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>
82+
</trans-unit>
7783
</body>
7884
</file>
7985
</xliff>

src/Resources/translations/validators.nl.xlf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@
7474
<source>rollerworks_password.tip.length</source>
7575
<target>gebruik meer tekens</target>
7676
</trans-unit>
77+
78+
<!-- P0wnedPasswordValidator -->
79+
<trans-unit id="18">
80+
<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>
81+
<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>
82+
</trans-unit>
7783
</body>
7884
</file>
7985
</xliff>

0 commit comments

Comments
 (0)