Skip to content

Commit

Permalink
#36 Incorrect password history message
Browse files Browse the repository at this point in the history
  • Loading branch information
fizista committed Dec 10, 2023
1 parent 17748db commit ed2adc9
Show file tree
Hide file tree
Showing 19 changed files with 111 additions and 81 deletions.
Binary file modified django_password_validators/locale/ar/LC_MESSAGES/django.mo
Binary file not shown.
12 changes: 7 additions & 5 deletions django_password_validators/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-16 10:08+0100\n"
"POT-Creation-Date: 2023-12-10 18:48+0100\n"
"PO-Revision-Date: 2021-04-07 09:11+0000\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -209,11 +209,13 @@ msgstr "شفرة كلمة المرور"
msgid "Date"
msgstr "التاريخ"

#: password_history/password_validation.py:81
msgid "You can not use a password that is already used in this application."
#: password_history/password_validation.py:82
msgid ""
"You can not use a password that was already used in this application in the "
"past."
msgstr "لا يمكنك استخدام كلمة مرور قد تم استخدامها بالفعل مسبقا"

#: password_history/password_validation.py:122
#: password_history/password_validation.py:117
#, python-format
msgid ""
"Your new password can not be identical to any of the %(old_pass)d previously "
Expand All @@ -234,7 +236,7 @@ msgstr[4] ""
msgstr[5] ""
"لا يمكن أن تكون كلمة المرور الجديدة مطابقة لأية %(old_pass)d كلمة مرور سابقة."

#: password_history/password_validation.py:128
#: password_history/password_validation.py:123
msgid ""
"Your new password can not be identical to any of the previously entered."
msgstr "لايمكن أن تكون كلمة المرور الجديدة مطابقة لأية كلمة مرور سابقة."
Binary file modified django_password_validators/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
12 changes: 7 additions & 5 deletions django_password_validators/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-16 10:08+0100\n"
"POT-Creation-Date: 2023-12-10 18:48+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Christian Schweinhardt <are.u.kidding@me.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -132,13 +132,15 @@ msgstr "Passwort-Hash"
msgid "Date"
msgstr "Datum"

#: password_history/password_validation.py:81
msgid "You can not use a password that is already used in this application."
#: password_history/password_validation.py:82
msgid ""
"You can not use a password that was already used in this application in the "
"past."
msgstr ""
"Sie können kein Passwort verwenden, das bereits in dieser Anwendung "
"verwendet wird."

#: password_history/password_validation.py:122
#: password_history/password_validation.py:117
#, python-format
msgid ""
"Your new password can not be identical to any of the %(old_pass)d previously "
Expand All @@ -153,7 +155,7 @@ msgstr[1] ""
"Ihr neues Passwort darf mit keinem der %(old_pass)d zuvor eingegebenen "
"Passwörter identisch sein."

#: password_history/password_validation.py:128
#: password_history/password_validation.py:123
msgid ""
"Your new password can not be identical to any of the previously entered."
msgstr ""
Expand Down
Binary file modified django_password_validators/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
19 changes: 10 additions & 9 deletions django_password_validators/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-16 10:08+0100\n"
"POT-Creation-Date: 2023-12-10 18:48+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -124,25 +124,26 @@ msgstr ""
msgid "Date"
msgstr ""

#: password_history/password_validation.py:81
msgid "You can not use a password that is already used in this application."
#: password_history/password_validation.py:82
msgid ""
"You can not use a password that was already used in this application in the "
"past."
msgstr ""

#: password_history/password_validation.py:122
#: password_history/password_validation.py:117
#, python-format
msgid ""
"Your new password can not be identical to any of the %(old_pass)d previously "
"entered passwords."
msgid_plural ""
"Your new password can not be identical to any of the %(old_pass)d previously "
"entered passwords."
msgstr[0] ""
"Your password can't be the same as the last password you used."
msgstr[0] "Your password can't be the same as the last password you used."
msgstr[1] ""
"Your password can't be identical to any of the %(old_pass)d previously "
"used passwords."
"Your password can't be identical to any of the %(old_pass)d previously used "
"passwords."

#: password_history/password_validation.py:128
#: password_history/password_validation.py:123
msgid ""
"Your new password can not be identical to any of the previously entered."
msgstr ""
Binary file modified django_password_validators/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
24 changes: 15 additions & 9 deletions django_password_validators/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-16 10:08+0100\n"
"POT-Creation-Date: 2023-12-10 18:48+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Yamil Jaskolowski <yamilj@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -54,7 +54,8 @@ msgid "This password must contain at least %(min_length)d special character."
msgid_plural ""
"This password must contain at least %(min_length)d special characters."
msgstr[0] "La contraseña debe tener al menos %(min_length)d caracter especial."
msgstr[1] "La contraseña debe tener al menos %(min_length)d caracteres especiales."
msgstr[1] ""
"La contraseña debe tener al menos %(min_length)d caracteres especiales."

#: password_character_requirements/password_validation.py:86
#, python-format
Expand Down Expand Up @@ -90,8 +91,10 @@ msgid ""
"%(min_length_special)s special character, such as %(special_characters)s"
msgid_plural ""
"%(min_length_special)s special characters, such as %(special_characters)s"
msgstr[0] "%(min_length_special)s caracter especial, como %(special_characters)s"
msgstr[1] "%(min_length_special)s caracteres especiales, como %(special_characters)s"
msgstr[0] ""
"%(min_length_special)s caracter especial, como %(special_characters)s"
msgstr[1] ""
"%(min_length_special)s caracteres especiales, como %(special_characters)s"

#: password_character_requirements/password_validation.py:123
msgid "This password must contain at least"
Expand Down Expand Up @@ -125,11 +128,13 @@ msgstr "Hash de contraseña"
msgid "Date"
msgstr "Fecha"

#: password_history/password_validation.py:81
msgid "You can not use a password that is already used in this application."
#: password_history/password_validation.py:82
msgid ""
"You can not use a password that was already used in this application in the "
"past."
msgstr "No puedes usar una contraseña que fue utilizada en esta aplicación."

#: password_history/password_validation.py:122
#: password_history/password_validation.py:117
#, fuzzy, python-format
#| msgid ""
#| "Your new password can not be identical to any of the previously entered."
Expand All @@ -145,7 +150,8 @@ msgstr[1] ""
"Su nueva contraseña no puede ser idéntica a ninguna de las %(old_pass)d "
"contraseñas ingresadas anteriormente."

#: password_history/password_validation.py:128
#: password_history/password_validation.py:123
msgid ""
"Your new password can not be identical to any of the previously entered."
msgstr "La nueva contraseña no puede ser identica a alguna utilizada anteriormente."
msgstr ""
"La nueva contraseña no puede ser identica a alguna utilizada anteriormente."
Binary file modified django_password_validators/locale/fi/LC_MESSAGES/django.mo
Binary file not shown.
12 changes: 7 additions & 5 deletions django_password_validators/locale/fi/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-16 10:08+0100\n"
"POT-Creation-Date: 2023-12-10 18:48+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Ville Skyttä <ville.skytta@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -130,11 +130,13 @@ msgstr "Salasanan tiiviste"
msgid "Date"
msgstr "Päiväys"

#: password_history/password_validation.py:81
msgid "You can not use a password that is already used in this application."
#: password_history/password_validation.py:82
msgid ""
"You can not use a password that was already used in this application in the "
"past."
msgstr "Et voi käyttää aiemmin käyttämääsi salasanaa tässä sovelluksessa."

#: password_history/password_validation.py:122
#: password_history/password_validation.py:117
#, fuzzy, python-format
#| msgid ""
#| "Your new password can not be identical to any of the previously entered."
Expand All @@ -149,7 +151,7 @@ msgstr[1] ""
"Uusi salasanasi ei voi olla identtinen minkään %(old_pass)d aiemmin syötetyn "
"salasanan kanssa."

#: password_history/password_validation.py:128
#: password_history/password_validation.py:123
msgid ""
"Your new password can not be identical to any of the previously entered."
msgstr "Uusi salasanasi ei voi olla sama kuin mikään aiemmin käyttämäsi."
Binary file modified django_password_validators/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
12 changes: 7 additions & 5 deletions django_password_validators/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-16 10:08+0100\n"
"POT-Creation-Date: 2023-12-10 18:48+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Aurélien WERNER <werner.aurelien@kscloud.eu>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -128,12 +128,14 @@ msgstr "Hash de mot de passe"
msgid "Date"
msgstr "Date"

#: password_history/password_validation.py:81
msgid "You can not use a password that is already used in this application."
#: password_history/password_validation.py:82
msgid ""
"You can not use a password that was already used in this application in the "
"past."
msgstr ""
"Vous ne pouvez pas utiliser un mot de passe déjà utilisé par l'application."

#: password_history/password_validation.py:122
#: password_history/password_validation.py:117
#, fuzzy, python-format
#| msgid ""
#| "Your new password can not be identical to any of the previously entered."
Expand All @@ -150,7 +152,7 @@ msgstr[1] ""
"Votre nouveau mot de passe ne peut être identique à aucun des %(old_pass)d "
"saisis précédemment."

#: password_history/password_validation.py:128
#: password_history/password_validation.py:123
msgid ""
"Your new password can not be identical to any of the previously entered."
msgstr "Votre nouveau mot de passe ne peut pas être identique au précédent."
Binary file modified django_password_validators/locale/it/LC_MESSAGES/django.mo
Binary file not shown.
39 changes: 25 additions & 14 deletions django_password_validators/locale/it/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-16 10:08+0100\n"
"POT-Creation-Date: 2023-12-10 18:48+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -36,16 +36,20 @@ msgstr[1] "La tua password deve contenere almeno %(min_length)d lettere"
msgid "This password must contain at least %(min_length)d upper case letter."
msgid_plural ""
"This password must contain at least %(min_length)d upper case letters."
msgstr[0] "La tua password deve contenere almeno %(min_length)d lettera maiuscola"
msgstr[1] "La tua password deve contenere almeno %(min_length)d lettere maiuscole"
msgstr[0] ""
"La tua password deve contenere almeno %(min_length)d lettera maiuscola"
msgstr[1] ""
"La tua password deve contenere almeno %(min_length)d lettere maiuscole"

#: password_character_requirements/password_validation.py:61
#, python-format
msgid "This password must contain at least %(min_length)d lower case letter."
msgid_plural ""
"This password must contain at least %(min_length)d lower case letters."
msgstr[0] "La tua password deve contenere almeno %(min_length)d lettera minuscola"
msgstr[1] "La tua password deve contenere almeno %(min_length)d lettere minuscole"
msgstr[0] ""
"La tua password deve contenere almeno %(min_length)d lettera minuscola"
msgstr[1] ""
"La tua password deve contenere almeno %(min_length)d lettere minuscole"

#: password_character_requirements/password_validation.py:71
#, python-format
Expand Down Expand Up @@ -124,23 +128,30 @@ msgstr ""
msgid "Date"
msgstr "Data"

#: password_history/password_validation.py:81
msgid "You can not use a password that is already used in this application."
msgstr "Non puoi riutilizzare una password usata precedentemente in questa applicazione."
#: password_history/password_validation.py:82
msgid ""
"You can not use a password that was already used in this application in the "
"past."
msgstr ""
"Non puoi riutilizzare una password usata precedentemente in questa "
"applicazione."

#: password_history/password_validation.py:122
#: password_history/password_validation.py:117
#, python-format
msgid ""
"Your new password can not be identical to any of the %(old_pass)d previously "
"entered passwords."
msgid_plural ""
"Your new password can not be identical to any of the %(old_pass)d previously "
"entered passwords."
msgstr[0] ""
"La tua nuova password non può essere uguale alla password attuale."
msgstr[1] "La tua nuova password non può essere uguale a nessuna delle ultime %(old_pass)d password usate."
msgstr[0] "La tua nuova password non può essere uguale alla password attuale."
msgstr[1] ""
"La tua nuova password non può essere uguale a nessuna delle ultime "
"%(old_pass)d password usate."

#: password_history/password_validation.py:128
#: password_history/password_validation.py:123
msgid ""
"Your new password can not be identical to any of the previously entered."
msgstr "La tua nuova password non può essere identica a nessuna delle password usate in precedenza."
msgstr ""
"La tua nuova password non può essere identica a nessuna delle password usate "
"in precedenza."
Binary file modified django_password_validators/locale/pl/LC_MESSAGES/django.mo
Binary file not shown.
12 changes: 7 additions & 5 deletions django_password_validators/locale/pl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-16 10:08+0100\n"
"POT-Creation-Date: 2023-12-10 18:48+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -146,11 +146,13 @@ msgstr "Hasz hasła"
msgid "Date"
msgstr "Data"

#: password_history/password_validation.py:81
msgid "You can not use a password that is already used in this application."
#: password_history/password_validation.py:82
msgid ""
"You can not use a password that was already used in this application in the "
"past."
msgstr "Nie możesz użyć hasła, które już kiedyś używałeś w tej aplikacji."

#: password_history/password_validation.py:122
#: password_history/password_validation.py:117
#, python-format
msgid ""
"Your new password can not be identical to any of the %(old_pass)d previously "
Expand All @@ -167,7 +169,7 @@ msgstr[2] ""
"Twoje nowe hasło nie może być identyczne jak któreś z %(old_pass)d "
"poprzednio wprowadzonych haseł."

#: password_history/password_validation.py:128
#: password_history/password_validation.py:123
msgid ""
"Your new password can not be identical to any of the previously entered."
msgstr ""
Expand Down
Binary file modified django_password_validators/locale/zh_Hans/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit ed2adc9

Please sign in to comment.