@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-08 -04 21:58+0200 \n "
14
+ "PO-Revision-Date : 2022-11 -04 19:47-0300 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.0.1\n "
23
24
24
25
#: ../Doc/library/sysconfig.rst:2
25
26
msgid ""
@@ -133,9 +134,8 @@ msgstr ""
133
134
"lugares correctos."
134
135
135
136
#: ../Doc/library/sysconfig.rst:76
136
- #, fuzzy
137
137
msgid "Python currently supports nine schemes:"
138
- msgstr "Python actualmente admite siete esquemas:"
138
+ msgstr "Python actualmente admite nueve esquemas:"
139
139
140
140
#: ../Doc/library/sysconfig.rst:78
141
141
msgid ""
@@ -171,6 +171,8 @@ msgid ""
171
171
"*posix_venv*: scheme for :mod:`Python virtual environments <venv>` on POSIX "
172
172
"platforms; by default it is the same as *posix_prefix* ."
173
173
msgstr ""
174
+ "*posix_venv*: esquema para :mod:`Entornos virtuales de Python <venv>` en "
175
+ "plataformas POSIX; por defecto es el mismo que *posix_prefix* ."
174
176
175
177
#: ../Doc/library/sysconfig.rst:88
176
178
msgid "*nt*: scheme for NT platforms like Windows."
@@ -186,18 +188,20 @@ msgid ""
186
188
"*nt_venv*: scheme for :mod:`Python virtual environments <venv>` on NT "
187
189
"platforms; by default it is the same as *nt* ."
188
190
msgstr ""
191
+ "*nt_venv*: esquema para :mod:`Entornos virtuales de Python <venv>` en "
192
+ "plataformas NT; por defecto es el mismo que *nt* ."
189
193
190
194
#: ../Doc/library/sysconfig.rst:92
191
195
msgid ""
192
196
"*venv*: a scheme with values from ether *posix_venv* or *nt_venv* depending "
193
197
"on the platform Python runs on"
194
198
msgstr ""
199
+ "*venv*: un esquema con valores como *posix_venv* o *nt_venv* dependiendo de "
200
+ "la plataforma donde Python está funcionando"
195
201
196
202
#: ../Doc/library/sysconfig.rst:94
197
- #, fuzzy
198
203
msgid "*osx_framework_user*: scheme for macOS, when the *user* option is used."
199
- msgstr ""
200
- "*nt_user*: esquema para plataformas NT, cuando se usa la opción *user*."
204
+ msgstr "*nt_user*: esquema para macOS, cuando se usa la opción *user*."
201
205
202
206
#: ../Doc/library/sysconfig.rst:96
203
207
msgid ""
@@ -236,22 +240,20 @@ msgstr ""
236
240
"la plataforma."
237
241
238
242
#: ../Doc/library/sysconfig.rst:105
239
- #, fuzzy
240
243
msgid ""
241
244
"*include*: directory for non-platform-specific header files for the Python C-"
242
245
"API."
243
246
msgstr ""
244
- "*include*: directorio para archivos de encabezado no específicos de "
245
- "plataforma ."
247
+ "*include*: directorio para plataformas no especificadas para archivos de "
248
+ "encabezado de Python C-API ."
246
249
247
250
#: ../Doc/library/sysconfig.rst:107
248
- #, fuzzy
249
251
msgid ""
250
252
"*platinclude*: directory for platform-specific header files for the Python C-"
251
253
"API."
252
254
msgstr ""
253
- "*platinclude *: directorio para archivos de encabezado específicos de la "
254
- "plataforma ."
255
+ "*include *: directorio para plataformas especificadas para archivos de "
256
+ "encabezado de Python C-API ."
255
257
256
258
#: ../Doc/library/sysconfig.rst:109
257
259
msgid "*scripts*: directory for script files."
@@ -291,6 +293,8 @@ msgstr ""
291
293
msgid ""
292
294
"When Python runs from a virtual environment, the *venv* scheme is returned."
293
295
msgstr ""
296
+ "Cuando Python se ejecuta desde un entorno virtual, este retorna el esquema "
297
+ "*venv*."
294
298
295
299
#: ../Doc/library/sysconfig.rst:134
296
300
msgid ""
@@ -318,6 +322,8 @@ msgid ""
318
322
"When Python runs from a virtual environment and ``key=\" prefix\" ``, the "
319
323
"*venv* scheme is returned."
320
324
msgstr ""
325
+ "Cuando Python se ejecuta desde un entorno virtual con ``key=\" prefix\" ``, "
326
+ "este retorna el esquema *venv*."
321
327
322
328
#: ../Doc/library/sysconfig.rst:151
323
329
msgid ""
0 commit comments