|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: \n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2020-10-06 13:26-0400\n" |
| 10 | +"POT-Creation-Date: 2020-10-10 23:49-0700\n" |
11 | 11 | "PO-Revision-Date: 2020-10-09 17:19+0000\n" |
12 | 12 | "Last-Translator: dherrada <dylan.herrada@adafruit.com>\n" |
13 | 13 | "Language-Team: \n" |
@@ -253,6 +253,10 @@ msgstr "'label' requiere 1 argumento" |
253 | 253 | msgid "'return' outside function" |
254 | 254 | msgstr "'return' fuera de una función" |
255 | 255 |
|
| 256 | +#: py/compile.c |
| 257 | +msgid "'yield from' inside async function" |
| 258 | +msgstr "" |
| 259 | + |
256 | 260 | #: py/compile.c |
257 | 261 | msgid "'yield' outside function" |
258 | 262 | msgstr "'yield' fuera de una función" |
@@ -296,6 +300,7 @@ msgid "All I2C peripherals are in use" |
296 | 300 | msgstr "Todos los periféricos I2C están siendo usados" |
297 | 301 |
|
298 | 302 | #: ports/atmel-samd/common-hal/canio/Listener.c |
| 303 | +#: ports/stm/common-hal/canio/Listener.c |
299 | 304 | msgid "All RX FIFOs in use" |
300 | 305 | msgstr "Todos los FIFOs de RX en uso" |
301 | 306 |
|
@@ -915,6 +920,7 @@ msgid "File exists" |
915 | 920 | msgstr "El archivo ya existe" |
916 | 921 |
|
917 | 922 | #: ports/atmel-samd/common-hal/canio/Listener.c |
| 923 | +#: ports/stm/common-hal/canio/Listener.c |
918 | 924 | msgid "Filters too complex" |
919 | 925 | msgstr "Filtros muy complejos" |
920 | 926 |
|
@@ -952,7 +958,8 @@ msgid "Group full" |
952 | 958 | msgstr "Group lleno" |
953 | 959 |
|
954 | 960 | #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c |
955 | | -#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/sdioio/SDCard.c |
| 961 | +#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c |
| 962 | +#: ports/stm/common-hal/sdioio/SDCard.c |
956 | 963 | msgid "Hardware busy, try alternative pins" |
957 | 964 | msgstr "Hardware ocupado, pruebe pines alternativos" |
958 | 965 |
|
@@ -1024,7 +1031,8 @@ msgid "Invalid %q pin" |
1024 | 1031 | msgstr "Pin %q inválido" |
1025 | 1032 |
|
1026 | 1033 | #: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c |
1027 | | -#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/sdioio/SDCard.c |
| 1034 | +#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/canio/CAN.c |
| 1035 | +#: ports/stm/common-hal/sdioio/SDCard.c |
1028 | 1036 | msgid "Invalid %q pin selection" |
1029 | 1037 | msgstr "selección inválida de pin %q" |
1030 | 1038 |
|
@@ -3504,6 +3512,10 @@ msgstr "type no es un tipo de base aceptable" |
3504 | 3512 | msgid "type object '%q' has no attribute '%q'" |
3505 | 3513 | msgstr "objeto de tipo '%q' no tiene atributo '%q'" |
3506 | 3514 |
|
| 3515 | +#: py/objgenerator.c |
| 3516 | +msgid "type object 'generator' has no attribute '__await__'" |
| 3517 | +msgstr "" |
| 3518 | + |
3507 | 3519 | #: py/objtype.c |
3508 | 3520 | msgid "type takes 1 or 3 arguments" |
3509 | 3521 | msgstr "type acepta 1 ó 3 argumentos" |
|
0 commit comments