- 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
Aplicando sugerencias del code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
28 changes: 14 additions & 14 deletionslibrary/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 |
---|---|---|
@@ -654,7 +654,7 @@ msgid "" | ||
"(to raise :exc:`TypeError`)." | ||
msgstr "" | ||
"A fin de extender esto para reconocer otros objetos, implementar una " | ||
"subclase con un método :meth:`default` con otro método queretorna un " | ||
"objeto serializable para ''o'' si es posible, de lo contrario debe llamar a " | ||
"la implementación de superclase (para elevar :exc:`TypeError`)." | ||
@@ -712,7 +712,7 @@ msgid "" | ||
"object for *o*, or calls the base implementation (to raise a :exc:" | ||
"`TypeError`)." | ||
msgstr "" | ||
"Implemente este método en una subclase de modo queretorne un objeto " | ||
"serializable para *o*, o llame a la implementación base (para generar un :" | ||
"exc:`TypeError`)." | ||
@@ -729,15 +729,15 @@ msgid "" | ||
"Return a JSON string representation of a Python data structure, *o*. For " | ||
"example::" | ||
msgstr "" | ||
"Retorna una representación de cadena de caracteres JSON de una estructura de datos de " | ||
"Python, *o*. Por ejemplo::" | ||
#: ../Doc/library/json.rst:508 | ||
msgid "" | ||
"Encode the given object, *o*, and yield each string representation as " | ||
"available. For example::" | ||
msgstr "" | ||
"Codifica el objeto dado, *o*, yproduce cada representación de cadena como " | ||
"disponible. Por ejemplo::" | ||
#: ../Doc/library/json.rst:516 | ||
@@ -936,7 +936,7 @@ msgstr "" | ||
#: ../Doc/library/json.rst:632 | ||
msgid "Top-level Non-Object, Non-Array Values" | ||
msgstr "Valores de nivel superior No-Objeto , No-Arreglo" | ||
#: ../Doc/library/json.rst:634 | ||
msgid "" | ||
@@ -978,15 +978,15 @@ msgstr "el tamaño de los textos JSON aceptados" | ||
#: ../Doc/library/json.rst:651 | ||
msgid "the maximum level of nesting of JSON objects and arrays" | ||
msgstr "el nivel máximo de anidamiento de objetos yarreglos JSON" | ||
#: ../Doc/library/json.rst:652 | ||
msgid "the range and precision of JSON numbers" | ||
msgstr "el rango y precisión de los números de JSON" | ||
adriaanbd marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
#: ../Doc/library/json.rst:653 | ||
msgid "the content and maximum length of JSON strings" | ||
msgstr "el contenido y la longitud máxima de las cadenasde caracteresJSON" | ||
#: ../Doc/library/json.rst:655 | ||
msgid "" | ||
@@ -1058,27 +1058,27 @@ msgstr "El archivo JSON que se va a validar o imprimir con impresión-bonita:" | ||
#: ../Doc/library/json.rst:722 | ||
msgid "If *infile* is not specified, read from :attr:`sys.stdin`." | ||
msgstr "Si no se especifica *infile*,lee :attr:`sys.stdin`." | ||
#: ../Doc/library/json.rst:726 | ||
msgid "" | ||
"Write the output of the *infile* to the given *outfile*. Otherwise, write it " | ||
"to :attr:`sys.stdout`." | ||
msgstr "" | ||
"Escribe la salida de *infile* en el *outfile* dado. De lo contrario, " | ||
"lo escribe en :attr:`sys.stdout`." | ||
#: ../Doc/library/json.rst:731 | ||
msgid "Sort the output of dictionaries alphabetically by key." | ||
msgstr "Ordena la salida de los diccionarios alfabéticamente por clave." | ||
adriaanbd marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
#: ../Doc/library/json.rst:737 | ||
msgid "Parse every input line as separate JSON object." | ||
msgstr "Analiza cada línea de entrada como objeto JSON independiente." | ||
#: ../Doc/library/json.rst:743 | ||
msgid "Show the help message." | ||
msgstr "Muestra el mensaje de ayuda." | ||
#: ../Doc/library/json.rst:747 | ||
msgid "Footnotes" | ||
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.