Skip to content

Commit 49969e0

Browse files
Alvaro Figueroaweblate
authored andcommitted
Translated using Weblate (Spanish)
Currently translated at 100.0% (786 of 786 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
1 parent 354edd9 commit 49969e0

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

locale/es.po

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2020-07-30 07:23-0500\n"
11-
"PO-Revision-Date: 2020-07-22 20:48+0000\n"
11+
"PO-Revision-Date: 2020-08-07 15:06+0000\n"
1212
"Last-Translator: Alvaro Figueroa <[email protected]>\n"
1313
"Language-Team: \n"
1414
"Language: es\n"
@@ -89,7 +89,7 @@ msgstr "%q lista debe ser una lista"
8989

9090
#: shared-bindings/memorymonitor/AllocationAlarm.c
9191
msgid "%q must be >= 0"
92-
msgstr ""
92+
msgstr "%q debe ser >= 0"
9393

9494
#: shared-bindings/_bleio/CharacteristicBuffer.c
9595
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
@@ -229,7 +229,7 @@ msgstr "'await' fuera de la función"
229229

230230
#: py/compile.c
231231
msgid "'await', 'async for' or 'async with' outside async function"
232-
msgstr ""
232+
msgstr "'await', 'async for' o 'async with' fuera de la función async"
233233

234234
#: py/compile.c
235235
msgid "'break' outside loop"
@@ -241,7 +241,7 @@ msgstr "'continue' fuera de un bucle"
241241

242242
#: py/objgenerator.c
243243
msgid "'coroutine' object is not an iterator"
244-
msgstr ""
244+
msgstr "el objeto 'coroutine' no es un iterador"
245245

246246
#: py/compile.c
247247
msgid "'data' requires at least 2 arguments"
@@ -338,7 +338,7 @@ msgstr "Ya se encuentra publicando."
338338
#: shared-module/memorymonitor/AllocationAlarm.c
339339
#: shared-module/memorymonitor/AllocationSize.c
340340
msgid "Already running"
341-
msgstr ""
341+
msgstr "Ya está ejecutando"
342342

343343
#: ports/cxd56/common-hal/analogio/AnalogIn.c
344344
msgid "AnalogIn not supported on given pin"
@@ -378,7 +378,7 @@ msgstr "Como máximo %d %q se puede especificar (no %d)"
378378
#: shared-module/memorymonitor/AllocationAlarm.c
379379
#, c-format
380380
msgid "Attempt to allocate %d blocks"
381-
msgstr ""
381+
msgstr "Tratando de soliciar %d bloques"
382382

383383
#: supervisor/shared/safe_mode.c
384384
msgid "Attempted heap allocation when MicroPython VM not running."
@@ -885,7 +885,7 @@ msgstr "Error de inicio de I2C"
885885

886886
#: shared-bindings/audiobusio/I2SOut.c
887887
msgid "I2SOut not available"
888-
msgstr ""
888+
msgstr "I2SOut no disponible"
889889

890890
#: shared-bindings/aesio/aes.c
891891
#, c-format
@@ -1591,6 +1591,8 @@ msgstr ""
15911591
msgid ""
15921592
"Timer was reserved for internal use - declare PWM pins earlier in the program"
15931593
msgstr ""
1594+
"Temporizador declarado para uso interno - declare los pines de PWM más "
1595+
"temprano en el programa"
15941596

15951597
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
15961598
msgid "Too many channels in sample."
@@ -1866,7 +1868,7 @@ msgstr "el argumento tiene un tipo erroneo"
18661868

18671869
#: extmod/ulab/code/linalg/linalg.c
18681870
msgid "argument must be ndarray"
1869-
msgstr ""
1871+
msgstr "el argumento debe ser ndarray"
18701872

18711873
#: py/argcheck.c shared-bindings/_stage/__init__.c
18721874
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
@@ -3266,7 +3268,7 @@ msgstr "demasiados valores para descomprimir (%d esperado)"
32663268

32673269
#: extmod/ulab/code/approx/approx.c
32683270
msgid "trapz is defined for 1D arrays of equal length"
3269-
msgstr ""
3271+
msgstr "trapz está definido para arreglos 1D de tamaño igual"
32703272

32713273
#: extmod/ulab/code/linalg/linalg.c py/objstr.c
32723274
msgid "tuple index out of range"
@@ -3398,7 +3400,7 @@ msgstr "value_count debe ser > 0"
33983400

33993401
#: extmod/ulab/code/linalg/linalg.c
34003402
msgid "vectors must have same lengths"
3401-
msgstr ""
3403+
msgstr "los vectores deben tener el mismo tamaño"
34023404

34033405
#: shared-bindings/watchdog/WatchDogTimer.c
34043406
msgid "watchdog timeout must be greater than 0"

0 commit comments

Comments
 (0)