Skip to content

traduccion library/ftplib.po #536

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 23 commits into from
Jul 25, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6c92f08
traduccion library/ftplib.po
silvinabt87 Jul 7, 2020
379ac21
agregar palabras a dict
silvinabt87 Jul 7, 2020
be3f497
Merge branch '3.8' into traduccion-ftplib-po
silvinabt87 Jul 7, 2020
e89656e
Update library/ftplib.po
silvinabt87 Jul 7, 2020
06d36ce
Update library/ftplib.po
silvinabt87 Jul 7, 2020
c6e97fa
Update library/ftplib.po
silvinabt87 Jul 7, 2020
9ee1f89
Update library/ftplib.po
silvinabt87 Jul 7, 2020
6e6e664
Update library/ftplib.po
silvinabt87 Jul 7, 2020
fb61209
Update library/ftplib.po
silvinabt87 Jul 7, 2020
34d3d9a
Update library/ftplib.po
silvinabt87 Jul 7, 2020
b2b5808
Update library/ftplib.po
silvinabt87 Jul 7, 2020
243e037
Update dict
silvinabt87 Jul 7, 2020
5c3628d
arregla ftplib.po y elimina 'salteandose'de dict
silvinabt87 Jul 7, 2020
c6b74c6
Merge branch '3.8' of https://github.com/python/python-docs-es into t…
silvinabt87 Jul 7, 2020
5fded6c
Apply suggestions from code review
silvinabt87 Jul 7, 2020
f9e0a22
Apply suggestions from code review
silvinabt87 Jul 7, 2020
17567a7
Update library/ftplib.po
silvinabt87 Jul 21, 2020
4f3d5e0
Update library/ftplib.po
silvinabt87 Jul 21, 2020
2720603
Update library/ftplib.po
silvinabt87 Jul 21, 2020
ee4c775
Merge branch '3.8' into traduccion-ftplib-po
silvinabt87 Jul 21, 2020
1bef5d1
git push origin 3.8Merge remote-tracking branch 'upstream/3.8' into t…
silvinabt87 Jul 25, 2020
bdd1611
Merge branch 'traduccion-ftplib-po' of github.com:silvinabt87/python-…
silvinabt87 Jul 25, 2020
03455fc
pass powrap to library/ftplib.po
silvinabt87 Jul 25, 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
Prev Previous commit
Next Next commit
agregar palabras a dict
  • Loading branch information
silvinabt87 committed Jul 7, 2020
commit 379ac215102c340a68a1647b9c56761ea29352ab
2 changes: 2 additions & 0 deletions dict
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ import
imports
imprimible
imprimibles
imprimiéndola
include
indentación
indentada
Expand Down Expand Up @@ -558,6 +559,7 @@ reubicar
root
run
s
salteándose
scanf
script
scripting
Expand Down
2 changes: 1 addition & 1 deletion library/ftplib.po
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ msgstr ""
"imprimiéndola en una salida estándar. El *argument* opcional es un "
"directorio a ser listado (el valor predeterminado es el directorio del "
"servidor actual). Se pueden utilizar argumentos múltiples para pasar las "
"opciónes que no son estándar al comando ``LIST``. Si el último argumento es "
"opciones que no son estándar al comando ``LIST``. Si el último argumento es "
"una función, se usa como función *callback* como en :meth:`retrlines`; el "
"valor predeterminado imprime a ``sys.stdout``. Este método retorna ``None``."

Expand Down