|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2020-08-18 11:19-0400\n" |
| 11 | +"POT-Creation-Date: 2020-08-21 11:37-0400\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" |
@@ -754,10 +754,18 @@ msgstr "" |
754 | 754 | msgid "Expected a Characteristic" |
755 | 755 | msgstr "" |
756 | 756 |
|
| 757 | +#: shared-bindings/_bleio/Adapter.c |
| 758 | +msgid "Expected a DigitalInOut" |
| 759 | +msgstr "" |
| 760 | + |
757 | 761 | #: shared-bindings/_bleio/Characteristic.c |
758 | 762 | msgid "Expected a Service" |
759 | 763 | msgstr "" |
760 | 764 |
|
| 765 | +#: shared-bindings/_bleio/Adapter.c |
| 766 | +msgid "Expected a UART" |
| 767 | +msgstr "" |
| 768 | + |
761 | 769 | #: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c |
762 | 770 | #: shared-bindings/_bleio/Service.c |
763 | 771 | msgid "Expected a UUID" |
@@ -1349,10 +1357,6 @@ msgstr "" |
1349 | 1357 | msgid "Pull not used when direction is output." |
1350 | 1358 | msgstr "" |
1351 | 1359 |
|
1352 | | -#: ports/stm/ref/pulseout-pre-timeralloc.c |
1353 | | -msgid "PulseOut not supported on this chip" |
1354 | | -msgstr "" |
1355 | | - |
1356 | 1360 | #: ports/stm/common-hal/os/__init__.c |
1357 | 1361 | msgid "RNG DeInit Error" |
1358 | 1362 | msgstr "" |
@@ -2409,6 +2413,10 @@ msgstr "" |
2409 | 2413 | msgid "graphic must be 2048 bytes long" |
2410 | 2414 | msgstr "" |
2411 | 2415 |
|
| 2416 | +#: shared-bindings/_bleio/Adapter.c |
| 2417 | +msgid "hci_uart_init not available" |
| 2418 | +msgstr "" |
| 2419 | + |
2412 | 2420 | #: extmod/moduheapq.c |
2413 | 2421 | msgid "heap must be a list" |
2414 | 2422 | msgstr "" |
@@ -2453,6 +2461,10 @@ msgstr "" |
2453 | 2461 | msgid "initial values must be iterable" |
2454 | 2462 | msgstr "" |
2455 | 2463 |
|
| 2464 | +#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c |
| 2465 | +msgid "initial_value length is wrong" |
| 2466 | +msgstr "" |
| 2467 | + |
2456 | 2468 | #: py/compile.c |
2457 | 2469 | msgid "inline assembler must be a function" |
2458 | 2470 | msgstr "" |
@@ -2645,6 +2657,10 @@ msgstr "" |
2645 | 2657 | msgid "max_length must be 0-%d when fixed_length is %s" |
2646 | 2658 | msgstr "" |
2647 | 2659 |
|
| 2660 | +#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c |
| 2661 | +msgid "max_length must be > 0" |
| 2662 | +msgstr "" |
| 2663 | + |
2648 | 2664 | #: py/runtime.c |
2649 | 2665 | msgid "maximum recursion depth exceeded" |
2650 | 2666 | msgstr "" |
|
0 commit comments