Skip to content

Commit 2830cc9

Browse files
committed
make translate
1 parent 65e2fe4 commit 2830cc9

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

locale/circuitpython.pot

Lines changed: 34 additions & 2 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-11-24 15:40-0500\n"
11+
"POT-Creation-Date: 2020-11-27 23:57-0500\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"
@@ -1448,6 +1448,10 @@ msgid ""
14481448
"%d bpp given"
14491449
msgstr ""
14501450

1451+
#: ports/esp32s2/common-hal/alarm/__init__.c
1452+
msgid "Only one alarm.time alarm can be set."
1453+
msgstr ""
1454+
14511455
#: shared-module/displayio/ColorConverter.c
14521456
msgid "Only one color can be transparent at a time"
14531457
msgstr ""
@@ -1505,6 +1509,10 @@ msgstr ""
15051509
msgid "Pin number already reserved by EXTI"
15061510
msgstr ""
15071511

1512+
#: ports/esp32s2/common-hal/alarm/__init__.c
1513+
msgid "PinAlarm not yet implemented"
1514+
msgstr ""
1515+
15081516
#: shared-bindings/rgbmatrix/RGBMatrix.c
15091517
#, c-format
15101518
msgid ""
@@ -1566,7 +1574,7 @@ msgstr ""
15661574
msgid "RTC calibration is not supported on this board"
15671575
msgstr ""
15681576

1569-
#: shared-bindings/time/__init__.c
1577+
#: shared-bindings/alarm/time/TimeAlarm.c shared-bindings/time/__init__.c
15701578
msgid "RTC is not supported on this board"
15711579
msgstr ""
15721580

@@ -1712,6 +1720,10 @@ msgstr ""
17121720
msgid "Supply at least one UART pin"
17131721
msgstr ""
17141722

1723+
#: shared-bindings/alarm/time/TimeAlarm.c
1724+
msgid "Supply one of monotonic_time or epoch_time"
1725+
msgstr ""
1726+
17151727
#: shared-bindings/gnss/GNSS.c
17161728
msgid "System entry must be gnss.SatelliteSystem"
17171729
msgstr ""
@@ -1775,6 +1787,10 @@ msgstr ""
17751787
msgid "Tile width must exactly divide bitmap width"
17761788
msgstr ""
17771789

1790+
#: shared-bindings/alarm/time/TimeAlarm.c
1791+
msgid "Time is in the past."
1792+
msgstr ""
1793+
17781794
#: ports/nrf/common-hal/_bleio/Adapter.c
17791795
#, c-format
17801796
msgid "Timeout is too long: Maximum timeout length is %d seconds"
@@ -2489,6 +2505,10 @@ msgstr ""
24892505
msgid "end_x should be an int"
24902506
msgstr ""
24912507

2508+
#: shared-bindings/alarm/time/TimeAlarm.c
2509+
msgid "epoch_time not supported on this board"
2510+
msgstr ""
2511+
24922512
#: ports/nrf/common-hal/busio/UART.c
24932513
#, c-format
24942514
msgid "error = 0x%08lX"
@@ -2858,6 +2878,10 @@ msgstr ""
28582878
msgid "invalid syntax for number"
28592879
msgstr ""
28602880

2881+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
2882+
msgid "io must be rtc io"
2883+
msgstr ""
2884+
28612885
#: py/objtype.c
28622886
msgid "issubclass() arg 1 must be a class"
28632887
msgstr ""
@@ -3545,6 +3569,10 @@ msgstr ""
35453569
msgid "trapz is defined for 1D arrays of equal length"
35463570
msgstr ""
35473571

3572+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3573+
msgid "trigger level must be 0 or 1"
3574+
msgstr ""
3575+
35483576
#: extmod/ulab/code/linalg/linalg.c
35493577
msgid "tuple index out of range"
35503578
msgstr ""
@@ -3687,6 +3715,10 @@ msgstr ""
36873715
msgid "vectors must have same lengths"
36883716
msgstr ""
36893717

3718+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3719+
msgid "wakeup conflict"
3720+
msgstr ""
3721+
36903722
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
36913723
msgid "watchdog not initialized"
36923724
msgstr ""

0 commit comments

Comments
 (0)