Merge pull request #1134 from laulaz/master

Add French translations
This commit is contained in:
Aleksi Häkli 2023-11-22 21:02:01 +02:00 committed by GitHub
commit 033ea906ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 109 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,109 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-06 05:21-0600\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: admin.py:27
msgid "Form Data"
msgstr "Données de formulaire"
#: admin.py:28 admin.py:65 admin.py:100
msgid "Meta Data"
msgstr "Métadonnées"
#: conf.py:108
msgid "Account locked: too many login attempts. Please try again later."
msgstr ""
"Compte verrouillé: trop de tentatives de connexion. Veuillez réessayer plus "
"tard."
#: conf.py:116
msgid ""
"Account locked: too many login attempts. Contact an admin to unlock your "
"account."
msgstr ""
"Compte verrouillé: trop de tentatives de connexion. Contactez un "
"administrateur pour déverrouiller votre compte."
#: models.py:6
msgid "User Agent"
msgstr "User Agent"
#: models.py:8
msgid "IP Address"
msgstr "Adresse IP"
#: models.py:10
msgid "Username"
msgstr "Nom d'utilisateur"
#: models.py:12
msgid "HTTP Accept"
msgstr "HTTP Accept"
#: models.py:14
msgid "Path"
msgstr "Chemin"
#: models.py:16
msgid "Attempt Time"
msgstr "Date de la tentative"
#: models.py:26
msgid "Access lock out"
msgstr "Verrouillage de l'accès"
#: models.py:34
msgid "access failure"
msgstr "échec de connexion"
#: models.py:35
msgid "access failures"
msgstr "échecs de connexion"
#: models.py:39
msgid "GET Data"
msgstr "Données GET"
#: models.py:41
msgid "POST Data"
msgstr "Données POST"
#: models.py:43
msgid "Failed Logins"
msgstr "Nombre d'échecs"
#: models.py:49
msgid "access attempt"
msgstr "tentative de connexion"
#: models.py:50
msgid "access attempts"
msgstr "tentatives de connexion"
#: models.py:55
msgid "Logout Time"
msgstr "Date de la déconnexion"
#: models.py:61
msgid "access log"
msgstr "connexion"
#: models.py:62
msgid "access logs"
msgstr "connexions"