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

Skip to content

Commit 84b19b4

Browse files
deronnaxawecxchristopheNan
authored
library/os: quelques fuzzies simples + une reformulation (#1341)
Co-authored-by: Antoine <[email protected]> Co-authored-by: Christophe Nanteuil <[email protected]>
1 parent bc0ad9b commit 84b19b4

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

library/os.po

Lines changed: 18 additions & 20 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: 2020-05-23 11:38+0200\n"
9-
"PO-Revision-Date: 2020-05-27 15:06+0200\n"
9+
"PO-Revision-Date: 2020-06-08 12:50+0200\n"
1010
"Last-Translator: Mathieu Dupuy <[email protected]>\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.3\n"
16+
"X-Generator: Poedit 2.3.1\n"
1717

1818
#: ../Doc/library/os.rst:2
1919
msgid ":mod:`os` --- Miscellaneous operating system interfaces"
@@ -2255,13 +2255,12 @@ msgstr ""
22552255
"un fichier ouvert."
22562256

22572257
#: ../Doc/library/os.rst:1612
2258-
#, fuzzy
22592258
msgid ""
22602259
"This function can raise :exc:`OSError` and subclasses such as :exc:"
22612260
"`FileNotFoundError`, :exc:`PermissionError`, and :exc:`NotADirectoryError`."
22622261
msgstr ""
2263-
"Cette méthode peut lever une :exc:`OSError` tout comme une :exc:"
2264-
"`PermissionError`, mais :exc:`FileNotFoundError` est attrapé et pas levé."
2262+
"Cette fonction peut lever :exc:`OSError` et des sous-classes telles que :exc:"
2263+
"`FileNotFoundError`, :exc:`PermissionError` et :exc:`NotADirectoryError`."
22652264

22662265
#: ../Doc/library/os.rst:1616 ../Doc/library/os.rst:1743
22672266
msgid ""
@@ -2960,7 +2959,8 @@ msgstr "Accepte un :term:`path-like object` sur Unix."
29602959

29612960
#: ../Doc/library/os.rst:2095
29622961
msgid "Accepts a :term:`path-like object` and a bytes object on Windows."
2963-
msgstr "Accepte un :term:`path-like object` et un objet octets sous Windows."
2962+
msgstr ""
2963+
"Accepte un :term:`path-like object` et une chaine d’octets sous Windows."
29642964

29652965
#: ../Doc/library/os.rst:2098
29662966
msgid ""
@@ -2970,14 +2970,13 @@ msgid ""
29702970
msgstr ""
29712971

29722972
#: ../Doc/library/os.rst:2105
2973-
#, fuzzy
29742973
msgid ""
29752974
"Remove (delete) the file *path*. If *path* is a directory, an :exc:"
29762975
"`IsADirectoryError` is raised. Use :func:`rmdir` to remove directories."
29772976
msgstr ""
2978-
"Supprime (retire) le fichier représenté par *path*. Si *path* est un "
2979-
"répertoire, une :exc:`OSError` est levée. Utilisez la fonction :func:`rmdir` "
2980-
"pour supprimer un répertoire."
2977+
"Supprime (efface) le fichier *path*. Si *path* est un répertoire, une :exc:"
2978+
"`IsADirectoryError` est levée. Utilisez :func:`rmdir` pour supprimer les "
2979+
"répertoires."
29812980

29822981
#: ../Doc/library/os.rst:2108 ../Doc/library/os.rst:2219
29832982
#: ../Doc/library/os.rst:2853
@@ -3137,17 +3136,16 @@ msgstr ""
31373136
"atomique (nécessité POSIX)."
31383137

31393138
#: ../Doc/library/os.rst:2214
3140-
#, fuzzy
31413139
msgid ""
31423140
"Remove (delete) the directory *path*. If the directory does not exist or is "
31433141
"not empty, an :exc:`FileNotFoundError` or an :exc:`OSError` is raised "
31443142
"respectively. In order to remove whole directory trees, :func:`shutil."
31453143
"rmtree` can be used."
31463144
msgstr ""
3147-
"Supprime (retire) le répertoire *path*. Ne fonctionne que lorsque le "
3148-
"répertoire est vide, sinon une :exc:`OSError` est levée. Afin de supprimer "
3149-
"toute la hiérarchie de dossier, la fonction :func:`shutil.rmtree` peut être "
3150-
"utilisée."
3145+
"Supprime (efface) le répertoire *path*. Si le répertoire n'existe pas ou "
3146+
"n'est pas vide, une :exc:`FileNotFoundError` ou une :exc:`OSError` est "
3147+
"levée, selon le cas. Pour supprimer des arborescences de répertoires "
3148+
"entières, utilisez :func:`shutil.rmtree`."
31513149

31523150
#: ../Doc/library/os.rst:2223
31533151
msgid ""
@@ -4342,13 +4340,12 @@ msgid ""
43424340
msgstr ""
43434341

43444342
#: ../Doc/library/os.rst:2962
4345-
#, fuzzy
43464343
msgid ""
43474344
"Added support for specifying *path* as an open file descriptor, and the "
43484345
"*dir_fd*, *follow_symlinks*, and *ns* parameters."
43494346
msgstr ""
4350-
"Prise en charge de la spécification d'un descripteur de fichier pour *path* "
4351-
"et les paramètres *dir_fd*, *follow_symlinks*, et *ns* ajoutés."
4347+
"Ajoute la prise en charge d'un descripteur de fichier pour *path* et des "
4348+
"paramètres *dir_fd*, *follow_symlinks* et *ns*."
43524349

43534350
#: ../Doc/library/os.rst:2976
43544351
msgid ""
@@ -4568,11 +4565,12 @@ msgid ""
45684565
msgstr ""
45694566

45704567
#: ../Doc/library/os.rst:3140
4571-
#, fuzzy
45724568
msgid ""
45734569
":ref:`Availability <availability>`: Linux 3.17 or newer with glibc 2.27 or "
45744570
"newer."
4575-
msgstr ":ref:`Disponibilité <availability>` : Linux 3.17 et ultérieures."
4571+
msgstr ""
4572+
":ref:`Disponibilité <availability>` : Linux 3.17 ou plus récent avec glibc "
4573+
"2.27 ou plus récente."
45764574

45774575
#: ../Doc/library/os.rst:3162
45784576
msgid "These flags can be passed to :func:`memfd_create`."

0 commit comments

Comments
 (0)