Skip to content

Commit 14e2f55

Browse files
committed
fix translation errors
1 parent 99d4ccc commit 14e2f55

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

locale/circuitpython.pot

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ msgstr ""
8282
msgid "%q and %q contain duplicate pins"
8383
msgstr ""
8484

85-
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
85+
#: shared-bindings/audioio/AudioOut.c
8686
msgid "%q and %q must be different"
8787
msgstr ""
8888

@@ -154,7 +154,7 @@ msgstr ""
154154
msgid "%q length must be >= %d"
155155
msgstr ""
156156

157-
#: py/modsys.c py/objmodule.c py/runtime.c
157+
#: py/modsys.c py/runtime.c
158158
msgid "%q moved from %q to %q"
159159
msgstr ""
160160

@@ -1368,6 +1368,11 @@ msgstr ""
13681368
msgid "MITM security not supported"
13691369
msgstr ""
13701370

1371+
#: ports/stm/common-hal/sdioio/SDCard.c
1372+
#, c-format
1373+
msgid "MMC/SDIO Clock Error %x"
1374+
msgstr ""
1375+
13711376
#: shared-bindings/is31fl3741/IS31FL3741.c
13721377
msgid "Mapping must be a tuple"
13731378
msgstr ""
@@ -1975,6 +1980,7 @@ msgstr ""
19751980
#: shared-bindings/displayio/TileGrid.c
19761981
#: shared-bindings/memorymonitor/AllocationSize.c
19771982
#: shared-bindings/pulseio/PulseIn.c
1983+
#: shared-bindings/tilepalettemapper/TilePaletteMapper.c
19781984
msgid "Slices not supported"
19791985
msgstr ""
19801986

@@ -2042,7 +2048,9 @@ msgstr ""
20422048
msgid "Tile height must exactly divide bitmap height"
20432049
msgstr ""
20442050

2045-
#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c
2051+
#: shared-bindings/displayio/TileGrid.c
2052+
#: shared-bindings/tilepalettemapper/TilePaletteMapper.c
2053+
#: shared-module/displayio/TileGrid.c
20462054
msgid "Tile index out of bounds"
20472055
msgstr ""
20482056

@@ -4277,7 +4285,9 @@ msgstr ""
42774285
msgid "unreadable attribute"
42784286
msgstr ""
42794287

4280-
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
4288+
#: shared-bindings/displayio/TileGrid.c
4289+
#: shared-bindings/tilepalettemapper/TilePaletteMapper.c
4290+
#: shared-bindings/vectorio/VectorShape.c
42814291
msgid "unsupported %q type"
42824292
msgstr ""
42834293

0 commit comments

Comments
 (0)