Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8019cb

Browse files
Seluj78deronnaxchristopheNan
authored
Finished translating using/cmdline.po (#899)
* Finished translating using/cmdline.po * Added 'journalise' to dict * Apply suggestions from code review Co-Authored-By: Antoine <[email protected]> Co-Authored-By: Christophe Nanteuil <[email protected]> * Apply suggestions from code review * powrap * Final for cmdline.po \? * gnagnagna ordonné gnagnagna @deronnax * Apply suggestions from code review Co-Authored-By: Mathieu Dupuy <[email protected]> Co-Authored-By: Christophe Nanteuil <[email protected]>
1 parent ceff3be commit f8019cb

File tree

2 files changed

+42
-22
lines changed

2 files changed

+42
-22
lines changed

dict

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ IPv4
6565
itérateur
6666
itérateurs
6767
ı
68+
journalise
6869
journalisé
6970
journaliser
7071
journalisés

using/cmdline.po

Lines changed: 41 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2019-11-15 23:53+0100\n"
9-
"PO-Revision-Date: 2019-11-01 15:56+0100\n"
10-
"Last-Translator: Stéphane Lambelin\n"
8+
"POT-Creation-Date: 2019-10-09 17:54+0200\n"
9+
"PO-Revision-Date: 2019-11-17 22:20+0100\n"
10+
"Last-Translator: Jules Lasne <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
@@ -158,6 +158,8 @@ msgid ""
158158
"Raises an :ref:`auditing event <auditing>` ``cpython.run_command`` with "
159159
"argument ``command``."
160160
msgstr ""
161+
"Lève un :ref:`évènement d'audit <auditing>` ``cpython."
162+
"run_command`` avec comme argument ``command``."
161163

162164
#: ../Doc/using/cmdline.rst:77
163165
msgid ""
@@ -201,8 +203,8 @@ msgid ""
201203
"still be used for precompiled modules, even if the original source file is "
202204
"not available."
203205
msgstr ""
204-
"cette option ne peut pas être utilisée avec les modules intégrés et les "
205-
"modules d'extension écrits en C, étant donné qu'il ne possèdent pas de "
206+
"Cette option ne peut pas être utilisée avec les modules natifs et les "
207+
"modules d'extension écrits en C, étant donné qu'ils ne possèdent pas de "
206208
"fichiers modules en Python. Cependant, elle peut toujours être utilisée pour "
207209
"les modules pré-compilés, même si le fichier source original n'est pas "
208210
"disponible."
@@ -226,9 +228,9 @@ msgid ""
226228
"packages directory. All :envvar:`PYTHON*` environment variables are ignored, "
227229
"too."
228230
msgstr ""
229-
"L'option :option:`-I` est utilisée pour lancer Python en mode isolé où :data:"
230-
"`sys.path` ne contient ni le répertoire du script ni le répertoire site-"
231-
"packages de l'utilisateur. Toutes les variables d'environnement :envvar:"
231+
"L'option :option:`-I` peut être utilisée pour lancer le script en mode isolé "
232+
"où :data:`sys.path` ne contient ni le dossier courant, ni le dossier ``site-"
233+
"packages`` de l'utilisateur. Toutes les variables d'environnement :envvar:"
232234
"`PYTHON*` sont aussi ignorées."
233235

234236
#: ../Doc/using/cmdline.rst:109
@@ -245,6 +247,8 @@ msgid ""
245247
"Raises an :ref:`auditing event <auditing>` ``cpython.run_module`` with "
246248
"argument ``module-name``."
247249
msgstr ""
250+
"Lève un :ref:`évènement d'audit <auditing>` ``cpython."
251+
"run_command`` avec comme argument ``module-name``."
248252

249253
#: ../Doc/using/cmdline.rst:119
250254
msgid ":func:`runpy.run_module`"
@@ -288,6 +292,8 @@ msgid ""
288292
"Raises an :ref:`auditing event <auditing>` ``cpython.run_stdin`` with no "
289293
"arguments."
290294
msgstr ""
295+
"Lève un :ref:`évènement d'audit <auditing>` ``run_stdin`` sans "
296+
"argument."
291297

292298
#: ../Doc/using/cmdline.rst:146
293299
msgid ""
@@ -336,16 +342,18 @@ msgid ""
336342
"packages directory. All :envvar:`PYTHON*` environment variables are ignored, "
337343
"too."
338344
msgstr ""
339-
"L'option :option:`-I` est utilisée pour lancer Python en mode isolé où :data:"
340-
"`sys.path` ne contient ni le répertoire du script ni le répertoire site-"
341-
"packages de l'utilisateur. Toutes les variables d'environnement :envvar:"
342-
"`PYTHON*` sont aussi ignorées."
345+
"L'option :option:`-I` peut être utilisée pour lancer le script en mode isolé "
346+
"où :data:`sys.path` ne contient ni le dossier du script, ni le dossier "
347+
"``site-packages`` de l'utilisateur. Toutes les variables d'environnement :"
348+
"envvar:`PYTHON*` sont aussi ignorées."
343349

344350
#: ../Doc/using/cmdline.rst:168
345351
msgid ""
346352
"Raises an :ref:`auditing event <auditing>` ``cpython.run_file`` with "
347353
"argument ``filename``."
348354
msgstr ""
355+
"Lève un :ref:`évènement d'audit <auditing>` ``cpython.run_file`` "
356+
"avec comme argument ``filename``."
349357

350358
#: ../Doc/using/cmdline.rst:170
351359
msgid ":func:`runpy.run_path`"
@@ -396,7 +404,7 @@ msgstr ""
396404

397405
#: ../Doc/using/cmdline.rst:212
398406
msgid "The ``-VV`` option."
399-
msgstr "option ``-VV``."
407+
msgstr "L'option ``-VV``."
400408

401409
#: ../Doc/using/cmdline.rst:218
402410
msgid "Miscellaneous options"
@@ -598,7 +606,7 @@ msgstr ""
598606
#: ../Doc/using/cmdline.rst:344 ../Doc/using/cmdline.rst:675
599607
#: ../Doc/using/cmdline.rst:687
600608
msgid ":pep:`370` -- Per user site-packages directory"
601-
msgstr ":pep:`370` -- Répertoire site-packages propre à l'utilisateur."
609+
msgstr ":pep:`370` -- Répertoire site-packages propre à l'utilisateur"
602610

603611
#: ../Doc/using/cmdline.rst:349
604612
msgid ""
@@ -828,7 +836,6 @@ msgid "Enable :ref:`asyncio debug mode <asyncio-debug-mode>`."
828836
msgstr "Active le :ref:`mode de débogage d'asyncio <asyncio-debug-mode>`."
829837

830838
#: ../Doc/using/cmdline.rst:456
831-
#, fuzzy
832839
msgid ""
833840
"Set the :attr:`~sys.flags.dev_mode` attribute of :attr:`sys.flags` to "
834841
"``True``."
@@ -839,6 +846,8 @@ msgstr ""
839846
#: ../Doc/using/cmdline.rst:458
840847
msgid ":class:`io.IOBase` destructor logs ``close()`` exceptions."
841848
msgstr ""
849+
"Le destructeur de :class:`io.IOBase` journalise les exceptions levées par "
850+
"``close()``."
842851

843852
#: ../Doc/using/cmdline.rst:460
844853
msgid ""
@@ -859,6 +868,9 @@ msgid ""
859868
"rooted at the given directory instead of to the code tree. See also :envvar:"
860869
"`PYTHONPYCACHEPREFIX`."
861870
msgstr ""
871+
"``-X pycache_prefix=PATH`` place l'arborescence des fichiers ``.pyc`` à "
872+
"partir du chemin donné au lieu de l'arborescence du code source. Voir aussi :"
873+
"envvar:`PYTHONPYCACHEPREFIX`."
862874

863875
#: ../Doc/using/cmdline.rst:468
864876
msgid ""
@@ -874,25 +886,27 @@ msgstr "l'option :option:`-X` a été ajoutée."
874886

875887
#: ../Doc/using/cmdline.rst:474
876888
msgid "The ``-X faulthandler`` option."
877-
msgstr "option ``-X faulthandler``."
889+
msgstr "L'option ``-X faulthandler``."
878890

879891
#: ../Doc/using/cmdline.rst:477
880892
msgid "The ``-X showrefcount`` and ``-X tracemalloc`` options."
881-
msgstr "options ``-X showrefcount`` et ``-X tracemalloc`` ."
893+
msgstr "Les options ``-X showrefcount`` et ``-X tracemalloc`` ."
882894

883895
#: ../Doc/using/cmdline.rst:480
884896
msgid "The ``-X showalloccount`` option."
885-
msgstr "option ``-X showalloccount``."
897+
msgstr "L'option ``-X showalloccount``."
886898

887899
#: ../Doc/using/cmdline.rst:483
888900
msgid "The ``-X importtime``, ``-X dev`` and ``-X utf8`` options."
889-
msgstr "les options ``-X importtime``, ``-X dev`` et ``-X utf8``."
901+
msgstr "Les options ``-X importtime``, ``-X dev`` et ``-X utf8``."
890902

891903
#: ../Doc/using/cmdline.rst:486
892904
msgid ""
893905
"The ``-X pycache_prefix`` option. The ``-X dev`` option now logs ``close()`` "
894906
"exceptions in :class:`io.IOBase` destructor."
895907
msgstr ""
908+
"L'option ``-X pycache_prefix``. L'option ``-X dev`` journalise maintenant "
909+
"des exceptions``close()`` dans le destructeur :class:`io.IOBase`."
896910

897911
#: ../Doc/using/cmdline.rst:492
898912
msgid "Options you shouldn't use"
@@ -1014,12 +1028,17 @@ msgid ""
10141028
"Raises an :ref:`auditing event <auditing>` ``cpython.run_startup`` with "
10151029
"argument ``filename``."
10161030
msgstr ""
1031+
"Lève un :ref:`évènement d'audit <auditing>` ``cpython."
1032+
"run_startup`` avec comme argument ``filename``."
10171033

10181034
#: ../Doc/using/cmdline.rst:556
10191035
msgid ""
10201036
"Raises an :ref:`auditing event <auditing>` ``cpython.run_startup`` with the "
10211037
"filename as the argument when called on startup."
10221038
msgstr ""
1039+
"Lève un :ref:`évènement d'audit <auditing>` ``cpython."
1040+
"run_startup`` avec le nom du fichier en argument lorsqu'il est lancé au "
1041+
"démarrage."
10231042

10241043
#: ../Doc/using/cmdline.rst:562
10251044
msgid ""
@@ -1340,14 +1359,12 @@ msgstr ""
13401359
"de mémoire par défaut <default-memory-allocators>`."
13411360

13421361
#: ../Doc/using/cmdline.rst:776
1343-
#, fuzzy
13441362
msgid "``malloc_debug``: same as ``malloc`` but also install debug hooks."
13451363
msgstr ""
13461364
"``malloc_debug``: identique à ``malloc`` mais installe aussi des points "
13471365
"d'entrée de débogage."
13481366

13491367
#: ../Doc/using/cmdline.rst:777
1350-
#, fuzzy
13511368
msgid "``pymalloc_debug``: same as ``pymalloc`` but also install debug hooks."
13521369
msgstr ""
13531370
"``pymalloc_debug``: identique à ``pymalloc`` mais installe aussi des points "
@@ -1557,7 +1574,7 @@ msgstr ""
15571574

15581575
#: ../Doc/using/cmdline.rst:879 ../Doc/using/cmdline.rst:940
15591576
msgid ":ref:`Availability <availability>`: \\*nix."
1560-
msgstr ":ref:`Disponibilité <availability>` : systèmes de type UNIX"
1577+
msgstr ":ref:`Disponibilité <availability>` : systèmes de type UNIX."
15611578

15621579
#: ../Doc/using/cmdline.rst:880
15631580
msgid "See :pep:`538` for more details."
@@ -1736,6 +1753,8 @@ msgstr ""
17361753
#: ../Doc/using/cmdline.rst:962
17371754
msgid "Need Python configured with the ``--with-trace-refs`` build option."
17381755
msgstr ""
1756+
"Nécessite que Python soit configuré avec l'option de compilation ``--with-"
1757+
"trace-refs``."
17391758

17401759
#~ msgid ""
17411760
#~ "Kept for compatibility. On Python 3.3 and greater, hash randomization is "

0 commit comments

Comments
 (0)