Skip to content

Traducido archivo library/codeop #1056

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 24 commits into from
Mar 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f3281c1
Traducido archivo library/codeop
paaaron Oct 10, 2020
fa43e15
Traducido archivo library/codeop
paaaron Oct 10, 2020
30159ee
Merge branch '3.8' into traduccion-codeop
paaaron Oct 10, 2020
037a51a
Update codeop.po
paaaron Oct 10, 2020
3bbed72
Merge branch 'traduccion-codeop' of https://github.com/paaaron/python…
paaaron Oct 10, 2020
5fd6324
Adjust codeop.po
paaaron Oct 10, 2020
806e747
Update codeop.po
paaaron Oct 10, 2020
e2a8863
Merge remote-tracking branch 'upstream/3.8' into traduccion-codeop
paaaron Oct 12, 2020
1f7a66e
Merge remote-tracking branch 'upstream/3.8' into traduccion-codeop
paaaron Oct 12, 2020
4c9dce8
Update codeop.po
paaaron Oct 12, 2020
d02f8d3
Remove space into msgstr
paaaron Oct 12, 2020
076fa91
Update codeop.po
paaaron Oct 12, 2020
b437146
Replace word into codeop file
paaaron Oct 12, 2020
5e80cc6
Merge remote-tracking branch 'upstream/3.8' into traduccion-codeop
paaaron Oct 29, 2020
f88fecc
Update Codeop.op
paaaron Oct 29, 2020
4c39db9
Merge branch '3.8' into traduccion-codeop
cmaureir Nov 23, 2020
311751c
Apply suggestions from code review
cmaureir Dec 21, 2020
9d300bc
Merge branch '3.8' into pr-1056
cmaureir Dec 21, 2020
445e6b5
agregando palabra pospell y powrap
cmaureir Dec 21, 2020
76a13e2
finalizando traducción
cmaureir Dec 21, 2020
5e98dcf
Merge branch '3.9' into traduccion-codeop
humitos Mar 19, 2021
1d3c3e2
Apply suggestions from code review
cmaureir Mar 19, 2021
1bc4b48
Merge branch '3.9' into pr-1056
cmaureir Mar 19, 2021
5d5a77b
powrap/pospell library/codeop.po
cmaureir Mar 19, 2021
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
Prev Previous commit
Next Next commit
agregando palabra pospell y powrap
  • Loading branch information
cmaureir committed Dec 21, 2020
commit 445e6b5080d04d18ea0154fbd1a5d6c6c5599ea9
1 change: 1 addition & 0 deletions dictionaries/library_codeop.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
filename
18 changes: 10 additions & 8 deletions library/codeop.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2001-2020, Python Software Foundation
# This file is distributed under the same license as the Python package.
# Maintained by the python-doc-es workteam.
# Maintained by the python-doc-es workteam.
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
#
Expand Down Expand Up @@ -50,8 +50,9 @@ msgid ""
"Being able to tell if a line of input completes a Python statement: in "
"short, telling whether to print '``>>>``' or '``...``' next."
msgstr ""
"Ser capaz de identificar si una línea de entrada completa una sentencia de Python: en resumen, "
"decir si se debe imprimir a continuación '``>>>``' o '``...``' ."
"Ser capaz de identificar si una línea de entrada completa una sentencia de "
"Python: en resumen, decir si se debe imprimir a continuación '``>>>``' o "
"'``...``' ."

#: ../Doc/library/codeop.rst:25
msgid ""
Expand Down Expand Up @@ -80,11 +81,12 @@ msgid ""
"filename attribute of the code object will be *filename*, which defaults to "
"``'<input>'``. Returns ``None`` if *source* is *not* valid Python code, but "
"is a prefix of valid Python code."
msgstr " Para intentar compilar *source*, que debe ser una cadena de caracteres de código Python y "
"retorna un objeto si *source* es código Python válido. En este caso, el "
"atributo filename del objeto va a ser *filename*, el cuál por defecto es "
"``'<input>'``. Retorna ``None`` si *source* no es código Python válido, pero "
"es un prefijo de código Python válido"
msgstr ""
" Para intentar compilar *source*, que debe ser una cadena de caracteres de "
"código Python y retorna un objeto si *source* es código Python válido. En "
"este caso, el atributo filename del objeto va a ser *filename*, el cuál por "
"defecto es ``'<input>'``. Retorna ``None`` si *source* no es código Python "
"válido, pero es un prefijo de código Python válido"

#: ../Doc/library/codeop.rst:41
msgid ""
Expand Down