Skip to content

Varias correcciones en el módulo time #1831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Aug 4, 2022
Prev Previous commit
Next Next commit
Corrige "julio" por "juliano"
  • Loading branch information
gio8tisu committed Aug 3, 2022
commit 3896b523d164fae6ca359ef468e0f3ef5e18232e
8 changes: 4 additions & 4 deletions library/time.po
Original file line number Diff line number Diff line change
Expand Up @@ -1378,9 +1378,9 @@ msgid ""
"The Julian day *n* (1 <= *n* <= 365). Leap days are not counted, so in all "
"years February 28 is day 59 and March 1 is day 60."
msgstr ""
"El día de Julio * n * (1 <= * n * <= 365). Los días bisiestos no se cuentan, "
"por lo que en todos los años el 28 de febrero es el día 59 y el 1 de marzo "
"es el día 60."
"El día juliano * n * (1 <= * n * <= 365). Los días bisiestos no se "
"cuentan, por lo que en todos los años el 28 de febrero es el día 59 y el 1 "
"de marzo es el día 60."

#: ../Doc/library/time.rst:694
msgid ":samp:`{n}`"
Expand All @@ -1391,7 +1391,7 @@ msgid ""
"The zero-based Julian day (0 <= *n* <= 365). Leap days are counted, and it "
"is possible to refer to February 29."
msgstr ""
"El día julio basado en cero (0 <= * n * <= 365). Los días bisiestos se "
"El día juliano basado en cero (0 <= * n * <= 365). Los días bisiestos se "
"cuentan y es posible referirse al 29 de febrero."

#: ../Doc/library/time.rst:701
Expand Down