Skip to content

Commit cc0db50

Browse files
committed
avance 25%
1 parent 02adffc commit cc0db50

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

using/configure.po

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python en Español 3.10\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
"Last-Translator: \n"
1919
"Language-Team: \n"
2020
"Language: es\n"
21-
"X-Generator: Poedit 3.0\n"
21+
"X-Generator: Poedit 2.4.2\n"
2222

2323
#: ../Doc/using/configure.rst:3
2424
msgid "Configure Python"
@@ -117,35 +117,47 @@ msgid ""
117117
"the :ref:`Compile-time configuration <zoneinfo_data_compile_time_config>` of "
118118
"the :mod:`zoneinfo` module."
119119
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`."
120123

121124
#: ../Doc/using/configure.rst:64
122125
msgid ""
123126
"Default: ``/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/"
124127
"etc/zoneinfo``."
125128
msgstr ""
129+
"Por defecto: ``/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/"
130+
"zoneinfo:/etc/zoneinfo``."
126131

127132
#: ../Doc/using/configure.rst:66
128133
msgid "See :data:`os.pathsep` path separator."
129-
msgstr ""
134+
msgstr "Consultar separador de rutas :data:`os.pathsep` ."
130135

131136
#: ../Doc/using/configure.rst:72
132137
msgid ""
133138
"Build the ``_decimal`` extension module using a thread-local context rather "
134139
"than a coroutine-local context (default), see the :mod:`decimal` module."
135140
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`."
136144

137145
#: ../Doc/using/configure.rst:75
138146
msgid "See :data:`decimal.HAVE_CONTEXTVAR` and the :mod:`contextvars` module."
139147
msgstr ""
148+
"Consultar :data:`decimal.HAVE_CONTEXTVAR` y el módulo :mod:`contextvars`."
140149

141150
#: ../Doc/using/configure.rst:81
142151
msgid "Override order to check db backends for the :mod:`dbm` module"
143152
msgstr ""
153+
"Sobrescribe el orden para verificar los db backends para el módulo :mod:`dbm`"
144154

145155
#: ../Doc/using/configure.rst:83
146156
msgid ""
147157
"A valid value is a colon (``:``) separated string with the backend names:"
148158
msgstr ""
159+
"Un valor válido es una cadena de caracteres separada por dos puntos (``:``) "
160+
"con los nombres de los backends:"
149161

150162
#: ../Doc/using/configure.rst:85
151163
msgid "``ndbm``;"
@@ -162,26 +174,29 @@ msgstr "``bdb``."
162174
#: ../Doc/using/configure.rst:91
163175
msgid "Disable C locale coercion to a UTF-8 based locale (enabled by default)."
164176
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)."
165179

166180
#: ../Doc/using/configure.rst:93
167181
msgid "Don't define the ``PY_COERCE_C_LOCALE`` macro."
168-
msgstr ""
182+
msgstr "No define la macro ``PY_COERCE_C_LOCALE``."
169183

170184
#: ../Doc/using/configure.rst:95
171185
msgid "See :envvar:`PYTHONCOERCECLOCALE` and the :pep:`538`."
172-
msgstr ""
186+
msgstr "Consultar :envvar:`PYTHONCOERCECLOCALE` y el :pep:`538`."
173187

174188
#: ../Doc/using/configure.rst:99
175189
msgid "Python library directory name (default is ``lib``)."
176190
msgstr ""
191+
"Nombre del directorio de la biblioteca de Python (por defecto es ``lib``)."
177192

178193
#: ../Doc/using/configure.rst:101
179194
msgid "Fedora and SuSE use ``lib64`` on 64-bit platforms."
180-
msgstr ""
195+
msgstr "Fedora y SuSE usan ``lib64`` en plataformas 64-bit."
181196

182197
#: ../Doc/using/configure.rst:103
183198
msgid "See :data:`sys.platlibdir`."
184-
msgstr ""
199+
msgstr "Consultar :data:`sys.platlibdir`."
185200

186201
#: ../Doc/using/configure.rst:109
187202
msgid ""

0 commit comments

Comments
 (0)