Skip to content

Commit c371119

Browse files
committed
Make translate
1 parent 1a80334 commit c371119

File tree

1 file changed

+30
-8
lines changed

1 file changed

+30
-8
lines changed

locale/circuitpython.pot

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"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"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -20,7 +20,13 @@ msgstr ""
2020
#: main.c
2121
msgid ""
2222
"\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"
2430
msgstr ""
2531

2632
#: supervisor/shared/safe_mode.c
@@ -534,6 +540,18 @@ msgstr ""
534540
msgid "Call super().__init__() before accessing native object."
535541
msgstr ""
536542

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+
537555
#: ports/nrf/common-hal/_bleio/Characteristic.c
538556
msgid "Can't set CCCD on local Characteristic"
539557
msgstr ""
@@ -566,6 +584,10 @@ msgstr ""
566584
msgid "Cannot output both channels on the same pin"
567585
msgstr ""
568586

587+
#: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
588+
msgid "Cannot pull on input-only pin."
589+
msgstr ""
590+
569591
#: shared-module/bitbangio/SPI.c
570592
msgid "Cannot read without MISO pin."
571593
msgstr ""
@@ -609,6 +631,10 @@ msgstr ""
609631
msgid "Cannot vary frequency on a timer that is already in use"
610632
msgstr ""
611633

634+
#: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
635+
msgid "Cannot wake on pin edge. Only level."
636+
msgstr ""
637+
612638
#: shared-module/bitbangio/SPI.c
613639
msgid "Cannot write without MOSI pin."
614640
msgstr ""
@@ -1458,7 +1484,7 @@ msgid ""
14581484
"%d bpp given"
14591485
msgstr ""
14601486

1461-
#: ports/esp32s2/common-hal/alarm/__init__.c
1487+
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
14621488
msgid "Only one alarm.time alarm can be set."
14631489
msgstr ""
14641490

@@ -1520,10 +1546,6 @@ msgstr ""
15201546
msgid "Pin number already reserved by EXTI"
15211547
msgstr ""
15221548

1523-
#: ports/esp32s2/common-hal/alarm/__init__.c
1524-
msgid "PinAlarm not yet implemented"
1525-
msgstr ""
1526-
15271549
#: shared-bindings/rgbmatrix/RGBMatrix.c
15281550
#, c-format
15291551
msgid ""
@@ -1564,7 +1586,7 @@ msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
15641586
msgstr ""
15651587

15661588
#: 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"
15681590
msgstr ""
15691591

15701592
#: shared-bindings/digitalio/DigitalInOut.c

0 commit comments

Comments
 (0)