Skip to content

Commit 2ea7cf8

Browse files
authored
Vérification des fuzzy pour library/pathlib.po (#1786)
1 parent 29678c8 commit 2ea7cf8

File tree

1 file changed

+24
-32
lines changed

1 file changed

+24
-32
lines changed

library/pathlib.po

Lines changed: 24 additions & 32 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-23 16:27+0200\n"
9+
"PO-Revision-Date: 2021-12-01 19:54+0100\n"
1010
"Last-Translator: Vincent Poulailleau <vpoulailleau@gmail.com>\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
#: library/pathlib.rst:3
1919
msgid ":mod:`pathlib` --- Object-oriented filesystem paths"
@@ -631,14 +631,15 @@ msgstr ""
631631
"par :func:`os.getcwd`) ::"
632632

633633
#: library/pathlib.rst:707
634-
#, fuzzy
635634
msgid ""
636635
"Return a new path object representing the user's home directory (as returned "
637636
"by :func:`os.path.expanduser` with ``~`` construct). If the home directory "
638637
"can't be resolved, :exc:`RuntimeError` is raised."
639638
msgstr ""
640639
"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."
642643

643644
#: library/pathlib.rst:721
644645
msgid ""
@@ -657,15 +658,12 @@ msgid ""
657658
msgstr ""
658659

659660
#: library/pathlib.rst:755
660-
#, fuzzy
661661
msgid "The *follow_symlinks* parameter was added."
662-
msgstr "Ajout du paramètre *missing_ok*."
662+
msgstr "ajout du paramètre *follow_symlinks*."
663663

664664
#: library/pathlib.rst:740
665-
#, fuzzy
666665
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`."
669667

670668
#: library/pathlib.rst:742
671669
msgid ""
@@ -687,14 +685,15 @@ msgstr ""
687685
"lien symbolique *pointe vers* un fichier ou un dossier existant."
688686

689687
#: library/pathlib.rst:778
690-
#, fuzzy
691688
msgid ""
692689
"Return a new path with expanded ``~`` and ``~user`` constructs, as returned "
693690
"by :meth:`os.path.expanduser`. If a home directory can't be resolved, :exc:"
694691
"`RuntimeError` is raised."
695692
msgstr ""
696693
"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."
698697

699698
#: library/pathlib.rst:793
700699
msgid ""
@@ -706,15 +705,14 @@ msgstr ""
706705
"n'importe quelle sorte) ::"
707706

708707
#: library/pathlib.rst:801
709-
#, fuzzy
710708
msgid ""
711709
"Patterns are the same as for :mod:`fnmatch`, with the addition of \"``**``\" "
712710
"which means \"this directory and all subdirectories, recursively\". In "
713711
"other words, it enables recursive globbing::"
714712
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 ::"
718716

719717
#: library/pathlib.rst:813
720718
msgid ""
@@ -1090,17 +1088,16 @@ msgstr ""
10901088
"symlink`."
10911089

10921090
#: library/pathlib.rst:1145
1093-
#, fuzzy
10941091
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*."
10961095

10971096
#: library/pathlib.rst:1148
1098-
#, fuzzy
10991097
msgid ""
11001098
"The order of arguments (link, target) is the reverse of :func:`os.link`'s."
11011099
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`."
11041101

11051102
#: library/pathlib.rst:1155
11061103
msgid "Make *target* a hard link to this path."
@@ -1192,10 +1189,10 @@ msgstr ""
11921189
"ont la même signification que dans :func:`open`."
11931190

11941191
# « nouveau dans la version … »
1192+
# Pas de majuscule après « : »
11951193
#: library/pathlib.rst:1229
1196-
#, fuzzy
11971194
msgid "The *newline* parameter was added."
1198-
msgstr "ajout du paramètre *exist_ok*."
1195+
msgstr "ajout du paramètre *newline*."
11991196

12001197
#: library/pathlib.rst:1233
12011198
msgid "Correspondence to tools in the :mod:`os` module"
@@ -1218,9 +1215,8 @@ msgid ""
12181215
msgstr ""
12191216

12201217
#: library/pathlib.rst:1246
1221-
#, fuzzy
12221218
msgid ":mod:`os` and :mod:`os.path`"
1223-
msgstr "*os* et *os.path*"
1219+
msgstr ":mod:`os` et :mod:`os.path`"
12241220

12251221
#: library/pathlib.rst:1246
12261222
msgid ":mod:`pathlib`"
@@ -1231,9 +1227,8 @@ msgid ":func:`os.path.abspath`"
12311227
msgstr ":func:`os.path.abspath`"
12321228

12331229
#: library/pathlib.rst:1248
1234-
#, fuzzy
12351230
msgid ":meth:`Path.resolve` [#]_"
1236-
msgstr ":meth:`Path.resolve`"
1231+
msgstr ":meth:`Path.resolve` [#]_"
12371232

12381233
#: library/pathlib.rst:1249
12391234
msgid ":func:`os.chmod`"
@@ -1348,9 +1343,8 @@ msgid ":func:`os.link`"
13481343
msgstr ":func:`os.link`"
13491344

13501345
#: library/pathlib.rst:1264
1351-
#, fuzzy
13521346
msgid ":meth:`Path.hardlink_to`"
1353-
msgstr ":meth:`Path.link_to`"
1347+
msgstr ":meth:`Path.hardlink_to`"
13541348

13551349
#: library/pathlib.rst:1265
13561350
msgid ":func:`os.symlink`"
@@ -1369,14 +1363,12 @@ msgid ":meth:`Path.readlink`"
13691363
msgstr ":meth:`Path.readlink`"
13701364

13711365
#: library/pathlib.rst:1267
1372-
#, fuzzy
13731366
msgid ":func:`os.path.relpath`"
1374-
msgstr ":func:`os.path.abspath`"
1367+
msgstr ":func:`os.path.relpath`"
13751368

13761369
#: library/pathlib.rst:1267
1377-
#, fuzzy
13781370
msgid ":meth:`Path.relative_to` [#]_"
1379-
msgstr ":meth:`Path.resolve`"
1371+
msgstr ":meth:`Path.relative_to` [#]_"
13801372

13811373
#: library/pathlib.rst:1268
13821374
msgid ":func:`os.stat`"

0 commit comments

Comments
 (0)