@@ -10,134 +10,172 @@ 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-05-30 00:19+0200\n "
14
+ "Last-Translator :Carlos Mena Pérez <@carlosm00>\n "
16
15
"Language-Team :es <LL@li.org>\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-future.rst:2
24
25
msgid "Pending Removal in Future Versions"
25
- msgstr ""
26
+ msgstr "Pendiente de eliminación en versiones futuras "
26
27
27
28
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:4
28
29
msgid ""
29
30
"The following APIs are deprecated and will be removed, although there is "
30
31
"currently no date scheduled for their removal."
31
32
msgstr ""
33
+ "Las siguientes APIs están obsoletas y serán eliminadas, aunque actualmente "
34
+ "no hay fecha prevista para su eliminación."
32
35
33
36
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:7
34
37
msgid ":c:macro:`Py_TPFLAGS_HAVE_FINALIZE`: Unneeded since Python 3.8."
35
- msgstr ""
38
+ msgstr ":c:macro:`Py_TPFLAGS_HAVE_FINALIZE`: Innecesaria desde Python 3.8. "
36
39
37
40
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:9
38
41
msgid ":c:func:`PyErr_Fetch`: Use :c:func:`PyErr_GetRaisedException` instead."
39
42
msgstr ""
43
+ ":c:func:`PyErr_Fetch`: Utilice :c:func:`PyErr_GetRaisedException` en su "
44
+ "lugar."
40
45
41
46
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:11
42
47
msgid ""
43
48
":c:func:`PyErr_NormalizeException`: Use :c:func:`PyErr_GetRaisedException` "
44
49
"instead."
45
50
msgstr ""
51
+ ":c:func:`PyErr_NormalizeException`: Utilice :c:func:"
52
+ "`PyErr_GetRaisedException` en su lugar."
46
53
47
54
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:13
48
55
msgid ""
49
56
":c:func:`PyErr_Restore`: Use :c:func:`PyErr_SetRaisedException` instead."
50
57
msgstr ""
58
+ ":c:func:`PyErr_Restore`: Utilice :c:func:`PyErr_SetRaisedException` en su "
59
+ "lugar."
51
60
52
61
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:15
53
62
msgid ""
54
63
":c:func:`PyModule_GetFilename`: Use :c:func:`PyModule_GetFilenameObject` "
55
64
"instead."
56
65
msgstr ""
66
+ ":c:func:`PyModule_GetFilename`: Utilice :c:func:`PyModule_GetFilenameObject` "
67
+ "en su lugar."
57
68
58
69
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:17
59
70
msgid ":c:func:`PyOS_AfterFork`: Use :c:func:`PyOS_AfterFork_Child` instead."
60
71
msgstr ""
72
+ ":c:func:`PyOS_AfterFork`: Utilice :c:func:`PyOS_AfterFork_Child` en su lugar."
61
73
62
74
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:19
63
75
msgid ""
64
76
":c:func:`PySlice_GetIndicesEx`: Use :c:func:`PySlice_Unpack` and :c:func:"
65
77
"`PySlice_AdjustIndices` instead."
66
78
msgstr ""
79
+ ":c:func:`PySlice_GetIndicesEx`: Utilice :c:func:`PySlice_Unpack` y :c:func:"
80
+ "`PySlice_AdjustIndices` en su lugar."
67
81
68
82
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:21
69
83
msgid ""
70
84
":c:func:`!PyUnicode_AsDecodedObject`: Use :c:func:`PyCodec_Decode` instead."
71
85
msgstr ""
86
+ ":c:func:`!PyUnicode_AsDecodedObject`: Utilice :c:func:`PyCodec_Decode` en su "
87
+ "lugar."
72
88
73
89
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:23
74
90
msgid ""
75
91
":c:func:`!PyUnicode_AsDecodedUnicode`: Use :c:func:`PyCodec_Decode` instead."
76
92
msgstr ""
93
+ ":c:func:`!PyUnicode_AsDecodedUnicode`: Utilice :c:func:`PyCodec_Decode` en "
94
+ "su lugar."
77
95
78
96
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:25
79
97
msgid ""
80
98
":c:func:`!PyUnicode_AsEncodedObject`: Use :c:func:`PyCodec_Encode` instead."
81
99
msgstr ""
100
+ ":c:func:`!PyUnicode_AsEncodedObject`: Utilice :c:func:`PyCodec_Encode` en su "
101
+ "lugar."
82
102
83
103
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:27
84
104
msgid ""
85
105
":c:func:`!PyUnicode_AsEncodedUnicode`: Use :c:func:`PyCodec_Encode` instead."
86
106
msgstr ""
107
+ ":c:func:`!PyUnicode_AsEncodedUnicode`: Utilice :c:func:`PyCodec_Encode` en "
108
+ "su lugar."
87
109
88
110
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:29
89
111
msgid ":c:func:`PyUnicode_READY`: Unneeded since Python 3.12"
90
- msgstr ""
112
+ msgstr ":c:func:`PyUnicode_READY`: Innecesaria desde Python 3.12 "
91
113
92
114
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:31
93
115
msgid ":c:func:`!PyErr_Display`: Use :c:func:`PyErr_DisplayException` instead."
94
116
msgstr ""
117
+ ":c:func:`!PyErr_Display`: Utilice :c:func:`PyErr_DisplayException` en su "
118
+ "lugar."
95
119
96
120
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:33
97
121
msgid ""
98
122
":c:func:`!_PyErr_ChainExceptions`: Use :c:func:`!_PyErr_ChainExceptions1` "
99
123
"instead."
100
124
msgstr ""
125
+ ":c:func:`!_PyErr_ChainExceptions`: Utilice :c:func:`!"
126
+ "_PyErr_ChainExceptions1` en su lugar."
101
127
102
128
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:35
103
129
msgid ""
104
130
":c:member:`!PyBytesObject.ob_shash` member: call :c:func:`PyObject_Hash` "
105
131
"instead."
106
132
msgstr ""
133
+ "Miembro :c:member:`!PyBytesObject.ob_shash`: Llame a :c:func:`PyObject_Hash` "
134
+ "en su lugar."
107
135
108
136
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:37
109
137
msgid ":c:member:`!PyDictObject.ma_version_tag` member."
110
- msgstr ""
138
+ msgstr "Miembro :c:member:`!PyDictObject.ma_version_tag`. "
111
139
112
140
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:38
113
141
msgid "Thread Local Storage (TLS) API:"
114
- msgstr ""
142
+ msgstr "API de almacenamiento local de hilos (TLS): "
115
143
116
144
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:40
117
145
msgid ""
118
146
":c:func:`PyThread_create_key`: Use :c:func:`PyThread_tss_alloc` instead."
119
147
msgstr ""
148
+ ":c:func:`PyThread_create_key`: Utilice :c:func:`PyThread_tss_alloc` en su "
149
+ "lugar."
120
150
121
151
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:42
122
152
msgid ":c:func:`PyThread_delete_key`: Use :c:func:`PyThread_tss_free` instead."
123
153
msgstr ""
154
+ ":c:func:`PyThread_delete_key`: Utilice :c:func:`PyThread_tss_free` en su "
155
+ "lugar."
124
156
125
157
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:44
126
158
msgid ""
127
159
":c:func:`PyThread_set_key_value`: Use :c:func:`PyThread_tss_set` instead."
128
160
msgstr ""
161
+ ":c:func:`PyThread_set_key_value`: Utilice :c:func:`PyThread_tss_set` en su "
162
+ "lugar."
129
163
130
164
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:46
131
165
msgid ""
132
166
":c:func:`PyThread_get_key_value`: Use :c:func:`PyThread_tss_get` instead."
133
167
msgstr ""
168
+ ":c:func:`PyThread_get_key_value`: Utilice :c:func:`PyThread_tss_get` en su "
169
+ "lugar."
134
170
135
171
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:48
136
172
msgid ""
137
173
":c:func:`PyThread_delete_key_value`: Use :c:func:`PyThread_tss_delete` "
138
174
"instead."
139
175
msgstr ""
176
+ ":c:func:`PyThread_delete_key_value`: Utilice :c:func:`PyThread_tss_delete` "
177
+ "en su lugar."
140
178
141
179
#: ../Doc/deprecations/c-api-pending-removal-in-future.rst:50
142
180
msgid ":c:func:`PyThread_ReInitTLS`: Unneeded since Python 3.7."
143
- msgstr ""
181
+ msgstr ":c:func:`PyThread_ReInitTLS`: Innecesaria desde Python 3.7. "