@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Last-Translator : Meta Louis-Kosmas <louiskmeta@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.16.0\n "
23
+ "X-Generator : Poedit 3.5\n "
23
24
24
25
#: ../Doc/c-api/datetime.rst:6
25
26
msgid "DateTime Objects"
@@ -73,16 +74,15 @@ msgid ""
73
74
"is the same object as :class:`datetime.date` in the Python layer."
74
75
msgstr ""
75
76
"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."
78
78
79
79
#: ../Doc/c-api/datetime.rst:39
80
80
msgid ""
81
81
"This instance of :c:type:`PyTypeObject` represents the Python datetime type; "
82
82
"it is the same object as :class:`datetime.datetime` in the Python layer."
83
83
msgstr ""
84
84
"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 "
86
86
"Python."
87
87
88
88
#: ../Doc/c-api/datetime.rst:44
@@ -91,7 +91,7 @@ msgid ""
91
91
"is the same object as :class:`datetime.time` in the Python layer."
92
92
msgstr ""
93
93
"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."
95
95
96
96
#: ../Doc/c-api/datetime.rst:49
97
97
msgid ""
@@ -384,19 +384,17 @@ msgid "Macros for the convenience of modules implementing the DB API:"
384
384
msgstr "Macros para la conveniencia de módulos que implementan la API DB:"
385
385
386
386
#: ../Doc/c-api/datetime.rst:320
387
- #, fuzzy
388
387
msgid ""
389
388
"Create and return a new :class:`datetime.datetime` object given an argument "
390
389
"tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp`."
391
390
msgstr ""
392
391
"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`."
394
393
395
394
#: ../Doc/c-api/datetime.rst:326
396
- #, fuzzy
397
395
msgid ""
398
396
"Create and return a new :class:`datetime.date` object given an argument "
399
397
"tuple suitable for passing to :meth:`datetime.date.fromtimestamp`."
400
398
msgstr ""
401
399
"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