Skip to content

Commit 42cad23

Browse files
committed
make translate
1 parent a754259 commit 42cad23

File tree

1 file changed

+63
-1
lines changed

1 file changed

+63
-1
lines changed

locale/circuitpython.pot

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"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"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -114,6 +114,11 @@ msgstr ""
114114
msgid "%q() takes %d positional arguments but %d were given"
115115
msgstr ""
116116

117+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
118+
#, c-format
119+
msgid "%s error 0x%x"
120+
msgstr ""
121+
117122
#: py/argcheck.c
118123
msgid "'%q' argument required"
119124
msgstr ""
@@ -536,6 +541,10 @@ msgstr ""
536541
msgid "CBC blocks must be multiples of 16 bytes"
537542
msgstr ""
538543

544+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
545+
msgid "CRC or checksum was invalid"
546+
msgstr ""
547+
539548
#: py/objtype.c
540549
msgid "Call super().__init__() before accessing native object."
541550
msgstr ""
@@ -984,6 +993,10 @@ msgstr ""
984993
msgid "Function requires lock"
985994
msgstr ""
986995

996+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
997+
msgid "Generic Failure"
998+
msgstr ""
999+
9871000
#: shared-bindings/displayio/Display.c
9881001
#: shared-bindings/displayio/EPaperDisplay.c
9891002
#: shared-bindings/framebufferio/FramebufferDisplay.c
@@ -1110,6 +1123,7 @@ msgstr ""
11101123
msgid "Invalid Pin"
11111124
msgstr ""
11121125

1126+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
11131127
#: py/moduerrno.c shared-module/rgbmatrix/RGBMatrix.c
11141128
msgid "Invalid argument"
11151129
msgstr ""
@@ -1218,6 +1232,14 @@ msgstr ""
12181232
msgid "Invalid security_mode"
12191233
msgstr ""
12201234

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+
12211243
#: shared-bindings/audiomixer/Mixer.c
12221244
msgid "Invalid voice"
12231245
msgstr ""
@@ -1258,6 +1280,10 @@ msgstr ""
12581280
msgid "Length must be non-negative"
12591281
msgstr ""
12601282

1283+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1284+
msgid "MAC address was invalid"
1285+
msgstr ""
1286+
12611287
#: shared-module/bitbangio/SPI.c
12621288
msgid "MISO pin init failed."
12631289
msgstr ""
@@ -1496,6 +1522,18 @@ msgstr ""
14961522
msgid "Only raw int supported for ip"
14971523
msgstr ""
14981524

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+
14991537
#: ports/esp32s2/common-hal/socketpool/SocketPool.c
15001538
msgid "Out of sockets"
15011539
msgstr ""
@@ -1504,6 +1542,10 @@ msgstr ""
15041542
msgid "Oversample must be multiple of 8."
15051543
msgstr ""
15061544

1545+
#: shared-bindings/audiobusio/PDMIn.c
1546+
msgid "PDMIn not available"
1547+
msgstr ""
1548+
15071549
#: shared-bindings/pwmio/PWMOut.c
15081550
msgid ""
15091551
"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)"
@@ -1520,6 +1562,10 @@ msgstr ""
15201562
msgid "ParallelBus not yet supported"
15211563
msgstr ""
15221564

1565+
#: ports/esp32s2/i2s_common.c
1566+
msgid "Peripheral in use"
1567+
msgstr ""
1568+
15231569
#: py/moduerrno.c
15241570
msgid "Permission denied"
15251571
msgstr ""
@@ -1637,6 +1683,10 @@ msgstr ""
16371683
msgid "Read-only object"
16381684
msgstr ""
16391685

1686+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1687+
msgid "Received response was invalid"
1688+
msgstr ""
1689+
16401690
#: shared-bindings/displayio/EPaperDisplay.c
16411691
msgid "Refresh too soon"
16421692
msgstr ""
@@ -1649,6 +1699,10 @@ msgstr ""
16491699
msgid "Requested AES mode is unsupported"
16501700
msgstr ""
16511701

1702+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1703+
msgid "Requested resource not found"
1704+
msgstr ""
1705+
16521706
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
16531707
msgid "Right channel unsupported"
16541708
msgstr ""
@@ -2019,6 +2073,10 @@ msgstr ""
20192073
msgid "Value length > max_length"
20202074
msgstr ""
20212075

2076+
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
2077+
msgid "Version was invalid"
2078+
msgstr ""
2079+
20222080
#: py/emitnative.c
20232081
msgid "Viper functions don't currently support more than 4 arguments"
20242082
msgstr ""
@@ -3833,6 +3891,10 @@ msgstr ""
38333891
msgid "x value out of bounds"
38343892
msgstr ""
38353893

3894+
#: ports/esp32s2/i2s_common.c
3895+
msgid "xTaskCreate failed"
3896+
msgstr ""
3897+
38363898
#: shared-bindings/displayio/Shape.c
38373899
msgid "y should be an int"
38383900
msgstr ""

0 commit comments

Comments
 (0)