8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2020-12-23 23:04-0500 \n "
11
+ "POT-Creation-Date : 2020-12-29 16:31-0600 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -114,6 +114,11 @@ msgstr ""
114
114
msgid "%q() takes %d positional arguments but %d were given"
115
115
msgstr ""
116
116
117
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
118
+ #, c-format
119
+ msgid "%s error 0x%x"
120
+ msgstr ""
121
+
117
122
#: py/argcheck.c
118
123
msgid "'%q' argument required"
119
124
msgstr ""
@@ -536,6 +541,10 @@ msgstr ""
536
541
msgid "CBC blocks must be multiples of 16 bytes"
537
542
msgstr ""
538
543
544
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
545
+ msgid "CRC or checksum was invalid"
546
+ msgstr ""
547
+
539
548
#: py/objtype.c
540
549
msgid "Call super().__init__() before accessing native object."
541
550
msgstr ""
@@ -984,6 +993,10 @@ msgstr ""
984
993
msgid "Function requires lock"
985
994
msgstr ""
986
995
996
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
997
+ msgid "Generic Failure"
998
+ msgstr ""
999
+
987
1000
#: shared-bindings/displayio/Display.c
988
1001
#: shared-bindings/displayio/EPaperDisplay.c
989
1002
#: shared-bindings/framebufferio/FramebufferDisplay.c
@@ -1110,6 +1123,7 @@ msgstr ""
1110
1123
msgid "Invalid Pin"
1111
1124
msgstr ""
1112
1125
1126
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1113
1127
#: py/moduerrno.c shared-module/rgbmatrix/RGBMatrix.c
1114
1128
msgid "Invalid argument"
1115
1129
msgstr ""
@@ -1218,6 +1232,14 @@ msgstr ""
1218
1232
msgid "Invalid security_mode"
1219
1233
msgstr ""
1220
1234
1235
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1236
+ msgid "Invalid size"
1237
+ msgstr ""
1238
+
1239
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1240
+ msgid "Invalid state"
1241
+ msgstr ""
1242
+
1221
1243
#: shared-bindings/audiomixer/Mixer.c
1222
1244
msgid "Invalid voice"
1223
1245
msgstr ""
@@ -1258,6 +1280,10 @@ msgstr ""
1258
1280
msgid "Length must be non-negative"
1259
1281
msgstr ""
1260
1282
1283
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1284
+ msgid "MAC address was invalid"
1285
+ msgstr ""
1286
+
1261
1287
#: shared-module/bitbangio/SPI.c
1262
1288
msgid "MISO pin init failed."
1263
1289
msgstr ""
@@ -1496,6 +1522,18 @@ msgstr ""
1496
1522
msgid "Only raw int supported for ip"
1497
1523
msgstr ""
1498
1524
1525
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1526
+ msgid "Operation or feature not supported"
1527
+ msgstr ""
1528
+
1529
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1530
+ msgid "Operation timed out"
1531
+ msgstr ""
1532
+
1533
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1534
+ msgid "Out of memory"
1535
+ msgstr ""
1536
+
1499
1537
#: ports/esp32s2/common-hal/socketpool/SocketPool.c
1500
1538
msgid "Out of sockets"
1501
1539
msgstr ""
@@ -1504,6 +1542,10 @@ msgstr ""
1504
1542
msgid "Oversample must be multiple of 8."
1505
1543
msgstr ""
1506
1544
1545
+ #: shared-bindings/audiobusio/PDMIn.c
1546
+ msgid "PDMIn not available"
1547
+ msgstr ""
1548
+
1507
1549
#: shared-bindings/pwmio/PWMOut.c
1508
1550
msgid ""
1509
1551
"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)"
@@ -1520,6 +1562,10 @@ msgstr ""
1520
1562
msgid "ParallelBus not yet supported"
1521
1563
msgstr ""
1522
1564
1565
+ #: ports/esp32s2/i2s_common.c
1566
+ msgid "Peripheral in use"
1567
+ msgstr ""
1568
+
1523
1569
#: py/moduerrno.c
1524
1570
msgid "Permission denied"
1525
1571
msgstr ""
@@ -1637,6 +1683,10 @@ msgstr ""
1637
1683
msgid "Read-only object"
1638
1684
msgstr ""
1639
1685
1686
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1687
+ msgid "Received response was invalid"
1688
+ msgstr ""
1689
+
1640
1690
#: shared-bindings/displayio/EPaperDisplay.c
1641
1691
msgid "Refresh too soon"
1642
1692
msgstr ""
@@ -1649,6 +1699,10 @@ msgstr ""
1649
1699
msgid "Requested AES mode is unsupported"
1650
1700
msgstr ""
1651
1701
1702
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1703
+ msgid "Requested resource not found"
1704
+ msgstr ""
1705
+
1652
1706
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1653
1707
msgid "Right channel unsupported"
1654
1708
msgstr ""
@@ -2019,6 +2073,10 @@ msgstr ""
2019
2073
msgid "Value length > max_length"
2020
2074
msgstr ""
2021
2075
2076
+ #: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
2077
+ msgid "Version was invalid"
2078
+ msgstr ""
2079
+
2022
2080
#: py/emitnative.c
2023
2081
msgid "Viper functions don't currently support more than 4 arguments"
2024
2082
msgstr ""
@@ -3833,6 +3891,10 @@ msgstr ""
3833
3891
msgid "x value out of bounds"
3834
3892
msgstr ""
3835
3893
3894
+ #: ports/esp32s2/i2s_common.c
3895
+ msgid "xTaskCreate failed"
3896
+ msgstr ""
3897
+
3836
3898
#: shared-bindings/displayio/Shape.c
3837
3899
msgid "y should be an int"
3838
3900
msgstr ""
0 commit comments