Skip to content

Commit 1d80b9e

Browse files
authored
Traduce library/debug.po (#1163)
1 parent 04d39c1 commit 1d80b9e

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

TRANSLATORS

+1
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,4 @@ Jaume Montané (@jaumemy)
122122
Endika Gil (@endikagil)
123123
Federico Zuccolo (@fzuccolo)
124124
Ulises Alexander Argüelles Monjaraz (@UlisesAlexanderAM)
125+
Victor Carlos (@tuxtitlan)

library/debug.po

+13-5
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,24 @@
66
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
9-
#, fuzzy
109
msgid ""
1110
msgstr ""
1211
"Project-Id-Version: Python 3.8\n"
1312
"Report-Msgid-Bugs-To: \n"
1413
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
15-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
16-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"PO-Revision-Date: 2020-12-02 01:34-0600\n"
15+
"Last-Translator: Victor Carlos <vacarlosf@gmail.com>\n"
1716
"Language-Team: python-doc-es\n"
17+
"Language: es\n"
1818
"MIME-Version: 1.0\n"
19-
"Content-Type: text/plain; charset=utf-8\n"
19+
"Content-Type: text/plain; charset=UTF-8\n"
2020
"Content-Transfer-Encoding: 8bit\n"
2121
"Generated-By: Babel 2.8.0\n"
22+
"X-Generator: Poedit 2.4.2\n"
2223

2324
#: ../Doc/library/debug.rst:3
2425
msgid "Debugging and Profiling"
25-
msgstr ""
26+
msgstr "Depuración y perfilado"
2627

2728
#: ../Doc/library/debug.rst:5
2829
msgid ""
@@ -33,3 +34,10 @@ msgid ""
3334
"provide visibility into runtime behaviors that would otherwise require "
3435
"intrusive debugging or patching."
3536
msgstr ""
37+
"Estas bibliotecas le ayudan con el desarrollo de Python: el depurador le "
38+
"permite recorrer paso a paso el código, analizar marcos de pila y establecer "
39+
"puntos de interrupción, etc., y los perfiladores ejecutan código y le "
40+
"proporcionan un desglose detallado de los tiempos de ejecución, lo que le "
41+
"permite identificar cuellos de botella en sus programas. Los eventos de "
42+
"auditoría proporcionan visibilidad de los comportamientos en tiempo de "
43+
"ejecución que, de lo contrario, requerirían depuración o parches intrusivos."

0 commit comments

Comments
 (0)