8000 Traduccion json by adriaanbd · Pull Request #441 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Sep 29, 2020
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
813d8de
translated 1/413
adriaanbd May 11, 2020
8b78177
added 3/143
adriaanbd May 11, 2020
da83710
29 de 143 tareas a un 20%
adriaanbd May 16, 2020
44c5268
Traducido archivo json
adriaanbd Jun 24, 2020
b05f9f5
Apply suggestions from code review
adriaanbd Jul 5, 2020
c7969d3
Actualizando json.po
adriaanbd Jul 5, 2020
38796ee
Update json.po
adriaanbd Jul 26, 2020
a541455
Update library/json.po
adriaanbd Jul 26, 2020
cf9c194
Aplicando sugerencias del code review
adriaanbd Jul 26, 2020
6d80721
Update library/json.po
adriaanbd Jul 26, 2020
b362f82
Aplicando sugerencias del code review
adriaanbd Jul 26, 2020
e8491cd
Aplicando sugerencias del code review
adriaanbd Jul 26, 2020
1ccd06c
De número a number
adriaanbd Jul 26, 2020
9caad23
Merge branch 'traduccion-json' of https://github.com/adriaanbd/python…
adriaanbd Jul 26, 2020
d7de288
Update library/json.po
adriaanbd Aug 10, 2020
72f9317
Added JavaScript as dictionary term
adriaanbd Aug 10, 2020
0598129
deleting wrongly saved filed
adriaanbd Aug 15, 2020
7fddbd7
corrected file extension for txt file
adriaanbd Aug 15, 2020
3bbf0c1
new txt file for json dictionary
adriaanbd Aug 15, 2020
84fd63c
ran powrap on library/json.po
adriaanbd Aug 15, 2020
d1272a0
corrected word and added words to dictionary as indicated by pospell
adriaanbd Aug 16, 2020
044c35a
Update library/json.po
adriaanbd Aug 29, 2020
172629a
Apply suggestions from code review
adriaanbd Aug 29, 2020
a21ce47
Added my name as last translator
adriaanbd Aug 29, 2020
886fea7
ran powrap on library.json
adriaanbd Aug 29, 2020
96d46df
Update library/json.po
adriaanbd Sep 9, 2020
2b839bd
ran awk 1 dicitionaries/*.txt > dict.txt then pospell
adriaanbd Sep 9, 2020
cffbf43
Resolver comentarios revisión
cmaureir Sep 29, 2020
8096031
Merge branch '3.8' into pr-441
cmaureir Sep 29, 2020
80f097e
powrap/pospell library/json
cmaureir Sep 29, 2020
bd8d9ce
Arreglar warnings de contrucción library/json
cmaureir Sep 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
Next Next commit
translated 1/413
  • Loading branch information
adriaanbd committed May 11, 2020
commit 813d8de33ed19866235f66bba55f0b9097813321
12 changes: 7 additions & 5 deletions library/json.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
# get the list of volunteers
#
#, fuzzy
msgid ""
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: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"PO-Revision-Date: 2020-05-10 19:39-0500\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Last-Translator: \n"
"Language: es_ES\n"
"X-Generator: Poedit 2.3.1\n"

#: ../Doc/library/json.rst:2
msgid ":mod:`json` --- JSON encoder and decoder"
msgstr ""
msgstr ":mod:`json` --- codificador y decodificador JSON"

#: ../Doc/library/json.rst:10
msgid "**Source code:** :source:`Lib/json/__init__.py`"
Expand Down
0