Skip to content

Commit 8e28739

Browse files
Translate library/logging.handlers.po (#1335)
1 parent 3c09451 commit 8e28739

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

library/logging.handlers.po

+11-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
14-
"PO-Revision-Date: 2020-07-28 09:15-0300\n"
15-
"Last-Translator: \n"
14+
"PO-Revision-Date: 2021-08-13 06:24+0200\n"
15+
"Last-Translator: Diego Cristobal Herreros <diecristher@gmail.com>\n"
1616
"Language: es_AR\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.8.0\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/library/logging.handlers.rst:2
2526
msgid ":mod:`logging.handlers` --- Logging handlers"
@@ -140,16 +141,21 @@ msgid ""
140141
"String used as the terminator when writing a formatted record to a stream. "
141142
"Default value is ``'\\n'``."
142143
msgstr ""
144+
"Cadena utilizada como terminador al escribir un registro formateado en un "
145+
"flujo. El valor por defecto es ``'\\n'``."
143146

144147
#: ../Doc/library/logging.handlers.rst:78
145148
msgid ""
146149
"If you don't want a newline termination, you can set the handler instance's "
147150
"``terminator`` attribute to the empty string."
148151
msgstr ""
152+
"Si no quieres una terminación de nueva línea, puedes establecer el atributo "
153+
"``terminator`` de la instancia del manejador a la cadena vacía."
149154

150155
#: ../Doc/library/logging.handlers.rst:81
151156
msgid "In earlier versions, the terminator was hardcoded as ``'\\n'``."
152157
msgstr ""
158+
"En versiones anteriores, el terminador estaba codificado como ``'\\n'``."
153159

154160
#: ../Doc/library/logging.handlers.rst:89
155161
msgid "FileHandler"
@@ -740,6 +746,8 @@ msgid ""
740746
"If *errors* is specified, it's used to determine how encoding errors are "
741747
"handled."
742748
msgstr ""
749+
"Si se especifica *errors*, se utiliza para determinar cómo se manejan los "
750+
"errores de codificación."
743751

744752
#: ../Doc/library/logging.handlers.rst:412
745753
msgid ""

0 commit comments

Comments
 (0)