Skip to content

Commit 3ab95dd

Browse files
committed
complete translation of c-api/iter.po - fixes #3795
1 parent 9b99734 commit 3ab95dd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

c-api/iter.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,18 @@ msgid ""
5555
"if there are no remaining values. Return ``-1``, set *item* to ``NULL`` and "
5656
"set an exception on error."
5757
msgstr ""
58+
"Retorna ``1`` y establece *item* en una :term:`referencia fuerte` del siguiente "
59+
"valor del iterador *iter* en caso de éxito. Retorna ``0`` y establece *item* en ``NULL`` "
60+
"si no hay valores restantes. Retorna ``-1``, establece *item* en ``NULL`` y "
61+
"establece una excepción en caso de error."
5862

5963
#: ../Doc/c-api/iter.rst:34
6064
msgid ""
6165
"This is an older version of :c:func:`!PyIter_NextItem`, which is retained "
6266
"for backwards compatibility. Prefer :c:func:`PyIter_NextItem`."
6367
msgstr ""
68+
"Esta es una versión anterior de :c:func:`!PyIter_NextItem`, que se mantiene "
69+
"para compatibilidad hacia atrás. Prefiere :c:func:`PyIter_NextItem`."
6470

6571
#: ../Doc/c-api/iter.rst:38
6672
msgid ""

0 commit comments

Comments
 (0)