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

Commit5185a2a

Browse files
committed
Cambios pendientes en directorios restantes
1 parent83dabc9 commit5185a2a

File tree

58 files changed

+133
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+133
-132
lines changed

‎c-api/call.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ msgstr "API para invocar objetos"
341341
#:../Doc/c-api/call.rst:179
342342
msgid""
343343
"Various functions are available for calling a Python object. Each converts "
344-
"its arguments to a convention supported by the called object- either "
344+
"its arguments to a convention supported by the called object either "
345345
"*tp_call* or vectorcall. In order to do as little conversion as possible, "
346346
"pick one that best fits the format of data you have available."
347347
msgstr""

‎c-api/exceptions.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ msgstr "En Windows, la función ahora también admite controladores de socket."
963963

964964
#:../Doc/c-api/exceptions.rst:634
965965
msgid"Exception Classes"
966-
msgstr"Clases deExcepción"
966+
msgstr"Clases deexcepción"
967967

968968
#:../Doc/c-api/exceptions.rst:638
969969
msgid""
@@ -1008,7 +1008,7 @@ msgstr ""
10081008

10091009
#:../Doc/c-api/exceptions.rst:661
10101010
msgid"Exception Objects"
1011-
msgstr"ObjetosExcepción"
1011+
msgstr"Objetosexcepción"
10121012

10131013
#:../Doc/c-api/exceptions.rst:665
10141014
msgid""
@@ -1079,7 +1079,7 @@ msgstr ""
10791079

10801080
#:../Doc/c-api/exceptions.rst:710
10811081
msgid"Unicode Exception Objects"
1082-
msgstr"ObjetosUnicode deExcepción"
1082+
msgstr"Objetosunicode deexcepción"
10831083

10841084
#:../Doc/c-api/exceptions.rst:712
10851085
msgid""
@@ -1157,7 +1157,7 @@ msgstr ""
11571157

11581158
#:../Doc/c-api/exceptions.rst:778
11591159
msgid"Recursion Control"
1160-
msgstr"Control deRecursión"
1160+
msgstr"Control derecursión"
11611161

11621162
#:../Doc/c-api/exceptions.rst:780
11631163
msgid""
@@ -1287,7 +1287,7 @@ msgstr ""
12871287

12881288
#:../Doc/c-api/exceptions.rst:847
12891289
msgid"Standard Exceptions"
1290-
msgstr"ExcepcionesEstándar"
1290+
msgstr"Excepcionesestándar"
12911291

12921292
#:../Doc/c-api/exceptions.rst:849
12931293
msgid""

‎c-api/float.po

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

133133
#:../Doc/c-api/float.rst:82
134134
msgid"Pack and Unpack functions"
135-
msgstr"Empaquetar y desempaquetar funciones"
135+
msgstr"Funciones de empaquetado y desempaquetado"
136136

137137
#:../Doc/c-api/float.rst:84
138138
msgid""

‎c-api/stable.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ msgid ""
219219
"a Limited API extension with a version-specific ABI. This can improve "
220220
"performance for that Python version, but will limit compatibility. Compiling "
221221
"with ``Py_LIMITED_API`` will then yield an extension that can be distributed "
222-
"where a version-specific one is not available- for example, for prereleases "
222+
"where a version-specific one is not available for example, for prereleases "
223223
"of an upcoming Python version."
224224
msgstr""
225225
"Al dejar fuera la definición de ``Py_LIMITED_API``, es posible compilar una "

‎c-api/typeobj.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,11 +1113,11 @@ msgstr "typedef"
11131113

11141114
#:../Doc/c-api/typeobj.rst:331
11151115
msgid"Parameter Types"
1116-
msgstr"TiposParámetros"
1116+
msgstr"Tiposparámetros"
11171117

11181118
#:../Doc/c-api/typeobj.rst:331
11191119
msgid"Return Type"
1120-
msgstr"Tipo deRetorno"
1120+
msgstr"Tipo deretorno"
11211121

11221122
#:../Doc/c-api/typeobj.rst:338../Doc/c-api/typeobj.rst:340
11231123
#:../Doc/c-api/typeobj.rst:416
@@ -3794,7 +3794,7 @@ msgstr ""
37943794

37953795
#:../Doc/c-api/typeobj.rst:2070
37963796
msgid"Number Object Structures"
3797-
msgstr"Estructuras deObjetos deNúmeros"
3797+
msgstr"Estructuras deobjetos denúmeros"
37983798

37993799
#:../Doc/c-api/typeobj.rst:2077
38003800
msgid""
@@ -3836,7 +3836,7 @@ msgstr ""
38363836

38373837
#:../Doc/c-api/typeobj.rst:2184
38383838
msgid"Mapping Object Structures"
3839-
msgstr"Estructuras deObjetos Mapeo"
3839+
msgstr"Estructuras deobjetos mapeo"
38403840

38413841
#:../Doc/c-api/typeobj.rst:2191
38423842
msgid""
@@ -4016,7 +4016,7 @@ msgstr ""
40164016

40174017
#:../Doc/c-api/typeobj.rst:2301
40184018
msgid"Buffer Object Structures"
4019-
msgstr"Estructuras deObjetos Búfer"
4019+
msgstr"Estructuras deobjetos búfer"
40204020

40214021
#:../Doc/c-api/typeobj.rst:2309
40224022
msgid""

‎c-api/unicode.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ msgstr ""
2525

2626
#:../Doc/c-api/unicode.rst:6
2727
msgid"Unicode Objects and Codecs"
28-
msgstr"Objetos y códecsUnicode"
28+
msgstr"Objetos y códecsunicode"
2929

3030
#:../Doc/c-api/unicode.rst:12
3131
msgid"Unicode Objects"
32-
msgstr"ObjetosUnicode"
32+
msgstr"Objetosunicode"
3333

3434
#:../Doc/c-api/unicode.rst:14
3535
msgid""
@@ -104,7 +104,7 @@ msgstr ""
104104

105105
#:../Doc/c-api/unicode.rst:43
106106
msgid"Unicode Type"
107-
msgstr"TipoUnicode"
107+
msgstr"Tipounicode"
108108

109109
#:../Doc/c-api/unicode.rst:45
110110
msgid""
@@ -894,7 +894,7 @@ msgstr ":attr:`%U`"
894894

895895
#:../Doc/c-api/unicode.rst:529
896896
msgid"A Unicode object."
897-
msgstr"Un objetoUnicode."
897+
msgstr"Un objetounicode."
898898

899899
#:../Doc/c-api/unicode.rst:531
900900
msgid":attr:`%V`"

‎distutils/introduction.po

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

5252
#:../Doc/distutils/introduction.rst:18
5353
msgid"Concepts & Terminology"
54-
msgstr"Conceptos yTerminología"
54+
msgstr"Conceptos yterminología"
5555

5656
#:../Doc/distutils/introduction.rst:20
5757
msgid""

‎distutils/packageindex.po

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

2525
#:../Doc/distutils/packageindex.rst:7
2626
msgid"The Python Package Index (PyPI)"
27-
msgstr"ElIndice dePaquetes de Python (PyPI)"
27+
msgstr"Elíndice depaquetes de Python (PyPI)"
2828

2929
#:../Doc/distutils/packageindex.rst:9
3030
msgid""

‎extending/extending.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ msgstr ""
714714

715715
#:../Doc/extending/extending.rst:446
716716
msgid"Compilation and Linkage"
717-
msgstr"Compilación yEnlazamiento"
717+
msgstr"Compilación yenlazamiento"
718718

719719
#:../Doc/extending/extending.rst:448
720720
msgid""
@@ -1067,7 +1067,7 @@ msgstr ""
10671067

10681068
#:../Doc/extending/extending.rst:800
10691069
msgid"Building Arbitrary Values"
1070-
msgstr"ConstruyendoValores Arbitrarios"
1070+
msgstr"Construyendovalores arbitrarios"
10711071

10721072
#:../Doc/extending/extending.rst:802
10731073
msgid""
@@ -1119,7 +1119,7 @@ msgstr ""
11191119

11201120
#:../Doc/extending/extending.rst:846
11211121
msgid"Reference Counts"
1122-
msgstr"Conteo deReferencias"
1122+
msgstr"Conteo dereferencias"
11231123

11241124
#:../Doc/extending/extending.rst:848
11251125
msgid""
@@ -1279,7 +1279,7 @@ msgstr ""
12791279

12801280
#:../Doc/extending/extending.rst:918
12811281
msgid"Reference Counting in Python"
1282-
msgstr"Conteo deReferencias en Python"
1282+
msgstr"Conteo dereferencias en Python"
12831283

12841284
#:../Doc/extending/extending.rst:920
12851285
msgid""
@@ -1373,7 +1373,7 @@ msgstr ""
13731373

13741374
#:../Doc/extending/extending.rst:960
13751375
msgid"Ownership Rules"
1376-
msgstr"Reglas dePropiedad"
1376+
msgstr"Reglas depropiedad"
13771377

13781378
#:../Doc/extending/extending.rst:962
13791379
msgid""
@@ -1667,7 +1667,7 @@ msgstr ""
16671667

16681668
#:../Doc/extending/extending.rst:1124
16691669
msgid"Writing Extensions in C++"
1670-
msgstr"EscribiendoExtensiones en C++"
1670+
msgstr"Escribiendoextensiones en C++"
16711671

16721672
#:../Doc/extending/extending.rst:1126
16731673
msgid""

‎faq/library.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ msgstr ""
650650

651651
#:../Doc/faq/library.rst:456
652652
msgid"Input and Output"
653-
msgstr"Entrada ySalida"
653+
msgstr"Entrada ysalida"
654654

655655
#:../Doc/faq/library.rst:459
656656
msgid"How do I delete a file? (And other file questions...)"
@@ -1093,7 +1093,7 @@ msgstr ""
10931093

10941094
#:../Doc/faq/library.rst:815
10951095
msgid"Mathematics and Numerics"
1096-
msgstr"Matemáticas yNumérica"
1096+
msgstr"Matemáticas ynumérica"
10971097

10981098
#:../Doc/faq/library.rst:818
10991099
msgid"How do I generate random numbers in Python?"

‎howto/ipaddress.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ msgstr ""
141141

142142
#:../Doc/howto/ipaddress.rst:82
143143
msgid"Defining Networks"
144-
msgstr"DefiniendoRedes"
144+
msgstr"Definiendoredes"
145145

146146
#:../Doc/howto/ipaddress.rst:84
147147
msgid""
@@ -221,7 +221,7 @@ msgstr ""
221221

222222
#:../Doc/howto/ipaddress.rst:135
223223
msgid"Host Interfaces"
224-
msgstr"Interfaces deHost"
224+
msgstr"Interfaces dehost"
225225

226226
#:../Doc/howto/ipaddress.rst:137
227227
msgid""

‎howto/logging.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ msgstr ""
223223
msgid"``CRITICAL``"
224224
msgstr"``CRITICAL``"
225225

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

‎howto/regex.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ msgstr ""
635635

636636
#:../Doc/howto/regex.rst:256
637637
msgid"Using Regular Expressions"
638-
msgstr"UsandoExpresiones Regulares"
638+
msgstr"Usandoexpresiones regulares"
639639

640640
#:../Doc/howto/regex.rst:258
641641
msgid""
@@ -651,7 +651,7 @@ msgstr ""
651651

652652
#:../Doc/howto/regex.rst:265
653653
msgid"Compiling Regular Expressions"
654-
msgstr"CompilandoExpresiones regulares"
654+
msgstr"Compilandoexpresiones regulares"
655655

656656
#:../Doc/howto/regex.rst:267
657657
msgid""

‎install/index.po

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

2525
#:../Doc/install/index.rst:7
2626
msgid"Installing Python Modules (Legacy version)"
27-
msgstr"Instalación deMódulos de Python (versión antigua)"
27+
msgstr"Instalación demódulos de Python (versión antigua)"
2828

2929
#: ../Doc/install/index.rst
3030
msgid"Author"

‎library/__main__.po

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

168168
#:../Doc/library/__main__.rst:116../Doc/library/__main__.rst:239
169169
msgid"Idiomatic Usage"
170-
msgstr"UsoIdiomático"
170+
msgstr"Usoidiomático"
171171

172172
#:../Doc/library/__main__.rst:118
173173
#,fuzzy

‎library/array.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ msgstr "wchar_t"
9999

100100
#:../Doc/library/array.rst:25
101101
msgid"Unicode character"
102-
msgstr"CarácterUnicode"
102+
msgstr"Carácterunicode"
103103

104104
#:../Doc/library/array.rst:25../Doc/library/array.rst:27
105105
#:../Doc/library/array.rst:29../Doc/library/array.rst:31

‎library/ast.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ msgstr "La gramática abstracta se define actualmente de la siguiente manera:"
6868

6969
#:../Doc/library/ast.rst:42
7070
msgid"Node classes"
71-
msgstr"ClasesNodo"
71+
msgstr"Clasesnodo"
7272

7373
#:../Doc/library/ast.rst:46
7474
msgid""

‎library/asyncio-api-index.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ msgstr ":class:`Task`"
6565

6666
#:../Doc/library/asyncio-api-index.rst:28
6767
msgid"Task object."
68-
msgstr"ObjetoTarea."
68+
msgstr"Objetotarea."
6969

7070
#:../Doc/library/asyncio-api-index.rst:30
7171
#,fuzzy
@@ -85,15 +85,15 @@ msgstr ":func:`create_task`"
8585
#:../Doc/library/asyncio-api-index.rst:36
8686
#,fuzzy
8787
msgid"Start an asyncio Task, then returns it."
88-
msgstr"Lanza unaTarea asyncio."
88+
msgstr"Lanza unatarea asyncio."
8989

9090
#:../Doc/library/asyncio-api-index.rst:38
9191
msgid":func:`current_task`"
9292
msgstr":func:`current_task`"
9393

9494
#:../Doc/library/asyncio-api-index.rst:39
9595
msgid"Return the current Task."
96-
msgstr"Retorna laTarea actual."
96+
msgstr"Retorna latarea actual."
9797

9898
#:../Doc/library/asyncio-api-index.rst:41
9999
msgid":func:`all_tasks`"

‎library/asyncio-dev.po

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

4242
#:../Doc/library/asyncio-dev.rst:19
4343
msgid"Debug Mode"
44-
msgstr"ModoDepuración"
44+
msgstr"Mododepuración"
4545

4646
#:../Doc/library/asyncio-dev.rst:21
4747
msgid""
@@ -141,7 +141,7 @@ msgstr ""
141141

142142
#:../Doc/library/asyncio-dev.rst:68
143143
msgid"Concurrency and Multithreading"
144-
msgstr"Concurrencia yMultihilo"
144+
msgstr"Concurrencia ymultihilo"
145145

146146
#:../Doc/library/asyncio-dev.rst:70
147147
msgid""
@@ -223,7 +223,7 @@ msgstr ""
223223

224224
#:../Doc/library/asyncio-dev.rst:124
225225
msgid"Running Blocking Code"
226-
msgstr"EjecutandoCódigo Bloqueante"
226+
msgstr"Ejecutandocódigo bloqueante"
227227

228228
#:../Doc/library/asyncio-dev.rst:126
229229
msgid""

‎library/asyncio-eventloop.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ msgstr "La función :func:`asyncio.sleep`."
543543

544544
#:../Doc/library/asyncio-eventloop.rst:323
545545
msgid"Creating Futures and Tasks"
546-
msgstr"CreandoFuturos yTareas"
546+
msgstr"Creandofuturos ytareas"
547547

548548
#:../Doc/library/asyncio-eventloop.rst:327
549549
msgid"Create an :class:`asyncio.Future` object attached to the event loop."
@@ -2149,7 +2149,7 @@ msgstr "El :ref:`modo depuración de asyncio <asyncio-debug-mode>`."
21492149

21502150
#:../Doc/library/asyncio-eventloop.rst:1351
21512151
msgid"Running Subprocesses"
2152-
msgstr"EjecutandoSubprocesos"
2152+
msgstr"Ejecutandosubprocesos"
21532153

21542154
#:../Doc/library/asyncio-eventloop.rst:1353
21552155
msgid""

‎library/asyncio-platforms.po

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

3838
#:../Doc/library/asyncio-platforms.rst:17
3939
msgid"All Platforms"
40-
msgstr"Todas lasPlataformas"
40+
msgstr"Todas lasplataformas"
4141

4242
#:../Doc/library/asyncio-platforms.rst:19
4343
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp