Skip to content

Commit 0d3df2b

Browse files
authored
Running pospell on library/b*.po (#292)
* Running pospell on library/b*.po * Showing pospell/hunspell version while running Travis.
1 parent 02c1601 commit 0d3df2b

File tree

6 files changed

+29
-28
lines changed

6 files changed

+29
-28
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ before_install:
55
- sudo apt-get install -y hunspell hunspell-fr-comprehensive
66
install:
77
- pip install pospell
8+
- pospell --version
89
script:
9-
- pospell -p dict -l fr *.po library/a*.po library/functions.po
10+
- pospell -p dict -l fr *.po library/[a-b]*.po library/functions.po
1011
- make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7

library/base64.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-03-23 09:03+0100\n"
9-
"PO-Revision-Date: 2017-08-10 00:59+0200\n"
9+
"PO-Revision-Date: 2018-07-29 00:47+0200\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -326,7 +326,7 @@ msgstr "Module :mod:`binascii`"
326326
msgid ""
327327
"Support module containing ASCII-to-binary and binary-to-ASCII conversions."
328328
msgstr ""
329-
"Module secondaire contenant les conversions ASCII-à-binaire et binaire-à-"
329+
"Module secondaire contenant les conversions ASCII à binaire et binaire à "
330330
"ASCII."
331331

332332
#: ../Doc/library/base64.rst:288

library/binhex.po

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2017-05-27 19:40+0200\n"
9-
"PO-Revision-Date: 2017-08-10 00:59+0200\n"
9+
"PO-Revision-Date: 2018-07-29 23:42+0200\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -17,7 +17,7 @@ msgstr ""
1717

1818
#: ../Doc/library/binhex.rst:2
1919
msgid ":mod:`binhex` --- Encode and decode binhex4 files"
20-
msgstr ":mod:`binhex` --- Encode et décode les fichiers binhex4"
20+
msgstr ":mod:`binhex` --- Encode et décode les fichiers *binhex4*"
2121

2222
#: ../Doc/library/binhex.rst:7
2323
msgid "**Source code:** :source:`Lib/binhex.py`"
@@ -28,7 +28,7 @@ msgid ""
2828
"This module encodes and decodes files in binhex4 format, a format allowing "
2929
"representation of Macintosh files in ASCII. Only the data fork is handled."
3030
msgstr ""
31-
"Ce module encode et décode les fichiers au format binhex4, un format "
31+
"Ce module encode et décode les fichiers au format *binhex4*, un format "
3232
"permettant la représentation de fichier Macintosh au format ASCII. Seulement "
3333
"la fourchette de donnée est supportée."
3434

@@ -42,7 +42,7 @@ msgid ""
4242
"*output* parameter can either be a filename or a file-like object (any "
4343
"object supporting a :meth:`write` and :meth:`close` method)."
4444
msgstr ""
45-
"Converti un fichier binaire avec comme nom *input* en fichier binhex "
45+
"Convertit un fichier binaire avec comme nom *input* en fichier *binhex* "
4646
"*output*. Le paramètre *output* peut être soit un nom de fichier, soit un "
4747
"objet s’apparentant à un fichier (tout objet supportant les méthodes :meth:"
4848
"`write` et :meth:`close`)."
@@ -54,11 +54,11 @@ msgid ""
5454
"is written to a file named *output*, unless the argument is ``None`` in "
5555
"which case the output filename is read from the binhex file."
5656
msgstr ""
57-
"Décode un fichier binhex *input*. *input* peut être soit un nom de fichier, "
58-
"soit un objet s’apparentant à un fichier supportant les méthodes :meth:"
59-
"`write` et :meth:`close`. Le résultat est écrit dans un fichier nommé "
60-
"*output*, sauf si l'argument est ``None``, dans ce cas le fichier de sorti "
61-
"est lu depuis le fichier binhex."
57+
"Décode un fichier *binhex* *input*. *input* peut être soit un nom de "
58+
"fichier, soit un objet s’apparentant à un fichier supportant les méthodes :"
59+
"meth:`write` et :meth:`close`. Le résultat est écrit dans un fichier nommé "
60+
"*output*, sauf si l'argument est ``None``, dans ce cas le fichier de sortie "
61+
"est lu depuis le fichier *binhex*."
6262

6363
#: ../Doc/library/binhex.rst:31
6464
msgid "The following exception is also defined:"
@@ -71,9 +71,9 @@ msgid ""
7171
"input is not properly encoded binhex data."
7272
msgstr ""
7373
"Exception levée quand quelque chose ne peut être encodé en utilisant le "
74-
"format binhex (par exemple, un nom de fichier trop long pour rentrer dans le "
75-
"champ filename) ou quand les données d'entrée ne sont pas encodées "
76-
"correctement en binhex."
74+
"format *binhex* (par exemple, un nom de fichier trop long pour rentrer dans "
75+
"le champ *filename*) ou quand les données d'entrée ne sont pas encodées "
76+
"correctement en *binhex*."
7777

7878
#: ../Doc/library/binhex.rst:43
7979
msgid "Module :mod:`binascii`"
@@ -83,7 +83,7 @@ msgstr "Module :mod:`binascii`"
8383
msgid ""
8484
"Support module containing ASCII-to-binary and binary-to-ASCII conversions."
8585
msgstr ""
86-
"Module secondaire contenant les conversions ASCII-à-binaire et binaire-à-"
86+
"Module secondaire contenant les conversions ASCII à binaire et binaire à "
8787
"ASCII."
8888

8989
#: ../Doc/library/binhex.rst:50
@@ -103,6 +103,6 @@ msgid ""
103103
"If you code or decode textfiles on non-Macintosh platforms they will still "
104104
"use the old Macintosh newline convention (carriage-return as end of line)."
105105
msgstr ""
106-
"Si vous codez ou décodez sur des plateformes non-Macintosh, elles "
107-
"utiliseront l'ancienne convention Macintosh newline (retour-chariot comme "
108-
"fin de ligne)."
106+
"Si vous codez ou décodez sur des plateformes autres que Macintosh, elles "
107+
"utiliseront l'ancienne convention Macintosh pour les retours à la ligne "
108+
"(retour-chariot comme fin de ligne)."

library/bisect.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
9-
"PO-Revision-Date: 2018-01-21 23:58+0100\n"
9+
"PO-Revision-Date: 2018-07-29 01:03+0200\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -118,8 +118,8 @@ msgid ""
118118
msgstr ""
119119
"`SortedCollection recipe <https://code.activestate.com/recipes/577197-"
120120
"sortedcollection/>`_ utilise le module *bisect* pour construire une classe "
121-
"collection exposant des méthodes de recherches naturelles et gèrant une "
122-
"fonction clef. Les clefs sont précalculées pour économiser des appels "
121+
"collection exposant des méthodes de recherches naturelles et gérant une "
122+
"fonction clef. Les clefs sont pré-calculées pour économiser des appels "
123123
"inutiles à la fonction clef durant les recherches."
124124

125125
#: ../Doc/library/bisect.rst:70
@@ -173,5 +173,5 @@ msgid ""
173173
"Instead, it is better to search a list of precomputed keys to find the index "
174174
"of the record in question::"
175175
msgstr ""
176-
"Il est préférable d'utiliser une liste de clefs précalculée pour chercher "
176+
"Il est préférable d'utiliser une liste de clefs pré-calculée pour chercher "
177177
"l'index de l'enregistrement en question : ::"

library/builtins.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
9-
"PO-Revision-Date: 2018-07-29 00:18+0200\n"
9+
"PO-Revision-Date: 2018-07-29 00:46+0200\n"
1010
"Last-Translator: Julien Palard <juilen@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -56,5 +56,5 @@ msgstr ""
5656
"Spécificité de l'implémentation: La plupart des modules ont ``__builtins__`` "
5757
"dans leurs globales. La valeur de ``__builtins__`` est classiquement soit "
5858
"ce module, soit la valeur de l'attribut :attr:`~object.__dict__` du module. "
59-
"Puisque c'est une spécificité de cpython, ce n'est peut-être pas utilisé par "
59+
"Puisque c'est une spécificité de CPython, ce n'est peut-être pas utilisé par "
6060
"toutes les autres implémentations."

library/bz2.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
9-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9+
"PO-Revision-Date: 2018-07-29 01:07+0200\n"
10+
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
@@ -111,7 +111,7 @@ msgstr "Accepte un :term:`path-like object`."
111111

112112
#: ../Doc/library/bz2.rst:70
113113
msgid "Open a bzip2-compressed file in binary mode."
114-
msgstr "Ouvre un fichier bzip2 en mode binaire."
114+
msgstr "Ouvre un fichier *bzip2* en mode binaire."
115115

116116
#: ../Doc/library/bz2.rst:72
117117
msgid ""

0 commit comments

Comments
 (0)