Skip to content

Commit 4729cf6

Browse files
committed
chore(docs): translate c-api/list.po 🤖
Fixed missing msgstr entries for c-api/list.po and cleaned up duplicated translations: - List object type descriptions - PyTypeObject instance descriptions - List type checking functions - Removed duplicate translation entries Updated Last-Translator field and Po-Revision-Date. Closes #3261
1 parent 28ade9d commit 4729cf6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

c-api/list.po

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
14-
"PO-Revision-Date: 2021-08-01 20:11+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2024-12-13 11:30-0800\n"
15+
"Last-Translator: Erick G. Islas-Osuna <erickisos653@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -27,23 +27,22 @@ msgstr "Objetos lista"
2727

2828
#: ../Doc/c-api/list.rst:13
2929
msgid "This subtype of :c:type:`PyObject` represents a Python list object."
30-
msgstr ""
31-
"Este subtipo de :c:type:`PyObject` representa un objeto lista de Python."
30+
msgstr "Este subtipo de :c:type:`PyObject` representa un objeto lista de Python."
3231

3332
#: ../Doc/c-api/list.rst:18
3433
msgid ""
3534
"This instance of :c:type:`PyTypeObject` represents the Python list type. "
3635
"This is the same object as :class:`list` in the Python layer."
3736
msgstr ""
38-
"Esta instancia de :c:type:`PyTypeObject` representa el tipo de lista de "
39-
"Python. Este es el mismo objeto que :class:`list` en la capa de Python."
37+
"Esta instancia de :c:type:`PyTypeObject` representa el tipo lista de Python. "
38+
"Este es el mismo objeto que :class:`list` en la capa de Python."
4039

4140
#: ../Doc/c-api/list.rst:24
4241
msgid ""
4342
"Return true if *p* is a list object or an instance of a subtype of the list "
4443
"type. This function always succeeds."
4544
msgstr ""
46-
"Retorna verdadero si *p* es un objeto de lista o una instancia de un subtipo "
45+
"Retorna verdadero si *p* es un objeto lista o una instancia de un subtipo "
4746
"del tipo lista. Esta función siempre finaliza con éxito."
4847

4948
#: ../Doc/c-api/list.rst:30

0 commit comments

Comments
 (0)