@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2021-09-23 16:16+0200\n "
9
- "PO-Revision-Date : 2021-09-23 16:27+0200 \n "
9
+ "PO-Revision-Date : 2021-12-01 19:54+0100 \n "
10
10
"Last-Translator : Vincent Poulailleau <vpoulailleau@gmail.com>\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.4.1 \n "
16
+ "X-Generator : Poedit 3.0 \n "
17
17
18
18
#: library/pathlib.rst:3
19
19
msgid ":mod:`pathlib` --- Object-oriented filesystem paths"
@@ -631,14 +631,15 @@ msgstr ""
631
631
"par :func:`os.getcwd`) ::"
632
632
633
633
#: library/pathlib.rst:707
634
- #, fuzzy
635
634
msgid ""
636
635
"Return a new path object representing the user's home directory (as returned "
637
636
"by :func:`os.path.expanduser` with ``~`` construct). If the home directory "
638
637
"can't be resolved, :exc:`RuntimeError` is raised."
639
638
msgstr ""
640
639
"Renvoie un nouveau chemin représentant le dossier d’accueil de l'utilisateur "
641
- "(comme renvoyé par :func:`os.path.expanduser` avec la construction ``~`` ) ::"
640
+ "(comme renvoyé par :func:`os.path.expanduser` avec la construction ``~`` ). "
641
+ "Si le dossier d’accueil de l'utilisateur ne peut être résolu, :exc:"
642
+ "`RuntimeError` est levée."
642
643
643
644
#: library/pathlib.rst:721
644
645
msgid ""
@@ -657,15 +658,12 @@ msgid ""
657
658
msgstr ""
658
659
659
660
#: library/pathlib.rst:755
660
- #, fuzzy
661
661
msgid "The *follow_symlinks* parameter was added."
662
- msgstr "Ajout du paramètre *missing_ok *."
662
+ msgstr "ajout du paramètre *follow_symlinks *."
663
663
664
664
#: library/pathlib.rst:740
665
- #, fuzzy
666
665
msgid "Change the file mode and permissions, like :func:`os.chmod`."
667
- msgstr ""
668
- "Change le mode et les permissions du fichier, comme :func:`os.chmod` ::"
666
+ msgstr "Change le mode et les permissions du fichier, comme :func:`os.chmod`."
669
667
670
668
#: library/pathlib.rst:742
671
669
msgid ""
@@ -687,14 +685,15 @@ msgstr ""
687
685
"lien symbolique *pointe vers* un fichier ou un dossier existant."
688
686
689
687
#: library/pathlib.rst:778
690
- #, fuzzy
691
688
msgid ""
692
689
"Return a new path with expanded ``~`` and ``~user`` constructs, as returned "
693
690
"by :meth:`os.path.expanduser`. If a home directory can't be resolved, :exc:"
694
691
"`RuntimeError` is raised."
695
692
msgstr ""
696
693
"Renvoie un nouveau chemin avec les résolutions des constructions ``~`` et "
697
- "``~user``, comme retourné par :meth:`os.path.expanduser` ::"
694
+ "``~user``, comme renvoyé par :meth:`os.path.expanduser`. Si le dossier "
695
+ "d’accueil de l'utilisateur ne peut être résolu, :exc:`RuntimeError` est "
696
+ "levée."
698
697
699
698
#: library/pathlib.rst:793
700
699
msgid ""
@@ -706,15 +705,14 @@ msgstr ""
706
705
"n'importe quelle sorte) ::"
707
706
708
707
#: library/pathlib.rst:801
709
- #, fuzzy
710
708
msgid ""
711
709
"Patterns are the same as for :mod:`fnmatch`, with the addition of \" ``**``\" "
712
710
"which means \" this directory and all subdirectories, recursively\" . In "
713
711
"other words, it enables recursive globbing::"
714
712
msgstr ""
715
- "Le motif `` \" **\" `` signifie « ce dossier et ses sous-dossiers, "
716
- "récursivement ». En d'autres mots, il permet un d’effectuer un *globbing* "
717
- "récursif ::"
713
+ "Le motif est pareil que pour :mod:`fnmatch`, avec l'ajout de `` \" **\" ``, qui "
714
+ "signifie « ce dossier et ses sous-dossiers, récursivement ». En d'autres "
715
+ "termes, il permet d’effectuer un *globbing* récursif ::"
718
716
719
717
#: library/pathlib.rst:813
720
718
msgid ""
@@ -1090,17 +1088,16 @@ msgstr ""
1090
1088
"symlink`."
1091
1089
1092
1090
#: library/pathlib.rst:1145
1093
- #, fuzzy
1094
1091
msgid "Make this path a hard link to the same file as *target*."
1095
- msgstr "Crée un lien matériel pointant sur le chemin nommé *target*."
1092
+ msgstr ""
1093
+ "Crée un lien direct (« *hard link* ») pointant sur le même fichier que "
1094
+ "*target*."
1096
1095
1097
1096
#: library/pathlib.rst:1148
1098
- #, fuzzy
1099
1097
msgid ""
1100
1098
"The order of arguments (link, target) is the reverse of :func:`os.link`'s."
1101
1099
msgstr ""
1102
- "L'ordre des arguments (lien, cible) est l'opposé de ceux de :func:`os."
1103
- "symlink`."
1100
+ "L'ordre des arguments (lien, cible) est l'opposé de celui de :func:`os.link`."
1104
1101
1105
1102
#: library/pathlib.rst:1155
1106
1103
msgid "Make *target* a hard link to this path."
@@ -1192,10 +1189,10 @@ msgstr ""
1192
1189
"ont la même signification que dans :func:`open`."
1193
1190
1194
1191
# « nouveau dans la version … »
1192
+ # Pas de majuscule après « : »
1195
1193
#: library/pathlib.rst:1229
1196
- #, fuzzy
1197
1194
msgid "The *newline* parameter was added."
1198
- msgstr "ajout du paramètre *exist_ok *."
1195
+ msgstr "ajout du paramètre *newline *."
1199
1196
1200
1197
#: library/pathlib.rst:1233
1201
1198
msgid "Correspondence to tools in the :mod:`os` module"
@@ -1218,9 +1215,8 @@ msgid ""
1218
1215
msgstr ""
1219
1216
1220
1217
#: library/pathlib.rst:1246
1221
- #, fuzzy
1222
1218
msgid ":mod:`os` and :mod:`os.path`"
1223
- msgstr "*os* et * os.path* "
1219
+ msgstr ":mod:`os` et :mod:` os.path` "
1224
1220
1225
1221
#: library/pathlib.rst:1246
1226
1222
msgid ":mod:`pathlib`"
@@ -1231,9 +1227,8 @@ msgid ":func:`os.path.abspath`"
1231
1227
msgstr ":func:`os.path.abspath`"
1232
1228
1233
1229
#: library/pathlib.rst:1248
1234
- #, fuzzy
1235
1230
msgid ":meth:`Path.resolve` [#]_"
1236
- msgstr ":meth:`Path.resolve`"
1231
+ msgstr ":meth:`Path.resolve` [#]_ "
1237
1232
1238
1233
#: library/pathlib.rst:1249
1239
1234
msgid ":func:`os.chmod`"
@@ -1348,9 +1343,8 @@ msgid ":func:`os.link`"
1348
1343
msgstr ":func:`os.link`"
1349
1344
1350
1345
#: library/pathlib.rst:1264
1351
- #, fuzzy
1352
1346
msgid ":meth:`Path.hardlink_to`"
1353
- msgstr ":meth:`Path.link_to `"
1347
+ msgstr ":meth:`Path.hardlink_to `"
1354
1348
1355
1349
#: library/pathlib.rst:1265
1356
1350
msgid ":func:`os.symlink`"
@@ -1369,14 +1363,12 @@ msgid ":meth:`Path.readlink`"
1369
1363
msgstr ":meth:`Path.readlink`"
1370
1364
1371
1365
#: library/pathlib.rst:1267
1372
- #, fuzzy
1373
1366
msgid ":func:`os.path.relpath`"
1374
- msgstr ":func:`os.path.abspath `"
1367
+ msgstr ":func:`os.path.relpath `"
1375
1368
1376
1369
#: library/pathlib.rst:1267
1377
- #, fuzzy
1378
1370
msgid ":meth:`Path.relative_to` [#]_"
1379
- msgstr ":meth:`Path.resolve` "
1371
+ msgstr ":meth:`Path.relative_to` [#]_ "
1380
1372
1381
1373
#: library/pathlib.rst:1268
1382
1374
msgid ":func:`os.stat`"
0 commit comments