Skip to content

Traducción shutil.po #524

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 19 commits into from
Jul 5, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
fix :role: patterns in Spanish translation
  • Loading branch information
silvinabt87 authored and humitos committed Jul 5, 2020
commit 61fbccf88bf0fbd7bcd23f152fb7630621e5276a
3 changes: 3 additions & 0 deletions dict
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ and
Associates
Asincrónicamente
asincrónicas
auditoría
Autocompletado
auxiliar
Awk
B
BSD
Expand Down Expand Up @@ -307,6 +309,7 @@ desreferenciar
desreferenciarlas
dict
dinámicamente
disponibilidad
distutils
docstring
docstrings
Expand Down
20 changes: 10 additions & 10 deletions library/shutil.po
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ msgid ""
"Raises an :ref:`auditing event <auditing>` ``shutil.copytree`` with "
"arguments ``src``, ``dst``."
msgstr ""
"Se genera un :ref:`auditing event <auditing>` ``shutil.copytree`` con "
"Se genera un :ref:`evento de auditoría <auditing>` ``shutil.copytree`` con "
"argumentos ``src``, ``dst``."

#: ../Doc/library/shutil.rst:271
Expand Down Expand Up @@ -575,7 +575,7 @@ msgid ""
"Raises an :ref:`auditing event <auditing>` ``shutil.rmtree`` with argument "
"``path``."
msgstr ""
"Genera un :ref:`auditing event <auditing>` ``shutil.rmtree`` con argumento "
"Genera un :ref:`evento de auditoría <auditing>` ``shutil.rmtree`` con argumento "
"``path``."

#: ../Doc/library/shutil.rst:320
Expand Down Expand Up @@ -660,7 +660,7 @@ msgid ""
"Raises an :ref:`auditing event <auditing>` ``shutil.move`` with arguments "
"``src``, ``dst``."
msgstr ""
"Genera un :ref:`auditing event <auditing>` ``shutil.move`` con argumentos "
"Genera un :ref:`evento de auditoría <auditing>` ``shutil.move`` con argumentos "
"``src``, ``dst``."

#: ../Doc/library/shutil.rst:361
Expand Down Expand Up @@ -693,11 +693,11 @@ msgstr "En Windows, *path* ahora puede ser un archivo o un directorio."

#: ../Doc/library/shutil.rst:386
msgid ":ref:`Availability <availability>`: Unix, Windows."
msgstr ":ref:`Availability <availability>`: Unix, Windows."
msgstr ":ref:`Disponibilidad <availability>`: Unix, Windows."

#: ../Doc/library/shutil.rst:390
msgid "Change owner *user* and/or *group* of the given *path*."
msgstr "Cambia el propietario *user* y/o *group* del *path* dado."
msgstr "Cambia el propietario *user* y/o *group* de la *ruta* dada."

#: ../Doc/library/shutil.rst:392
msgid ""
Expand All @@ -716,12 +716,12 @@ msgid ""
"Raises an :ref:`auditing event <auditing>` ``shutil.chown`` with arguments "
"``path``, ``user``, ``group``."
msgstr ""
"Genera un :ref:`auditing event <auditing>` ``shutil.chown`` con argumentos "
"Genera un :ref:`evento de auditoría <auditing>` ``shutil.chown`` con argumentos "
"``path``, ``user``, ``group``."

#: ../Doc/library/shutil.rst:400
msgid ":ref:`Availability <availability>`: Unix."
msgstr ":ref:`Availability <availability>`: Unix."
msgstr ":ref:`Disponibilidad <availability>`: Unix."

#: ../Doc/library/shutil.rst:406
msgid ""
Expand Down Expand Up @@ -851,7 +851,7 @@ msgstr ""

#: ../Doc/library/shutil.rst:504
msgid "Another example that uses the :func:`ignore_patterns` helper::"
msgstr "Otro ejemplo que usa :func:`ignore_patterns` helper::"
msgstr "Otro ejemplo que usa el auxiliar:func:`ignore_patterns`::"

#: ../Doc/library/shutil.rst:510
msgid ""
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:`evento de auditoría <auditing>` ``shutil.make_archive`` con "
"argumentos ``base_name``, ``format``, ``root_dir``, ``base_dir``."

#: ../Doc/library/shutil.rst:592
Expand Down Expand Up @@ -1102,7 +1102,7 @@ msgid ""
"Raises an :ref:`auditing event <auditing>` ``shutil.unpack_archive`` with "
"arguments ``filename``, ``extract_dir``, ``format``."
msgstr ""
"Se genera un :ref:`auditing event <auditing>` ``shutil.unpack_archive`` con "
"Se genera un :ref:`evento de auditoría <auditing>` ``shutil.unpack_archive`` con "
"argumentos ``filename``, ``extract_dir``, ``format``."

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