Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traducido archivo c-api/type.po#2370

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmaureir merged 14 commits intopython:3.11fromigmtz:traduccion-type
Aug 7, 2023
Merged
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
baeda49
Traducido archivo c-api/type.po
igmtzApr 8, 2023
2a519fd
Traducido archivo c-api/type.po
igmtzApr 8, 2023
960ed16
Traducido archivo c-api/type
igmtzApr 9, 2023
2de9598
Traducido archivo c-api/type
igmtzApr 10, 2023
e1bd560
Traducido archivo c-api/type
igmtzApr 12, 2023
b7c43e4
Merge branch '3.11' into traduccion-type
igmtzApr 12, 2023
ce92eae
Merge branch '3.11' into traduccion-type
igmtzApr 20, 2023
3abed4e
Apply suggestions from code review
cmaureirAug 7, 2023
c9ddd2f
Apply suggestions from code review
cmaureirAug 7, 2023
64f2f3d
Apply suggestions from code review
cmaureirAug 7, 2023
886d8dc
Merge branch '3.11' into traduccion-type
cmaureirAug 7, 2023
df78e0e
powrap
cmaureirAug 7, 2023
c775de9
Usar retorna en vez de devuelve
cmaureirAug 7, 2023
06018ac
Add new missing words from whatsnew 3.11
cmaureirAug 7, 2023
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
PrevPrevious commit
NextNext commit
Apply suggestions from code review
  • Loading branch information
@cmaureir
cmaureir authoredAug 7, 2023
commitc9ddd2fbcb9c7c46ea62ef3276c88fbc2afc50d7
6 changes: 3 additions & 3 deletionsc-api/type.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -187,7 +187,7 @@ msgid ""
"Return the type's qualified name. Equivalent to getting the type's "
"``__qualname__`` attribute."
msgstr ""
"Devuelve el nombre adecuado del tipo de objeto. Equivalente a obtener el "
"Retorna el nombre adecuado del tipo de objeto. Equivalente a obtener el "
"atributo ``__qualname__`` del objeto tipo."

#: ../Doc/c-api/type.rst:124
Expand DownExpand Up@@ -248,7 +248,7 @@ msgstr ""
"``PyType_GetModule(Py_TYPE(self))`` no devuelva el resultado deseado. "
"``Py_TYPE(self)`` puede ser una *subclass* de la clase deseada, y las "
"subclases no están necesariamente definidas en el mismo módulo que su "
"superclase. Consulte :c:type:`PyCMethod` para obtener la clase que define el "
"superclase. Consulte :c:func:`PyCMethod` para obtener la clase que define el "
"método. Ver ::c:func:`PyType_GetModuleByDef` para los casos en los que no se puede "
"usar ``PyCMethod``."

Expand DownExpand Up@@ -276,7 +276,7 @@ msgid ""
"`PyModuleDef` *def*, and return that module."
msgstr ""
"Encuentra la primer superclase cuyo módulo fue creado a partir del :c:type:"
"`PyModuleDef` *def* dado, ydevuelve ese módulo."
"`PyModuleDef` *def* dado, yretorna ese módulo."

#: ../Doc/c-api/type.rst:176
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp