- Notifications
You must be signed in to change notification settings - Fork395
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Traduccion json#441
Changes from1 commit
Commits
Show all changes
31 commits Select commitHold shift + click to select a range
813d8de
translated 1/413
adriaanbd8b78177
added 3/143
adriaanbdda83710
29 de 143 tareas a un 20%
adriaanbd44c5268
Traducido archivo json
adriaanbdb05f9f5
Apply suggestions from code review
adriaanbdc7969d3
Actualizando json.po
adriaanbd38796ee
Update json.po
adriaanbda541455
Update library/json.po
adriaanbdcf9c194
Aplicando sugerencias del code review
adriaanbd6d80721
Update library/json.po
adriaanbdb362f82
Aplicando sugerencias del code review
adriaanbde8491cd
Aplicando sugerencias del code review
adriaanbd1ccd06c
De número a number
adriaanbd9caad23
Merge branch 'traduccion-json' of https://github.com/adriaanbd/python…
adriaanbdd7de288
Update library/json.po
adriaanbd72f9317
Added JavaScript as dictionary term
adriaanbd0598129
deleting wrongly saved filed
adriaanbd7fddbd7
corrected file extension for txt file
adriaanbd3bbf0c1
new txt file for json dictionary
adriaanbd84fd63c
ran powrap on library/json.po
adriaanbdd1272a0
corrected word and added words to dictionary as indicated by pospell
adriaanbd044c35a
Update library/json.po
adriaanbd172629a
Apply suggestions from code review
adriaanbda21ce47
Added my name as last translator
adriaanbd886fea7
ran powrap on library.json
adriaanbd96d46df
Update library/json.po
adriaanbd2b839bd
ran awk 1 dicitionaries/*.txt > dict.txt then pospell
adriaanbdcffbf43
Resolver comentarios revisión
cmaureir8096031
Merge branch '3.8' into pr-441
cmaureir80f097e
powrap/pospell library/json
cmaureirbd8d9ce
Arreglar warnings de contrucción library/json
cmaureirFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Traducido archivo json
progreso de 23 por ciento o 33 de 143 tareas
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit44c5268d8df901b062af41757c3cafc882c39058
There are no files selected for viewing
23 changes: 22 additions & 1 deletionlibrary/json.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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-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" | ||
@@ -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-" | ||
adriaanbd marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"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>." | ||
adriaanbd marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
#: ../Doc/library/json.rst:220 | ||
msgid "" | ||
@@ -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." | ||
adriaanbd marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
# 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 "" | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.