Skip to content

Commit d59fab9

Browse files
authored
Reviewing 3.7 fuzzy strings. (#203)
1 parent c0a46c0 commit d59fab9

21 files changed

+65
-80
lines changed

distributing/index.po

Lines changed: 2 additions & 3 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2018-06-10 15:33+0200\n"
9+
"PO-Revision-Date: 2018-07-04 11:19+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -337,10 +337,9 @@ msgstr ""
337337
"Packaging User Guide* pour plus d'informations et de recommandations."
338338

339339
#: ../Doc/distributing/index.rst:162
340-
#, fuzzy
341340
msgid ""
342341
"`Python Packaging User Guide: Binary Extensions <https://packaging.python."
343342
"org/guides/packaging-binary-extensions/>`__"
344343
msgstr ""
345344
"`Python Packaging User Guide: Binary Extensions <https://packaging.python."
346-
"org/en/latest/extensions>`__"
345+
"org/guides/packaging-binary-extensions/>`__"

distutils/index.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: 2018-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2017-12-14 08:45+0100\n"
9+
"PO-Revision-Date: 2018-07-04 11:20+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -56,7 +56,6 @@ msgstr ""
5656
"construction, déploiement et installation."
5757

5858
#: ../Doc/distutils/index.rst:22
59-
#, fuzzy
6059
msgid ""
6160
"This guide only covers the basic tools for building and distributing "
6261
"extensions that are provided as part of this version of Python. Third party "
@@ -67,5 +66,6 @@ msgstr ""
6766
"Ce guide ne couvre que les outils de base, fournis avec cette version de "
6867
"Python, pour construire et distribuer des extensions. D'autres outils "
6968
"peuvent être plus sécurisés et plus simple à utiliser. Consultez `quick "
70-
"recommendations section <https://packaging.python.org/en/latest/current/>`__ "
71-
"dans le *Python Packaging User Guide* pour plus d'informations."
69+
"recommendations section <https://packaging.python.org/guides/tool-"
70+
"recommendations/>`__ dans le *Python Packaging User Guide* pour plus "
71+
"d'informations."

extending/extending.po

Lines changed: 2 additions & 3 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2018-05-08 17:12+0200\n"
9+
"PO-Revision-Date: 2018-07-04 11:39+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -54,7 +54,6 @@ msgstr ""
5454
"chapitres suivants."
5555

5656
#: ../Doc/extending/extending.rst:25
57-
#, fuzzy
5857
msgid ""
5958
"The C extension interface is specific to CPython, and extension modules do "
6059
"not work on other Python implementations. In many cases, it is possible to "
@@ -72,7 +71,7 @@ msgstr ""
7271
"et ainsi préserver la portabilité vers d'autres implémentations. Par "
7372
"exemple, si vous devez appeler une fonction de la bibliothèque C ou faire un "
7473
"appel système, vous devriez envisager d'utiliser le module :mod:`ctypes` ou "
75-
"d'utiliser la bibliothèque `cffi <https://cffi.readthedocs.org>`_ plutôt que "
74+
"d'utiliser la bibliothèque `cffi <https://cffi.readthedocs.io>`_ plutôt que "
7675
"d'écrire du code C sur mesure. Ces modules vous permettent d'écrire du code "
7776
"Python s'interfaçant avec le code C et sont plus portables entre les "
7877
"implémentations de Python que l'écriture et la compilation d'une d'extension "

extending/index.po

Lines changed: 2 additions & 3 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2018-05-08 12:24+0200\n"
9+
"PO-Revision-Date: 2018-07-04 11:38+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -82,13 +82,12 @@ msgstr ""
8282
"pour Python."
8383

8484
#: ../Doc/extending/index.rst:40
85-
#, fuzzy
8685
msgid ""
8786
"`Python Packaging User Guide: Binary Extensions <https://packaging.python."
8887
"org/guides/packaging-binary-extensions/>`_"
8988
msgstr ""
9089
"`Guide d'utilisation de l'empaquetage Python : Extensions binaires <https://"
91-
"packaging.python.org/en/latest/extensions/>`_"
90+
"packaging.python.org/guides/packaging-binary-extensions/>`_"
9291

9392
#: ../Doc/extending/index.rst:38
9493
msgid ""

faq/general.po

Lines changed: 2 additions & 3 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2018-06-10 16:25+0200\n"
9+
"PO-Revision-Date: 2018-07-04 11:37+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -595,7 +595,6 @@ msgid "Where in the world is www.python.org located?"
595595
msgstr "Où www.python.org est-il localisé dans le monde ?"
596596

597597
#: ../Doc/faq/general.rst:271
598-
#, fuzzy
599598
msgid ""
600599
"The Python project's infrastructure is located all over the world. `www."
601600
"python.org <https://www.python.org>`_ is graciously hosted by `Rackspace "
@@ -609,7 +608,7 @@ msgstr ""
609608
"python.org <https://www.python.org>`_ est gracieusement hébergé par "
610609
"`Rackspace <https://www.rackspace.com>`_, avec un cache *CDN* fourni par "
611610
"`Fastly <https://www.fastly.com>`_. `Upfront Systems <http://www."
612-
"upfrontsystems.co.za/>`_ héberge `bugs.python.org <https://bugs.python."
611+
"upfrontsoftware.co.za/>`_ héberge `bugs.python.org <https://bugs.python."
613612
"org>`_."
614613

615614
#: ../Doc/faq/general.rst:282

library/_dummy_thread.po

Lines changed: 3 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: 2018-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2018-07-03 11:39+0200\n"
9+
"PO-Revision-Date: 2018-07-05 09:55+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -31,14 +31,13 @@ msgid ""
3131
msgstr ""
3232

3333
#: ../Doc/library/_dummy_thread.rst:15
34-
#, fuzzy
3534
msgid ""
3635
"This module provides a duplicate interface to the :mod:`_thread` module. It "
3736
"was meant to be imported when the :mod:`_thread` module was not provided on "
3837
"a platform."
3938
msgstr ""
40-
"Ce module fournit un réplicat de l'interface du module :mod:`_thread`. Son "
41-
"but est d'être importé lorsque le module :mod:`_thread` n'est pas fournit "
39+
"Ce module fournit une imitation de l'interface du module :mod:`_thread`. Son "
40+
"but était d'être importé lorsque le module :mod:`_thread` n'était pas fourni "
4241
"par la plateforme."
4342

4443
#: ../Doc/library/_dummy_thread.rst:19

library/_thread.po

Lines changed: 2 additions & 3 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2017-09-22 10:10+0200\n"
9+
"PO-Revision-Date: 2018-07-04 11:23+0200\n"
1010
"Last-Translator: \n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -34,9 +34,8 @@ msgid "This module used to be optional, it is now always available."
3434
msgstr ""
3535

3636
#: ../Doc/library/_thread.rst:29
37-
#, fuzzy
3837
msgid "This module defines the following constants and functions:"
39-
msgstr "Elle définit les constantes et fonctions suivantes :"
38+
msgstr "Ce module définit les constantes et fonctions suivantes :"
4039

4140
#: ../Doc/library/_thread.rst:33
4241
msgid "Raised on thread-specific errors."

library/argparse.po

Lines changed: 2 additions & 3 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2018-02-15 00:40+0100\n"
9+
"PO-Revision-Date: 2018-07-04 11:36+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -1609,9 +1609,8 @@ msgid ""
16091609
msgstr ""
16101610

16111611
#: ../Doc/library/argparse.rst:1995
1612-
#, fuzzy
16131612
msgid "Intermixed parsing"
1614-
msgstr "*Parsing* partiel"
1613+
msgstr "Analyse entremêlée"
16151614

16161615
#: ../Doc/library/argparse.rst:2000
16171616
msgid ""

library/asyncio-task.po

Lines changed: 2 additions & 3 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
9+
"PO-Revision-Date: 2018-07-04 11:36+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -653,9 +653,8 @@ msgid ""
653653
msgstr ""
654654

655655
#: ../Doc/library/asyncio-task.rst:570
656-
#, fuzzy
657656
msgid "Return a set of :class:`Task` objects created for the loop."
658-
msgstr "Donne l'ensemble des tâches d'une boucle d'évènements."
657+
msgstr "Donne un ensemble contenant les :class:`Task` crées pour la boucle."
659658

660659
#: ../Doc/library/asyncio-task.rst:572
661660
msgid ""

library/cmath.po

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ msgstr ""
9393
"versa."
9494

9595
#: ../Doc/library/cmath.rst:48
96-
#, fuzzy
9796
msgid ""
9897
"Return the phase of *x* (also known as the *argument* of *x*), as a float. "
9998
"``phase(x)`` is equivalent to ``math.atan2(x.imag, x.real)``. The result "
@@ -105,11 +104,11 @@ msgid ""
105104
msgstr ""
106105
"Renvoie l'argument de *x*, dans un nombre flottant. ``phase(x)`` est "
107106
"équivalent à ``math.atan2(x.imag, x.real)``. Le résultat se situe dans "
108-
"l'intervalle [-π, +π], et la coupure par cette opération se situe sur l'axe "
109-
"X négatif, continue par au-dessus. Sur les systèmes supportant les zéros "
110-
"signés (ce qui inclut la plupart des systèmes utilisés actuellement), cela "
111-
"signifie que le signe du résultat est le même que ``x.imag`` même quand ``x."
112-
"imag`` vaut zéro : ::"
107+
"l'intervalle [-\\ *π*, *π*], et la coupure par cette opération se situe sur "
108+
"l'axe X négatif, continue par au-dessus. Sur les systèmes supportant les "
109+
"zéros signés (ce qui inclut la plupart des systèmes utilisés actuellement), "
110+
"cela signifie que le signe du résultat est le même que ``x.imag`` même quand "
111+
"``x.imag`` vaut zéro : ::"
113112

114113
#: ../Doc/library/cmath.rst:65
115114
msgid ""

library/collections.abc.po

Lines changed: 2 additions & 3 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2018-02-15 00:42+0100\n"
9+
"PO-Revision-Date: 2018-07-04 11:34+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -269,9 +269,8 @@ msgid ":class:`ValuesView`"
269269
msgstr ":class:`ValuesView`"
270270

271271
#: ../Doc/library/collections.abc.rst:90
272-
#, fuzzy
273272
msgid ":class:`MappingView`, :class:`Collection`"
274-
msgstr ":class:`MappingView`, :class:`Set`"
273+
msgstr ":class:`MappingView`, :class:`Collection`"
275274

276275
#: ../Doc/library/collections.abc.rst:92 ../Doc/library/collections.abc.rst:93
277276
msgid ":class:`Awaitable`"

library/colorsys.po

Lines changed: 4 additions & 5 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2018-07-03 10:52+0200\n"
9+
"PO-Revision-Date: 2018-07-05 09:52+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -44,15 +44,14 @@ msgstr ""
4444
"toutes comprises entre 0 et 1."
4545

4646
#: ../Doc/library/colorsys.rst:23
47-
#, fuzzy
4847
msgid ""
4948
"More information about color spaces can be found at http://poynton.ca/"
5049
"ColorFAQ.html and https://www.cambridgeincolour.com/tutorials/color-spaces."
5150
"htm."
5251
msgstr ""
53-
"Consultez http://www.poynton.com/ColorFAQ.html et https://www."
54-
"cambridgeincolour.com/tutorials/color-spaces.htm pour plus d'informations "
55-
"concernant les espaces colorimétrique."
52+
"Consultez http://poynton.ca/ColorFAQ.html et https://www.cambridgeincolour."
53+
"com/tutorials/color-spaces.htm pour plus d'informations concernant les "
54+
"espaces colorimétriques."
5655

5756
#: ../Doc/library/colorsys.rst:27
5857
msgid "The :mod:`colorsys` module defines the following functions:"

library/contextlib.po

Lines changed: 2 additions & 3 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
9+
"PO-Revision-Date: 2018-07-04 11:33+0200\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -123,9 +123,8 @@ msgid ""
123123
msgstr ""
124124

125125
#: ../Doc/library/contextlib.rst:105
126-
#, fuzzy
127126
msgid "A simple example::"
128-
msgstr "Par exemple ::"
127+
msgstr "Un exemple simple ::"
129128

130129
#: ../Doc/library/contextlib.rst:126
131130
msgid ""

library/csv.po

Lines changed: 2 additions & 6 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2018-06-10 11:40+0200\n"
9+
"PO-Revision-Date: 2018-07-04 11:33+0200\n"
1010
"Last-Translator: \n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -305,16 +305,12 @@ msgstr ""
305305
"ou nommés sont passés à l'instance :class:`writer` sous-jacente."
306306

307307
#: ../Doc/library/csv.rst:205
308-
#, fuzzy
309308
msgid ""
310309
"Note that unlike the :class:`DictReader` class, the *fieldnames* parameter "
311310
"of the :class:`DictWriter` class is not optional."
312311
msgstr ""
313312
"Notez que contrairement à la classe :class:`DictReader`, le paramètre "
314-
"*fieldnames* de :class:`DictWriter` n'est pas optionnel. Puisque les "
315-
"objets :class:`dict` de Python ne sont pas ordonnés, il n'y a pas "
316-
"d'information suffisante pour déduire l'ordre dans lequel la ligne devrait "
317-
"être transcrite vers le fichier *f*."
313+
"*fieldnames* de :class:`DictWriter` n'est pas optionnel."
318314

319315
#: ../Doc/library/csv.rst:224
320316
msgid ""

library/curses.po

Lines changed: 2 additions & 3 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2017-08-10 00:59+0200\n"
9+
"PO-Revision-Date: 2018-07-04 11:32+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -1491,9 +1491,8 @@ msgid "Invisible or blank mode"
14911491
msgstr ""
14921492

14931493
#: ../Doc/library/curses.rst:1310
1494-
#, fuzzy
14951494
msgid "``A_ITALIC``"
1496-
msgstr "``A_HORIZONTAL``"
1495+
msgstr "``A_ITALIC``"
14971496

14981497
#: ../Doc/library/curses.rst:1310
14991498
msgid "Italic mode"

library/dummy_threading.po

Lines changed: 5 additions & 6 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: 2018-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2017-11-28 13:57+0100\n"
10-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9+
"PO-Revision-Date: 2018-07-05 13:08+0200\n"
10+
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
@@ -32,15 +32,14 @@ msgid ""
3232
msgstr ""
3333

3434
#: ../Doc/library/dummy_threading.rst:14
35-
#, fuzzy
3635
msgid ""
3736
"This module provides a duplicate interface to the :mod:`threading` module. "
3837
"It was meant to be imported when the :mod:`_thread` module was not provided "
3938
"on a platform."
4039
msgstr ""
41-
"Ce module fournit un duplicat de l'interface du module :mod:`threading`. Son "
42-
"but est d'être importé lorsque le module :mod:`_thread` n'est pas fournit "
43-
"par la plateforme."
40+
"Ce module fournit une imitation de l'interface du module :mod:`threading`. "
41+
"Son but était d'être importé lorsque le module :mod:`_thread` n'était pas "
42+
"fourni par la plateforme."
4443

4544
#: ../Doc/library/dummy_threading.rst:18
4645
msgid ""

library/functions.po

Lines changed: 2 additions & 3 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-06-28 15:29+0200\n"
9-
"PO-Revision-Date: 2018-06-10 23:30+0200\n"
9+
"PO-Revision-Date: 2018-07-04 11:31+0200\n"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -148,9 +148,8 @@ msgid "|func-str|_"
148148
msgstr "|func-str|_"
149149

150150
#: ../Doc/library/functions.rst:19
151-
#, fuzzy
152151
msgid ":func:`breakpoint`"
153-
msgstr ":func:`print`"
152+
msgstr ":func:`breakpoint`"
154153

155154
#: ../Doc/library/functions.rst:19
156155
msgid ":func:`exec`"

0 commit comments

Comments
 (0)