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
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
solve travis conflicts on /library/shutil.po
  • Loading branch information
silvinabt87 committed Jun 8, 2020
commit 2ac58ded1c0d767aadb5fcb0ac21299095bf66a4
18 changes: 9 additions & 9 deletions library/shutil.po
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ msgid ""
"Raise :exc:`SameFileError` instead of :exc:`Error`. Since the former is a "
"subclass of the latter, this change is backward compatible."
msgstr ""
"Genera :exc:`SameFileError`en lugar de :exc:`Error`. Dado que la primera es "
"Genera :exc:`SameFileError` en lugar de :exc:`Error`. Dado que la primera es "
"una subclase de la segunda, el cambio es compatible con versiones anteriores."

#: ../Doc/library/shutil.rst:81 ../Doc/library/shutil.rst:184
Expand Down Expand Up @@ -218,8 +218,8 @@ msgid ""
"as strings."
msgstr ""
"Copia los bits de permiso, la última hora de acceso, la última hora de "
"modificación y las *flags* desde *src* a *dst*. En Linux, func:`copystat` "
"también copias los \"atributos extendidos\" siempre que sea posible. Los "
"modificación y las *flags* desde *src* a *dst*. En Linux, :func:`copystat` "
"también copia los \"atributos extendidos\" siempre que sea posible. Los "
"contenidos, el propietario y el grupo del archivo no se ven afectados. *src* "
"y *dst* son objetos de tipo a ruta o nombres de ruta dados como *strings*."

Expand Down Expand Up @@ -486,7 +486,7 @@ msgstr ""
"Si *copy_function* está dado, debe ser un invocable que se usará para copiar "
"cada archivo. Se le invocará con la ruta de origen y la ruta de destino como "
"argumentos. Por defecto, se usa :func:`~shutil.copy2`, pero se puede usar "
"cualquier función que admita la misma."
"cualquier función que admita la misma (como :func:`~shutil.copy`)."

#: ../Doc/library/shutil.rst:270
msgid ""
Expand Down Expand Up @@ -649,7 +649,7 @@ msgstr ""
"Si *copy_function* se proporciona, debe ser un invocable que toma dos "
"argumentos *src* y *dst*, y se usará para copiar *src* a *dest* si no se "
"puede usar :func:`os.rename`. Si el origen es un directorio, se invoca :func:"
"`copytree` y se le pasa func:`copy_function`. El *copy_function* por defecto "
"`copytree` y se le pasa :func:`copy_function`. El *copy_function* por defecto "
"es :func:`copy2`. El uso de :func:`~shutil.copy` como *copy_function* "
"permite que el movimiento se realice correctamente cuando no es posible "
"copiar los metadatos también, a expensas de no copiar ninguno de los "
Expand Down Expand Up @@ -973,7 +973,7 @@ msgid ""
"Raises an :ref:`auditing event <auditing>` ``shutil.make_archive`` with "
"arguments ``base_name``, ``format``, ``root_dir``, ``base_dir``."
msgstr ""
"Genera un ref:`auditing event <auditing>` ``shutil.make_archive`` con "
"Genera un :ref:`auditing event <auditing>` ``shutil.make_archive`` con "
"argumentos ``base_name``, ``format``, ``root_dir``, ``base_dir``."

#: ../Doc/library/shutil.rst:592
Expand Down Expand Up @@ -1010,12 +1010,12 @@ msgstr ""
#: ../Doc/library/shutil.rst:606 ../Doc/library/shutil.rst:689
msgid "*gztar*: gzip'ed tar-file (if the :mod:`zlib` module is available)."
msgstr ""
"Archivo tar *gztar*: gzip'ed (si el módulo :mod:`zlib` está disponible)."
"Archivo tar *gztar*: gzip'ed (si el módulo :mod:`zlib` está disponible)."

#: ../Doc/library/shutil.rst:607 ../Doc/library/shutil.rst:690
msgid "*bztar*: bzip2'ed tar-file (if the :mod:`bz2` module is available)."
msgstr ""
"Archivo tar *bztar*: bzip2'ed (si el módulo :mod:`bz2 está disponible)."
"Archivo tar *bztar*: bzip2'ed (si el módulo :mod:`bz2` está disponible)."

#: ../Doc/library/shutil.rst:608 ../Doc/library/shutil.rst:691
msgid "*xztar*: xz'ed tar-file (if the :mod:`lzma` module is available)."
Expand Down Expand Up @@ -1220,7 +1220,7 @@ msgid ""
"`os.get_terminal_size`."
msgstr ""
"Cuando `COLUMNS`` o ``LINES`` no está definido, como suele ocurrir, la "
"terminal conectada a data:`sys.__stdout__` se consulta invocando :func:`os."
"terminal conectada a :data:`sys.__stdout__` se consulta invocando :func:`os."
"get_terminal_size`."

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