@@ -126,6 +126,7 @@ msgid "%q in %q must be of type %q, not %q"
126
126
msgstr ""
127
127
128
128
#: ports/espressif/common-hal/espulp/ULP.c
129
+ #: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
129
130
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
130
131
#: shared-bindings/digitalio/DigitalInOut.c
131
132
#: shared-bindings/microcontroller/Pin.c
@@ -404,10 +405,6 @@ msgstr ""
404
405
msgid "3-arg pow() not supported"
405
406
msgstr "pow() nepodporuje 3 argumenty"
406
407
407
- #: shared-module/msgpack/__init__.c
408
- msgid "64 bit types"
409
- msgstr "64 bit typy"
410
-
411
408
#: ports/atmel-samd/common-hal/alarm/pin/PinAlarm.c
412
409
#: ports/atmel-samd/common-hal/countio/Counter.c
413
410
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
@@ -1233,13 +1230,15 @@ msgstr ""
1233
1230
msgid "Interrupt error."
1234
1231
msgstr ""
1235
1232
1233
+ #: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1236
1234
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
1237
1235
#: shared-bindings/digitalio/DigitalInOut.c
1238
1236
#: shared-bindings/displayio/EPaperDisplay.c
1239
1237
msgid "Invalid %q"
1240
1238
msgstr ""
1241
1239
1242
1240
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
1241
+ #: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
1243
1242
#: shared-bindings/microcontroller/Pin.c
1244
1243
msgid "Invalid %q pin"
1245
1244
msgstr "Neplatný pin %q"
@@ -1283,6 +1282,10 @@ msgstr ""
1283
1282
msgid "Invalid data_pins[%d]"
1284
1283
msgstr "Chybný data_pin[%d]"
1285
1284
1285
+ #: shared-module/msgpack/__init__.c
1286
+ msgid "Invalid format"
1287
+ msgstr ""
1288
+
1286
1289
#: shared-module/audiocore/WaveFile.c
1287
1290
msgid "Invalid format chunk size"
1288
1291
msgstr "Neplatná velikost bloku"
@@ -3842,11 +3845,7 @@ msgstr ""
3842
3845
msgid "out must be a float dense array"
3843
3846
msgstr ""
3844
3847
3845
- #: shared-bindings/displayio/Bitmap.c
3846
- msgid "out of range of source"
3847
- msgstr ""
3848
-
3849
- #: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c
3848
+ #: shared-bindings/bitmaptools/__init__.c
3850
3849
msgid "out of range of target"
3851
3850
msgstr ""
3852
3851
@@ -3871,14 +3870,10 @@ msgstr ""
3871
3870
msgid "parameters must be registers in sequence r0 to r3"
3872
3871
msgstr ""
3873
3872
3874
- #: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c
3873
+ #: shared-bindings/bitmaptools/__init__.c
3875
3874
msgid "pixel coordinates out of bounds"
3876
3875
msgstr ""
3877
3876
3878
- #: shared-bindings/displayio/Bitmap.c
3879
- msgid "pixel value requires too many bits"
3880
- msgstr ""
3881
-
3882
3877
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
3883
3878
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
3884
3879
msgstr ""
@@ -4291,10 +4286,6 @@ msgstr ""
4291
4286
msgid "value out of range of target"
4292
4287
msgstr ""
4293
4288
4294
- #: shared-bindings/displayio/Bitmap.c
4295
- msgid "value_count must be > 0"
4296
- msgstr ""
4297
-
4298
4289
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
4299
4290
msgid "watchdog not initialized"
4300
4291
msgstr ""
@@ -4382,6 +4373,9 @@ msgstr ""
4382
4373
msgid "zi must be of shape (n_section, 2)"
4383
4374
msgstr ""
4384
4375
4376
+ #~ msgid "64 bit types"
4377
+ #~ msgstr "64 bit typy"
4378
+
4385
4379
#~ msgid "No key was specified"
4386
4380
#~ msgstr "Nebyl zadán klíč"
4387
4381
0 commit comments