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

Commit83dabc9

Browse files
committed
Correcciones "howto" y "faq"
1 parenta24970b commit83dabc9

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

‎faq/general.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ msgstr "Contenido"
3232

3333
#:../Doc/faq/general.rst:13
3434
msgid"General Information"
35-
msgstr"InformaciónGeneral"
35+
msgstr"Informacióngeneral"
3636

3737
#:../Doc/faq/general.rst:16
3838
msgid"What is Python?"
@@ -141,7 +141,7 @@ msgstr ""
141141

142142
#:../Doc/faq/general.rst:66
143143
msgid"Why was Python created in the first place?"
144-
msgstr"¿Por quémotivosse creó Python?"
144+
msgstr"¿Por qué se creó Python en primer lugar?"
145145

146146
#:../Doc/faq/general.rst:68
147147
msgid""

‎howto/argparse.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#:../Doc/howto/argparse.rst:3
2525
msgid"Argparse Tutorial"
26-
msgstr"Tutorial de *Argparse*"
26+
msgstr"Tutorial de *argparse*"
2727

2828
#: ../Doc/howto/argparse.rst
2929
msgid"author"

‎howto/curses.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ msgstr ""
2424

2525
#:../Doc/howto/curses.rst:5
2626
msgid"Curses Programming with Python"
27-
msgstr"Programación deCurses con Python"
27+
msgstr"Programación decurses con Python"
2828

2929
#: ../Doc/howto/curses.rst
3030
msgid"Author"

‎howto/logging.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#:../Doc/howto/logging.rst:3
2525
msgid"Logging HOWTO"
26-
msgstr"HOWTOHacer Registros (*Logging*)"
26+
msgstr"HOWTOhacer registros (*Logging*)"
2727

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

3636
#:../Doc/howto/logging.rst:12
3737
msgid"Basic Logging Tutorial"
38-
msgstr"TutorialBásico de *Logging*"
38+
msgstr"Tutorialbásico de *logging*"
3939

4040
#:../Doc/howto/logging.rst:14
4141
msgid""
@@ -223,7 +223,7 @@ msgstr ""
223223
msgid"``CRITICAL``"
224224
msgstr"``CRITICAL``"
225225

226-
#:../Doc/howto/logging.rst:85
226+
#:../Doc/howto/logging.rst:851
227227
msgid""
228228
"A serious error, indicating that the program itself may be unable to "
229229
"continue running."

‎howto/regex.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ msgstr ""
140140

141141
#:../Doc/howto/regex.rst:63
142142
msgid"Matching Characters"
143-
msgstr"Coincidencia deCaracteres (*Matching Characters*)"
143+
msgstr"Coincidencia decaracteres (*Matching Characters*)"
144144

145145
#:../Doc/howto/regex.rst:65
146146
msgid""
@@ -1138,7 +1138,7 @@ msgstr ""
11381138

11391139
#:../Doc/howto/regex.rst:523
11401140
msgid"Compilation Flags"
1141-
msgstr"LosFlags de compilación"
1141+
msgstr"Losflags de compilación"
11421142

11431143
#:../Doc/howto/regex.rst:525
11441144
msgid""
@@ -1934,7 +1934,7 @@ msgstr ""
19341934

19351935
#:../Doc/howto/regex.rst:979
19361936
msgid"Lookahead Assertions"
1937-
msgstr"AsercionesAnticipadas"
1937+
msgstr"Asercionesanticipadas"
19381938

19391939
#:../Doc/howto/regex.rst:981
19401940
msgid""
@@ -2234,7 +2234,7 @@ msgstr ""
22342234

22352235
#:../Doc/howto/regex.rst:1133
22362236
msgid"Search and Replace"
2237-
msgstr"Búsqueda yRemplazo"
2237+
msgstr"Búsqueda yreemplazo"
22382238

22392239
#:../Doc/howto/regex.rst:1135
22402240
msgid""
@@ -2255,7 +2255,7 @@ msgid ""
22552255
"pattern isn't found, *string* is returned unchanged."
22562256
msgstr""
22572257
"Retorna la cadena de caracteres obtenida al reemplazar las apariciones no "
2258-
"superpuestas del extremo izquierdo de la RE en *string* por elremplazo "
2258+
"superpuestas del extremo izquierdo de la RE en *string* por elreemplazo "
22592259
"*replacement*. Si no se encuentra el patrón, el *string* se retorna sin "
22602260
"cambios."
22612261

‎howto/unicode.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ msgstr ""
773773

774774
#:../Doc/howto/unicode.rst:484
775775
msgid"Unicode Regular Expressions"
776-
msgstr"ExpresionesRegulares Unicode"
776+
msgstr"Expresionesregulares Unicode"
777777

778778
#:../Doc/howto/unicode.rst:486
779779
msgid""

‎howto/urllib2.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ msgstr ""
397397

398398
#:../Doc/howto/urllib2.rst:248
399399
msgid"Error Codes"
400-
msgstr"Códigos deError"
400+
msgstr"Códigos deerror"
401401

402402
#:../Doc/howto/urllib2.rst:250
403403
msgid""
@@ -589,7 +589,7 @@ msgstr ""
589589

590590
#:../Doc/howto/urllib2.rst:455
591591
msgid"Basic Authentication"
592-
msgstr"AutenticaciónBásica"
592+
msgstr"Autenticaciónbásica"
593593

594594
#:../Doc/howto/urllib2.rst:457
595595
msgid""
@@ -745,7 +745,7 @@ msgstr ""
745745

746746
#:../Doc/howto/urllib2.rst:558
747747
msgid"Sockets and Layers"
748-
msgstr"Sockets yCapas"
748+
msgstr"Sockets ycapas"
749749

750750
#:../Doc/howto/urllib2.rst:560
751751
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp