Skip to content

Commit ec7be01

Browse files
committed
Mark these translations as fuzzy due a bug in Sphinx
These paragraph are failing with cpython/Doc/library/ctypes.rst:: WARNING: inconsistent term references in translated message. original: [], translated: [':ref:`evento de auditoría <auditing>`'] Marking them as fuzzy is a workaround for now, and it will allow us to easily detect them in the future and fix them. References: * https://bugs.python.org/issue39229 * python/python-docs-pt-br#8 There is no way to skip this check only in one paragraph yet: sphinx-doc/sphinx#3985
1 parent a68fb9f commit ec7be01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/ctypes.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,6 +1965,7 @@ msgstr ""
19651965
"cierto, así que tienes que asignar el atributo correcto :attr:`restype` para "
19661966
"usar estas funciones."
19671967

1968+
#, fuzzy
19681969
msgid ""
19691970
"Raises an :ref:`auditing event <auditing>` ``ctypes.dlopen`` with argument "
19701971
"``name``."
@@ -1982,6 +1983,7 @@ msgstr ""
19821983
"`evento de auditoría <auditing>` ``ctypes.dlopen`` con el argumento de cadena "
19831984
"``name``, el nombre usado para cargar la biblioteca."
19841985

1986+
#, fuzzy
19851987
msgid ""
19861988
"Raises an :ref:`auditing event <auditing>` ``ctypes.dlsym`` with arguments "
19871989
"``library``, ``name``."
@@ -1999,6 +2001,7 @@ msgstr ""
19992001
"auditoría ``ctypes.dlsym`` con argumentos ``library`` (el objeto de la "
20002002
"biblioteca) y ``name`` (el nombre del símbolo como cadena o entero)."
20012003

2004+
#, fuzzy
20022005
msgid ""
20032006
"Raises an :ref:`auditing event <auditing>` ``ctypes.dlsym/handle`` with "
20042007
"arguments ``handle``, ``name``."
@@ -2176,6 +2179,7 @@ msgstr ""
21762179
"Esta excepción se lanza cuando una llamada a una función forána no puede "
21772180
"convertir uno de los argumentos pasados."
21782181

2182+
#, fuzzy
21792183
msgid ""
21802184
"Raises an :ref:`auditing event <auditing>` ``ctypes.seh_exception`` with "
21812185
"argument ``code``."
@@ -2198,6 +2202,7 @@ msgstr ""
21982202
"permitiendo que un gancho de auditoría reemplace la excepción con la suya "
21992203
"propia."
22002204

2205+
#, fuzzy
22012206
msgid ""
22022207
"Raises an :ref:`auditing event <auditing>` ``ctypes.call_function`` with "
22032208
"arguments ``func_pointer``, ``arguments``."

0 commit comments

Comments
 (0)