Skip to content

Commit dd03728

Browse files
paaaroncmaureir
andauthored
Perform some Translation in 4 files (#1606)
* Perform some Translation in 4 files * Update statistics.po * Update library dict * Update statistics.po * reset submodule Co-authored-by: Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
1 parent ebedbef commit dd03728

File tree

5 files changed

+28
-13
lines changed

5 files changed

+28
-13
lines changed

dictionaries/library_statistics.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Behavioral
22
Bessel
3+
covarianza
34
cuantiles
45
for
56
Fraction
@@ -11,6 +12,7 @@ Matlab
1112
Minitab
1213
muestral
1314
muestreados
15+
Pearson
1416
percentil
1517
probabilísticos
1618
ratios

library/site.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2020-08-16 18:18+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
15+
"Last-Translator: Pedro Aarón <p.luis.aaron@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1)\n"

library/smtpd.po

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgstr ""
88
"Project-Id-Version: Python 3.7\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
11-
"PO-Revision-Date: 2020-10-08 22:47-0500\n"
12-
"Last-Translator: Juan Alegría <juanszalegria@gmail.com>\n"
11+
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
12+
"Last-Translator: Pedro Aarón <p.luis.aaron@gmail.com>\n"
1313
"Language: es_CO\n"
1414
"Language-Team: \n"
1515
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -291,6 +291,8 @@ msgid ""
291291
":class:`MailmanProxy` is deprecated, it depends on a ``Mailman`` module "
292292
"which no longer exists and therefore is already broken."
293293
msgstr ""
294+
":class:`MailmanProxy` está obsoleto, ya que depende del módulo ``Mailman`` "
295+
"el cual ya no existe."
294296

295297
#: ../Doc/library/smtpd.rst:156
296298
msgid ""

library/statistics.po

+18-7
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2020-10-20 20:40+0200\n"
15-
"Last-Translator: Francisco Jesús Sevilla García <fjsevilla.dev@gmail.com>\n"
14+
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
15+
"Last-Translator: Pedro Aarón <p.luis.aaron@gmail.com>\n"
1616
"Language: es_ES\n"
1717
"Language-Team: python-doc-es\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -218,12 +218,14 @@ msgstr "Varianza muestral de los datos."
218218

219219
#: ../Doc/library/statistics.rst:72
220220
msgid "Statistics for relations between two inputs"
221-
msgstr ""
221+
msgstr "Estadísticas para relaciones entre dos entradas"
222222

223223
#: ../Doc/library/statistics.rst:74
224224
msgid ""
225225
"These functions calculate statistics regarding relations between two inputs."
226226
msgstr ""
227+
"Estas funciones calculan estadísticas sobre las relaciones entre dos "
228+
"entradas."
227229

228230
#: ../Doc/library/statistics.rst:77
229231
#, fuzzy
@@ -242,15 +244,15 @@ msgstr ":func:`mean`"
242244

243245
#: ../Doc/library/statistics.rst:78
244246
msgid "Pearson's correlation coefficient for two variables."
245-
msgstr ""
247+
msgstr "Coeficiente de correlación de Pearson para dos variables."
246248

247249
#: ../Doc/library/statistics.rst:79
248250
msgid ":func:`linear_regression`"
249-
msgstr ""
251+
msgstr ":func:`linear_regression`"
250252

251253
#: ../Doc/library/statistics.rst:79
252254
msgid "Slope and intercept for simple linear regression."
253-
msgstr ""
255+
msgstr "Pendiente e intersección para regresión lineal simple."
254256

255257
#: ../Doc/library/statistics.rst:84
256258
msgid "Function details"
@@ -387,6 +389,10 @@ msgid ""
387389
"*b* and *c* will be equivalent to ``3/(1/a + 1/b + 1/c)``. If one of the "
388390
"values is zero, the result will be zero."
389391
msgstr ""
392+
"La media armónica es recíproco de la :func:`mean` aritmética de los "
393+
"recíprocos de los datos. Por ejemplo, la media armónica de tres valores *a*, "
394+
"*b* and *c* es equivalente a ``3/(1/a + 1/b + 1/c)``. Si alguno de los "
395+
"valores es cero, el resultado va a ser cero. "
390396

391397
#: ../Doc/library/statistics.rst:181
392398
#, fuzzy
@@ -413,6 +419,9 @@ msgid ""
413419
"to 60 km/hr for the remaining 30 km of the journey. What is the average "
414420
"speed?"
415421
msgstr ""
422+
"Supongamos que un un automóvil viaja 5 km a 40 km/h, y cuando el tráfico se "
423+
"despeja, acelera a 60 km/h durante los 30 km restantes del viaje. ¿Cuál es "
424+
"su velocidad media? "
416425

417426
#: ../Doc/library/statistics.rst:202
418427
#, fuzzy
@@ -435,7 +444,7 @@ msgstr ""
435444

436445
#: ../Doc/library/statistics.rst:211
437446
msgid "Added support for *weights*."
438-
msgstr ""
447+
msgstr "Soporte añadido a *weights*"
439448

440449
#: ../Doc/library/statistics.rst:216
441450
msgid ""
@@ -947,6 +956,8 @@ msgid ""
947956
"Return the sample covariance of two inputs *x* and *y*. Covariance is a "
948957
"measure of the joint variability of two inputs."
949958
msgstr ""
959+
"Devuelve la covarianza de muestra de dos entradas *x* y *y*. La covarianza "
960+
"es una medida de la variabilidad conjunta de dos entradas. "
950961

951962
#: ../Doc/library/statistics.rst:585
952963
msgid ""

library/unittest.mock.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-11-02 12:39-0300\n"
15-
"Last-Translator: Francisco Jesús Sevilla García <fjsevilla.dev@gmail.com>\n"
14+
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
15+
"Last-Translator: Pedro Aarón <p.luis.aaron@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

0 commit comments

Comments
 (0)