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

Skip to content

Commit d4686c9

Browse files
authored
Merge branch '3.8' into pathlib_padpo
2 parents f297b6d + 43762dc commit d4686c9

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

library/pathlib.po

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2019-10-09 17:54+0200\n"
9-
"PO-Revision-Date: 2019-06-18 21:54+0200\n"
10-
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
9+
"PO-Revision-Date: 2019-11-01 12:00+0100\n"
10+
"Last-Translator: Vincent Poulailleau <vpoulailleau@gmail.com>\n"
1111
"Language-Team: FRENCH <[email protected]>\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 2.0.6\n"
1717

1818
#: ../Doc/library/pathlib.rst:3
1919
msgid ":mod:`pathlib` --- Object-oriented filesystem paths"
@@ -592,8 +592,8 @@ msgstr ""
592592
"meth:`~Path.is_mount()`, :meth:`~Path.is_symlink()`, :meth:`~Path."
593593
"is_block_device()`, :meth:`~Path.is_char_device()`, :meth:`~Path.is_fifo()` "
594594
"et :meth:`~Path.is_socket()` renvoient maintenant ``False`` au lieu de lever "
595-
"une exception pour les chemins contenant des caractères non représentables "
596-
"au niveau du système d'exploitation."
595+
"une exception pour les chemins qui contiennent des caractères non "
596+
"représentables au niveau du système d'exploitation."
597597

598598
#: ../Doc/library/pathlib.rst:655
599599
msgid ""
@@ -893,15 +893,15 @@ msgid ""
893893
"it will be replaced silently if the user has permission. *target* can be "
894894
"either a string or another path object::"
895895
msgstr ""
896-
"Renomme ce fichier ou dossier vers la cible *target* fournie, et renvoie une "
896+
"Renomme ce fichier ou dossier vers la cible *target* fournie et renvoie une "
897897
"nouvelle instance de *Path* pointant sur *target*. Sous Unix, si *target* "
898-
"existe et que c'est un fichier, il sera remplacé silencieusement si "
899-
"l'utilisateur a la permission. *target* peut être soit une chaîne de "
898+
"existe et est un fichier, il est remplacé sans avertissement si "
899+
"l'utilisateur en a la permission. *target* peut être soit une chaîne de "
900900
"caractères, soit un autre chemin ::"
901901

902902
#: ../Doc/library/pathlib.rst:950 ../Doc/library/pathlib.rst:960
903903
msgid "Added return value, return the new Path instance."
904-
msgstr "Ajout de la valeur de retour, renvoie la nouvelle instance de *Path*"
904+
msgstr "Ajout de la valeur de retour, renvoie une nouvelle instance *Path*."
905905

906906
#: ../Doc/library/pathlib.rst:956
907907
msgid ""
@@ -910,9 +910,8 @@ msgid ""
910910
"directory, it will be unconditionally replaced."
911911
msgstr ""
912912
"Renomme ce fichier ou dossier vers la cible *target* fournie, et renvoie une "
913-
"nouvelle instance de *Path* pointant vers *target*. Si *target* pointe sur "
914-
"un fichier ou un dossier existant, il sera remplacé de manière "
915-
"inconditionnelle."
913+
"nouvelle instance de *Path* pointant sur *target*. Si *target* pointe sur un "
914+
"fichier ou un dossier existant, il est systématiquement remplacé."
916915

917916
#: ../Doc/library/pathlib.rst:966
918917
msgid ""
@@ -1023,24 +1022,24 @@ msgid ""
10231022
"If *missing_ok* is false (the default), :exc:`FileNotFoundError` is raised "
10241023
"if the path does not exist."
10251024
msgstr ""
1026-
"Si *missing_ok* est faux (valeur par défaut), :exc:`FileNotFoundError` est "
1027-
"levée si le dossier cible n'existe pas."
1025+
"Si *missing_ok* est faux (valeur par défaut), une :exc:`FileNotFoundError` "
1026+
"est levée si le chemin n'existe pas."
10281027

10291028
#: ../Doc/library/pathlib.rst:1068
10301029
msgid ""
10311030
"If *missing_ok* is true, :exc:`FileNotFoundError` exceptions will be ignored "
10321031
"(same behavior as the POSIX ``rm -f`` command)."
10331032
msgstr ""
1034-
"If *missing_ok* est vrai, les exceptions :exc:`FileNotFoundError` sont "
1033+
Si *missing_ok* est vrai, les exceptions :exc:`FileNotFoundError` sont "
10351034
"ignorées (même comportement que la commande POSIX ``rm -f``)."
10361035

10371036
#: ../Doc/library/pathlib.rst:1071
10381037
msgid "The *missing_ok* parameter was added."
1039-
msgstr "Le paramètre *missing_ok* a été ajouté."
1038+
msgstr "Ajout du paramètre *missing_ok*."
10401039

10411040
#: ../Doc/library/pathlib.rst:1077
10421041
msgid "Create a hard link pointing to a path named *target*."
1043-
msgstr "Créé un lien en dur pointant vers le chemin nommé *target*."
1042+
msgstr "Crée un lien matériel pointant sur le chemin nommé *target*."
10441043

10451044
#: ../Doc/library/pathlib.rst:1084
10461045
msgid ""
@@ -1052,7 +1051,7 @@ msgstr ""
10521051

10531052
#: ../Doc/library/pathlib.rst:1093
10541053
msgid "An existing file of the same name is overwritten."
1055-
msgstr "Un fichier existant au même nom est écrasé."
1054+
msgstr "Le fichier du même nom, s'il existe, est écrasé."
10561055

10571056
#: ../Doc/library/pathlib.rst:1100
10581057
msgid ""
@@ -1067,8 +1066,8 @@ msgid ""
10671066
"An existing file of the same name is overwritten. The optional parameters "
10681067
"have the same meaning as in :func:`open`."
10691068
msgstr ""
1070-
"Un fichier existant et du même nom est écrasé. Les paramètres optionnels ont "
1071-
"la même signification que dans :func:`open`."
1069+
"Le fichier du même nom, s'il existe, est écrasé. Les paramètres optionnels "
1070+
"ont la même signification que dans :func:`open`."
10721071

10731072
#: ../Doc/library/pathlib.rst:1115
10741073
msgid "Correspondence to tools in the :mod:`os` module"

0 commit comments

Comments
 (0)