Skip to content

Commit 556e2c9

Browse files
committed
Fix for pre-commit issue related to translation
1 parent f1b6dea commit 556e2c9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

locale/circuitpython.pot

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,6 +2162,11 @@ msgstr ""
21622162
msgid "Unable to allocate the heap."
21632163
msgstr ""
21642164

2165+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2166+
#, c-format
2167+
msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2168+
msgstr ""
2169+
21652170
#: ports/espressif/common-hal/busio/I2C.c
21662171
msgid "Unable to create lock"
21672172
msgstr ""
@@ -2180,10 +2185,20 @@ msgstr ""
21802185
msgid "Unable to init parser"
21812186
msgstr ""
21822187

2188+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2189+
#, c-format
2190+
msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2191+
msgstr ""
2192+
21832193
#: shared-module/displayio/OnDiskBitmap.c
21842194
msgid "Unable to read color palette data"
21852195
msgstr ""
21862196

2197+
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
2198+
#, c-format
2199+
msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2200+
msgstr ""
2201+
21872202
#: ports/espressif/common-hal/mdns/Server.c
21882203
#: ports/raspberrypi/common-hal/mdns/Server.c
21892204
msgid "Unable to start mDNS query"

0 commit comments

Comments
 (0)