@@ -10,173 +10,224 @@ 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:58+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-3.14.rst:2
24
25
msgid "Pending Removal in Python 3.14"
25
- msgstr ""
26
+ msgstr "Pendiente de eliminación en Python 3.14 "
26
27
27
28
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:4
28
29
msgid ""
29
30
"The ``ma_version_tag`` field in :c:type:`PyDictObject` for extension modules "
30
31
"(:pep:`699`; :gh:`101193`)."
31
32
msgstr ""
33
+ "El campo ``ma_version_tag`` en :c:type:`PyDictObject` para módulos de "
34
+ "extensión (:pep:`699`; :gh:`101193`)."
32
35
33
36
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:7
34
37
msgid ""
35
38
"Creating :c:data:`immutable types <Py_TPFLAGS_IMMUTABLETYPE>` with mutable "
36
39
"bases (:gh:`95388`)."
37
40
msgstr ""
41
+ "Creando :c:data:`immutable types <Py_TPFLAGS_IMMUTABLETYPE>` con bases "
42
+ "mutables (:gh:`95388`)."
38
43
39
44
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:10
40
45
msgid ""
41
46
"Functions to configure Python's initialization, deprecated in Python 3.11:"
42
47
msgstr ""
48
+ "Funciones para configurar la inicialización de Python, obsoletas en Python "
49
+ "3.11:"
43
50
44
51
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:12
45
52
msgid ":c:func:`!PySys_SetArgvEx()`: Set :c:member:`PyConfig.argv` instead."
46
53
msgstr ""
54
+ ":c:func:`!PySys_SetArgvEx()`: Establezca :c:member:`PyConfig.argv` en su "
55
+ "lugar."
47
56
48
57
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:14
49
58
msgid ":c:func:`!PySys_SetArgv()`: Set :c:member:`PyConfig.argv` instead."
50
59
msgstr ""
60
+ ":c:func:`!PySys_SetArgv()`: Establezca :c:member:`PyConfig.argv` en su lugar."
51
61
52
62
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:16
53
63
msgid ""
54
64
":c:func:`!Py_SetProgramName()`: Set :c:member:`PyConfig.program_name` "
55
65
"instead."
56
66
msgstr ""
67
+ ":c:func:`!Py_SetProgramName()`: Establezca :c:member:`PyConfig.program_name` "
68
+ "en su lugar."
57
69
58
70
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:18
59
71
msgid ":c:func:`!Py_SetPythonHome()`: Set :c:member:`PyConfig.home` instead."
60
72
msgstr ""
73
+ ":c:func:`!Py_SetPythonHome()`: Establezca :c:member:`PyConfig.home` en su "
74
+ "lugar."
61
75
62
76
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:21
63
77
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:71
64
78
msgid ""
65
79
"The :c:func:`Py_InitializeFromConfig` API should be used with :c:type:"
66
80
"`PyConfig` instead."
67
81
msgstr ""
82
+ "La API :c:func:`Py_InitializeFromConfig`debería utilizarse con :c:type:"
83
+ "`PyConfig` en su lugar."
68
84
69
85
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:24
70
86
msgid "Global configuration variables:"
71
- msgstr ""
87
+ msgstr "Variables de configuración global: "
72
88
73
89
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:26
74
90
msgid ":c:var:`Py_DebugFlag`: Use :c:member:`PyConfig.parser_debug` instead."
75
91
msgstr ""
92
+ ":c:var:`Py_DebugFlag`: Utilice :c:member:`PyConfig.parser_debug` en su lugar."
76
93
77
94
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:28
78
95
msgid ":c:var:`Py_VerboseFlag`: Use :c:member:`PyConfig.verbose` instead."
79
96
msgstr ""
97
+ ":c:var:`Py_VerboseFlag`: Utilice :c:member:`PyConfig.verbose` en su lugar."
80
98
81
99
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:30
82
100
msgid ":c:var:`Py_QuietFlag`: Use :c:member:`PyConfig.quiet` instead."
83
- msgstr ""
101
+ msgstr ":c:var:`Py_QuietFlag`: Utilice :c:member:`PyConfig.quiet` en su lugar. "
84
102
85
103
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:32
86
104
msgid ""
87
105
":c:var:`Py_InteractiveFlag`: Use :c:member:`PyConfig.interactive` instead."
88
106
msgstr ""
107
+ ":c:var:`Py_InteractiveFlag`: Utilice :c:member:`PyConfig.interactive` en su "
108
+ "lugar."
89
109
90
110
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:34
91
111
msgid ":c:var:`Py_InspectFlag`: Use :c:member:`PyConfig.inspect` instead."
92
112
msgstr ""
113
+ ":c:var:`Py_InspectFlag`: Utilice :c:member:`PyConfig.inspect` en su lugar."
93
114
94
115
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:36
95
116
msgid ""
96
117
":c:var:`Py_OptimizeFlag`: Use :c:member:`PyConfig.optimization_level` "
97
118
"instead."
98
119
msgstr ""
120
+ ":c:var:`Py_OptimizeFlag`: Utilice :c:member:`PyConfig.optimization_level` en "
121
+ "su lugar."
99
122
100
123
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:38
101
124
msgid ":c:var:`Py_NoSiteFlag`: Use :c:member:`PyConfig.site_import` instead."
102
125
msgstr ""
126
+ ":c:var:`Py_NoSiteFlag`: Utilice :c:member:`PyConfig.site_import` en su lugar."
103
127
104
128
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:40
105
129
msgid ""
106
130
":c:var:`Py_BytesWarningFlag`: Use :c:member:`PyConfig.bytes_warning` instead."
107
131
msgstr ""
132
+ ":c:var:`Py_BytesWarningFlag`: Utilice :c:member:`PyConfig.bytes_warning` en "
133
+ "su lugar."
108
134
109
135
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:42
110
136
msgid ""
111
137
":c:var:`Py_FrozenFlag`: Use :c:member:`PyConfig.pathconfig_warnings` instead."
112
138
msgstr ""
139
+ ":c:var:`Py_FrozenFlag`: Utilice :c:member:`PyConfig.pathconfig_warnings` en "
140
+ "su lugar."
113
141
114
142
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:44
115
143
msgid ""
116
144
":c:var:`Py_IgnoreEnvironmentFlag`: Use :c:member:`PyConfig.use_environment` "
117
145
"instead."
118
146
msgstr ""
147
+ ":c:var:`Py_IgnoreEnvironmentFlag`: Utilice :c:member:`PyConfig."
148
+ "use_environment` en su lugar."
119
149
120
150
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:46
121
151
msgid ""
122
152
":c:var:`Py_DontWriteBytecodeFlag`: Use :c:member:`PyConfig.write_bytecode` "
123
153
"instead."
124
154
msgstr ""
155
+ ":c:var:`Py_DontWriteBytecodeFlag`: Utilice :c:member:`PyConfig."
156
+ "write_bytecode` en su lugar."
125
157
126
158
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:48
127
159
msgid ""
128
160
":c:var:`Py_NoUserSiteDirectory`: Use :c:member:`PyConfig."
129
161
"user_site_directory` instead."
130
162
msgstr ""
163
+ ":c:var:`Py_NoUserSiteDirectory`: Utilice :c:member:`PyConfig."
164
+ "user_site_directory` en su lugar."
131
165
132
166
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:50
133
167
msgid ""
134
168
":c:var:`Py_UnbufferedStdioFlag`: Use :c:member:`PyConfig.buffered_stdio` "
135
169
"instead."
136
170
msgstr ""
171
+ ":c:var:`Py_UnbufferedStdioFlag`: Utilice :c:member:`PyConfig.buffered_stdio` "
172
+ "en su lugar."
137
173
138
174
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:52
139
175
msgid ""
140
176
":c:var:`Py_HashRandomizationFlag`: Use :c:member:`PyConfig.use_hash_seed` "
141
177
"and :c:member:`PyConfig.hash_seed` instead."
142
178
msgstr ""
179
+ ":c:var:`Py_HashRandomizationFlag`: Utilice :c:member:`PyConfig."
180
+ "use_hash_seed` y :c:member:`PyConfig.hash_seed` en su lugar."
143
181
144
182
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:55
145
183
msgid ":c:var:`Py_IsolatedFlag`: Use :c:member:`PyConfig.isolated` instead."
146
184
msgstr ""
185
+ ":c:var:`Py_IsolatedFlag`: Utilice :c:member:`PyConfig.isolated` en su lugar."
147
186
148
187
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:57
149
188
msgid ""
150
189
":c:var:`Py_LegacyWindowsFSEncodingFlag`: Use :c:member:`PyPreConfig."
151
190
"legacy_windows_fs_encoding` instead."
152
191
msgstr ""
192
+ ":c:var:`Py_LegacyWindowsFSEncodingFlag`: Utilice :c:member:`PyPreConfig."
193
+ "legacy_windows_fs_encoding` en su lugar."
153
194
154
195
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:59
155
196
msgid ""
156
197
":c:var:`Py_LegacyWindowsStdioFlag`: Use :c:member:`PyConfig."
157
198
"legacy_windows_stdio` instead."
158
199
msgstr ""
200
+ ":c:var:`Py_LegacyWindowsStdioFlag`: Utilice :c:member:`PyConfig."
201
+ "legacy_windows_stdio` en su lugar."
159
202
160
203
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:61
161
204
msgid ""
162
205
":c:var:`!Py_FileSystemDefaultEncoding`: Use :c:member:`PyConfig."
163
206
"filesystem_encoding` instead."
164
207
msgstr ""
208
+ ":c:var:`!Py_FileSystemDefaultEncoding`: Utilice :c:member:`PyConfig."
209
+ "filesystem_encoding` en su lugar."
165
210
166
211
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:63
167
212
msgid ""
168
213
":c:var:`!Py_HasFileSystemDefaultEncoding`: Use :c:member:`PyConfig."
169
214
"filesystem_encoding` instead."
170
215
msgstr ""
216
+ ":c:var:`!Py_HasFileSystemDefaultEncoding`: Utilice :c:member:`PyConfig."
217
+ "filesystem_encoding` en su lugar."
171
218
172
219
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:65
173
220
msgid ""
174
221
":c:var:`!Py_FileSystemDefaultEncodeErrors`: Use :c:member:`PyConfig."
175
222
"filesystem_errors` instead."
176
223
msgstr ""
224
+ ":c:var:`!Py_FileSystemDefaultEncodeErrors`: Utilice :c:member:`PyConfig."
225
+ "filesystem_errors` en su lugar."
177
226
178
227
#: ../Doc/deprecations/c-api-pending-removal-in-3.14.rst:67
179
228
msgid ""
180
229
":c:var:`!Py_UTF8Mode`: Use :c:member:`PyPreConfig.utf8_mode` instead. (see :"
181
230
"c:func:`Py_PreInitialize`)"
182
231
msgstr ""
232
+ ":c:var:`!Py_UTF8Mode`: Utilice :c:member:`PyPreConfig.utf8_mode` en su "
233
+ "lugar. (Consulte :c:func:`Py_PreInitialize`)"