8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2020-12-14 12:59-0500 \n "
11
+ "POT-Creation-Date : 2020-12-23 15:00-0800 \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 "
@@ -20,7 +20,13 @@ msgstr ""
20
20
#: main.c
21
21
msgid ""
22
22
"\n"
23
- "Code done running. Waiting for reload.\n"
23
+ "Code done running.\n"
24
+ msgstr ""
25
+
26
+ #: main.c
27
+ msgid ""
28
+ "\n"
29
+ "Code stopped by auto-reload.\n"
24
30
msgstr ""
25
31
26
32
#: supervisor/shared/safe_mode.c
@@ -534,6 +540,18 @@ msgstr ""
534
540
msgid "Call super().__init__() before accessing native object."
535
541
msgstr ""
536
542
543
+ #: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
544
+ msgid "Can only alarm on RTC IO from deep sleep."
545
+ msgstr ""
546
+
547
+ #: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
548
+ msgid "Can only alarm on one low pin while others alarm high from deep sleep."
549
+ msgstr ""
550
+
551
+ #: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
552
+ msgid "Can only alarm on two low pins from deep sleep."
553
+ msgstr ""
554
+
537
555
#: ports/nrf/common-hal/_bleio/Characteristic.c
538
556
msgid "Can't set CCCD on local Characteristic"
539
557
msgstr ""
@@ -566,6 +584,10 @@ msgstr ""
566
584
msgid "Cannot output both channels on the same pin"
567
585
msgstr ""
568
586
587
+ #: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
588
+ msgid "Cannot pull on input-only pin."
589
+ msgstr ""
590
+
569
591
#: shared-module/bitbangio/SPI.c
570
592
msgid "Cannot read without MISO pin."
571
593
msgstr ""
@@ -609,6 +631,10 @@ msgstr ""
609
631
msgid "Cannot vary frequency on a timer that is already in use"
610
632
msgstr ""
611
633
634
+ #: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
635
+ msgid "Cannot wake on pin edge. Only level."
636
+ msgstr ""
637
+
612
638
#: shared-module/bitbangio/SPI.c
613
639
msgid "Cannot write without MOSI pin."
614
640
msgstr ""
@@ -1458,7 +1484,7 @@ msgid ""
1458
1484
"%d bpp given"
1459
1485
msgstr ""
1460
1486
1461
- #: ports/esp32s2/common-hal/alarm/__init__ .c
1487
+ #: ports/esp32s2/common-hal/alarm/time/TimeAlarm .c
1462
1488
msgid "Only one alarm.time alarm can be set."
1463
1489
msgstr ""
1464
1490
@@ -1520,10 +1546,6 @@ msgstr ""
1520
1546
msgid "Pin number already reserved by EXTI"
1521
1547
msgstr ""
1522
1548
1523
- #: ports/esp32s2/common-hal/alarm/__init__.c
1524
- msgid "PinAlarm not yet implemented"
1525
- msgstr ""
1526
-
1527
1549
#: shared-bindings/rgbmatrix/RGBMatrix.c
1528
1550
#, c-format
1529
1551
msgid ""
@@ -1564,7 +1586,7 @@ msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
1564
1586
msgstr ""
1565
1587
1566
1588
#: main.c
1567
- msgid "Pretending to deep sleep until alarm, any key or file write.\n"
1589
+ msgid "Pretending to deep sleep until alarm, CTRL-C or file write.\n"
1568
1590
msgstr ""
1569
1591
1570
1592
#: shared-bindings/digitalio/DigitalInOut.c
0 commit comments