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

@@ -6,57 +6,73 @@ msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-11 20:56+0200\n"
"POT-Creation-Date: 2023-06-05 10:42+0200\n"
"PO-Revision-Date: 2020-05-12 20:01+0000\n"
"Last-Translator: Transifex Bot <>\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/postgres/apps.py:47
msgid "PostgreSQL extensions"
msgstr "Extensions PostgreSQL"
#: venv/Lib/site-packages/django/contrib/postgres/fields/array.py:21
#: venv/Lib/site-packages/django/contrib/postgres/forms/array.py:16
#: venv/Lib/site-packages/django/contrib/postgres/forms/array.py:170
#, python-format
msgid "Item %(nth)s in the array did not validate:"
msgstr "L'élément n°%(nth)s du tableau nest pas valide :"
#: venv/Lib/site-packages/django/contrib/postgres/fields/array.py:22
msgid "Nested arrays must have the same length."
msgstr "Les tableaux imbriqués doivent être de même longueur."
#: venv/Lib/site-packages/django/contrib/postgres/fields/hstore.py:15
msgid "Map of strings to strings/nulls"
msgstr "Correspondances clé/valeur (chaînes ou valeurs nulles)"
#: venv/Lib/site-packages/django/contrib/postgres/fields/hstore.py:17
#, python-format
msgid "The value of “%(key)s” is not a string or null."
msgstr "La valeur de « %(key)s » nest pas une chaîne, ni une valeur nulle."
#: venv/Lib/site-packages/django/contrib/postgres/forms/hstore.py:16
msgid "Could not load JSON data."
msgstr "Impossible de charger les données JSON."
#: venv/Lib/site-packages/django/contrib/postgres/forms/hstore.py:17
msgid "Input must be a JSON dictionary."
msgstr "Le contenu saisi doit être un dictionnaire JSON."
#: venv/Lib/site-packages/django/contrib/postgres/forms/ranges.py:33
msgid "Enter two valid values."
msgstr "Saisissez deux valeurs valides."
#: venv/Lib/site-packages/django/contrib/postgres/forms/ranges.py:34
msgid "The start of the range must not exceed the end of the range."
msgstr "Le début de lintervalle ne peut pas dépasser la fin de l'intervalle."
#: venv/Lib/site-packages/django/contrib/postgres/forms/ranges.py:82
msgid "Enter two whole numbers."
msgstr "Saisissez deux nombres entiers."
#: venv/Lib/site-packages/django/contrib/postgres/forms/ranges.py:88
msgid "Enter two numbers."
msgstr "Saisissez deux nombres."
#: venv/Lib/site-packages/django/contrib/postgres/forms/ranges.py:94
msgid "Enter two valid date/times."
msgstr "Saisissez deux dates/heures valides."
#: venv/Lib/site-packages/django/contrib/postgres/forms/ranges.py:100
msgid "Enter two valid dates."
msgstr "Saisissez deux dates valides."
#: venv/Lib/site-packages/django/contrib/postgres/validators.py:12
#, python-format
msgid ""
"List contains %(show_value)d item, it should contain no more than "
@@ -71,6 +87,7 @@ msgstr[1] ""
"La liste contient %(show_value)d éléments, mais elle ne devrait pas en "
"contenir plus de %(limit_value)d."
#: venv/Lib/site-packages/django/contrib/postgres/validators.py:19
#, python-format
msgid ""
"List contains %(show_value)d item, it should contain no fewer than "
@@ -85,14 +102,17 @@ msgstr[1] ""
"La liste contient %(show_value)d éléments, mais elle doit en contenir au "
"moins %(limit_value)d."
#: venv/Lib/site-packages/django/contrib/postgres/validators.py:29
#, python-format
msgid "Some keys were missing: %(keys)s"
msgstr "Certaines clés sont manquantes : %(keys)s"
#: venv/Lib/site-packages/django/contrib/postgres/validators.py:30
#, python-format
msgid "Some unknown keys were provided: %(keys)s"
msgstr "Certaines clés inconnues ont été fournies : %(keys)s"
#: venv/Lib/site-packages/django/contrib/postgres/validators.py:70
#, python-format
msgid ""
"Ensure that this range is completely less than or equal to %(limit_value)s."
@@ -100,6 +120,7 @@ msgstr ""
"Assurez-vous que cet intervalle est entièrement inférieur ou égal à "
"%(limit_value)s."
#: venv/Lib/site-packages/django/contrib/postgres/validators.py:76
#, python-format
msgid ""
"Ensure that this range is completely greater than or equal to "