parent cea3ce4d14
commit 51c6b25514
25 changed files with 9398 additions and 11025 deletions
| | @ -5,7 +5,7 @@ msgid "" | |||
msgstr "" | ||||
"Project-Id-Version: Python 3\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2020-12-17 16:05+0100\n" | ||||
"POT-Creation-Date: 2021-02-24 17:33+0100\n" | ||||
"PO-Revision-Date: 2020-12-17 21:41+0100\n" | ||||
"Last-Translator: Mathieu Dupuy <deronnax@gmail.com>\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
| | @ -394,7 +394,7 @@ msgid "" | |||
"In general, a descriptor is an attribute value that has one of the methods " | ||||
"in the descriptor protocol. Those methods are :meth:`__get__`, :meth:" | ||||
"`__set__`, and :meth:`__delete__`. If any of those methods are defined for " | ||||
"an the attribute, it is said to be a :term:`descriptor`." | ||||
"an attribute, it is said to be a :term:`descriptor`." | ||||
msgstr "" | ||||
"En général, un descripteur est un attribut objet avec un \"comportement " | ||||
"contraignant\", dont l'accès à l'attribut a été remplacé par des méthodes " | ||||
| | | |||
| | @ -5,7 +5,7 @@ msgid "" | |||
msgstr "" | ||||
"Project-Id-Version: Python 3\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2020-08-24 09:01+0200\n" | ||||
"POT-Creation-Date: 2021-02-24 17:33+0100\n" | ||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
| | @ -128,7 +128,7 @@ msgstr "" | |||
msgid "" | ||||
"In the case of HTTP, there are two extra things that Request objects allow " | ||||
"you to do: First, you can pass data to be sent to the server. Second, you " | ||||
"can pass extra information (\"metadata\") *about* the data or the about " | ||||
"can pass extra information (\"metadata\") *about* the data or about the " | ||||
"request itself, to the server - this information is sent as HTTP \"headers" | ||||
"\". Let's look at each of these in turn." | ||||
msgstr "" | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue