forked from Github-Mirrors/canaille
updates pybabel translation
This commit is contained in:
parent
a7a93a7d1c
commit
d10497d3d2
1 changed files with 11 additions and 10 deletions
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2024-11-12 16:52+0100\n"
|
"POT-Creation-Date: 2024-11-15 12:33+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -41,31 +41,31 @@ msgstr ""
|
||||||
msgid "Field cannot be longer than {maximum_password_length} characters."
|
msgid "Field cannot be longer than {maximum_password_length} characters."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: canaille/app/forms.py:109
|
#: canaille/app/forms.py:111
|
||||||
msgid "This password is compromised."
|
msgid "This password appears on public compromission databases and is not secure."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: canaille/app/forms.py:269
|
#: canaille/app/forms.py:276
|
||||||
msgid "The page number is not valid"
|
msgid "The page number is not valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: canaille/app/forms.py:297
|
#: canaille/app/forms.py:304
|
||||||
msgid "Not a valid datetime value."
|
msgid "Not a valid datetime value."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: canaille/app/mails_sending_conditions.py:15
|
#: canaille/app/mails_sending_conditions.py:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Password compromise investigation failed. Please contact the "
|
"Password compromise investigation failed. Please contact the "
|
||||||
"administrators."
|
"administrators."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: canaille/app/mails_sending_conditions.py:64
|
#: canaille/app/mails_sending_conditions.py:35
|
||||||
msgid ""
|
msgid ""
|
||||||
"We have informed your administrator about the failure of the password "
|
"We have informed your administrator about the failure of the password "
|
||||||
"compromise investigation."
|
"compromise investigation."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: canaille/app/mails_sending_conditions.py:71
|
#: canaille/app/mails_sending_conditions.py:42
|
||||||
msgid ""
|
msgid ""
|
||||||
"An error occurred while communicating the incident to the administrators."
|
"An error occurred while communicating the incident to the administrators."
|
||||||
" Please update your password as soon as possible. If this still happens, "
|
" Please update your password as soon as possible. If this still happens, "
|
||||||
|
@ -131,8 +131,8 @@ msgstr ""
|
||||||
msgid "Continue your registration on {website_name}"
|
msgid "Continue your registration on {website_name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: canaille/core/mails.py:221
|
#: canaille/core/endpoints/admin.py:309 canaille/core/mails.py:221
|
||||||
msgid "compromised password check failure on {website_name}"
|
msgid "Compromised password check failure on {website_name}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: canaille/core/endpoints/account.py:92 canaille/core/endpoints/account.py:118
|
#: canaille/core/endpoints/account.py:92 canaille/core/endpoints/account.py:118
|
||||||
|
@ -1166,6 +1166,7 @@ msgstr ""
|
||||||
msgid "Registration"
|
msgid "Registration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: canaille/core/templates/mails/admin.html:146
|
||||||
#: canaille/core/templates/mails/compromised_password_check_failure.html:19
|
#: canaille/core/templates/mails/compromised_password_check_failure.html:19
|
||||||
#: canaille/core/templates/mails/compromised_password_check_failure.txt:1
|
#: canaille/core/templates/mails/compromised_password_check_failure.txt:1
|
||||||
msgid "Compromised password check failure"
|
msgid "Compromised password check failure"
|
||||||
|
|
Loading…
Reference in a new issue