@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python en Español 3.10\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
12
- "PO-Revision-Date : 2021-10-21 21:11 -0300\n "
12
+ "PO-Revision-Date : 2021-10-22 11:35 -0300\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
@@ -18,7 +18,7 @@ msgstr ""
18
18
"Last-Translator : \n "
19
19
"Language-Team : \n "
20
20
"Language : es\n "
21
- "X-Generator : Poedit 3.0 \n "
21
+ "X-Generator : Poedit 2.4.2 \n "
22
22
23
23
#: ../Doc/using/configure.rst:3
24
24
msgid "Configure Python"
@@ -117,35 +117,47 @@ msgid ""
117
117
"the :ref:`Compile-time configuration <zoneinfo_data_compile_time_config>` of "
118
118
"the :mod:`zoneinfo` module."
119
119
msgstr ""
120
+ "Selecciona la ruta de búsqueda de zona horaria predeterminada para :data:"
121
+ "`zoneinfo.TZPATH`. Consultar la :ref:`Configuración en tiempo de compilación "
122
+ "<zoneinfo_data_compile_time_config>` del módulo :mod:`zoneinfo`."
120
123
121
124
#: ../Doc/using/configure.rst:64
122
125
msgid ""
123
126
"Default: ``/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/"
124
127
"etc/zoneinfo``."
125
128
msgstr ""
129
+ "Por defecto: ``/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/"
130
+ "zoneinfo:/etc/zoneinfo``."
126
131
127
132
#: ../Doc/using/configure.rst:66
128
133
msgid "See :data:`os.pathsep` path separator."
129
- msgstr ""
134
+ msgstr "Consultar separador de rutas :data:`os.pathsep` . "
130
135
131
136
#: ../Doc/using/configure.rst:72
132
137
msgid ""
133
138
"Build the ``_decimal`` extension module using a thread-local context rather "
134
139
"than a coroutine-local context (default), see the :mod:`decimal` module."
135
140
msgstr ""
141
+ "Construye el módulo de extensión ``_decimal`` usando un contexto local de "
142
+ "hilos en lugar de un contexto local de corutinas (predeterminado), consultar "
143
+ "el módulo :mod:`decimal`."
136
144
137
145
#: ../Doc/using/configure.rst:75
138
146
msgid "See :data:`decimal.HAVE_CONTEXTVAR` and the :mod:`contextvars` module."
139
147
msgstr ""
148
+ "Consultar :data:`decimal.HAVE_CONTEXTVAR` y el módulo :mod:`contextvars`."
140
149
141
150
#: ../Doc/using/configure.rst:81
142
151
msgid "Override order to check db backends for the :mod:`dbm` module"
143
152
msgstr ""
153
+ "Sobrescribe el orden para verificar los db backends para el módulo :mod:`dbm`"
144
154
145
155
#: ../Doc/using/configure.rst:83
146
156
msgid ""
147
157
"A valid value is a colon (``:``) separated string with the backend names:"
148
158
msgstr ""
159
+ "Un valor válido es una cadena de caracteres separada por dos puntos (``:``) "
160
+ "con los nombres de los backends:"
149
161
150
162
#: ../Doc/using/configure.rst:85
151
163
msgid "``ndbm``;"
@@ -162,26 +174,29 @@ msgstr "``bdb``."
162
174
#: ../Doc/using/configure.rst:91
163
175
msgid "Disable C locale coercion to a UTF-8 based locale (enabled by default)."
164
176
msgstr ""
177
+ "Deshabilita la coerción de configuración regional C a una configuración "
178
+ "regional basada en UTF-8 (habilitada de forma predeterminada)."
165
179
166
180
#: ../Doc/using/configure.rst:93
167
181
msgid "Don't define the ``PY_COERCE_C_LOCALE`` macro."
168
- msgstr ""
182
+ msgstr "No define la macro ``PY_COERCE_C_LOCALE``. "
169
183
170
184
#: ../Doc/using/configure.rst:95
171
185
msgid "See :envvar:`PYTHONCOERCECLOCALE` and the :pep:`538`."
172
- msgstr ""
186
+ msgstr "Consultar :envvar:`PYTHONCOERCECLOCALE` y el :pep:`538`. "
173
187
174
188
#: ../Doc/using/configure.rst:99
175
189
msgid "Python library directory name (default is ``lib``)."
176
190
msgstr ""
191
+ "Nombre del directorio de la biblioteca de Python (por defecto es ``lib``)."
177
192
178
193
#: ../Doc/using/configure.rst:101
179
194
msgid "Fedora and SuSE use ``lib64`` on 64-bit platforms."
180
- msgstr ""
195
+ msgstr "Fedora y SuSE usan ``lib64`` en plataformas 64-bit. "
181
196
182
197
#: ../Doc/using/configure.rst:103
183
198
msgid "See :data:`sys.platlibdir`."
184
- msgstr ""
199
+ msgstr "Consultar :data:`sys.platlibdir`. "
185
200
186
201
#: ../Doc/using/configure.rst:109
187
202
msgid ""
0 commit comments