Skip to content

Commit 27d6133

Browse files
aroquegacmaureir
authored andcommitted
completa la traducción de time.po (#1672)
Co-authored-by: Hristo Roque <>
1 parent cd0df40 commit 27d6133

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

library/time.po

Lines changed: 19 additions & 5 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-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-08-21 23:22+0800\n"
14+
"PO-Revision-Date: 2021-12-08 15:12-0500\n"
1515
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language: es\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.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/library/time.rst:2
2526
msgid ":mod:`time` --- Time access and conversions"
@@ -328,6 +329,8 @@ msgid ""
328329
"Use :func:`clock_gettime_ns` to avoid the precision loss caused by the :"
329330
"class:`float` type."
330331
msgstr ""
332+
"Utilice :func:`clock_gettime_ns` para evitar la pérdida de precisión que "
333+
"causa el tipo :class:`float`."
331334

332335
#: ../Doc/library/time.rst:179
333336
msgid "Similar to :func:`clock_gettime` but return time as nanoseconds."
@@ -347,6 +350,8 @@ msgid ""
347350
"Use :func:`clock_settime_ns` to avoid the precision loss caused by the :"
348351
"class:`float` type."
349352
msgstr ""
353+
"Utilice :func:`clock_settime_ns` para evitar la pérdida de precisión que "
354+
"causa el tipo :class:`float`."
350355

351356
#: ../Doc/library/time.rst:201
352357
msgid "Similar to :func:`clock_settime` but set time with nanoseconds."
@@ -507,15 +512,16 @@ msgid ""
507512
"Use :func:`monotonic_ns` to avoid the precision loss caused by the :class:"
508513
"`float` type."
509514
msgstr ""
515+
"Utilice :func:`monotonic_ns` para evitar la pérdida de precisión que causa "
516+
"el tipo :class:`float`."
510517

511518
#: ../Doc/library/time.rst:287
512519
msgid "The function is now always available and always system-wide."
513520
msgstr "La función ahora está siempre disponible y siempre en todo el sistema."
514521

515522
#: ../Doc/library/time.rst:290
516-
#, fuzzy
517523
msgid "On macOS, the function is now system-wide."
518-
msgstr "La función ahora está siempre disponible y siempre en todo el sistema."
524+
msgstr "En macOS, la función ahora es para todo el sistema."
519525

520526
#: ../Doc/library/time.rst:296
521527
msgid "Similar to :func:`monotonic`, but return time as nanoseconds."
@@ -542,10 +548,12 @@ msgid ""
542548
"Use :func:`perf_counter_ns` to avoid the precision loss caused by the :class:"
543549
"`float` type."
544550
msgstr ""
551+
"Utilice la función :func:`perf_counter_ns` para evitar la pérdida de "
552+
"precisión que causa el tipo :class:`float`."
545553

546554
#: ../Doc/library/time.rst:316
547555
msgid "On Windows, the function is now system-wide."
548-
msgstr ""
556+
msgstr "En Windows, la función ahora es para todo el sistema."
549557

550558
#: ../Doc/library/time.rst:321
551559
msgid "Similar to :func:`perf_counter`, but return time as nanoseconds."
@@ -571,6 +579,8 @@ msgid ""
571579
"Use :func:`process_time_ns` to avoid the precision loss caused by the :class:"
572580
"`float` type."
573581
msgstr ""
582+
"Utilice :func:`process_time_ns` para evitar la pérdida de precisión que "
583+
"causa el tipo :class:`float`."
574584

575585
#: ../Doc/library/time.rst:346
576586
msgid "Similar to :func:`process_time` but return time as nanoseconds."
@@ -1227,6 +1237,8 @@ msgid ""
12271237
"Use :func:`time_ns` to avoid the precision loss caused by the :class:`float` "
12281238
"type."
12291239
msgstr ""
1240+
"Utilice :func:`time_ns` para evitar la pérdida de precisión que causa el "
1241+
"tipo :class:`float`."
12301242

12311243
#: ../Doc/library/time.rst:612
12321244
msgid ""
@@ -1256,6 +1268,8 @@ msgid ""
12561268
"Use :func:`thread_time_ns` to avoid the precision loss caused by the :class:"
12571269
"`float` type."
12581270
msgstr ""
1271+
"Utilice :func:`thread_time_ns` para evitar la pérdida de precisión que causa "
1272+
"el tipo :class:`float`."
12591273

12601274
#: ../Doc/library/time.rst:636
12611275
msgid ""

0 commit comments

Comments
 (0)