8000 Traduction de library/json.po by JulienPalard · Pull Request #1674 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Traduction de library/json.po #1674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Aug 5, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correction powrap
  • Loading branch information
caliendojulien committed Apr 18, 2021
commit de6a36023ab2475e1f599be72d7b876becdeab4c
8 changes: 4 additions & 4 deletions library/json.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-19 16:59+0100\n"
"PO-Revision-Date: 2021-04-19 00:40+0200\n"
"PO-Revision-Date: 2021-04-19 00:54+0200\n"
"Last-Translator: Caliendo Julien <caliendo@hotmail.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
Expand Down Expand Up @@ -539,8 +539,8 @@ msgid ""
"support `JSON-RPC <http://www.jsonrpc.org>`_ class hinting)."
msgstr ""
"Si *object_hook* est spécifiée, elle sera appelée avec le résultat de chaque "
"objet JSON décodé et sa valeur de retour sera utilisé en lieu et place du :"
"class:`dict`fournie. Cette fonctionnalité peut être utilisée pour implémenter "
"objet JSON décodé et sa valeur de retour est utilisée à la place du :"
"class`dict`fourni. Cette fonctionnalité peut être utilisée pour implémenter "
"des décodeurs personnalisés (p. ex pour assurer le support des indices de "
"classe de `JSON-RPC <http://www.jsonrpc.org>`."

Expand Down Expand Up @@ -659,7 +659,7 @@ msgid ""
msgstr ""
"Si *skipkeys* vaut ``False`` (valeur par défaut), une :exc:`TypeError` est "
"levée si la clé encodée n'est pas de type :class:`str`, :class:`int`, :class:"
"`float` or ``None``. Si *skipkeys* vaut ``True``, ces éléments sont "
"`float` or ``None``. Si ùskipkeys* vaut ``True``, ces éléments sont "
"simplement ignorés."

#: library/json.rst:433
Expand Down
0