@@ -10,74 +10,88 @@ msgstr ""
10
10
"Project-Id-Version : Python en Español 3.13\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2024-11-21 16:38-0300\n "
13
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
15
- "Language : es\n "
13
+ "PO-Revision-Date : 2025-01-28 11:30+0100\n "
14
+ "Last-Translator : Carlos Mena Pérez <@carlosm00>\n "
16
15
"
Language-Team :
es <[email protected] >\n "
17
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
16
+ "Language : es \n "
18
17
"MIME-Version : 1.0\n "
19
18
"Content-Type : text/plain; charset=utf-8\n "
20
19
"Content-Transfer-Encoding : 8bit\n "
20
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
21
"Generated-By : Babel 2.16.0\n "
22
+ "X-Generator : Poedit 3.5\n "
22
23
23
24
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:2
24
25
msgid "Pending Removal in Python 3.15"
25
- msgstr ""
26
+ msgstr "Pendiente de eliminación en Python 3.15 "
26
27
27
28
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:4
28
29
msgid "The bundled copy of ``libmpdecimal``."
29
- msgstr ""
30
+ msgstr "La copia incluida de ``libmpdecimal``. "
30
31
31
32
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:5
32
33
msgid ""
33
34
"The :c:func:`PyImport_ImportModuleNoBlock`: Use :c:func:"
34
35
"`PyImport_ImportModule` instead."
35
36
msgstr ""
37
+ "La función :c:func:`PyImport_ImportModuleNoBlock`: use :c:func:"
38
+ "`PyImport_ImportModule` en su lugar."
36
39
37
40
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:7
38
41
msgid ""
39
42
":c:func:`PyWeakref_GetObject` and :c:func:`PyWeakref_GET_OBJECT`: Use :c:"
40
43
"func:`PyWeakref_GetRef` instead."
41
44
msgstr ""
45
+ ":c:func:`PyWeakref_GetObject` y :c:func:`PyWeakref_GET_OBJECT`: use :c:func:"
46
+ "`PyWeakref_GetRef` en su lugar."
42
47
43
48
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:9
44
49
msgid ""
45
50
":c:type:`Py_UNICODE` type and the :c:macro:`!Py_UNICODE_WIDE` macro: Use :c:"
46
51
"type:`wchar_t` instead."
47
52
msgstr ""
53
+ "El tipo :c:type:`Py_UNICODE` y macro :c:macro:`!Py_UNICODE_WIDE`: use :c:"
54
+ "type:`wchar_t` en su lugar."
48
55
49
56
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:11
50
57
msgid "Python initialization functions:"
51
- msgstr ""
58
+ msgstr "Funciones de inicialización de Python: "
52
59
53
60
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:13
54
61
msgid ""
55
62
":c:func:`PySys_ResetWarnOptions`: Clear :data:`sys.warnoptions` and :data:`!"
56
63
"warnings.filters` instead."
57
64
msgstr ""
65
+ ":c:func:`PySys_ResetWarnOptions`: Borre :data:`sys.warnoptions` y :data:`!"
66
+ "warnings.filters` en su lugar."
58
67
59
68
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:15
60
69
msgid ":c:func:`Py_GetExecPrefix`: Get :data:`sys.exec_prefix` instead."
61
70
msgstr ""
71
+ ":c:func:`Py_GetExecPrefix`: obtenga :data:`sys.exec_prefix` en su lugar."
62
72
63
73
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:17
64
74
msgid ":c:func:`Py_GetPath`: Get :data:`sys.path` instead."
65
- msgstr ""
75
+ msgstr ":c:func:`Py_GetPath`: obtenga :data:`sys.path` en su lugar. "
66
76
67
77
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:19
68
78
msgid ":c:func:`Py_GetPrefix`: Get :data:`sys.prefix` instead."
69
- msgstr ""
79
+ msgstr ":c:func:`Py_GetPrefix`: obtenga :data:`sys.prefix` en su lugar. "
70
80
71
81
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:21
72
82
msgid ":c:func:`Py_GetProgramFullPath`: Get :data:`sys.executable` instead."
73
83
msgstr ""
84
+ ":c:func:`Py_GetProgramFullPath`: obtenga :data:`sys.executable` en su lugar."
74
85
75
86
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:23
76
87
msgid ":c:func:`Py_GetProgramName`: Get :data:`sys.executable` instead."
77
88
msgstr ""
89
+ ":c:func:`Py_GetProgramName`: obtenga :data:`sys.executable` en su lugar."
78
90
79
91
#: ../Doc/deprecations/c-api-pending-removal-in-3.15.rst:25
80
92
msgid ""
81
93
":c:func:`Py_GetPythonHome`: Get :c:member:`PyConfig.home` or the :envvar:"
82
94
"`PYTHONHOME` environment variable instead."
83
95
msgstr ""
96
+ ":c:func:`Py_GetPythonHome`: obtenga :c:member:`PyConfig.home` o la variable "
97
+ "de entorno :envvar:`PYTHONHOME` en su lugar."
0 commit comments