8000 Fuzzies dans faq/ et distributing/ (#1729) · python/python-docs-fr@c7e1088 · GitHub
[go: up one dir, main page]

Skip to content

Commit c7e1088

Browse files
authored
Fuzzies dans faq/ et distributing/ (#1729)
1 parent 9b64cb5 commit c7e1088

File tree

7 files changed

+51
-48
lines changed

7 files changed

+51
-48
lines changed

distributing/index.po

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-09-23 16:16+0200\n"
9-
"PO-Revision-Date: 2020-02-04 09:33+0100\n"
10-
"Last-Translator: Julien Palard <julien@palard.fr>\n"
9+
"PO-Revision-Date: 2021-10-17 19:02+0200\n"
10+
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.2.4\n"
16+
"X-Generator: Poedit 3.0\n"
1717

1818
#: distributing/index.rst:5
1919
msgid "Distributing Python Modules"
@@ -226,14 +226,13 @@ msgstr ""
226226
"invite de commande ::"
227227

228228
#: distributing/index.rst:104
229-
#, fuzzy
230229
msgid ""
231230
"For POSIX users (including macOS and Linux users), these instructions assume "
232231
"the use of a :term:`virtual environment`."
233232
msgstr ""
234-
"Pour les utilisateurs d'environnements POSIX (incluant Mac OS X et les "
235-
"utilisateurs de Linux), ces instructions supposent l'utilisation d'un :term:"
236-
"`environnement virtuel`."
233+
"Pour les utilisateurs d'environnements POSIX (dont macOS et Linux), ces "
234+
"instructions supposent l'utilisation d'un :term:`environnement virtuel "
235+
"<virtual environment>`."
237236

238237
#: distributing/index.rst:107
239238
msgid ""
@@ -266,23 +265,23 @@ msgstr ""
266265

267266
#: distributing/index.rst:128
268267
msgid "`Project structure`_"
269-
msgstr "`(en) Structure d'un projet <Project structure_>`_"
268+
msgstr "`(en) Structure d'un projet <Project structure_>`_ ;"
270269

271270
#: distributing/index.rst:129
272271
msgid "`Building and packaging the project`_"
273272
msgstr ""
274273
"`(en) Construire et empaqueter le projet <Building and packaging the "
275-
"project_>`_"
274+
"project_>`_ ;"
276275

277276
#: distributing/index.rst:130
278277
msgid "`Uploading the project to the Python Packaging Index`_"
279278
msgstr ""
280279
"`(en) Téléverser le projet sur le Python Packaging Index <Uploading the "
281-
"project to the Python Packaging Index_>`_"
280+
"project to the Python Packaging Index_>`_ ;"
282281

283282
#: distributing/index.rst:131
284283
msgid "`The .pypirc file`_"
285-
msgstr ""
284+
msgstr "`(en) Le fichier .pypirc <The .pypirc file_>`_."
286285

287286
#: distributing/index.rst:144
288287
msgid "How do I...?"

faq/design.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-09-23 16:16+0200\n"
9-
"PO-Revision-Date: 2021-09-04 02:52+0200\n"
9+
"PO-Revision-Date: 2021-10-17 18:30+0200\n"
1010
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.4.1\n"
16+
"X-Generator: Poedit 3.0\n"
1717

1818
#: faq/design.rst:3
1919
msgid "Design and History FAQ"
@@ -505,6 +505,10 @@ msgid ""
505505
"else``. For literal values, or constants within a namespace, you can also "
506506
"use a ``match ... case`` statement."
507507
msgstr ""
508+
"Il est facile de réaliser cette structure avec une suite ``if... elif... "
509+
"elif... else``. Pour comparer à des littéraux, ou à des constantes qui sont "
510+
"encapsulées dans un espace de nommage, on peut aussi utiliser l'instruction "
511+
"``match ... case``."
508512

509513
#: faq/design.rst:265
510514
msgid ""

faq/extending.po

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-09-23 16:16+0200\n"
9-
"PO-Revision-Date: 2020-03-03 19:27+0100\n"
10-
"Last-Translator: ZepmanBC <zepman@gmail.com>\n"
9+
"PO-Revision-Date: 2021-10-17 18:37+0200\n"
10+
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.3\n"
16+
"X-Generator: Poedit 3.0\n"
1717

1818
#: faq/extending.rst:3
1919
msgid "Extending/Embedding FAQ"
@@ -458,7 +458,6 @@ msgstr ""
458458
"myreadline.c`` pour plus de conseils."
459459

460460
#: faq/extending.rst:276
461-
#, fuzzy
462461
msgid ""
463462
"However sometimes you have to run the embedded Python interpreter in the "
464463
"same thread as your rest application and you can't allow the :c:func:"
@@ -472,15 +471,18 @@ msgid ""
472471
"using the GNU readline library (you may want to ignore **SIGINT** while "
473472
"calling readline())::"
474473
msgstr ""
475-
"Une autre solution est d'essayer de compiler la chaîne reçue avec :c:func:"
476-
"`Py_CompileString`. Si cela se compile sans erreur, essayez d'exécuter "
477-
"l'objet code renvoyé en appelant :c:func:`PyEval_EvalCode`. Sinon, "
478-
"enregistrez l'entrée pour plus tard. Si la compilation échoue, vérifiez s'il "
479-
"s'agit d'une erreur ou s'il faut juste plus de données — en extrayant la "
480-
"chaîne de message du *n*-uplet d'exception et en la comparant à la chaîne *"
481-
"\"unexpected EOF while parsing\"*. Voici un exemple complet d'utilisation de "
482-
"la bibliothèque *readline* de GNU (il vous est possible d'ignorer **SIGINT** "
483-
"lors de l'appel à ``readline()``) ::"
474+
"Cependant, il arrive qu'il soit nécessaire d'exécuter l'interpréteur Python "
475+
"embarqué dans le même fil d'exécution que le reste de l'application, et que :"
476+
"c:func:`PyRun_InteractiveLoop` ne puisse pas être utilisée car elle bloque "
477+
"le fil en attendant l'entrée de l'utilisateur. Une solution est d'essayer de "
478+
"compiler la chaîne reçue avec :c:func:`Py_CompileString`. Si cela se compile "
479+
"sans erreur, essayez d'exécuter l'objet code renvoyé en appelant :c:func:"
480+
"`PyEval_EvalCode`. Sinon, enregistrez l'entrée pour plus tard. Si la "
481+
"compilation échoue, vérifiez s'il s'agit d'une erreur ou s'il faut juste "
482+
"plus de données — en extrayant la chaîne de message du *n*-uplet d'exception "
483+
"et en la comparant à la chaîne *\"unexpected EOF while parsing\"*. Voici un "
484+
"exemple complet d'utilisation de la bibliothèque *readline* de GNU (il peut "
485+
"être préférable d'ignorer **SIGINT** lors de l'appel à ``readline()``) ::"
484486

485487
#: faq/extending.rst:401
486488
msgid "How do I find undefined g++ symbols __builtin_new or __pure_virtual?"

faq/general.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-09-23 16:16+0200\n"
9-
"PO-Revision-Date: 2020-11-07 17:18+0100\n"
10-
"Last-Translator: Mindiell <mindiell@mindiell.net>\n"
9+
"PO-Revision-Date: 2021-10-17 18:39+0200\n"
10+
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.2.1\n"
16+
"X-Generator: Poedit 3.0\n"
1717

1818
#: faq/general.rst:5
1919
msgid "General Python FAQ"
@@ -255,7 +255,6 @@ msgstr ""
255255
"utilisé pour pallier à différents problèmes."
256256

257257
#: faq/general.rst:114
258-
#, fuzzy
259258
msgid ""
260259
"The language comes with a large standard library that covers areas such as "
261260
"string processing (regular expressions, Unicode, calculating differences "

faq/gui.po

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-09-23 16:16+0200\n"
9-
"PO-Revision-Date: 2021-09-04 02:54+0200\n"
9+
"PO-Revision-Date: 2021-10-17 18:47+0200\n"
1010
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.4.1\n"
16+
"X-Generator: Poedit 3.0\n"
1717

1818
#: faq/gui.rst:5
1919
msgid "Graphic User Interface FAQ"
@@ -28,14 +28,10 @@ msgid "General GUI Questions"
2828
msgstr "Questions générales sur l'interface graphique"
2929

3030
#: faq/gui.rst:18
31-
#, fuzzy
3231
msgid "What GUI toolkits exist for Python?"
33-
msgstr ""
34-
"Quelles boîtes à outils IUG spécifiques à la plate-forme existent pour "
35-
"Python ?"
32+
msgstr "Quelles boîtes à outils IUG existent pour Python ?"
3633

3734
#: faq/gui.rst:20
38-
#, fuzzy
3935
msgid ""
4036
"Standard builds of Python include an object-oriented interface to the Tcl/Tk "
4137
"widget set, called :ref:`tkinter <Tkinter>`. This is probably the easiest "
@@ -50,7 +46,7 @@ msgstr ""
5046
"la plupart des `distributions binaires <https://www.python.org/downloads/>`_ "
5147
"de Python) et à utiliser. Pour plus d'informations sur *Tk*, y compris les "
5248
"liens vers les sources, voir la page d'accueil `Tcl/Tk <https://www.tcl."
53-
"tk>`_. *Tcl/Tk* est entièrement portable sur les plates-formes Mac OS X, "
49+
"tk>`_. *Tcl/Tk* est entièrement portable sur les plates-formes macOS, "
5450
"Windows et Unix."
5551

5652
#: faq/gui.rst:28
@@ -61,6 +57,11 @@ msgid ""
6157
"wiki.python.org/moin/GuiProgramming#Platform-specific_Frameworks>`_ GUI "
6258
"frameworks can be found on the python wiki."
6359
msgstr ""
60+
"D'autres outils existent. Le choix doit dépendre notamment de la ou des "
61+
"plateformes que vous visez. Sur le Wiki Python se trouvent des listes de "
62+
"bibliothèques graphiques `multiplate-formes <https://wiki.python.org/moin/"
63+
"GuiProgramming#Cross-Platform_Frameworks>`_ et `pour une seule plate-forme "
64+
"<https://wiki.python.org/moin/GuiProgramming#Platform-specific_Frameworks>`_."
6465

6566
#: faq/gui.rst:36
6667
msgid "Tkinter questions"

faq/installed.po

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-09-23 16:16+0200\n"
9-
"PO-Revision-Date: 2018-10-04 16:57+0200\n"
10-
"Last-Translator: Julien Palard <julien@palard.fr>\n"
9+
"PO-Revision-Date: 2021-10-17 18:51+0200\n"
10+
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.1.1\n"
16+
"X-Generator: Poedit 3.0\n"
1717

1818
#: faq/installed.rst:3
1919
msgid "\"Why is Python Installed on my Computer?\" FAQ"
@@ -92,14 +92,13 @@ msgstr ""
9292
"d'administration de ces marques sont écrits en Python."
9393

9494
#: faq/installed.rst:32
95-
#, fuzzy
9695
msgid ""
9796
"Many Unix-compatible operating systems, such as macOS and some Linux "
9897
"distributions, have Python installed by default; it's included in the base "
9998
"installation."
10099
msgstr ""
101-
"Python est installé par défaut et à l'installation par de nombreux systèmes "
102-
"Unix, comme Mac OS X et certaines distributions Linux."
100+
"Python est installé par défaut sur de nombreux systèmes compatibles Unix, "
101+
"comme macOS et certaines distributions Linux."
103102

104103
#: faq/installed.rst:38
105104
msgid "Can I delete Python?"

faq/library.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-09-23 16:16+0200\n"
9-
"PO-Revision-Date: 2020-11-07 16:04+0100\n"
10-
"Last-Translator: Mindiell <mindiell@mindiell.net>\n"
9+
"PO-Revision-Date: 2021-10-17 18:53+0200\n"
10+
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.2.1\n"
16+
"X-Generator: Poedit 3.0\n"
1717

1818
#: faq/library.rst:5
1919
msgid "Library and Extension FAQ"
@@ -43,7 +43,6 @@ msgstr ""
4343
"bibliothèque standard et pourrez sauter cette étape)."
4444

4545
#: faq/library.rst:21
46-
#, fuzzy
4746
msgid ""
4847
"For third-party packages, search the `Python Package Index <https://pypi."
4948
"org>`_ or try `Google <https://www.google.com>`_ or another web search "

0 commit comments

Comments
 (0)
0