Skip to content

Commit caeeb79

Browse files
authored
Merge pull request #254 from PyCampES/claudia_finish_functions
2 parents d4ef224 + 664cc5d commit caeeb79

File tree

5 files changed

+473
-33
lines changed

5 files changed

+473
-33
lines changed

.overrides/translation-memory.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ Términos y bigramas
4747
queda igual ``glossary.po``
4848

4949
callable
50-
invocable ``glossary.po``
50+
invocable ``glossary.po``, ``library/functions.po``
51+
52+
code object
53+
objeto código ``c-api``, ``library/functions.po``
5154

5255
deallocated
5356
desalojable ``glossary.po``
@@ -73,7 +76,10 @@ Términos y bigramas
7376
path
7477
Ruta. ``glossary.po``
7578

76-
realease
79+
raise
80+
Lanzar, lanza. (referido a excepciones) ``library/functions.po``, ``c-api``
81+
82+
release
7783
version ``HOWTO``
7884

7985
underscore

dict

+11-2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Hewlett
4848
Hugunin
4949
I
5050
Index
51+
Inf
5152
Interesantemente
5253
Java
5354
Jim
@@ -70,6 +71,7 @@ Mark
7071
Microsoft
7172
Mitch
7273
Monty
74+
NaN
7375
NumPy
7476
Numerical
7577
Olsen
@@ -128,6 +130,8 @@ array
128130
arrays
129131
asincrónica
130132
asincrónico
133+
assert
134+
asserts
131135
attr
132136
autenticación
133137
autocompletado
@@ -140,6 +144,7 @@ bdist
140144
bdist
141145
big-endian
142146
bloqueante
147+
buffer
143148
bug
144149
built
145150
build
@@ -158,6 +163,7 @@ command
158163
compilada
159164
computacionalmente
160165
consolelib
166+
conversor
161167
corrutina
162168
corrutinas
163169
criptográficamente
@@ -230,6 +236,7 @@ indentado
230236
indentando
231237
indexables
232238
indexación
239+
inf
233240
inicializa
234241
inicialización
235242
inicializada
@@ -253,6 +260,7 @@ invocable
253260
invocables
254261
iterador
255262
iteradores
263+
j
256264
json
257265
l
258266
letter
@@ -290,6 +298,7 @@ ncurses
290298
nonlocal
291299
object
292300
onexit
301+
operandos
293302
option
294303
or
295304
os
@@ -431,6 +440,6 @@ wxwidgets
431440
x
432441
xz
433442
ydel
434-
zipimporter
435443
zip
436-
zlib
444+
zipimporter
445+
zlib

0 commit comments

Comments
 (0)