django-mfa3

multi factor authentication for django
git clone https://git.ce9e.org/django-mfa3.git

commit
b338a7f6ac6393518d907bb8b63c8afd8c79eabc
parent
5f5f4601310215080c153b9fa582e72f0a4df73e
Author
Hervé Le Roy <hleroy@hleroy.com>
Date
2023-03-19 17:55
added french translation

Diffstat

A mfa/locale/fr/LC_MESSAGES/django.mo 0
A mfa/locale/fr/LC_MESSAGES/django.po 26 ++++++++++++++++++++++++++

2 files changed, 26 insertions, 0 deletions


diff --git a/mfa/locale/fr/LC_MESSAGES/django.mo b/mfa/locale/fr/LC_MESSAGES/django.mo

Binary files differ.

diff --git a/mfa/locale/fr/LC_MESSAGES/django.po b/mfa/locale/fr/LC_MESSAGES/django.po

@@ -0,0 +1,26 @@
   -1     1 msgid ""
   -1     2 msgstr ""
   -1     3 "Report-Msgid-Bugs-To: \n"
   -1     4 "POT-Creation-Date: 2023-03-19 18:47+0100\n"
   -1     5 "MIME-Version: 1.0\n"
   -1     6 "Content-Type: text/plain; charset=UTF-8\n"
   -1     7 "Content-Transfer-Encoding: 8bit\n"
   -1     8 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
   -1     9 
   -1    10 msgid "Authentication code"
   -1    11 msgstr "Code d'authentification"
   -1    12 
   -1    13 msgid "Validation failed"
   -1    14 msgstr "Echec de la validation"
   -1    15 
   -1    16 msgid "Name"
   -1    17 msgstr "Nom"
   -1    18 
   -1    19 #, python-format
   -1    20 msgid ""
   -1    21 "Attempted login to %(site_name)s using a wrong two-factor authentication code"
   -1    22 msgstr ""
   -1    23 "Tentative de connexion à %(site_name)s avec un code double-facteur incorrect"
   -1    24 
   -1    25 msgid "Key was created successfully!"
   -1    26 msgstr "La clé a bien été créé !"