|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2020-09-16 17:07-0700\n" |
| 11 | +"POT-Creation-Date: 2020-09-21 16:45-0500\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 <LL@li.org>\n" |
@@ -92,7 +92,11 @@ msgstr "" |
92 | 92 | msgid "%q must be a tuple of length 2" |
93 | 93 | msgstr "" |
94 | 94 |
|
95 | | -#: ports/atmel-samd/common-hal/sdioio/SDCard.c |
| 95 | +#: shared-bindings/canio/Match.c |
| 96 | +msgid "%q out of range" |
| 97 | +msgstr "" |
| 98 | + |
| 99 | +#: ports/atmel-samd/common-hal/microcontroller/Pin.c |
96 | 100 | msgid "%q pin invalid" |
97 | 101 | msgstr "" |
98 | 102 |
|
@@ -280,6 +284,10 @@ msgstr "" |
280 | 284 | msgid "All I2C peripherals are in use" |
281 | 285 | msgstr "" |
282 | 286 |
|
| 287 | +#: ports/atmel-samd/common-hal/canio/Listener.c |
| 288 | +msgid "All RX FIFOs in use" |
| 289 | +msgstr "" |
| 290 | + |
283 | 291 | #: ports/nrf/common-hal/busio/SPI.c |
284 | 292 | msgid "All SPI peripherals are in use" |
285 | 293 | msgstr "" |
@@ -316,6 +324,10 @@ msgstr "" |
316 | 324 | msgid "Already advertising." |
317 | 325 | msgstr "" |
318 | 326 |
|
| 327 | +#: ports/atmel-samd/common-hal/canio/Listener.c |
| 328 | +msgid "Already have all-matches listener" |
| 329 | +msgstr "" |
| 330 | + |
319 | 331 | #: shared-module/memorymonitor/AllocationAlarm.c |
320 | 332 | #: shared-module/memorymonitor/AllocationSize.c |
321 | 333 | msgid "Already running" |
@@ -752,7 +764,7 @@ msgstr "" |
752 | 764 | msgid "Error in regex" |
753 | 765 | msgstr "" |
754 | 766 |
|
755 | | -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c |
| 767 | +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c |
756 | 768 | #: shared-bindings/busio/SPI.c shared-bindings/microcontroller/Pin.c |
757 | 769 | #: shared-bindings/neopixel_write/__init__.c |
758 | 770 | #: shared-bindings/terminalio/Terminal.c |
@@ -845,6 +857,10 @@ msgstr "" |
845 | 857 | msgid "File exists" |
846 | 858 | msgstr "" |
847 | 859 |
|
| 860 | +#: ports/atmel-samd/common-hal/canio/Listener.c |
| 861 | +msgid "Filters too complex" |
| 862 | +msgstr "" |
| 863 | + |
848 | 864 | #: ports/cxd56/common-hal/camera/Camera.c |
849 | 865 | msgid "Format not supported" |
850 | 866 | msgstr "" |
@@ -1127,6 +1143,10 @@ msgstr "" |
1127 | 1143 | msgid "Maximum x value when mirrored is %d" |
1128 | 1144 | msgstr "" |
1129 | 1145 |
|
| 1146 | +#: shared-bindings/canio/Message.c |
| 1147 | +msgid "Messages limited to 8 bytes" |
| 1148 | +msgstr "" |
| 1149 | + |
1130 | 1150 | #: supervisor/shared/safe_mode.c |
1131 | 1151 | msgid "MicroPython NLR jump failed. Likely memory corruption." |
1132 | 1152 | msgstr "" |
@@ -2310,6 +2330,10 @@ msgstr "" |
2310 | 2330 | msgid "exceptions must derive from BaseException" |
2311 | 2331 | msgstr "" |
2312 | 2332 |
|
| 2333 | +#: shared-bindings/canio/CAN.c shared-bindings/canio/Listener.c |
| 2334 | +msgid "expected '%q' but got '%q'" |
| 2335 | +msgstr "" |
| 2336 | + |
2313 | 2337 | #: py/objstr.c |
2314 | 2338 | msgid "expected ':' after format specifier" |
2315 | 2339 | msgstr "" |
@@ -3147,6 +3171,10 @@ msgstr "" |
3147 | 3171 | msgid "source palette too large" |
3148 | 3172 | msgstr "" |
3149 | 3173 |
|
| 3174 | +#: shared-bindings/canio/Message.c |
| 3175 | +msgid "specify size or data, but not both" |
| 3176 | +msgstr "" |
| 3177 | + |
3150 | 3178 | #: py/objstr.c |
3151 | 3179 | msgid "start/end indices" |
3152 | 3180 | msgstr "" |
@@ -3261,7 +3289,7 @@ msgid "tuple/list has wrong length" |
3261 | 3289 | msgstr "" |
3262 | 3290 |
|
3263 | 3291 | #: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c |
3264 | | -#: shared-bindings/busio/UART.c |
| 3292 | +#: shared-bindings/busio/UART.c shared-bindings/canio/CAN.c |
3265 | 3293 | msgid "tx and rx cannot both be None" |
3266 | 3294 | msgstr "" |
3267 | 3295 |
|
|
0 commit comments