Skip to content

Commit 4502887

Browse files
Traducción de library/platform (#2704)
Closes #2590
1 parent 89d3e10 commit 4502887

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

library/platform.po

+12-8
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: 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"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es_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.13.0\n"
23+
"X-Generator: Poedit 3.4\n"
2324

2425
#: ../Doc/library/platform.rst:2
2526
msgid ":mod:`platform` --- Access to underlying platform's identifying data"
@@ -95,13 +96,12 @@ msgstr ""
9596
"ser archivos universales que contienen múltiples arquitecturas."
9697

9798
#: ../Doc/library/platform.rst:48
98-
#, fuzzy
9999
msgid ""
100100
"To get at the \"64-bitness\" of the current interpreter, it is more reliable "
101101
"to query the :data:`sys.maxsize` attribute::"
102102
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`::"
105105

106106
#: ../Doc/library/platform.rst:56
107107
msgid ""
@@ -294,13 +294,16 @@ msgstr ""
294294

295295
#: ../Doc/library/platform.rst:171
296296
msgid ":attr:`processor` is resolved late, on demand."
297-
msgstr ""
297+
msgstr ":attr:`processor` es resuelto de forma tardía, bajo demanda."
298298

299299
#: ../Doc/library/platform.rst:173
300300
msgid ""
301301
"Note: the first two attribute names differ from the names presented by :func:"
302302
"`os.uname`, where they are named :attr:`sysname` and :attr:`nodename`."
303303
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`."
304307

305308
#: ../Doc/library/platform.rst:177
306309
msgid "Entries which cannot be determined are set to ``''``."
@@ -314,6 +317,7 @@ msgstr "El resultado ha cambiado de tupla :func:`~collections.namedtuple`.."
314317
#: ../Doc/library/platform.rst:182
315318
msgid ":attr:`processor` is resolved late instead of immediately."
316319
msgstr ""
320+
":attr:`processor` es resuelto de forma tardía en lugar de inmediatamente."
317321

318322
#: ../Doc/library/platform.rst:187
319323
msgid "Java Platform"

0 commit comments

Comments
 (0)