Skip to content

Commit 9896f49

Browse files
committed
fix :role: patterns in Spanish translation
1 parent 2cad11e commit 9896f49

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

dict

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Android
99
Associates
1010
Asincrónicamente
1111
asincrónicas
12+
auditoría
1213
Autocompletado
14+
auxiliar
1315
Awk
1416
B
1517
BSD
@@ -231,6 +233,7 @@ desreferenciación
231233
desreferenciarlas
232234
dict
233235
dinámicamente
236+
disponibilidad
234237
distutils
235238
docstring
236239
docstrings

library/shutil.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ msgid ""
493493
"Raises an :ref:`auditing event <auditing>` ``shutil.copytree`` with "
494494
"arguments ``src``, ``dst``."
495495
msgstr ""
496-
"Se genera un :ref:`auditing event <auditing>` ``shutil.copytree`` con "
496+
"Se genera un :ref:`evento de auditoría <auditing>` ``shutil.copytree`` con "
497497
"argumentos ``src``, ``dst``."
498498

499499
#: ../Doc/library/shutil.rst:271
@@ -575,7 +575,7 @@ msgid ""
575575
"Raises an :ref:`auditing event <auditing>` ``shutil.rmtree`` with argument "
576576
"``path``."
577577
msgstr ""
578-
"Genera un :ref:`auditing event <auditing>` ``shutil.rmtree`` con argumento "
578+
"Genera un :ref:`evento de auditoría <auditing>` ``shutil.rmtree`` con argumento "
579579
"``path``."
580580

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

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

694694
#: ../Doc/library/shutil.rst:386
695695
msgid ":ref:`Availability <availability>`: Unix, Windows."
696-
msgstr ":ref:`Availability <availability>`: Unix, Windows."
696+
msgstr ":ref:`Disponibilidad <availability>`: Unix, Windows."
697697

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

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

722722
#: ../Doc/library/shutil.rst:400
723723
msgid ":ref:`Availability <availability>`: Unix."
724-
msgstr ":ref:`Availability <availability>`: Unix."
724+
msgstr ":ref:`Disponibilidad <availability>`: Unix."
725725

726726
#: ../Doc/library/shutil.rst:406
727727
msgid ""
@@ -851,7 +851,7 @@ msgstr ""
851851

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

856856
#: ../Doc/library/shutil.rst:510
857857
msgid ""
@@ -973,7 +973,7 @@ msgid ""
973973
"Raises an :ref:`auditing event <auditing>` ``shutil.make_archive`` with "
974974
"arguments ``base_name``, ``format``, ``root_dir``, ``base_dir``."
975975
msgstr ""
976-
"Genera un :ref:`auditing event <auditing>` ``shutil.make_archive`` con "
976+
"Genera un :ref:`evento de auditoría <auditing>` ``shutil.make_archive`` con "
977977
"argumentos ``base_name``, ``format``, ``root_dir``, ``base_dir``."
978978

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

11081108
#: ../Doc/library/shutil.rst:652

0 commit comments

Comments
 (0)