@@ -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 : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2022-11-17 13:04-0300\n "
15
- "Last-Translator : \n "
16
- "Language : es_ES\n "
14
+ "PO-Revision-Date : 2023-10-23 00:31+0200\n "
15
+ "Last-Translator : Jose Ignacio Riaño Chico <jose.ignacio.riano@gmail.com>\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es_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.13.0\n "
23
+ "X-Generator : Poedit 3.4\n "
23
24
24
25
#: ../Doc/library/platform.rst:2
25
26
msgid ":mod:`platform` --- Access to underlying platform's identifying data"
@@ -95,13 +96,12 @@ msgstr ""
95
96
"ser archivos universales que contienen múltiples arquitecturas."
96
97
97
98
#: ../Doc/library/platform.rst:48
98
- #, fuzzy
99
99
msgid ""
100
100
"To get at the \" 64-bitness\" of the current interpreter, it is more reliable "
101
101
"to query the :data:`sys.maxsize` attribute::"
102
102
msgstr ""
103
- "Para llegar a los \" 64-bits \" del intérprete actual, es más seguro consultar "
104
- "el atributo :attr :`sys.maxsize`::"
103
+ "Para saber si el intérprete actual es de 64-bits , es más fiable consultar el "
104
+ "atributo :data :`sys.maxsize`::"
105
105
106
106
#: ../Doc/library/platform.rst:56
107
107
msgid ""
@@ -294,13 +294,16 @@ msgstr ""
294
294
295
295
#: ../Doc/library/platform.rst:171
296
296
msgid ":attr:`processor` is resolved late, on demand."
297
- msgstr ""
297
+ msgstr ":attr:`processor` es resuelto de forma tardía, bajo demanda. "
298
298
299
299
#: ../Doc/library/platform.rst:173
300
300
msgid ""
301
301
"Note: the first two attribute names differ from the names presented by :func:"
302
302
"`os.uname`, where they are named :attr:`sysname` and :attr:`nodename`."
303
303
msgstr ""
304
+ "Nota: los nombres de los dos primeros atributos difieren de los nombres "
305
+ "presentados por :func:`os.uname`, donde son llamados :attr:`sysname` y :attr:"
306
+ "`nodename`."
304
307
305
308
#: ../Doc/library/platform.rst:177
306
309
msgid "Entries which cannot be determined are set to ``''``."
@@ -314,6 +317,7 @@ msgstr "El resultado ha cambiado de tupla :func:`~collections.namedtuple`.."
314
317
#: ../Doc/library/platform.rst:182
315
318
msgid ":attr:`processor` is resolved late instead of immediately."
316
319
msgstr ""
320
+ ":attr:`processor` es resuelto de forma tardía en lugar de inmediatamente."
317
321
318
322
#: ../Doc/library/platform.rst:187
319
323
msgid "Java Platform"
0 commit comments