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 ""
Original file line number Diff line number Diff line change @@ -1196,6 +1196,7 @@ msgid "Interrupted by output function"
1196
1196
msgstr ""
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 ""
1303
1304
msgid "Layer must be a Group or TileGrid subclass"
1304
1305
msgstr ""
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 ""
Original file line number Diff line number Diff line change @@ -1231,6 +1231,7 @@ msgid "Interrupted by output function"
1231
1231
msgstr "출력 함수로 인해 종료되었다"
1232
1232
1233
1233
#: ports/espressif/common-hal/espulp/ULP.c
1234
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1234
1235
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1235
1236
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1236
1237
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1338,6 +1339,10 @@ msgstr "레이어가 이미 그룹에 있습니다"
1338
1339
msgid "Layer must be a Group or TileGrid subclass"
1339
1340
msgstr "레이어는 그룹 또는 TileGrid 하위 클래스 여야 합니다"
1340
1341
1342
+ #: shared-bindings/audiocore/RawSample.c
1343
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1344
+ msgstr ""
1345
+
1341
1346
#: ports/espressif/common-hal/espidf/__init__.c
1342
1347
msgid "MAC address was invalid"
1343
1348
msgstr "MAC 주소는 잘못되었습니다"
Original file line number Diff line number Diff line change @@ -1182,6 +1182,7 @@ msgid "Interrupted by output function"
1182
1182
msgstr ""
1183
1183
1184
1184
#: ports/espressif/common-hal/espulp/ULP.c
1185
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1185
1186
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1186
1187
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1187
1188
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1289,6 +1290,10 @@ msgstr ""
1289
1290
msgid "Layer must be a Group or TileGrid subclass"
1290
1291
msgstr ""
1291
1292
1293
+ #: shared-bindings/audiocore/RawSample.c
1294
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1295
+ msgstr ""
1296
+
1292
1297
#: ports/espressif/common-hal/espidf/__init__.c
1293
1298
msgid "MAC address was invalid"
1294
1299
msgstr ""
Original file line number Diff line number Diff line change @@ -1201,6 +1201,7 @@ msgid "Interrupted by output function"
1201
1201
msgstr ""
1202
1202
1203
1203
#: ports/espressif/common-hal/espulp/ULP.c
1204
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1204
1205
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1205
1206
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1206
1207
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1308,6 +1309,10 @@ msgstr ""
1308
1309
msgid "Layer must be a Group or TileGrid subclass"
1309
1310
msgstr ""
1310
1311
1312
+ #: shared-bindings/audiocore/RawSample.c
1313
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1314
+ msgstr ""
1315
+
1311
1316
#: ports/espressif/common-hal/espidf/__init__.c
1312
1317
msgid "MAC address was invalid"
1313
1318
msgstr ""
Original file line number Diff line number Diff line change @@ -1212,6 +1212,7 @@ msgid "Interrupted by output function"
1212
1212
msgstr "Interrompido pela função de saída"
1213
1213
1214
1214
#: ports/espressif/common-hal/espulp/ULP.c
1215
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1215
1216
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1216
1217
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1217
1218
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1319,6 +1320,10 @@ msgstr "Camada já está num grupo"
1319
1320
msgid "Layer must be a Group or TileGrid subclass"
1320
1321
msgstr "A camada deve ser uma subclasse Group ou TileGrid"
1321
1322
1323
+ #: shared-bindings/audiocore/RawSample.c
1324
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1325
+ msgstr ""
1326
+
1322
1327
#: ports/espressif/common-hal/espidf/__init__.c
1323
1328
msgid "MAC address was invalid"
1324
1329
msgstr "O endereço MAC era inválido"
Original file line number Diff line number Diff line change @@ -1223,6 +1223,7 @@ msgid "Interrupted by output function"
1223
1223
msgstr ""
1224
1224
1225
1225
#: ports/espressif/common-hal/espulp/ULP.c
1226
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1226
1227
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1227
1228
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1228
1229
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1330,6 +1331,10 @@ msgstr "Слой уже в группе (Group)"
1330
1331
msgid "Layer must be a Group or TileGrid subclass"
1331
1332
msgstr "Слой должен быть группой (Group) или субклассом TileGrid"
1332
1333
1334
+ #: shared-bindings/audiocore/RawSample.c
1335
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1336
+ msgstr ""
1337
+
1333
1338
#: ports/espressif/common-hal/espidf/__init__.c
1334
1339
msgid "MAC address was invalid"
1335
1340
msgstr "MAC адрес был недействительным"
Original file line number Diff line number Diff line change @@ -1204,6 +1204,7 @@ msgid "Interrupted by output function"
1204
1204
msgstr "Avbruten av utgångsfunktion"
1205
1205
1206
1206
#: ports/espressif/common-hal/espulp/ULP.c
1207
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1207
1208
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1208
1209
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1209
1210
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1311,6 +1312,10 @@ msgstr "Layer är redan med i en grupp"
1311
1312
msgid "Layer must be a Group or TileGrid subclass"
1312
1313
msgstr "Layer måste vara en underklass av Group eller TileGrid"
1313
1314
1315
+ #: shared-bindings/audiocore/RawSample.c
1316
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1317
+ msgstr ""
1318
+
1314
1319
#: ports/espressif/common-hal/espidf/__init__.c
1315
1320
msgid "MAC address was invalid"
1316
1321
msgstr "MAC-adressen var ogiltig"
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
@@ -1305,6 +1306,10 @@ msgstr "Katman zaten bir grupta"
1305
1306
msgid "Layer must be a Group or TileGrid subclass"
1306
1307
msgstr "Katman, bir Grup ya da TileGrid alt sınıfı olmalıdır"
1307
1308
1309
+ #: shared-bindings/audiocore/RawSample.c
1310
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1311
+ msgstr ""
1312
+
1308
1313
#: ports/espressif/common-hal/espidf/__init__.c
1309
1314
msgid "MAC address was invalid"
1310
1315
msgstr "MAC adresi geçersiz"
Original file line number Diff line number Diff line change @@ -1210,6 +1210,7 @@ msgid "Interrupted by output function"
1210
1210
msgstr "bèi shūchū gōngnéng zhōngduàn"
1211
1211
1212
1212
#: ports/espressif/common-hal/espulp/ULP.c
1213
+ #: ports/espressif/common-hal/microcontroller/Processor.c
1213
1214
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1214
1215
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1215
1216
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
@@ -1317,6 +1318,10 @@ msgstr "tú céng yǐ zài zǔ zhōng"
1317
1318
msgid "Layer must be a Group or TileGrid subclass"
1318
1319
msgstr "tú céng bìxū shì zǔ huò píng pū wǎng gé zi lèi"
1319
1320
1321
+ #: shared-bindings/audiocore/RawSample.c
1322
+ msgid "Length of %q must be an even multiple of channel_count * type_size"
1323
+ msgstr ""
1324
+
1320
1325
#: ports/espressif/common-hal/espidf/__init__.c
1321
1326
msgid "MAC address was invalid"
1322
1327
msgstr "MAC dì zhǐ wú xiào"
You can’t perform that action at this time.
0 commit comments