Skip to content

Commit 335fa60

Browse files
Traducido archivo c-api/datetime (#3359)
Closes #3246 --------- Co-authored-by: andrei <andrei@localhost.localdomain>
1 parent be6f74f commit 335fa60

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

c-api/datetime.po

+9-11
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: 2024-11-21 16:38-0300\n"
14-
"PO-Revision-Date: 2024-11-10 19:13-0500\n"
14+
"PO-Revision-Date: 2025-01-26 21:27-0500\n"
1515
"Last-Translator: Meta Louis-Kosmas <louiskmeta@gmail.com>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.16.0\n"
23+
"X-Generator: Poedit 3.5\n"
2324

2425
#: ../Doc/c-api/datetime.rst:6
2526
msgid "DateTime Objects"
@@ -73,16 +74,15 @@ msgid ""
7374
"is the same object as :class:`datetime.date` in the Python layer."
7475
msgstr ""
7576
"Esta instancia de :c:type:`PyTypeObject` representa el *date type* de "
76-
"Python; es el mismo objecto que que :class:`datetime.date` en la capa de "
77-
"Python."
77+
"Python; es el mismo objeto que :class:`datetime.date` en la capa de Python."
7878

7979
#: ../Doc/c-api/datetime.rst:39
8080
msgid ""
8181
"This instance of :c:type:`PyTypeObject` represents the Python datetime type; "
8282
"it is the same object as :class:`datetime.datetime` in the Python layer."
8383
msgstr ""
8484
"Esta instancia de :c:type:`PyTypeObject` representa el *datetime type* de "
85-
"Python; es el mismo objecto que que :class:`datetime.datetime` en la capa de "
85+
"Python; es el mismo objeto que :class:`datetime.datetime` en la capa de "
8686
"Python."
8787

8888
#: ../Doc/c-api/datetime.rst:44
@@ -91,7 +91,7 @@ msgid ""
9191
"is the same object as :class:`datetime.time` in the Python layer."
9292
msgstr ""
9393
"Esta instancia de :c:type:`PyObject` representa el *time type* de Python; es "
94-
"el mismo objecto que que :class:`datetime.time` en la capa de Python."
94+
"el mismo objeto que :class:`datetime.time` en la capa de Python."
9595

9696
#: ../Doc/c-api/datetime.rst:49
9797
msgid ""
@@ -384,19 +384,17 @@ msgid "Macros for the convenience of modules implementing the DB API:"
384384
msgstr "Macros para la conveniencia de módulos que implementan la API DB:"
385385

386386
#: ../Doc/c-api/datetime.rst:320
387-
#, fuzzy
388387
msgid ""
389388
"Create and return a new :class:`datetime.datetime` object given an argument "
390389
"tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp`."
391390
msgstr ""
392391
"Crea y retorna un nuevo objeto :class:`datetime.datetime` dado una tupla de "
393-
"argumentos adecuada para pasar a :meth:`datetime.datetime.fromtimestamp()`."
392+
"argumentos adecuada para pasar a :meth:`datetime.datetime.fromtimestamp`."
394393

395394
#: ../Doc/c-api/datetime.rst:326
396-
#, fuzzy
397395
msgid ""
398396
"Create and return a new :class:`datetime.date` object given an argument "
399397
"tuple suitable for passing to :meth:`datetime.date.fromtimestamp`."
400398
msgstr ""
401399
"Crea y retorna un nuevo objeto :class:`datetime.date` dado una tupla de "
402-
"argumentos adecuada para pasar a :meth:`datetime.date.fromtimestamp()`."
400+
"argumentos adecuada para pasar a :meth:`datetime.date.fromtimestamp`."

0 commit comments

Comments
 (0)