Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traducido archivo library/ctypes.po #397

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 36 commits into from
Aug 22, 2020
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
3003ffe
Traducido archivo library/ctypes.po
neosergio Jun 13, 2020
6aa7468
Fix c:type instead c:tipo errors
neosergio Jun 13, 2020
61f7d74
Fix class and term translations
neosergio Jun 13, 2020
213947f
Fix single quotes bugs
neosergio Jun 14, 2020
c7df6b9
Fix single quotes remaining bugs
neosergio Jun 14, 2020
8023444
Fix auditing event quote
neosergio Jun 14, 2020
a68fb9f
Translate auditing event <auditing> reference
neosergio Jun 14, 2020
ec7be01
Mark these translations as fuzzy due a bug in Sphinx
humitos Jun 14, 2020
1bfd65e
Keep auditing event without translating according library/functions.p…
neosergio Jun 14, 2020
fe1cd0d
Update library/ctypes.po
neosergio Jun 29, 2020
a5f2b86
Update library/ctypes.po
neosergio Jun 29, 2020
6675647
Update library/ctypes.po
neosergio Jun 29, 2020
9036d3b
Update library/ctypes.po
neosergio Jun 29, 2020
4797862
Update library/ctypes.po
neosergio Jun 29, 2020
b3e659b
Update library/ctypes.po
neosergio Jun 29, 2020
62a97af
Update library/ctypes.po
neosergio Jun 29, 2020
5631780
Update library/ctypes.po
neosergio Jun 29, 2020
ef3b7cd
Update library/ctypes.po
neosergio Jun 29, 2020
0220839
Update library/ctypes.po
neosergio Jun 29, 2020
1f0a10b
Update library/ctypes.po
neosergio Jul 2, 2020
840aa3a
Update library/ctypes.po
neosergio Jul 2, 2020
1593133
Update library/ctypes.po
neosergio Jul 2, 2020
d62de61
Update library/ctypes.po
neosergio Jul 2, 2020
9780adf
Update library/ctypes.po
neosergio Jul 2, 2020
a05b337
Update library/ctypes.po
neosergio Jul 2, 2020
f3b7770
Update library/ctypes.po
neosergio Jul 2, 2020
4e6bc8b
Update library/ctypes.po
neosergio Jul 2, 2020
f035594
Update library/ctypes.po
neosergio Jul 2, 2020
0c7e076
Update library/ctypes.po
neosergio Jul 2, 2020
d02abac
Merge branch '3.8' into pr-397
cmaureir Aug 15, 2020
388f15f
Arreglando build y nuevas palabras library/ctypes
cmaureir Aug 15, 2020
71df18d
Merge branch '3.8' into pr-397
cmaureir Aug 22, 2020
6db745e
Estandarizando contenido y warnings lbrary/ctypes
cmaureir Aug 22, 2020
d72ed9a
Arreglando formato de library/ctypes
cmaureir Aug 22, 2020
2c6180d
Arreglando comillas en distintas palabras library/ctypes
cmaureir Aug 22, 2020
b86c066
Agregar nuevas palabras library/ctypes
cmaureir Aug 22, 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
Fix single quotes remaining bugs
  • Loading branch information
neosergio committed Jun 14, 2020
commit c7df6b93b5fa16287d8cf9accd0148c35165eed2
12 changes: 6 additions & 6 deletions library/ctypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ msgid ""
"debugging crashes (e.g. from segmentation faults produced by erroneous C "
"library calls)."
msgstr ""
"Sin embargo, hay suficientes maneras de bloquear Python con :mod:`ctypes, "
"Sin embargo, hay suficientes maneras de bloquear Python con :mod:`ctypes`, "
"así que debes tener cuidado de todos modos. El módulo :mod:`faulthandler` "
"puede ser útil para depurar bloqueos (por ejemplo, provenientes de fallos de "
"segmentación producidos por llamadas erróneas a la biblioteca C)."
Expand Down Expand Up @@ -381,7 +381,7 @@ msgstr ":class:`c_ushort`"

#: ../Doc/library/ctypes.rst:230
msgid ":c:type:`unsigned short`"
msgstr ":c:type:`unsigned short"
msgstr ":c:type:`unsigned short`"

#: ../Doc/library/ctypes.rst:232
msgid ":class:`c_int`"
Expand Down Expand Up @@ -1042,7 +1042,7 @@ msgid ""
":mod:`ctypes` checks for ``NULL`` when dereferencing pointers (but "
"dereferencing invalid non-\\ ``NULL`` pointers would crash Python)::"
msgstr ""
"mod:`ctypes` comprueba si hay ``NULL`` cuando los punteros de referencia "
":mod:`ctypes` comprueba si hay ``NULL`` cuando los punteros de referencia "
"(pero los punteros no válidos de referencia no-\\ ``NULL`` se romperan en "
"Python)::"

Expand Down Expand Up @@ -1698,7 +1698,7 @@ msgid ""
msgstr ""
"Sólo Windows: Las instancias de esta clase representan bibliotecas "
"compartidas cargadas, las funciones de estas bibliotecas usan la convención "
"de llamada ``stdcall``, y se supone que devuelven :c:type:``int`` por "
"de llamada ``stdcall``, y se supone que devuelven :c:type:`int` por "
"defecto."

#: ../Doc/library/ctypes.rst:1349
Expand Down Expand Up @@ -3071,7 +3071,7 @@ msgid ""
"true for all other ctypes object instances."
msgstr ""
"Cuando el atributo ``value`` se recupera de una instancia ctypes, "
"normalmente se devuelve un nuevo objeto cada vez. :mod:`ctypes *no* "
"normalmente se devuelve un nuevo objeto cada vez. :mod:`ctypes` *no* "
"implementa el retorno del objeto original, siempre se construye un nuevo "
"objeto. Lo mismo ocurre con todas las demás instancias de objetos ctypes."

Expand Down Expand Up @@ -3328,7 +3328,7 @@ msgid ""
"Represents the C :c:type:`void *` type. The value is represented as "
"integer. The constructor accepts an optional integer initializer."
msgstr ""
"Representa el tipo C c:type:`void *`. El valor se representa como un "
"Representa el tipo C :c:type:`void *`. El valor se representa como un "
"entero. El constructor acepta un inicializador entero opcional."

#: ../Doc/library/ctypes.rst:2333
Expand Down