library/csv.po: 1 fuzzy

une correction upstream d'un terme trop précis (whitespace -> space) déjà retiré en français
This commit is contained in:
Mathieu Dupuy 2023-03-27 00:24:54 +02:00
parent 56671d24d3
commit d64569281a
Signed by: deronnax
GPG Key ID: 08C1D4F32506B23A
1 changed files with 5 additions and 7 deletions

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
"PO-Revision-Date: 2023-02-17 10:21+0200\n"
"Last-Translator: Mouna Sebti <mounasb@proton.me>\n"
"PO-Revision-Date: 2023-03-27 00:24+0200\n"
"Last-Translator: Mathieu Dupuy\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"
"X-Generator: Poedit 3.0.1\n"
"X-Generator: Poedit 3.2.2\n"
#: library/csv.rst:2
msgid ":mod:`csv` --- CSV File Reading and Writing"
@ -618,7 +618,6 @@ msgstr ""
"const:`QUOTE_MINIMAL`."
#: library/csv.rst:419
#, fuzzy
msgid ""
"When :const:`True`, spaces immediately following the *delimiter* are "
"ignored. The default is :const:`False`."
@ -795,9 +794,8 @@ msgid ""
msgstr ""
"Puisque :func:`open` est utilisée pour ouvrir un fichier CSV en lecture, le "
"fichier sera par défaut décodé vers Unicode en utilisant l'encodage par "
"défaut (voir :func:`locale.getencoding`). Pour décoder un fichier "
"utilisant un encodage différent, utilisez l'argument ``encoding`` de "
"*open* ::"
"défaut (voir :func:`locale.getencoding`). Pour décoder un fichier utilisant "
"un encodage différent, utilisez l'argument ``encoding`` de *open* ::"
#: library/csv.rst:554
msgid ""