1
0
Fork 0
python-docs-fr/library/persistence.po

40 lines
1.6 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright (C) 2001-2018, Python Software Foundation
# For licence information, see README file.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
"PO-Revision-Date: 2018-09-28 18:33+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: library/persistence.rst:5
msgid "Data Persistence"
msgstr "Persistance des données"
#: library/persistence.rst:7
msgid ""
"The modules described in this chapter support storing Python data in a "
"persistent form on disk. The :mod:`pickle` and :mod:`marshal` modules can "
"turn many Python data types into a stream of bytes and then recreate the "
"objects from the bytes. The various DBM-related modules support a family of "
"hash-based file formats that store a mapping of strings to other strings."
msgstr ""
"Les modules décrits dans ce chapitre permettent de stocker des données "
"Python de manière persistante typiquement sur disque. Les modules :mod:"
"`pickle` et :mod:`marshal` peuvent transformer n'importe quel type Python en "
"une séquence d'octets, puis recréer les objets depuis ces octets. Les "
"différents modules du paquet *dbm* gèrent une catégorie de formats de "
"fichier basée sur des hach, stockant des correspondances entre chaînes de "
"caractères."
#: library/persistence.rst:13
msgid "The list of modules described in this chapter is:"
msgstr "La liste des modules documentés dans ce chapitre est :"