Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 744db40

Browse files
committed
Traduce library/profile.po
Nótese que "Ghz" no es reconocida como una palabra válida, pero "GHz" sí, incluso si "Ghz" se agrega al diccionario. Esto es probablemente un problema similar al explicado en #1352, por lo que la solución más simple es no usar la forma original de la palabra en la traducción, y em cambio usar "GHz". Signed-off-by: Rodrigo Tobar <[email protected]>
1 parent bc2f1d2 commit 744db40

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

dictionaries/library_profile.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
Ghz
21
sublista
32
lineno
43
filename
5-
Czotter
4+
Czotter
5+
formatearse
6+
profile
7+
stats
8+
vs

library/profile.po

Lines changed: 11 additions & 4 deletions
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-10 22:47-0500\n"
15-
"Last-Translator: Juan Alegría <juanszalegria@gmail.com>\n"
14+
"PO-Revision-Date: 2021-08-29 09:51+0800\n"
15+
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language: es_CO\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 2.4.2\n"
2324

2425
#: ../Doc/library/profile.rst:5
2526
msgid "The Python Profilers"
@@ -1012,12 +1013,18 @@ msgid ""
10121013
"instance holds information related to the function's profile such as how "
10131014
"long the function took to run, how many times it was called, etc..."
10141015
msgstr ""
1016+
"Este método retorna una instancia de StatsProfile, la cual contiene un mapeo "
1017+
"de nombres de función a instancias de FunctionProfile. Cada instancia de "
1018+
"FunctionProfile mantiene información relacionada al perfil de la función, "
1019+
"como cuánto demoró la función en correr, cuantas veces fue llamada, etc..."
10151020

10161021
#: ../Doc/library/profile.rst:535
10171022
msgid ""
10181023
"Added the following dataclasses: StatsProfile, FunctionProfile. Added the "
10191024
"following function: get_stats_profile."
10201025
msgstr ""
1026+
"Añadidas las siguientes clases de datos: StatsProfile, FunctionProfile. "
1027+
"Añadida la siguiente función: get_stats_profile."
10211028

10221029
#: ../Doc/library/profile.rst:542
10231030
msgid "What Is Deterministic Profiling?"
@@ -1190,7 +1197,7 @@ msgstr ""
11901197
"directamente y nuevamente bajo el generador de perfiles, midiendo el tiempo "
11911198
"para ambas. Luego calcula la sobrecarga oculta por evento del generador de "
11921199
"perfiles y la retorna como flotante. Por ejemplo, en un Intel Core i5 de "
1193-
"1.8Ghz con Mac OS X y usando time.process_time() de Python como "
1200+
"1.8GHz con Mac OS X y usando time.process_time() de Python como "
11941201
"temporizador, el número mágico es aproximadamente 4.04e-6."
11951202

11961203
#: ../Doc/library/profile.rst:628

0 commit comments

Comments
 (0)