translation update (#71523)

This commit is contained in:
Benjamin Dauvergne 2022-11-22 11:37:42 +01:00
parent 7fa087db54
commit eadb683b11
2 changed files with 16 additions and 21 deletions

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Authentic\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-21 17:49+0100\n"
"PO-Revision-Date: 2022-11-21 17:49+0100\n"
"POT-Creation-Date: 2022-11-22 11:36+0100\n"
"PO-Revision-Date: 2022-11-22 12:05+0100\n"
"Last-Translator: Mikaël Ates <mates@entrouvert.com>\n"
"Language-Team: None\n"
"Language: fr\n"
@ -17,6 +17,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"
#: debian/multitenant/debian_config.py src/authentic2/forms/passwords.py
#: src/authentic2/forms/registration.py src/authentic2/manager/forms.py
#: src/authentic2/manager/templates/authentic2/manager/user_create_registration_email_body.txt
#: src/authentic2/saml/models.py
#: src/authentic2/templates/authentic2/api_user_create_registration_email_body.txt
msgid "Email"
msgstr "Courriel"
#: src/authentic2/a2_rbac/admin.py src/authentic2/a2_rbac/models.py
#: src/authentic2/apps/journal/models.py src/authentic2/custom_user/models.py
#: src/authentic2/models.py src/authentic2/saml/models.py
@ -2063,14 +2071,6 @@ msgstr "Lélément {0} est invalide : {1}"
msgid "Invalid phone number."
msgstr "Numéro de téléphone invalide."
#: src/authentic2/forms/passwords.py src/authentic2/forms/registration.py
#: src/authentic2/manager/forms.py
#: src/authentic2/manager/templates/authentic2/manager/user_create_registration_email_body.txt
#: src/authentic2/saml/models.py
#: src/authentic2/templates/authentic2/api_user_create_registration_email_body.txt
msgid "Email"
msgstr "Courriel"
#: src/authentic2/forms/passwords.py
msgid "Email or username"
msgstr "Courriel ou identifiant"
@ -3404,7 +3404,6 @@ msgstr "Rôles :"
#: src/authentic2/saml/templates/admin/saml/libertyprovider/add_from_url.html
#: src/authentic2/templates/authentic2/accounts_edit.html
#: src/authentic2/templates/authentic2/login_password_registration_form.html
#: src/authentic2/templates/registration/login_password_registration_form.html
#: src/authentic2/templates/registration/password_change_form.html
#: src/authentic2/templates/registration/password_reset_confirm.html
#: src/authentic2/templates/registration/password_reset_form.html
@ -6756,12 +6755,8 @@ msgid "Delete link"
msgstr "Supprimer la liaison"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html
msgid "Link your user account to FranceConnect."
msgstr "Lier votre compte utilisateur à FranceConnect."
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html
msgid "Link with a FranceConnect account"
msgstr "Se lier avec un compte FranceConnect"
msgid "Link your user account to FranceConnect"
msgstr "Lier votre compte utilisateur à FranceConnect"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/login.html
@ -6779,7 +6774,7 @@ msgstr "Sidentifier avec FranceConnect"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/manager_user_sidebar.html
msgid "Link with FranceConnect created on"
msgstr "Liaison à un compte FranceConnect créée le"
msgstr "Liaison avec FranceConnect créée le"
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/registration_success_body.html
#: src/authentic2_auth_fc/templates/authentic2_auth_fc/registration_success_body.txt
@ -6855,7 +6850,7 @@ msgstr "Impossible de se connecter à FranceConnect."
#: src/authentic2_auth_fc/views.py
msgid "Your FranceConnect account {} has been linked."
msgstr "Votre compte FranceConnect {} a été associé."
msgstr "Votre compte {} a été associé à FranceConnect."
#: src/authentic2_auth_fc/views.py
#, python-format

View File

@ -12,12 +12,12 @@
<li class="picto utilisateur"><p class="lien">{{ user.fc_accounts.all.0 }}{% if unlink %} <a href="{% url 'fc-unlink' %}">{% trans 'Delete link'%}</a>{% endif %}</p></li>
</ul>
{% else %}
<div>{% trans "Link your user account to FranceConnect." %}</div>
<div>{% trans "Link your user account to FranceConnect" %}</div>
{% include "authentic2_auth_fc/explanation.html" %}
<div id="fc-button-wrapper">
<div id="fc-button">
<a href="{{ link_url }}" class="button linking-button connexion">
<span class="sr-only">{% trans "Link with a FranceConnect account" %}</span>
<span class="sr-only">{% trans "Link your user account to FranceConnect" %}</span>
</a>
</div>
</div>