maj traduction

This commit is contained in:
Cloud User
2023-06-05 10:43:05 +02:00
parent 45a1d4ec2e
commit 6906b92cc0
32 changed files with 1480 additions and 880 deletions

View File

@@ -9,31 +9,37 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-08 17:27+0200\n"
"POT-Creation-Date: 2023-06-05 10:42+0200\n"
"PO-Revision-Date: 2019-09-18 16:02+0000\n"
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
"Language-Team: French (http://www.transifex.com/django/django/language/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: venv/Lib/site-packages/django/contrib/flatpages/admin.py:12
msgid "Advanced options"
msgstr "Options avancées"
#: venv/Lib/site-packages/django/contrib/flatpages/apps.py:8
msgid "Flat Pages"
msgstr "Pages statiques"
#: venv/Lib/site-packages/django/contrib/flatpages/forms.py:10
#: venv/Lib/site-packages/django/contrib/flatpages/models.py:9
msgid "URL"
msgstr "URL"
#: venv/Lib/site-packages/django/contrib/flatpages/forms.py:13
msgid ""
"Example: “/about/contact/”. Make sure to have leading and trailing slashes."
msgstr ""
"Par exemple, « /a_propos/contact/ ». Vérifiez la présence du caractère « / » "
"en début et en fin de chaîne."
#: venv/Lib/site-packages/django/contrib/flatpages/forms.py:16
msgid ""
"This value must contain only letters, numbers, dots, underscores, dashes, "
"slashes or tildes."
@@ -41,33 +47,42 @@ msgstr ""
"Cette valeur ne peut contenir que des lettres, des chiffres, des points, des "
"soulignés, des tirets, des barres obliques ou des tildes."
#: venv/Lib/site-packages/django/contrib/flatpages/forms.py:30
msgid "Example: “/about/contact”. Make sure to have a leading slash."
msgstr ""
"Par exemple, « /a_propos/contact ». Vérifiez la présence du caractère « / » "
"en début de chaîne."
#: venv/Lib/site-packages/django/contrib/flatpages/forms.py:43
msgid "URL is missing a leading slash."
msgstr "Le caractère « / » n'est pas présent en début de chaîne."
#: venv/Lib/site-packages/django/contrib/flatpages/forms.py:48
msgid "URL is missing a trailing slash."
msgstr "Le caractère « / » n'est pas présent en fin de chaîne."
#: venv/Lib/site-packages/django/contrib/flatpages/forms.py:65
#, python-format
msgid "Flatpage with url %(url)s already exists for site %(site)s"
msgstr "La page statique à lURL %(url)s existe déjà pour le site %(site)s"
#: venv/Lib/site-packages/django/contrib/flatpages/models.py:10
msgid "title"
msgstr "titre"
#: venv/Lib/site-packages/django/contrib/flatpages/models.py:11
msgid "content"
msgstr "contenu"
#: venv/Lib/site-packages/django/contrib/flatpages/models.py:12
msgid "enable comments"
msgstr "autoriser les commentaires"
#: venv/Lib/site-packages/django/contrib/flatpages/models.py:14
msgid "template name"
msgstr "nom du gabarit"
#: venv/Lib/site-packages/django/contrib/flatpages/models.py:18
msgid ""
"Example: “flatpages/contact_page.html”. If this isnt provided, the system "
"will use “flatpages/default.html”."
@@ -75,19 +90,24 @@ msgstr ""
"Par exemple, « flatpages/contact_page.html ». Sans définition, le système "
"utilisera « flatpages/default.html »."
#: venv/Lib/site-packages/django/contrib/flatpages/models.py:23
msgid "registration required"
msgstr "enregistrement requis"
#: venv/Lib/site-packages/django/contrib/flatpages/models.py:24
msgid "If this is checked, only logged-in users will be able to view the page."
msgstr ""
"Si coché, seuls les utilisateurs connectés auront la possibilité de voir "
"cette page."
#: venv/Lib/site-packages/django/contrib/flatpages/models.py:27
msgid "sites"
msgstr "sites"
#: venv/Lib/site-packages/django/contrib/flatpages/models.py:31
msgid "flat page"
msgstr "page statique"
#: venv/Lib/site-packages/django/contrib/flatpages/models.py:32
msgid "flat pages"
msgstr "pages statiques"