Skip to content

Commit 3819887

Browse files
rtobarcmaureir
authored andcommitted
Traduce library/json.po (#1366)
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
1 parent d834ba9 commit 3819887

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

dictionaries/library_json.txt

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ serializaciones
99
deserialicen
1010
deserializadores
1111
null
12+
true
13+
false

library/json.po

+17-14
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: 2021-03-19 11:16+0100\n"
14-
"PO-Revision-Date: 2020-08-16 11:29-0500\n"
15-
"Last-Translator: Adriaan Beiertz <adriaanbd@gmail.com>\n"
14+
"PO-Revision-Date: 2021-08-30 21:44+0800\n"
15+
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language: es_ES\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.8.0\n"
23+
"X-Generator: Poedit 2.4.2\n"
2324

2425
#: ../Doc/library/json.rst:2
2526
msgid ":mod:`json` --- JSON encoder and decoder"
@@ -428,11 +429,8 @@ msgstr ""
428429
"esta :ref:`conversion table <json-to-py-table>`."
429430

430431
#: ../Doc/library/json.rst:286
431-
#, fuzzy
432432
msgid "The other arguments have the same meaning as in :func:`load`."
433-
msgstr ""
434-
"Los otros argumentos tienen el mismo significado que en :func:`load`, "
435-
"excepto *encoding* que se omite y está en desuso desde Python 3.1."
433+
msgstr "Los otros argumentos tienen el mismo significado que en :func:`load`."
436434

437435
#: ../Doc/library/json.rst:291
438436
msgid ""
@@ -444,7 +442,7 @@ msgstr ""
444442

445443
#: ../Doc/library/json.rst:295
446444
msgid "The keyword argument *encoding* has been removed."
447-
msgstr ""
445+
msgstr "El argumento de palabra llave *encoding* ha sido removido."
448446

449447
#: ../Doc/library/json.rst:300
450448
msgid "Encoders and Decoders"
@@ -541,7 +539,6 @@ msgstr ""
541539
"correspondientes valores ``float``, que está fuera de la especificación JSON."
542540

543541
#: ../Doc/library/json.rst:333
544-
#, fuzzy
545542
msgid ""
546543
"*object_hook*, if specified, will be called with the result of every JSON "
547544
"object decoded and its return value will be used in place of the given :"
@@ -551,7 +548,8 @@ msgstr ""
551548
"*object_hook*, si se especifica, se llamará con el resultado de cada objeto "
552549
"JSON decodificado y su valor de retorno se utilizará en lugar de la :class:"
553550
"`dict` dada. Esto se puede usar para proporcionar deserializaciones "
554-
"personalizadas (por ejemplo, para admitir sugerencias de clases JSON-RPC)."
551+
"personalizadas (por ejemplo, para admitir sugerencias de clases `JSON-RPC "
552+
"<http://www.jsonrpc.org>`_)."
555553

556554
#: ../Doc/library/json.rst:338
557555
msgid ""
@@ -662,6 +660,10 @@ msgid ""
662660
"trying to encode keys that are not :class:`str`, :class:`int`, :class:"
663661
"`float` or ``None``. If *skipkeys* is true, such items are simply skipped."
664662
msgstr ""
663+
"Si *skipkeys* es falso (lo es por defecto), un :exc:`TypeError` será lanzado "
664+
"cuando se trate de codificar llaves que no sean :class:`str`, :class:`int`, :"
665+
"class:`float` o ``None``. Si *skipkeys* es verdadero, tales elementos son "
666+
"simplemente pasados por alto."
665667

666668
#: ../Doc/library/json.rst:433
667669
msgid ""
@@ -711,13 +713,12 @@ msgstr ""
711713
"exc:`TypeError`)."
712714

713715
#: ../Doc/library/json.rst:481
714-
#, fuzzy
715716
msgid ""
716717
"For example, to support arbitrary iterators, you could implement :meth:"
717718
"`default` like this::"
718719
msgstr ""
719-
"Por ejemplo, para admitir iteradores arbitrarios, podría implementar un "
720-
"valor predeterminado como este::"
720+
"Por ejemplo, para admitir iteradores arbitrarios, podría implementar :meth:"
721+
"`default` de esta manera::"
721722

722723
#: ../Doc/library/json.rst:497
723724
msgid ""
@@ -1072,14 +1073,16 @@ msgid ""
10721073
"Disable escaping of non-ascii characters, see :func:`json.dumps` for more "
10731074
"information."
10741075
msgstr ""
1076+
"Deshabilita el escape de caracteres que no sean ascii, véase :func:`json."
1077+
"dumps` para más información."
10751078

10761079
#: ../Doc/library/json.rst:741
10771080
msgid "Parse every input line as separate JSON object."
10781081
msgstr "Analiza cada línea de entrada como objeto JSON independiente."
10791082

10801083
#: ../Doc/library/json.rst:747
10811084
msgid "Mutually exclusive options for whitespace control."
1082-
msgstr ""
1085+
msgstr "Opciones mutuamente exclusivas para control de espacios en blanco."
10831086

10841087
#: ../Doc/library/json.rst:753
10851088
msgid "Show the help message."

0 commit comments

Comments
 (0)