diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-10-01 11:04:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-01 11:04:21 -0700 |
| commit | c27e3857b6d2a1d162f8ea977ca1e99cbfb6417b (patch) | |
| tree | 57f53828546685100ec2c909af7ae45db1fb1e20 /locale/circuitpython.pot | |
| parent | e477d27be36cf78ac4a7166aa18604b2f0bc910a (diff) | |
| parent | b9890f2d420665a96fcf56e196d36d0fc1032b66 (diff) | |
Merge branch 'main' into framebuffer-zero-size
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index ec27b2f6b..c4951f78f 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-09-29 19:54-0500\n" +"POT-Creation-Date: 2020-09-29 20:14-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1530,6 +1530,10 @@ msgstr "" msgid "Refresh too soon" msgstr "" +#: shared-bindings/canio/RemoteTransmissionRequest.c +msgid "RemoteTransmissionRequests limited to 8 bytes" +msgstr "" + #: shared-bindings/aesio/aes.c msgid "Requested AES mode is unsupported" msgstr "" @@ -2416,10 +2420,14 @@ msgstr "" msgid "exceptions must derive from BaseException" msgstr "" -#: shared-bindings/canio/CAN.c shared-bindings/canio/Listener.c +#: shared-bindings/canio/CAN.c msgid "expected '%q' but got '%q'" msgstr "" +#: shared-bindings/canio/CAN.c +msgid "expected '%q' or '%q' but got '%q'" +msgstr "" + #: py/objstr.c msgid "expected ':' after format specifier" msgstr "" @@ -3279,10 +3287,6 @@ msgstr "" msgid "source palette too large" msgstr "" -#: shared-bindings/canio/Message.c -msgid "specify size or data, but not both" -msgstr "" - #: py/objstr.c msgid "start/end indices" msgstr "" |
