|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: PACKAGE VERSION\n"
|
10 | 10 | "Report-Msgid-Bugs-To: \n"
|
11 |
| -"POT-Creation-Date: 2020-10-06 13:26-0400\n" |
| 11 | +"POT-Creation-Date: 2020-10-10 23:49-0700\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 | 14 | " Language-Team: LANGUAGE <[email protected]>\n"
|
@@ -246,6 +246,10 @@ msgstr ""
|
246 | 246 | msgid "'return' outside function"
|
247 | 247 | msgstr ""
|
248 | 248 |
|
| 249 | +#: py/compile.c |
| 250 | +msgid "'yield from' inside async function" |
| 251 | +msgstr "" |
| 252 | + |
249 | 253 | #: py/compile.c
|
250 | 254 | msgid "'yield' outside function"
|
251 | 255 | msgstr ""
|
@@ -289,6 +293,7 @@ msgid "All I2C peripherals are in use"
|
289 | 293 | msgstr ""
|
290 | 294 |
|
291 | 295 | #: ports/atmel-samd/common-hal/canio/Listener.c
|
| 296 | +#: ports/stm/common-hal/canio/Listener.c |
292 | 297 | msgid "All RX FIFOs in use"
|
293 | 298 | msgstr ""
|
294 | 299 |
|
@@ -896,6 +901,7 @@ msgid "File exists"
|
896 | 901 | msgstr ""
|
897 | 902 |
|
898 | 903 | #: ports/atmel-samd/common-hal/canio/Listener.c
|
| 904 | +#: ports/stm/common-hal/canio/Listener.c |
899 | 905 | msgid "Filters too complex"
|
900 | 906 | msgstr ""
|
901 | 907 |
|
@@ -932,7 +938,8 @@ msgid "Group full"
|
932 | 938 | msgstr ""
|
933 | 939 |
|
934 | 940 | #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
|
935 |
| -#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/sdioio/SDCard.c |
| 941 | +#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c |
| 942 | +#: ports/stm/common-hal/sdioio/SDCard.c |
936 | 943 | msgid "Hardware busy, try alternative pins"
|
937 | 944 | msgstr ""
|
938 | 945 |
|
@@ -1002,7 +1009,8 @@ msgid "Invalid %q pin"
|
1002 | 1009 | msgstr ""
|
1003 | 1010 |
|
1004 | 1011 | #: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c
|
1005 |
| -#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/sdioio/SDCard.c |
| 1012 | +#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/canio/CAN.c |
| 1013 | +#: ports/stm/common-hal/sdioio/SDCard.c |
1006 | 1014 | msgid "Invalid %q pin selection"
|
1007 | 1015 | msgstr ""
|
1008 | 1016 |
|
@@ -3426,6 +3434,10 @@ msgstr ""
|
3426 | 3434 | msgid "type object '%q' has no attribute '%q'"
|
3427 | 3435 | msgstr ""
|
3428 | 3436 |
|
| 3437 | +#: py/objgenerator.c |
| 3438 | +msgid "type object 'generator' has no attribute '__await__'" |
| 3439 | +msgstr "" |
| 3440 | + |
3429 | 3441 | #: py/objtype.c
|
3430 | 3442 | msgid "type takes 1 or 3 arguments"
|
3431 | 3443 | msgstr ""
|
|
0 commit comments