Skip to content

Traducción shutil.po #378

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

Closed
wants to merge 23 commits into from
Closed
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
cb307d5
Merge branch 'master' of https://github.com/pycampes/python-docs-es i…
silvinabt87 May 11, 2020
e821d5b
translate shutil.po
silvinabt87 May 29, 2020
59a046e
Update library/shutil.po
silvinabt87 Jun 7, 2020
368cede
Update library/shutil.po
silvinabt87 Jun 7, 2020
ec6a869
Apply suggestions from code review
silvinabt87 Jun 7, 2020
28c58c6
traduccion corregida de /library/shutil.po
silvinabt87 Jun 7, 2020
d6e191b
Merge branch 'traduccion-shutil.po' of github.com:silvinabt87/python-…
silvinabt87 Jun 7, 2020
2ac58de
solve travis conflicts on /library/shutil.po
silvinabt87 Jun 8, 2020
bd7848e
add new words to dict
silvinabt87 Jun 8, 2020
7a16c82
correct translation of lines 1013, 1018 and 1022
silvinabt87 Jun 8, 2020
a638c50
add words to dict and correct translation
silvinabt87 Jun 8, 2020
690526e
Merge branch '3.8' into traduccion-shutil.po
humitos Jun 11, 2020
38c6b1b
Merge branch '3.8' of github.com:python/python-docs-es into pr/378
humitos Jun 14, 2020
0f5adf0
Fix end-of-line within string
humitos Jun 14, 2020
0e91f5e
Update library/shutil.po
silvinabt87 Jun 15, 2020
ed117c3
modify dict file
silvinabt87 Jun 15, 2020
2cad11e
fixed dict file
silvinabt87 Jun 15, 2020
9896f49
fix :role: patterns in Spanish translation
silvinabt87 Jun 16, 2020
7e94639
fix dict file
silvinabt87 Jun 20, 2020
0ba30a2
fix reviewer guide
silvinabt87 Jun 20, 2020
f9fb4d1
move dict file to original translation branch
silvinabt87 Jun 20, 2020
bcf2d18
Merge branch '3.8' into traduccion-shutil.po
silvinabt87 Jun 20, 2020
4656aa6
Delete reviewer-guide.rst
silvinabt87 Jun 27, 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
add words to dict and correct translation
  • Loading branch information
silvinabt87 committed Jun 8, 2020
commit a638c501e3deba1f9fc9dca9da1a931c94c37e8a
1 change: 1 addition & 0 deletions dict
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ explícitamente
exponenciación
exit
f
fd
finalizador
finalizadores
flag
Expand Down
10 changes: 5 additions & 5 deletions library/shutil.po
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ msgstr ""

#: ../Doc/library/shutil.rst:108
msgid "Added *follow_symlinks* argument."
msgstr "Se anadió el argumento *follow_symlinks*."
msgstr "Se añadió el argumento *follow_symlinks*."

#: ../Doc/library/shutil.rst:113
msgid ""
Expand Down Expand Up @@ -406,7 +406,7 @@ msgid ""
msgstr ""
"Copia recursivamente un directorio *tree* entero con raíz en *src* en un "
"directorio llamado *dst* y devuelve un directorio destino. *dirs_exist_ok* "
"dicta si debe generar una excepción en casod e que *dst* o cualquier "
"dicta si debe generar una excepción en caso de que *dst* o cualquier "
"directorio principal que falte ya exista."

#: ../Doc/library/shutil.rst:237
Expand Down Expand Up @@ -584,7 +584,7 @@ msgid ""
"platform supports fd-based functions."
msgstr ""
"Se añadió una versión resistente a los ataques de enlaces simbólicos que se "
"usan automáticamente si la plataforma admite funciones pasadas en fd."
"usan automáticamente si la plataforma admite funciones pasadas en descriptores de archivo."

#: ../Doc/library/shutil.rst:324
msgid ""
Expand All @@ -603,7 +603,7 @@ msgstr ""
"Indica si la plataforma actual y la implementación proporciona una versión "
"de :func:`rmtree` resistente al ataque de enlace simbólico. Actualmente, esto "
"solo sucede para plataformas que admitan funciones de acceso a directorios "
"basadas en fd."
"basadas en descriptores de archivo."

#: ../Doc/library/shutil.rst:339
msgid ""
Expand Down Expand Up @@ -728,7 +728,7 @@ msgid ""
"Return the path to an executable which would be run if the given *cmd* was "
"called. If no *cmd* would be called, return ``None``."
msgstr ""
"Devuelve la ruta de acceso a un ejecutable que se ejeutaría si el *cmd* dado "
"Devuelve la ruta de acceso a un ejecutable que se ejecutaría si el *cmd* dado "
"se invoca. Si no se invoca a *cmd*, devuelve ``None``."

#: ../Doc/library/shutil.rst:409
Expand Down