File tree Expand file tree Collapse file tree 19 files changed +95
-0
lines changed Expand file tree Collapse file tree 19 files changed +95
-0
lines changed Original file line number Diff line number Diff line change @@ -1185,6 +1185,7 @@ msgid "Interrupted by output function"
1185
1185
msgstr ""
1186
1186
1187
1187
#: ports/espressif/common-hal/espulp/ULP.c
1188
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1188
1189
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1189
1190
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1190
1191
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1292,6 +1293,10 @@ msgstr ""
1292
1293
msgid "Layer must be a Group or TileGrid subclass"
1293
1294
msgstr ""
1294
1295
1296
+ #: shared-bindings/audiocore/RawSample.c
1297
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1298
+ msgstr ""
1299
+
1295
1300
#: ports/espressif/common-hal/espidf/__init__.c
1296
1301
msgid "MAC address was invalid"
1297
1302
msgstr ""
Original file line number Diff line number Diff line change @@ -1197,6 +1197,7 @@ msgid "Interrupted by output function"
1197
1197
msgstr ""
1198
1198
1199
1199
#: ports/espressif/common-hal/espulp/ULP.c
1200
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1200
1201
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1201
1202
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1202
1203
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1304,6 +1305,10 @@ msgstr "Vrstva již v groupě je"
1304
1305
msgid "Layer must be a Group or TileGrid subclass"
1305
1306
msgstr "Vrstva musí být Group nebo TileGrid"
1306
1307
1308
+ #: shared-bindings/audiocore/RawSample.c
1309
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1310
+ msgstr ""
1311
+
1307
1312
#: ports/espressif/common-hal/espidf/__init__.c
1308
1313
msgid "MAC address was invalid"
1309
1314
msgstr "MAC adresa byla chybná"
Original file line number Diff line number Diff line change @@ -1208,6 +1208,7 @@ msgid "Interrupted by output function"
1208
1208
msgstr "Unterbrochen durch Ausgabefunktion"
1209
1209
1210
1210
#: ports/espressif/common-hal/espulp/ULP.c
1211
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1211
1212
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1212
1213
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1213
1214
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1315,6 +1316,10 @@ msgstr "Ebene ist bereits in der Gruppe"
1315
1316
msgid "Layer must be a Group or TileGrid subclass"
1316
1317
msgstr "Ebene muss eine Gruppe oder eine TileGrid Subklasse sein"
1317
1318
1319
+ #: shared-bindings/audiocore/RawSample.c
1320
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1321
+ msgstr ""
1322
+
1318
1323
#: ports/espressif/common-hal/espidf/__init__.c
1319
1324
msgid "MAC address was invalid"
1320
1325
msgstr "MAC Adresse war ungültig"
Original file line number Diff line number Diff line change @@ -1203,6 +1203,7 @@ msgid "Interrupted by output function"
1203
1203
msgstr ""
1204
1204
1205
1205
#: ports/espressif/common-hal/espulp/ULP.c
1206
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1206
1207
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1207
1208
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1208
1209
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1310,6 +1311,10 @@ msgstr ""
1310
1311
msgid "Layer must be a Group or TileGrid subclass"
1311
1312
msgstr ""
1312
1313
1314
+ #: shared-bindings/audiocore/RawSample.c
1315
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1316
+ msgstr ""
1317
+
1313
1318
#: ports/espressif/common-hal/espidf/__init__.c
1314
1319
msgid "MAC address was invalid"
1315
1320
msgstr ""
Original file line number Diff line number Diff line change @@ -1196,6 +1196,7 @@ msgid "Interrupted by output function"
1196
1196
msgstr "Interrupted by output function"
1197
1197
1198
1198
#: ports/espressif/common-hal/espulp/ULP.c
1199
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1199
1200
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1200
1201
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1201
1202
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1303,6 +1304,10 @@ msgstr "Layer already in a group"
1303
1304
msgid "Layer must be a Group or TileGrid subclass"
1304
1305
msgstr "Layer must be a Group or TileGrid subclass"
1305
1306
1307
+ #: shared-bindings/audiocore/RawSample.c
1308
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1309
+ msgstr ""
1310
+
1306
1311
#: ports/espressif/common-hal/espidf/__init__.c
1307
1312
msgid "MAC address was invalid"
1308
1313
msgstr "MAC address was invalid"
Original file line number Diff line number Diff line change @@ -1216,6 +1216,7 @@ msgid "Interrupted by output function"
1216
1216
msgstr ""
1217
1217
1218
1218
#: ports/espressif/common-hal/espulp/ULP.c
1219
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1219
1220
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1220
1221
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1221
1222
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1323,6 +1324,10 @@ msgstr "El Layer ya esta en un grupo"
1323
1324
msgid "Layer must be a Group or TileGrid subclass"
1324
1325
msgstr "El Layer debe ser un grupo o una subclase de TileGrid"
1325
1326
1327
+ #: shared-bindings/audiocore/RawSample.c
1328
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1329
+ msgstr ""
1330
+
1326
1331
#: ports/espressif/common-hal/espidf/__init__.c
1327
1332
msgid "MAC address was invalid"
1328
1333
msgstr "La dirección MAC es incorrecta"
Original file line number Diff line number Diff line change @@ -1187,6 +1187,7 @@ msgid "Interrupted by output function"
1187
1187
msgstr ""
1188
1188
1189
1189
#: ports/espressif/common-hal/espulp/ULP.c
1190
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1190
1191
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1191
1192
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1192
1193
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1294,6 +1295,10 @@ msgstr ""
1294
1295
msgid "Layer must be a Group or TileGrid subclass"
1295
1296
msgstr ""
1296
1297
1298
+ #: shared-bindings/audiocore/RawSample.c
1299
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1300
+ msgstr ""
1301
+
1297
1302
#: ports/espressif/common-hal/espidf/__init__.c
1298
1303
msgid "MAC address was invalid"
1299
1304
msgstr ""
Original file line number Diff line number Diff line change @@ -1225,6 +1225,7 @@ msgid "Interrupted by output function"
1225
1225
msgstr ""
1226
1226
1227
1227
#: ports/espressif/common-hal/espulp/ULP.c
1228
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1228
1229
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1229
1230
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1230
1231
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1332,6 +1333,10 @@ msgstr "Ce calque est déjà dans un groupe"
1332
1333
msgid "Layer must be a Group or TileGrid subclass"
1333
1334
msgstr "Le calque doit être une sous-classe de Group ou TileGrid"
1334
1335
1336
+ #: shared-bindings/audiocore/RawSample.c
1337
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1338
+ msgstr ""
1339
+
1335
1340
#: ports/espressif/common-hal/espidf/__init__.c
1336
1341
msgid "MAC address was invalid"
1337
1342
msgstr "Adresse physique (MAC) invalide"
Original file line number Diff line number Diff line change @@ -1179,6 +1179,7 @@ msgid "Interrupted by output function"
1179
1179
msgstr ""
1180
1180
1181
1181
#: ports/espressif/common-hal/espulp/ULP.c
1182
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1182
1183
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1183
1184
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1184
1185
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1286,6 +1287,10 @@ msgstr ""
1286
1287
msgid "Layer must be a Group or TileGrid subclass"
1287
1288
msgstr ""
1288
1289
1290
+ #: shared-bindings/audiocore/RawSample.c
1291
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1292
+ msgstr ""
1293
+
1289
1294
#: ports/espressif/common-hal/espidf/__init__.c
1290
1295
msgid "MAC address was invalid"
1291
1296
msgstr ""
Original file line number Diff line number Diff line change @@ -1187,6 +1187,7 @@ msgid "Interrupted by output function"
1187
1187
msgstr ""
1188
1188
1189
1189
#: ports/espressif/common-hal/espulp/ULP.c
1190
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1190
1191
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1191
1192
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1192
1193
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1294,6 +1295,10 @@ msgstr ""
1294
1295
msgid "Layer must be a Group or TileGrid subclass"
1295
1296
msgstr ""
1296
1297
1298
+ #: shared-bindings/audiocore/RawSample.c
1299
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1300
+ msgstr ""
1301
+
1297
1302
#: ports/espressif/common-hal/espidf/__init__.c
1298
1303
msgid "MAC address was invalid"
1299
1304
msgstr ""
You can’t perform that action at this time.
0 commit comments