Skip to content

Commit 809225f

Browse files
committed
make translate
1 parent 04e434a commit 809225f

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

locale/circuitpython.pot

Lines changed: 10 additions & 6 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-09-24 16:55-0500\n"
11+
"POT-Creation-Date: 2020-09-28 17:22-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"
@@ -1458,6 +1458,10 @@ msgstr ""
14581458
msgid "Refresh too soon"
14591459
msgstr ""
14601460

1461+
#: shared-bindings/canio/RemoteTransmissionRequest.c
1462+
msgid "RemoteTransmissionRequests limited to 8 bytes"
1463+
msgstr ""
1464+
14611465
#: shared-bindings/aesio/aes.c
14621466
msgid "Requested AES mode is unsupported"
14631467
msgstr ""
@@ -2326,10 +2330,14 @@ msgstr ""
23262330
msgid "exceptions must derive from BaseException"
23272331
msgstr ""
23282332

2329-
#: shared-bindings/canio/CAN.c shared-bindings/canio/Listener.c
2333+
#: shared-bindings/canio/CAN.c
23302334
msgid "expected '%q' but got '%q'"
23312335
msgstr ""
23322336

2337+
#: shared-bindings/canio/CAN.c
2338+
msgid "expected '%q' or '%q' but got '%q'"
2339+
msgstr ""
2340+
23332341
#: py/objstr.c
23342342
msgid "expected ':' after format specifier"
23352343
msgstr ""
@@ -3167,10 +3175,6 @@ msgstr ""
31673175
msgid "source palette too large"
31683176
msgstr ""
31693177

3170-
#: shared-bindings/canio/Message.c
3171-
msgid "specify size or data, but not both"
3172-
msgstr ""
3173-
31743178
#: py/objstr.c
31753179
msgid "start/end indices"
31763180
msgstr ""

0 commit comments

Comments
 (0)