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

Skip to content

Commit 86719c9

Browse files
kw-andyJulienPalard
authored andcommitted
adding the extra translation for objbuffer.po (#616)
1 parent 8fa5442 commit 86719c9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

c-api/objbuffer.po

Lines changed: 7 additions & 4 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-03-20 09:03+0100\n"
9-
"PO-Revision-Date: 2018-11-30 10:55+0100\n"
9+
"PO-Revision-Date: 2019-03-21 20:12+0100\n"
1010
"Last-Translator: Jules Lasne <[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.2\n"
16+
"X-Generator: Poedit 2.0.6\n"
1717

1818
#: ../Doc/c-api/objbuffer.rst:4
1919
msgid "Old Buffer Protocol"
@@ -78,20 +78,23 @@ msgstr ""
7878
"`TypeError` en cas d'erreur."
7979

8080
#: ../Doc/c-api/objbuffer.rst:41
81-
#, fuzzy
8281
msgid ""
8382
"Returns ``1`` if *o* supports the single-segment readable buffer interface. "
8483
"Otherwise returns ``0``. This function always succeeds."
8584
msgstr ""
8685
"Retourne ``1`` si *o* prend en charge l'interface de mémoire tampon lisible "
87-
"à segment unique. Sinon, renvoie ``0``."
86+
"à segment unique. Sinon, renvoie ``0``. Cette fonction réussit toujours."
8887

8988
#: ../Doc/c-api/objbuffer.rst:44
9089
msgid ""
9190
"Note that this function tries to get and release a buffer, and exceptions "
9291
"which occur while calling corresponding functions will get suppressed. To "
9392
"get error reporting use :c:func:`PyObject_GetBuffer()` instead."
9493
msgstr ""
94+
"Notez que cette fonction tente d'obtenir et de libérer une mémoire tampon, "
95+
"et les exceptions qui se produisent lors de l'appel des fonctions "
96+
"correspondantes seront supprimées. Pour obtenir un rapport d'erreur, "
97+
"utilisez à la place :c:func:`PyObject_GetBuffer()`."
9598

9699
#: ../Doc/c-api/objbuffer.rst:51
97100
msgid ""

0 commit comments

Comments
 (0)