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

Skip to content

Corrección de titlecase #2249

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 6 commits into from
Jan 12, 2023
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
Next Next commit
Corrección de titlecase en c-api
  • Loading branch information
erickisos committed Jan 4, 2023
commit c9a6c32c59d79d430e9fcc9bd2c50cd977f7cbb7
2 changes: 1 addition & 1 deletion c-api/bool.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgstr ""

#: ../Doc/c-api/bool.rst:6
msgid "Boolean Objects"
msgstr "Objetos Booleanos"
msgstr "Objetos booleanos"

#: ../Doc/c-api/bool.rst:8
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/buffer.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgstr ""

#: ../Doc/c-api/buffer.rst:11
msgid "Buffer Protocol"
msgstr "Protocolo Búfer"
msgstr "Protocolo búfer"

#: ../Doc/c-api/buffer.rst:18
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/bytes.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgstr ""

#: ../Doc/c-api/bytes.rst:6
msgid "Bytes Objects"
msgstr "Objetos Bytes"
msgstr "Objetos bytes"

#: ../Doc/c-api/bytes.rst:8
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/call.po
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ msgstr "API para invocar objetos"
#: ../Doc/c-api/call.rst:179
msgid ""
"Various functions are available for calling a Python object. Each converts "
"its arguments to a convention supported by the called object either "
"its arguments to a convention supported by the called object - either "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Un cambio accidental supongo al string original en inglés?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tienes razón, me lo marca con un caracter extraño y hace el cambio, ya lo corrijo

"*tp_call* or vectorcall. In order to do as little conversion as possible, "
"pick one that best fits the format of data you have available."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/cell.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgstr ""

#: ../Doc/c-api/cell.rst:6
msgid "Cell Objects"
msgstr "Objetos Celda"
msgstr "Objetos celda"

#: ../Doc/c-api/cell.rst:8
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/code.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgstr ""

#: ../Doc/c-api/code.rst:8
msgid "Code Objects"
msgstr "Objetos Código"
msgstr "Objetos código"

#: ../Doc/c-api/code.rst:12
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/dict.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgstr ""

#: ../Doc/c-api/dict.rst:6
msgid "Dictionary Objects"
msgstr "Objetos Diccionarios"
msgstr "Objetos diccionario"

#: ../Doc/c-api/dict.rst:13
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/float.po
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ msgstr ""

#: ../Doc/c-api/float.rst:82
msgid "Pack and Unpack functions"
msgstr ""
msgstr "Empaquetar y desempaquetar funciones"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mmmm creo que esto se refiere más a funciones de empaquetamiento y desempaquetsmiento o no?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

De acuerdo, suena más lógico la verdad jajaja


#: ../Doc/c-api/float.rst:84
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/frame.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgstr ""

#: ../Doc/c-api/frame.rst:4
msgid "Frame Objects"
msgstr "Objetos Frame"
msgstr "Objetos frame"

#: ../Doc/c-api/frame.rst:8
msgid "The C structure of the objects used to describe frame objects."
Expand Down
2 changes: 1 addition & 1 deletion c-api/gen.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgstr ""

#: ../Doc/c-api/gen.rst:6
msgid "Generator Objects"
msgstr "Objetos Generadores"
msgstr "Objetos generadores"

#: ../Doc/c-api/gen.rst:8
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/import.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgstr ""

#: ../Doc/c-api/import.rst:6
msgid "Importing Modules"
msgstr "Importando Módulos"
msgstr "Importando módulos"

#: ../Doc/c-api/import.rst:16
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/init.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgstr ""

#: ../Doc/c-api/init.rst:8
msgid "Initialization, Finalization, and Threads"
msgstr "Inicialización, Finalización e Hilos"
msgstr "Inicialización, finalización e hilos"

#: ../Doc/c-api/init.rst:10
msgid "See also :ref:`Python Initialization Configuration <init-config>`."
Expand Down
2 changes: 1 addition & 1 deletion c-api/long.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgstr ""

#: ../Doc/c-api/long.rst:6
msgid "Integer Objects"
msgstr "Objetos Enteros"
msgstr "Objetos enteros"

#: ../Doc/c-api/long.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/module.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgstr ""

#: ../Doc/c-api/module.rst:6
msgid "Module Objects"
msgstr "Objetos Modulo"
msgstr "Objetos módulo"

#: ../Doc/c-api/module.rst:15
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/set.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgstr ""

#: ../Doc/c-api/set.rst:6
msgid "Set Objects"
msgstr "Objetos Conjunto"
msgstr "Objetos conjunto"

#: ../Doc/c-api/set.rst:15
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions c-api/slice.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgstr ""

#: ../Doc/c-api/slice.rst:6
msgid "Slice Objects"
msgstr "Objeto rebanada (*slice*)"
msgstr "Objetos rebanada (*slice*)"

#: ../Doc/c-api/slice.rst:11
msgid ""
Expand Down Expand Up @@ -184,7 +184,7 @@ msgstr ""

#: ../Doc/c-api/slice.rst:116
msgid "Ellipsis Object"
msgstr "Objeto Elipsis"
msgstr "Objeto elipsis"

#: ../Doc/c-api/slice.rst:121
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion c-api/stable.po
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ msgid ""
"a Limited API extension with a version-specific ABI. This can improve "
"performance for that Python version, but will limit compatibility. Compiling "
"with ``Py_LIMITED_API`` will then yield an extension that can be distributed "
"where a version-specific one is not available for example, for prereleases "
"where a version-specific one is not available - for example, for prereleases "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

De nuevo

"of an upcoming Python version."
msgstr ""
"Al dejar fuera la definición de ``Py_LIMITED_API``, es posible compilar una "
Expand Down
2 changes: 1 addition & 1 deletion c-api/tuple.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgstr ""

#: ../Doc/c-api/tuple.rst:6
msgid "Tuple Objects"
msgstr "Objetos Tuplas"
msgstr "Objetos tupla"

#: ../Doc/c-api/tuple.rst:13
msgid "This subtype of :c:type:`PyObject` represents a Python tuple object."
Expand Down
2 changes: 1 addition & 1 deletion c-api/type.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgstr ""

#: ../Doc/c-api/type.rst:6
msgid "Type Objects"
msgstr "Objetos Tipos"
msgstr "Objetos tipo"

#: ../Doc/c-api/type.rst:13
msgid "The C structure of the objects used to describe built-in types."
Expand Down
2 changes: 1 addition & 1 deletion c-api/typeobj.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgstr ""

#: ../Doc/c-api/typeobj.rst:6
msgid "Type Objects"
msgstr "Objetos Tipo"
msgstr "Objetos tipo"

#: ../Doc/c-api/typeobj.rst:8
#, fuzzy
Expand Down