Skip to content

Finalizando archivos con entradas fuzzy #1799

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 10 commits into from
Jan 5, 2022
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
Quitando entradas no existentes
  • Loading branch information
cmaureir committed Dec 30, 2021
commit e9315442771ff7d235ffb94c996004221c8db13a
32 changes: 0 additions & 32 deletions library/ctypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -2012,14 +2012,6 @@ msgstr ""
"`auditing event <auditing>` ``ctypes.dlopen`` con el argumento de cadena "
"``name``, el nombre usado para cargar la biblioteca."

#: ../Doc/library/ctypes.rst:1531
msgid ""
"Raises an :ref:`auditing event <auditing>` ``ctypes.dlsym`` with arguments "
"``library``, ``name``."
msgstr ""
"Lanza un :ref:`auditing event <auditing>` ``ctypes.dlsym`` con argumentos "
"``library``, ``name``."

#: ../Doc/library/ctypes.rst:1533
msgid ""
"Accessing a function on a loaded library raises an auditing event ``ctypes."
Expand All @@ -2030,14 +2022,6 @@ msgstr ""
"auditoría ``ctypes.dlsym`` con argumentos ``library`` (el objeto de la "
"biblioteca) y ``name`` (el nombre del símbolo como cadena o entero)."

#: ../Doc/library/ctypes.rst:1537
msgid ""
"Raises an :ref:`auditing event <auditing>` ``ctypes.dlsym/handle`` with "
"arguments ``handle``, ``name``."
msgstr ""
"Lanza un :ref:`auditing event <auditing>` ``ctypes.dlsym/handle`` con "
"argumentos ``handle``, ``name``."

#: ../Doc/library/ctypes.rst:1539
msgid ""
"In cases when only the library handle is available rather than the object, "
Expand Down Expand Up @@ -2208,14 +2192,6 @@ msgstr ""
"Esta excepción se lanza cuando una llamada a una función foránea no puede "
"convertir uno de los argumentos pasados."

#: ../Doc/library/ctypes.rst:1628
msgid ""
"Raises an :ref:`auditing event <auditing>` ``ctypes.seh_exception`` with "
"argument ``code``."
msgstr ""
"Lanza un :ref:`auditing event <auditing>` ``ctypes.seh_exception`` con el "
"argumento ``code``."

#: ../Doc/library/ctypes.rst:1630
msgid ""
"On Windows, when a foreign function call raises a system exception (for "
Expand All @@ -2231,14 +2207,6 @@ msgstr ""
"permitiendo que un gancho de auditoría reemplace la excepción con la suya "
"propia."

#: ../Doc/library/ctypes.rst:1636
msgid ""
"Raises an :ref:`auditing event <auditing>` ``ctypes.call_function`` with "
"arguments ``func_pointer``, ``arguments``."
msgstr ""
"Lanza un :ref:`auditing event <auditing>` ``ctypes.call_function`` con "
"argumentos ``func_pointer``, ``arguments``."

#: ../Doc/library/ctypes.rst:1638
msgid ""
"Some ways to invoke foreign function calls may raise an auditing event "
Expand Down
7 changes: 3 additions & 4 deletions library/functions.po
Original file line number Diff line number Diff line change
Expand Up @@ -1739,11 +1739,10 @@ msgstr ""

#: ../Doc/library/functions.rst:850
msgid ""
"Raises an :ref:`auditing event <auditing>` ``builtins.input/result`` with "
"argument ``result``."
"Raises an auditing event ``builtins.input/result`` with argument ``result``."
msgstr ""
"Lanza un :ref:`auditing event <auditing>` ``builtins.input/result`` con el "
"argumento ``result``."
"Lanza un evento de auditoria ``builtins.input/result`` con el argumento "
"``result``."

#: ../Doc/library/functions.rst:852
msgid ""
Expand Down