Skip to content

Commit 280bbbe

Browse files
committed
update translations for usb.core.Device
This is the result of a `pre-commit run --all-files` to fix the translation file changes which were causing a CI check fail. I'm not convinced this change is a good idea. I would prefer to set USBError.errno, if possible, but I don't know how to do that.
1 parent 6cc41f0 commit 280bbbe

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

locale/circuitpython.pot

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,10 @@ msgstr ""
915915
msgid "ESP-IDF memory allocation failed"
916916
msgstr ""
917917

918+
#: shared-module/usb/core/Device.c
919+
msgid "Endpt"
920+
msgstr ""
921+
918922
#: extmod/modre.c
919923
msgid "Error in regex"
920924
msgstr ""
@@ -1445,10 +1449,6 @@ msgstr ""
14451449
msgid "No bootloader present"
14461450
msgstr ""
14471451

1448-
#: shared-module/usb/core/Device.c
1449-
msgid "No configuration set"
1450-
msgstr ""
1451-
14521452
#: shared-bindings/_bleio/PacketBuffer.c
14531453
msgid "No connection: length cannot be determined"
14541454
msgstr ""
@@ -1518,6 +1518,10 @@ msgstr ""
15181518
msgid "No usb host port initialized"
15191519
msgstr ""
15201520

1521+
#: shared-module/usb/core/Device.c
1522+
msgid "NoCfg"
1523+
msgstr ""
1524+
15211525
#: ports/nordic/common-hal/_bleio/__init__.c
15221526
msgid "Nordic system firmware out of memory"
15231527
msgstr ""
@@ -1726,10 +1730,6 @@ msgstr ""
17261730
msgid "Pins must share PWM slice"
17271731
msgstr ""
17281732

1729-
#: shared-module/usb/core/Device.c
1730-
msgid "Pipe error"
1731-
msgstr ""
1732-
17331733
#: py/builtinhelp.c
17341734
msgid "Plus any modules on the filesystem\n"
17351735
msgstr ""
@@ -1941,6 +1941,10 @@ msgstr ""
19411941
msgid "Stack overflow. Increase stack size."
19421942
msgstr ""
19431943

1944+
#: shared-module/usb/core/Device.c
1945+
msgid "Stall"
1946+
msgstr ""
1947+
19441948
#: shared-bindings/alarm/time/TimeAlarm.c
19451949
msgid "Supply one of monotonic_time or epoch_time"
19461950
msgstr ""
@@ -2301,6 +2305,10 @@ msgstr ""
23012305
msgid "Writes not supported on Characteristic"
23022306
msgstr ""
23032307

2308+
#: shared-module/usb/core/Device.c
2309+
msgid "Xfer"
2310+
msgstr ""
2311+
23042312
#: ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.h
23052313
#: ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.h
23062314
#: ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.h

0 commit comments

Comments
 (0)