You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: src/Resources/translations/validators.de.xlf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,12 @@
74
74
<source>rollerworks_password.tip.length</source>
75
75
<target>Weitere Zeichen hinzufügen</target>
76
76
</trans-unit>
77
+
78
+
<!-- P0wnedPasswordValidator -->
79
+
<trans-unitid="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>
Copy file name to clipboardExpand all lines: src/Resources/translations/validators.en.xlf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,12 @@
74
74
<source>rollerworks_password.tip.length</source>
75
75
<target>add more characters</target>
76
76
</trans-unit>
77
+
78
+
<!-- P0wnedPasswordValidator -->
79
+
<trans-unitid="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>
Copy file name to clipboardExpand all lines: src/Resources/translations/validators.fr.xlf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,12 @@
74
74
<source>rollerworks_password.tip.length</source>
75
75
<target>ajouter plus de caractères</target>
76
76
</trans-unit>
77
+
78
+
<!-- P0wnedPasswordValidator -->
79
+
<trans-unitid="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>
Copy file name to clipboardExpand all lines: src/Resources/translations/validators.nl.xlf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,12 @@
74
74
<source>rollerworks_password.tip.length</source>
75
75
<target>gebruik meer tekens</target>
76
76
</trans-unit>
77
+
78
+
<!-- P0wnedPasswordValidator -->
79
+
<trans-unitid="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>
0 commit comments