File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-08-02 01:18+0200 \n "
14
+ "PO-Revision-Date : 2022-10-31 01:46-0400 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.2.1\n "
23
24
24
25
#: ../Doc/c-api/buffer.rst:11
25
26
msgid "Buffer Protocol"
@@ -883,10 +884,12 @@ msgid ""
883
884
"Copy data from *src* to *dest* buffer. Can convert between C-style and or "
884
885
"Fortran-style buffers."
885
886
msgstr ""
887
+ "Copiar datos del búfer *src* al *dest*. Puede convertir entre búferes de "
888
+ "estilo C o Fortran."
886
889
887
890
#: ../Doc/c-api/buffer.rst:507
888
891
msgid "``0`` is returned on success, ``-1`` on error."
889
- msgstr ""
892
+ msgstr "Se retorna ``0`` en caso de éxito, ``-1`` en caso de error. "
890
893
891
894
#: ../Doc/c-api/buffer.rst:511
892
895
msgid ""
You can’t perform that action at this time.
0 commit comments