5
5
msgstr ""
6
6
"Project-Id-Version : PACKAGE VERSION\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2020-09-24 16:55-0500 \n "
8
+ "POT-Creation-Date : 2020-09-29 11:11+0530 \n "
9
9
"PO-Revision-Date : 2020-05-24 03:22+0000\n "
10
10
"
Last-Translator :
dronecz <[email protected] >\n "
11
11
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -284,19 +284,19 @@ msgstr ""
284
284
msgid "Address type out of range"
285
285
msgstr ""
286
286
287
- #: ports/nrf/common-hal/busio/I2C.c
287
+ #: ports/esp32s2/common-hal/busio/I2C.c ports/ nrf/common-hal/busio/I2C.c
288
288
msgid "All I2C peripherals are in use"
289
289
msgstr ""
290
290
291
291
#: ports/atmel-samd/common-hal/canio/Listener.c
292
292
msgid "All RX FIFOs in use"
293
293
msgstr ""
294
294
295
- #: ports/nrf/common-hal/busio/SPI.c
295
+ #: ports/esp32s2/common-hal/busio/SPI.c ports/ nrf/common-hal/busio/SPI.c
296
296
msgid "All SPI peripherals are in use"
297
297
msgstr ""
298
298
299
- #: ports/nrf/common-hal/busio/UART.c
299
+ #: ports/esp32s2/common-hal/busio/UART.c ports/ nrf/common-hal/busio/UART.c
300
300
msgid "All UART peripherals are in use"
301
301
msgstr ""
302
302
@@ -318,6 +318,9 @@ msgstr ""
318
318
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
319
319
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
320
320
#: ports/cxd56/common-hal/pulseio/PulseOut.c
321
+ #: ports/esp32s2/common-hal/neopixel_write/__init__.c
322
+ #: ports/esp32s2/common-hal/pulseio/PulseIn.c
323
+ #: ports/esp32s2/common-hal/pulseio/PulseOut.c
321
324
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
322
325
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
323
326
#: ports/stm/peripherals/timers.c shared-bindings/pwmio/PWMOut.c
@@ -337,6 +340,10 @@ msgstr ""
337
340
msgid "Already running"
338
341
msgstr ""
339
342
343
+ #: ports/esp32s2/common-hal/wifi/Radio.c
344
+ msgid "Already scanning for wifi networks"
345
+ msgstr ""
346
+
340
347
#: ports/cxd56/common-hal/analogio/AnalogIn.c
341
348
msgid "AnalogIn not supported on given pin"
342
349
msgstr ""
@@ -554,6 +561,7 @@ msgstr ""
554
561
msgid "Cannot set value when direction is input."
555
562
msgstr ""
556
563
564
+ #: ports/esp32s2/common-hal/busio/UART.c
557
565
#: ports/mimxrt10xx/common-hal/busio/UART.c
558
566
msgid "Cannot specify RTS or CTS in RS485 mode"
559
567
msgstr ""
@@ -644,14 +652,15 @@ msgid "Could not initialize SDCard"
644
652
msgstr ""
645
653
646
654
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
655
+ #: ports/esp32s2/common-hal/busio/UART.c
647
656
msgid "Could not initialize UART"
648
657
msgstr ""
649
658
650
- #: ports/stm/common-hal/pwmio/PWMOut.c
659
+ #: ports/esp32s2/common-hal/pwmio/PWMOut.c ports/ stm/common-hal/pwmio/PWMOut.c
651
660
msgid "Could not initialize channel"
652
661
msgstr ""
653
662
654
- #: ports/stm/common-hal/pwmio/PWMOut.c
663
+ #: ports/esp32s2/common-hal/pwmio/PWMOut.c ports/ stm/common-hal/pwmio/PWMOut.c
655
664
msgid "Could not initialize timer"
656
665
msgstr ""
657
666
@@ -667,6 +676,10 @@ msgstr ""
667
676
msgid "Could not restart PWM"
668
677
msgstr ""
669
678
679
+ #: ports/esp32s2/common-hal/neopixel_write/__init__.c
680
+ msgid "Could not retrieve clock"
681
+ msgstr ""
682
+
670
683
#: shared-bindings/_bleio/Adapter.c
671
684
msgid "Could not set address"
672
685
msgstr ""
@@ -757,6 +770,10 @@ msgstr ""
757
770
msgid "ECB only operates on 16 bytes at a time"
758
771
msgstr ""
759
772
773
+ #: ports/esp32s2/common-hal/busio/SPI.c
774
+ msgid "ESP-IDF memory allocation failed"
775
+ msgstr ""
776
+
760
777
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
761
778
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
762
779
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -814,6 +831,10 @@ msgstr ""
814
831
msgid "FFT is defined for ndarrays only"
815
832
msgstr ""
816
833
834
+ #: ports/esp32s2/common-hal/socketpool/Socket.c
835
+ msgid "Failed SSL handshake"
836
+ msgstr ""
837
+
817
838
#: shared-bindings/ps2io/Ps2.c
818
839
msgid "Failed sending command."
819
840
msgstr ""
@@ -830,12 +851,21 @@ msgstr ""
830
851
#: ports/atmel-samd/common-hal/busio/UART.c
831
852
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
832
853
#: ports/cxd56/common-hal/pulseio/PulseIn.c
854
+ #: ports/esp32s2/common-hal/pulseio/PulseIn.c
833
855
#: ports/nrf/common-hal/pulseio/PulseIn.c
834
856
#: ports/stm/common-hal/pulseio/PulseIn.c
835
857
#, c-format
836
858
msgid "Failed to allocate RX buffer of %d bytes"
837
859
msgstr ""
838
860
861
+ #: ports/esp32s2/common-hal/wifi/__init__.c
862
+ msgid "Failed to allocate Wifi memory"
863
+ msgstr ""
864
+
865
+ #: ports/esp32s2/common-hal/wifi/ScannedNetworks.c
866
+ msgid "Failed to allocate wifi scan memory"
867
+ msgstr ""
868
+
839
869
#: ports/nrf/common-hal/_bleio/Adapter.c
840
870
msgid "Failed to connect: internal error"
841
871
msgstr ""
@@ -844,6 +874,10 @@ msgstr ""
844
874
msgid "Failed to connect: timeout"
845
875
msgstr ""
846
876
877
+ #: ports/esp32s2/common-hal/wifi/__init__.c
878
+ msgid "Failed to init wifi"
879
+ msgstr ""
880
+
847
881
#: shared-module/audiomp3/MP3Decoder.c
848
882
msgid "Failed to parse MP3 file"
849
883
msgstr ""
@@ -937,7 +971,7 @@ msgstr ""
937
971
msgid "Input taking too long"
938
972
msgstr ""
939
973
940
- #: py/moduerrno.c
974
+ #: ports/esp32s2/common-hal/neopixel_write/__init__.c py/moduerrno.c
941
975
msgid "Input/output error"
942
976
msgstr ""
943
977
@@ -1030,6 +1064,10 @@ msgstr ""
1030
1064
msgid "Invalid format chunk size"
1031
1065
msgstr ""
1032
1066
1067
+ #: ports/esp32s2/common-hal/pwmio/PWMOut.c
1068
+ msgid "Invalid frequency"
1069
+ msgstr ""
1070
+
1033
1071
#: ports/stm/common-hal/pwmio/PWMOut.c
1034
1072
msgid "Invalid frequency supplied"
1035
1073
msgstr ""
@@ -1067,6 +1105,8 @@ msgstr ""
1067
1105
#: ports/atmel-samd/common-hal/i2cperipheral/I2CPeripheral.c
1068
1106
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
1069
1107
#: ports/cxd56/common-hal/busio/UART.c ports/cxd56/common-hal/sdioio/SDCard.c
1108
+ #: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c
1109
+ #: ports/esp32s2/common-hal/busio/UART.c
1070
1110
#: ports/mimxrt10xx/common-hal/busio/I2C.c
1071
1111
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1072
1112
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
@@ -1198,21 +1238,25 @@ msgstr ""
1198
1238
msgid "No DMA channel found"
1199
1239
msgstr ""
1200
1240
1201
- #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
1241
+ #: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1242
+ #: ports/stm/common-hal/busio/SPI.c
1202
1243
msgid "No MISO Pin"
1203
1244
msgstr ""
1204
1245
1205
- #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c
1246
+ #: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1247
+ #: ports/stm/common-hal/busio/SPI.c
1206
1248
msgid "No MOSI Pin"
1207
1249
msgstr ""
1208
1250
1209
1251
#: ports/atmel-samd/common-hal/busio/UART.c
1252
+ #: ports/esp32s2/common-hal/busio/UART.c
1210
1253
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1211
1254
#: ports/stm/common-hal/busio/UART.c
1212
1255
msgid "No RX pin"
1213
1256
msgstr ""
1214
1257
1215
1258
#: ports/atmel-samd/common-hal/busio/UART.c
1259
+ #: ports/esp32s2/common-hal/busio/UART.c
1216
1260
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1217
1261
#: ports/stm/common-hal/busio/UART.c
1218
1262
msgid "No TX pin"
@@ -1255,6 +1299,14 @@ msgstr ""
1255
1299
msgid "No long integer support"
1256
1300
msgstr ""
1257
1301
1302
+ #: ports/esp32s2/common-hal/pwmio/PWMOut.c
1303
+ msgid "No more channels available"
1304
+ msgstr ""
1305
+
1306
+ #: ports/esp32s2/common-hal/pwmio/PWMOut.c
1307
+ msgid "No more timers available"
1308
+ msgstr ""
1309
+
1258
1310
#: ports/stm/common-hal/pwmio/PWMOut.c
1259
1311
msgid "No more timers available on this pin."
1260
1312
msgstr ""
@@ -1318,6 +1370,14 @@ msgstr ""
1318
1370
msgid "Only 8 or 16 bit mono with "
1319
1371
msgstr ""
1320
1372
1373
+ #: ports/esp32s2/common-hal/socketpool/SocketPool.c
1374
+ msgid "Only IPv4 SOCK_STREAM sockets supported"
1375
+ msgstr ""
1376
+
1377
+ #: ports/esp32s2/common-hal/wifi/__init__.c
1378
+ msgid "Only IPv4 addresses supported"
1379
+ msgstr ""
1380
+
1321
1381
#: shared-module/displayio/OnDiskBitmap.c
1322
1382
#, c-format
1323
1383
msgid ""
@@ -1335,6 +1395,10 @@ msgstr ""
1335
1395
msgid "Only raw int supported for ip"
1336
1396
msgstr ""
1337
1397
1398
+ #: ports/esp32s2/common-hal/socketpool/SocketPool.c
1399
+ msgid "Out of sockets"
1400
+ msgstr ""
1401
+
1338
1402
#: shared-bindings/audiobusio/PDMIn.c
1339
1403
msgid "Oversample must be multiple of 8."
1340
1404
msgstr ""
@@ -1349,6 +1413,7 @@ msgid ""
1349
1413
"PWM frequency not writable when variable_frequency is False on construction."
1350
1414
msgstr ""
1351
1415
1416
+ #: ports/esp32s2/common-hal/displayio/ParallelBus.c
1352
1417
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
1353
1418
#: ports/stm/common-hal/displayio/ParallelBus.c
1354
1419
msgid "ParallelBus not yet supported"
@@ -1394,6 +1459,12 @@ msgstr ""
1394
1459
msgid "Polygon needs at least 3 points"
1395
1460
msgstr ""
1396
1461
1462
+ #: ports/esp32s2/common-hal/pulseio/PulseOut.c
1463
+ msgid ""
1464
+ "Port does not accept PWM carrier. Pass a pin, frequency and duty cycle "
1465
+ "instead"
1466
+ msgstr ""
1467
+
1397
1468
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
1398
1469
#: ports/cxd56/common-hal/pulseio/PulseOut.c
1399
1470
#: ports/nrf/common-hal/pulseio/PulseOut.c
@@ -1423,12 +1494,13 @@ msgstr ""
1423
1494
msgid "RNG Init Error"
1424
1495
msgstr ""
1425
1496
1497
+ #: ports/esp32s2/common-hal/busio/UART.c
1426
1498
#: ports/mimxrt10xx/common-hal/busio/UART.c
1427
1499
msgid "RS485 inversion specified when not in RS485 mode"
1428
1500
msgstr ""
1429
1501
1430
- #: ports/cxd56/common-hal/rtc/RTC.c ports/mimxrt10xx /common-hal/rtc/RTC.c
1431
- #: ports/nrf/common-hal/rtc/RTC.c
1502
+ #: ports/cxd56/common-hal/rtc/RTC.c ports/esp32s2 /common-hal/rtc/RTC.c
1503
+ #: ports/mimxrt10xx/common-hal/rtc/RTC.c ports/ nrf/common-hal/rtc/RTC.c
1432
1504
msgid "RTC calibration is not supported on this board"
1433
1505
msgstr ""
1434
1506
@@ -1482,7 +1554,7 @@ msgstr ""
1482
1554
msgid "SD card CSD format not supported"
1483
1555
msgstr ""
1484
1556
1485
- #: ports/atmel-samd/common-hal/busio/I2C.c
1557
+ #: ports/atmel-samd/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/I2C.c
1486
1558
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
1487
1559
msgid "SDA or SCL needs a pull up"
1488
1560
msgstr ""
@@ -1550,6 +1622,10 @@ msgstr ""
1550
1622
msgid "Slices not supported"
1551
1623
msgstr ""
1552
1624
1625
+ #: ports/esp32s2/common-hal/socketpool/SocketPool.c
1626
+ msgid "SocketPool can only be used with wifi.radio"
1627
+ msgstr ""
1628
+
1553
1629
#: shared-bindings/aesio/aes.c
1554
1630
msgid "Source and destination buffers must be the same length"
1555
1631
msgstr ""
@@ -1712,6 +1788,10 @@ msgstr ""
1712
1788
msgid "Unable to allocate buffers for signed conversion"
1713
1789
msgstr ""
1714
1790
1791
+ #: ports/esp32s2/common-hal/busio/I2C.c
1792
+ msgid "Unable to create lock"
1793
+ msgstr ""
1794
+
1715
1795
#: shared-module/displayio/I2CDisplay.c
1716
1796
#, c-format
1717
1797
msgid "Unable to find I2C Display at %x"
@@ -1738,6 +1818,11 @@ msgstr ""
1738
1818
msgid "Unexpected nrfx uuid type"
1739
1819
msgstr ""
1740
1820
1821
+ #: ports/esp32s2/common-hal/socketpool/Socket.c
1822
+ #, c-format
1823
+ msgid "Unhandled ESP TLS error %d %d %x %d"
1824
+ msgstr ""
1825
+
1741
1826
#: shared-bindings/wifi/Radio.c
1742
1827
msgid "Unknown failure"
1743
1828
msgstr ""
@@ -1773,7 +1858,7 @@ msgid ""
1773
1858
msgstr ""
1774
1859
1775
1860
#: ports/atmel-samd/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/I2C.c
1776
- #: ports/stm/common-hal/busio/I2C.c
1861
+ #: ports/esp32s2/common-hal/busio/UART.c ports/ stm/common-hal/busio/I2C.c
1777
1862
msgid "Unsupported baudrate"
1778
1863
msgstr ""
1779
1864
@@ -2013,6 +2098,7 @@ msgid "byteorder is not a string"
2013
2098
msgstr ""
2014
2099
2015
2100
#: ports/atmel-samd/common-hal/busio/UART.c
2101
+ #: ports/esp32s2/common-hal/busio/UART.c
2016
2102
msgid "bytes > 8 bits not supported"
2017
2103
msgstr ""
2018
2104
@@ -2527,7 +2613,7 @@ msgstr ""
2527
2613
msgid "index is out of bounds"
2528
2614
msgstr ""
2529
2615
2530
- #: py/obj.c
2616
+ #: ports/esp32s2/common-hal/pulseio/PulseIn.c py/obj.c
2531
2617
msgid "index out of range"
2532
2618
msgstr ""
2533
2619
@@ -3030,6 +3116,10 @@ msgstr ""
3030
3116
msgid "polygon can only be registered in one parent"
3031
3117
msgstr ""
3032
3118
3119
+ #: ports/esp32s2/common-hal/pulseio/PulseIn.c
3120
+ msgid "pop from an empty PulseIn"
3121
+ msgstr ""
3122
+
3033
3123
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
3034
3124
#: ports/cxd56/common-hal/pulseio/PulseIn.c
3035
3125
#: ports/nrf/common-hal/pulseio/PulseIn.c
@@ -3046,6 +3136,24 @@ msgstr ""
3046
3136
msgid "pow() with 3 arguments requires integers"
3047
3137
msgstr ""
3048
3138
3139
+ #: ports/esp32s2/boards/electroniccats_bastwifi/mpconfigboard.h
3140
+ #: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
3141
+ #: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
3142
+ #: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
3143
+ #: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
3144
+ #: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
3145
+ #: ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h
3146
+ msgid "pressing boot button at start up.\n"
3147
+ msgstr ""
3148
+
3149
+ #: ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.h
3150
+ #: ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.h
3151
+ #: ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.h
3152
+ #: ports/atmel-samd/boards/escornabot_makech/mpconfigboard.h
3153
+ #: ports/atmel-samd/boards/meowmeow/mpconfigboard.h
3154
+ msgid "pressing both buttons at start up.\n"
3155
+ msgstr ""
3156
+
3049
3157
#: extmod/modutimeq.c
3050
3158
msgid "queue overflow"
3051
3159
msgstr ""
@@ -3288,7 +3396,8 @@ msgstr ""
3288
3396
msgid "tuple/list has wrong length"
3289
3397
msgstr ""
3290
3398
3291
- #: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
3399
+ #: ports/atmel-samd/common-hal/busio/UART.c
3400
+ #: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
3292
3401
#: shared-bindings/busio/UART.c shared-bindings/canio/CAN.c
3293
3402
msgid "tx and rx cannot both be None"
3294
3403
msgstr ""
0 commit comments