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
Prev Previous commit
Next Next commit
Correcciones "howto" y "faq"
  • Loading branch information
erickisos committed Jan 4, 2023
commit 27310ca220231d284db5c3b1081a75bd5c5416f9
4 changes: 2 additions & 2 deletions faq/general.po
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ msgstr "Contenido"

#: ../Doc/faq/general.rst:13
msgid "General Information"
msgstr "Información General"
msgstr "Información general"

#: ../Doc/faq/general.rst:16
msgid "What is Python?"
Expand Down Expand Up @@ -141,7 +141,7 @@ msgstr ""

#: ../Doc/faq/general.rst:66
msgid "Why was Python created in the first place?"
msgstr "¿Por qué motivos se creó Python?"
msgstr "¿Por qué se creó Python en primer lugar?"

#: ../Doc/faq/general.rst:68
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion howto/argparse.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgstr ""

#: ../Doc/howto/argparse.rst:3
msgid "Argparse Tutorial"
msgstr "Tutorial de *Argparse*"
msgstr "Tutorial de *argparse*"

#: ../Doc/howto/argparse.rst
msgid "author"
Expand Down
2 changes: 1 addition & 1 deletion howto/curses.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msgstr ""

#: ../Doc/howto/curses.rst:5
msgid "Curses Programming with Python"
msgstr "Programación de Curses con Python"
msgstr "Programación de curses con Python"

#: ../Doc/howto/curses.rst
msgid "Author"
Expand Down
6 changes: 3 additions & 3 deletions howto/logging.po
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgstr ""

#: ../Doc/howto/logging.rst:3
msgid "Logging HOWTO"
msgstr "HOWTO Hacer Registros (*Logging*)"
msgstr "HOWTO hacer registros (*Logging*)"

#: ../Doc/howto/logging.rst
msgid "Author"
Expand All @@ -35,7 +35,7 @@ msgstr "Vinay Sajip <vinay_sajip at red-dove dot com>"

#: ../Doc/howto/logging.rst:12
msgid "Basic Logging Tutorial"
msgstr "Tutorial Básico de *Logging*"
msgstr "Tutorial básico de *logging*"

#: ../Doc/howto/logging.rst:14
msgid ""
Expand Down Expand Up @@ -223,7 +223,7 @@ msgstr ""
msgid "``CRITICAL``"
msgstr "``CRITICAL``"

#: ../Doc/howto/logging.rst:85
#: ../Doc/howto/logging.rst:851
Copy link
Collaborator

Choose a reason for hiding this comment

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

?

msgid ""
"A serious error, indicating that the program itself may be unable to "
"continue running."
Expand Down
10 changes: 5 additions & 5 deletions howto/regex.po
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ msgstr ""

#: ../Doc/howto/regex.rst:63
msgid "Matching Characters"
msgstr "Coincidencia de Caracteres (*Matching Characters*)"
msgstr "Coincidencia de caracteres (*Matching Characters*)"

#: ../Doc/howto/regex.rst:65
msgid ""
Expand Down Expand Up @@ -1138,7 +1138,7 @@ msgstr ""

#: ../Doc/howto/regex.rst:523
msgid "Compilation Flags"
msgstr "Los Flags de compilación"
msgstr "Los flags de compilación"

#: ../Doc/howto/regex.rst:525
msgid ""
Expand Down Expand Up @@ -1934,7 +1934,7 @@ msgstr ""

#: ../Doc/howto/regex.rst:979
msgid "Lookahead Assertions"
msgstr "Aserciones Anticipadas"
msgstr "Aserciones anticipadas"

#: ../Doc/howto/regex.rst:981
msgid ""
Expand Down Expand Up @@ -2234,7 +2234,7 @@ msgstr ""

#: ../Doc/howto/regex.rst:1133
msgid "Search and Replace"
msgstr "Búsqueda y Remplazo"
msgstr "Búsqueda y reemplazo"

#: ../Doc/howto/regex.rst:1135
msgid ""
Expand All @@ -2255,7 +2255,7 @@ msgid ""
"pattern isn't found, *string* is returned unchanged."
msgstr ""
"Retorna la cadena de caracteres obtenida al reemplazar las apariciones no "
"superpuestas del extremo izquierdo de la RE en *string* por el remplazo "
"superpuestas del extremo izquierdo de la RE en *string* por el reemplazo "
"*replacement*. Si no se encuentra el patrón, el *string* se retorna sin "
"cambios."

Expand Down
2 changes: 1 addition & 1 deletion howto/unicode.po
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ msgstr ""

#: ../Doc/howto/unicode.rst:484
msgid "Unicode Regular Expressions"
msgstr "Expresiones Regulares Unicode"
msgstr "Expresiones regulares Unicode"

#: ../Doc/howto/unicode.rst:486
msgid ""
Expand Down
6 changes: 3 additions & 3 deletions howto/urllib2.po
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ msgstr ""

#: ../Doc/howto/urllib2.rst:248
msgid "Error Codes"
msgstr "Códigos de Error"
msgstr "Códigos de error"

#: ../Doc/howto/urllib2.rst:250
msgid ""
Expand Down Expand Up @@ -589,7 +589,7 @@ msgstr ""

#: ../Doc/howto/urllib2.rst:455
msgid "Basic Authentication"
msgstr "Autenticación Básica"
msgstr "Autenticación básica"

#: ../Doc/howto/urllib2.rst:457
msgid ""
Expand Down Expand Up @@ -745,7 +745,7 @@ msgstr ""

#: ../Doc/howto/urllib2.rst:558
msgid "Sockets and Layers"
msgstr "Sockets y Capas"
msgstr "Sockets y capas"

#: ../Doc/howto/urllib2.rst:560
msgid ""
Expand Down