@@ -11,8 +11,8 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14
- "PO-Revision-Date : 2021-10-18 21:39-0300 \n "
15
- "Last-Translator : \n "
14
+ "PO-Revision-Date : 2022-01-03 10:17-0500 \n "
15
+ "Last-Translator : Adolfo Hristo David Roque Gámez <aroquega@gmail.com> \n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
18
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
@@ -22,7 +22,7 @@ msgstr ""
22
22
"Generated-By : Babel 2.8.0\n "
23
23
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
24
24
"Language : es\n "
25
- "X-Generator : Poedit 2.4.2 \n "
25
+ "X-Generator : Poedit 3.0 \n "
26
26
27
27
#: ../Doc/library/logging.rst:2
28
28
msgid ":mod:`logging` --- Logging facility for Python"
@@ -988,6 +988,9 @@ msgid ""
988
988
"custom fields. For example: ``logging.Formatter('%(ip)s %(message)s', "
989
989
"defaults={\" ip\" : None})``"
990
990
msgstr ""
991
+ "El parámetro *defaults* puede ser un diccionario con valores por defecto "
992
+ "para usar en campos personalizados. Por ejemplo: ``logging.Formatter('%(ip)s "
993
+ "%(message)s', defaults={\" ip\" : None})``"
991
994
992
995
#: ../Doc/library/logging.rst:552
993
996
msgid "The *style* parameter was added."
@@ -1005,12 +1008,10 @@ msgstr ""
1005
1008
"Formatter('%(asctime)s - %(message)s', style='{')``."
1006
1009
1007
1010
#: ../Doc/library/logging.rst:560
1008
- #, fuzzy
1009
1011
msgid "The *defaults* parameter was added."
1010
- msgstr "Se agregó el parámetro *style *."
1012
+ msgstr "Se agregó el parámetro *defaults *."
1011
1013
1012
1014
#: ../Doc/library/logging.rst:565
1013
- #, fuzzy
1014
1015
msgid ""
1015
1016
"The record's attribute dictionary is used as the operand to a string "
1016
1017
"formatting operation. Returns the resulting string. Before formatting the "
@@ -1031,17 +1032,18 @@ msgstr ""
1031
1032
"operación para formateo de cadenas. Retorna la cadena resultante. Antes de "
1032
1033
"formatear el diccionario, se llevan a cabo un par de pasos preparatorios. El "
1033
1034
"atributo *message* del registro se calcula usando *msg* % *args*. Si el "
1034
- "formato de la cadena contiene ``'(asctime)'``, :meth:`formatTime` es llamado "
1035
- "para dar formato al evento. Si hay información sobre la excepción, se "
1036
- "formatea usando :meth:`formatException` y se adjunta al mensaje. Tenga en "
1037
- "cuenta que la información de excepción formateada se almacena en caché en el "
1038
- "atributo *exc_text*. Esto es útil porque la información de excepción se "
1039
- "puede *pickled* y propagarse en el cable, pero debe tener cuidado si tiene "
1040
- "más de una subclase :class:`Formatter` que personaliza el formato de la "
1041
- "información de la excepción. En este caso, tendrá que borrar el valor "
1042
- "almacenado en caché después de que un formateador haya terminado su "
1043
- "formateo, para que el siguiente formateador que maneje el evento no use el "
1044
- "valor almacenado en caché sino que lo recalcule."
1035
+ "formato de la cadena contiene ``'(asctime)'``, :meth:`formatTime` se llama "
1036
+ "para dar formato al tiempo del evento. Si hay información sobre la "
1037
+ "excepción, se formatea usando :meth:`formatException` y se adjunta al "
1038
+ "mensaje. Tenga en cuenta que la información de excepción formateada se "
1039
+ "almacena en caché en el atributo *exc_text*. Esto es útil porque la "
1040
+ "información de excepción se puede serializar con pickle (*pickled*) y "
1041
+ "propagarse por el cable, pero debe tener cuidado si tiene más de una "
1042
+ "subclase de :class:`Formatter` que personaliza el formato de la información "
1043
+ "de la excepción. En este caso, tendrá que borrar el valor almacenado en "
1044
+ "caché después de que un formateador haya terminado su formateo, para que el "
1045
+ "siguiente formateador que maneje el evento no use el valor almacenado en "
1046
+ "caché sino que lo recalcule de nuevo."
1045
1047
1046
1048
#: ../Doc/library/logging.rst:581
1047
1049
msgid ""
@@ -1410,7 +1412,7 @@ msgid "LogRecord attributes"
1410
1412
msgstr "Atributos LogRecord"
1411
1413
1412
1414
#: ../Doc/library/logging.rst:762
1413
- #, fuzzy , python-format
1415
+ #, python-format
1414
1416
msgid ""
1415
1417
"The LogRecord has a number of attributes, most of which are derived from the "
1416
1418
"parameters to the constructor. (Note that the names do not always correspond "
@@ -1427,7 +1429,7 @@ msgstr ""
1427
1429
"utilizarse para combinar los datos del registro en la cadena de formato. La "
1428
1430
"siguiente tabla enumera (en orden alfabético) los nombres de los atributos, "
1429
1431
"sus significados y el correspondiente marcador de posición en una cadena de "
1430
- "formato de estilo %."
1432
+ "formato de estilo con %."
1431
1433
1432
1434
#: ../Doc/library/logging.rst:777
1433
1435
msgid ""
@@ -1858,6 +1860,8 @@ msgid ""
1858
1860
"Attribute :attr:`manager` and method :meth:`_log` were added, which delegate "
1859
1861
"to the underlying logger and allow adapters to be nested."
1860
1862
msgstr ""
1863
+ "Se añadieron el atributo Attribute :attr:`manager` y el método :meth:`_log`, "
1864
+ "que delegan al logger subyacente y permiten que los adaptadores se aniden."
1861
1865
1862
1866
#: ../Doc/library/logging.rst:909
1863
1867
msgid "Thread Safety"
@@ -2212,13 +2216,12 @@ msgstr ""
2212
2216
"correspondiente valor numérico del nivel."
2213
2217
2214
2218
#: ../Doc/library/logging.rst:1122
2215
- #, fuzzy , python-format
2216
2219
msgid ""
2217
- "If no matching numeric or string value is passed in, the string 'Level %s' "
2218
- "% level is returned."
2220
+ "If no matching numeric or string value is passed in, the string 'Level %s' % "
2221
+ "level is returned."
2219
2222
msgstr ""
2220
2223
"Si no se pasa un valor numérico o de cadena que coincida, se retorna la "
2221
- "cadena 'Level %s' % nivel."
2224
+ "cadena de caracteres 'Level %s' % nivel."
2222
2225
2223
2226
#: ../Doc/library/logging.rst:1136
2224
2227
#, python-format
@@ -2307,7 +2310,6 @@ msgid "*filename*"
2307
2310
msgstr "*filename*"
2308
2311
2309
2312
#: ../Doc/library/logging.rst:1181
2310
- #, fuzzy
2311
2313
msgid ""
2312
2314
"Specifies that a FileHandler be created, using the specified filename, "
2313
2315
"rather than a StreamHandler."
@@ -2381,15 +2383,14 @@ msgid "*stream*"
2381
2383
msgstr "*stream*"
2382
2384
2383
2385
#: ../Doc/library/logging.rst:1208
2384
- #, fuzzy
2385
2386
msgid ""
2386
2387
"Use the specified stream to initialize the :class:`StreamHandler`. Note that "
2387
2388
"this argument is incompatible with *filename* - if both are present, a "
2388
2389
"``ValueError`` is raised."
2389
2390
msgstr ""
2390
- "Utiliza la secuencia especificada para inicializar StreamHandler. Tenga en "
2391
- "cuenta que este argumento es incompatible con *filename*; si ambos están "
2392
- "presentes, se lanza un ``ValueError``."
2391
+ "Utiliza la secuencia especificada para inicializar :class:` StreamHandler`. "
2392
+ "Tenga en cuenta que este argumento es incompatible con *filename* - si ambos "
2393
+ "están presentes, se lanza un ``ValueError``."
2393
2394
2394
2395
#: ../Doc/library/logging.rst:1214
2395
2396
msgid "*handlers*"
@@ -2456,7 +2457,7 @@ msgstr ""
2456
2457
"utiliza al abrir el archivo de salida. Si no se especifica, se utiliza el "
2457
2458
"valor 'backslashreplace'. Tenga en cuenta que si se especifica ``None``, se "
2458
2459
"pasará como tal a :func:`open`, lo que significa que se tratará igual que "
2459
- "pasar 'errores'."
2460
+ "pasar 'errores'. "
2460
2461
2461
2462
#: ../Doc/library/logging.rst:1245
2462
2463
msgid "The *style* argument was added."
@@ -2721,12 +2722,11 @@ msgstr ""
2721
2722
"biblioteca estándar de Python."
2722
2723
2723
2724
#: ../Doc/library/logging.rst:1362
2724
- #, fuzzy
2725
2725
msgid ""
2726
2726
"`Original Python logging package <https://old.red-dove.com/python_logging."
2727
2727
"html>`_"
2728
2728
msgstr ""
2729
- "`Paquete logging original de Python <https://www .red-dove.com/python_logging."
2729
+ "`Paquete logging original de Python <https://old .red-dove.com/python_logging."
2730
2730
"html>`_"
2731
2731
2732
2732
#: ../Doc/library/logging.rst:1360
0 commit comments