|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: PACKAGE VERSION\n"
|
10 | 10 | "Report-Msgid-Bugs-To: \n"
|
11 |
| -"POT-Creation-Date: 2020-11-24 15:40-0500\n" |
| 11 | +"POT-Creation-Date: 2020-11-27 23:57-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 <[email protected]>\n"
|
@@ -1448,6 +1448,10 @@ msgid ""
|
1448 | 1448 | "%d bpp given"
|
1449 | 1449 | msgstr ""
|
1450 | 1450 |
|
| 1451 | +#: ports/esp32s2/common-hal/alarm/__init__.c |
| 1452 | +msgid "Only one alarm.time alarm can be set." |
| 1453 | +msgstr "" |
| 1454 | + |
1451 | 1455 | #: shared-module/displayio/ColorConverter.c
|
1452 | 1456 | msgid "Only one color can be transparent at a time"
|
1453 | 1457 | msgstr ""
|
@@ -1505,6 +1509,10 @@ msgstr ""
|
1505 | 1509 | msgid "Pin number already reserved by EXTI"
|
1506 | 1510 | msgstr ""
|
1507 | 1511 |
|
| 1512 | +#: ports/esp32s2/common-hal/alarm/__init__.c |
| 1513 | +msgid "PinAlarm not yet implemented" |
| 1514 | +msgstr "" |
| 1515 | + |
1508 | 1516 | #: shared-bindings/rgbmatrix/RGBMatrix.c
|
1509 | 1517 | #, c-format
|
1510 | 1518 | msgid ""
|
@@ -1566,7 +1574,7 @@ msgstr ""
|
1566 | 1574 | msgid "RTC calibration is not supported on this board"
|
1567 | 1575 | msgstr ""
|
1568 | 1576 |
|
1569 |
| -#: shared-bindings/time/__init__.c |
| 1577 | +#: shared-bindings/alarm/time/TimeAlarm.c shared-bindings/time/__init__.c |
1570 | 1578 | msgid "RTC is not supported on this board"
|
1571 | 1579 | msgstr ""
|
1572 | 1580 |
|
@@ -1712,6 +1720,10 @@ msgstr ""
|
1712 | 1720 | msgid "Supply at least one UART pin"
|
1713 | 1721 | msgstr ""
|
1714 | 1722 |
|
| 1723 | +#: shared-bindings/alarm/time/TimeAlarm.c |
| 1724 | +msgid "Supply one of monotonic_time or epoch_time" |
| 1725 | +msgstr "" |
| 1726 | + |
1715 | 1727 | #: shared-bindings/gnss/GNSS.c
|
1716 | 1728 | msgid "System entry must be gnss.SatelliteSystem"
|
1717 | 1729 | msgstr ""
|
@@ -1775,6 +1787,10 @@ msgstr ""
|
1775 | 1787 | msgid "Tile width must exactly divide bitmap width"
|
1776 | 1788 | msgstr ""
|
1777 | 1789 |
|
| 1790 | +#: shared-bindings/alarm/time/TimeAlarm.c |
| 1791 | +msgid "Time is in the past." |
| 1792 | +msgstr "" |
| 1793 | + |
1778 | 1794 | #: ports/nrf/common-hal/_bleio/Adapter.c
|
1779 | 1795 | #, c-format
|
1780 | 1796 | msgid "Timeout is too long: Maximum timeout length is %d seconds"
|
@@ -2489,6 +2505,10 @@ msgstr ""
|
2489 | 2505 | msgid "end_x should be an int"
|
2490 | 2506 | msgstr ""
|
2491 | 2507 |
|
| 2508 | +#: shared-bindings/alarm/time/TimeAlarm.c |
| 2509 | +msgid "epoch_time not supported on this board" |
| 2510 | +msgstr "" |
| 2511 | + |
2492 | 2512 | #: ports/nrf/common-hal/busio/UART.c
|
2493 | 2513 | #, c-format
|
2494 | 2514 | msgid "error = 0x%08lX"
|
@@ -2858,6 +2878,10 @@ msgstr ""
|
2858 | 2878 | msgid "invalid syntax for number"
|
2859 | 2879 | msgstr ""
|
2860 | 2880 |
|
| 2881 | +#: ports/esp32s2/common-hal/alarm/pin/__init__.c |
| 2882 | +msgid "io must be rtc io" |
| 2883 | +msgstr "" |
| 2884 | + |
2861 | 2885 | #: py/objtype.c
|
2862 | 2886 | msgid "issubclass() arg 1 must be a class"
|
2863 | 2887 | msgstr ""
|
@@ -3545,6 +3569,10 @@ msgstr ""
|
3545 | 3569 | msgid "trapz is defined for 1D arrays of equal length"
|
3546 | 3570 | msgstr ""
|
3547 | 3571 |
|
| 3572 | +#: ports/esp32s2/common-hal/alarm/pin/__init__.c |
| 3573 | +msgid "trigger level must be 0 or 1" |
| 3574 | +msgstr "" |
| 3575 | + |
3548 | 3576 | #: extmod/ulab/code/linalg/linalg.c
|
3549 | 3577 | msgid "tuple index out of range"
|
3550 | 3578 | msgstr ""
|
@@ -3687,6 +3715,10 @@ msgstr ""
|
3687 | 3715 | msgid "vectors must have same lengths"
|
3688 | 3716 | msgstr ""
|
3689 | 3717 |
|
| 3718 | +#: ports/esp32s2/common-hal/alarm/pin/__init__.c |
| 3719 | +msgid "wakeup conflict" |
| 3720 | +msgstr "" |
| 3721 | + |
3690 | 3722 | #: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
|
3691 | 3723 | msgid "watchdog not initialized"
|
3692 | 3724 | msgstr ""
|
|
0 commit comments