Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traduccion json#441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmaureir merged 31 commits intopython:3.8fromadriaanbd:traduccion-json
Sep 29, 2020
Merged
Changes from1 commit
Commits
Show all changes
31 commits
Select commitHold shift + click to select a range
813d8de
translated 1/413
adriaanbdMay 11, 2020
8b78177
added 3/143
adriaanbdMay 11, 2020
da83710
29 de 143 tareas a un 20%
adriaanbdMay 16, 2020
44c5268
Traducido archivo json
adriaanbdJun 24, 2020
b05f9f5
Apply suggestions from code review
adriaanbdJul 5, 2020
c7969d3
Actualizando json.po
adriaanbdJul 5, 2020
38796ee
Update json.po
adriaanbdJul 26, 2020
a541455
Update library/json.po
adriaanbdJul 26, 2020
cf9c194
Aplicando sugerencias del code review
adriaanbdJul 26, 2020
6d80721
Update library/json.po
adriaanbdJul 26, 2020
b362f82
Aplicando sugerencias del code review
adriaanbdJul 26, 2020
e8491cd
Aplicando sugerencias del code review
adriaanbdJul 26, 2020
1ccd06c
De número a number
adriaanbdJul 26, 2020
9caad23
Merge branch 'traduccion-json' of https://github.com/adriaanbd/python…
adriaanbdJul 26, 2020
d7de288
Update library/json.po
adriaanbdAug 10, 2020
72f9317
Added JavaScript as dictionary term
adriaanbdAug 10, 2020
0598129
deleting wrongly saved filed
adriaanbdAug 15, 2020
7fddbd7
corrected file extension for txt file
adriaanbdAug 15, 2020
3bbf0c1
new txt file for json dictionary
adriaanbdAug 15, 2020
84fd63c
ran powrap on library/json.po
adriaanbdAug 15, 2020
d1272a0
corrected word and added words to dictionary as indicated by pospell
adriaanbdAug 16, 2020
044c35a
Update library/json.po
adriaanbdAug 29, 2020
172629a
Apply suggestions from code review
adriaanbdAug 29, 2020
a21ce47
Added my name as last translator
adriaanbdAug 29, 2020
886fea7
ran powrap on library.json
adriaanbdAug 29, 2020
96d46df
Update library/json.po
adriaanbdSep 9, 2020
2b839bd
ran awk 1 dicitionaries/*.txt > dict.txt then pospell
adriaanbdSep 9, 2020
cffbf43
Resolver comentarios revisión
cmaureirSep 29, 2020
8096031
Merge branch '3.8' into pr-441
cmaureirSep 29, 2020
80f097e
powrap/pospell library/json
cmaureirSep 29, 2020
bd8d9ce
Arreglar warnings de contrucción library/json
cmaureirSep 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Traducido archivo json
progreso de 23 por ciento o 33 de 143 tareas
  • Loading branch information
@adriaanbd
adriaanbd committedJun 24, 2020
commit44c5268d8df901b062af41757c3cafc882c39058
23 changes: 22 additions & 1 deletionlibrary/json.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-05-16 13:57-0500\n"
"PO-Revision-Date: 2020-06-23 23:38-0500\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand DownExpand Up@@ -268,20 +268,29 @@ msgstr ""
msgid ""
"All optional parameters are now :ref:`keyword-only <keyword-only_parameter>`."
msgstr ""
"Todos los parámetros opcionales son ahora :ref:`keyword-only <keyword-"
"only_parameter>`."

#: ../Doc/library/json.rst:205
msgid ""
"Unlike :mod:`pickle` and :mod:`marshal`, JSON is not a framed protocol, so "
"trying to serialize multiple objects with repeated calls to :func:`dump` "
"using the same *fp* will result in an invalid JSON file."
msgstr ""
"A diferencia de :mod:`pickle` y :mod:`marshal`, JSON no es un protocolo "
"enmarcado, por lo que intentar serializar varios objetos con llamadas "
"repetidas a :func:`dump` utilando el mismo *fp* dará como resultado un "
"archivo JSON no válido."

#: ../Doc/library/json.rst:214
msgid ""
"Serialize *obj* to a JSON formatted :class:`str` using this :ref:`conversion "
"table <py-to-json-table>`. The arguments have the same meaning as in :func:"
"`dump`."
msgstr ""
"Serialice *obj* en un JSON con formato :class:`str` usando esta :ref:`tabla "
"de conversión <py-to-json-table>`. Los argumentos tienen el mismo "
"significado que en :func:`dump`.</py-to-json-table>."

#: ../Doc/library/json.rst:220
msgid ""
Expand All@@ -291,13 +300,25 @@ msgid ""
"JSON and then back into a dictionary, the dictionary may not equal the "
"original one. That is, ``loads(dumps(x)) != x`` if x has non-string keys."
msgstr ""
"Las claves de los pares clave/valor de JSON siempre son del tipo :class:"
"`str`. Cuando un diccionario se convierte en JSON, todas las claves del "
"diccionario se convierten en cadenas. Como resultado de esto, si un "
"diccionario se convierte en JSON y, a continuación, se convierte nuevamente "
"en un diccionario, el diccionario puede que no sea igual al original. Es "
"decir, ``loads(dumps(x)) != x`` si x tiene claves que no son de tipo cadena "
"de caracteres."

# un ``.read()``-compatible
#: ../Doc/library/json.rst:229
#, fuzzy
msgid ""
"Deserialize *fp* (a ``.read()``-supporting :term:`text file` or :term:"
"`binary file` containing a JSON document) to a Python object using this :ref:"
"`conversion table <json-to-py-table>`."
msgstr ""
"Deserializar *fp* (un ``.read()``-compatible :term:`text file` o :term:"
"`binary file` que contiene un documento JSON) a un objeto Python usando "
"esta :ref:`tabla de conversión <json-to-py-table>`."

#: ../Doc/library/json.rst:233
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp