8000 Merge branch 'adafruit:main' into YD_ESP32_S3 · ZodiusInfuser/circuitpython@20f8476 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20f8476

Browse files
authored
Merge branch 'adafruit:main' into YD_ESP32_S3
2 parents 42ab93f + e4c6d76 commit 20f8476

File tree

118 files changed

+2262
-702
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files 93C6 changed

+2262
-702
lines changed

locale/ID.po

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ msgid "%q in %q must be of type %q, not %q"
125125
msgstr ""
126126

127127
#: ports/espressif/common-hal/espulp/ULP.c
128+
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
128129
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
129130
#: shared-bindings/digitalio/DigitalInOut.c
130131
#: shared-bindings/microcontroller/Pin.c
@@ -195,6 +196,10 @@ msgstr ""
195196
msgid "%q must be array of type 'H'"
196197
msgstr ""
197198

199+
#: shared-bindings/synthio/MidiTrack.c shared-bindings/synthio/__init__.c
200+
msgid "%q must be array of type 'h'"
201+
msgstr ""
202+
198203
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
199204
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
200205
msgid "%q must be of type %q or %q, not %q"
@@ -1229,13 +1234,15 @@ msgstr ""
12291234
msgid "Interrupt error."
12301235
msgstr ""
12311236

1237+
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
12321238
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
12331239
#: shared-bindings/digitalio/DigitalInOut.c
12341240
#: shared-bindings/displayio/EPaperDisplay.c
12351241
msgid "Invalid %q"
12361242
msgstr ""
12371243

12381244
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
1245+
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
12391246
#: shared-bindings/microcontroller/Pin.c
12401247
msgid "Invalid %q pin"
12411248
msgstr "%q pada tidak valid"
@@ -3856,11 +3863,7 @@ msgstr ""
38563863
msgid "out must be a float dense array"
38573864
msgstr ""
38583865

3859-
#: shared-bindings/displayio/Bitmap.c
3860-
msgid "out of range of source"
3861-
msgstr ""
3862-
3863-
#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c
3866+
#: shared-bindings/bitmaptools/__init__.c
38643867
msgid "out of range of target"
38653868
msgstr ""
38663869

@@ -3885,14 +3888,10 @@ msgstr ""
38853888
msgid "parameters must be registers in sequence r0 to r3"
38863889
msgstr "parameter harus menjadi register dalam urutan r0 sampai r3"
38873890

3888-
#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c
3891+
#: shared-bindings/bitmaptools/__init__.c
38893892
msgid "pixel coordinates out of bounds"
38903893
msgstr ""
38913894

3892-
#: shared-bindings/displayio/Bitmap.c
3893-
msgid "pixel value requires too many bits"
3894-
msgstr ""
3895-
38963895
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
38973896
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
38983897
msgstr ""
@@ -4305,10 +4304,6 @@ msgstr ""
43054304
msgid "value out of range of target"
43064305
msgstr ""
43074306

4308-
#: shared-bindings/displayio/Bitmap.c
4309-
msgid "value_count must be > 0"
4310-
msgstr ""
4311-
43124307
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
43134308
msgid "watchdog not initialized"
43144309
msgstr ""

locale/circuitpython.pot

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ msgid "%q in %q must be of type %q, not %q"
122122
msgstr ""
123123

124124
#: ports/espressif/common-hal/espulp/ULP.c
125+
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
125126
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
126127
#: shared-bindings/digitalio/DigitalInOut.c
127128
#: shared-bindings/microcontroller/Pin.c
@@ -192,6 +193,10 @@ msgstr ""
192193
msgid "%q must be array of type 'H'"
193194
msgstr ""
194195

196+
#: shared-bindings/synthio/MidiTrack.c shared-bindings/synthio/__init__.c
197+
msgid "%q must be array of type 'h'"
198+
msgstr ""
199+
195200
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
196201
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
197202
msgid "%q must be of type %q or %q, not %q"
@@ -1217,13 +1222,15 @@ msgstr ""
12171222
msgid "Interrupt error."
12181223
msgstr ""
12191224

1225+
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
12201226
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
12211227
#: shared-bindings/digitalio/DigitalInOut.c
12221228
#: shared-bindings/displayio/EPaperDisplay.c
12231229
msgid "Invalid %q"
12241230
msgstr ""
12251231

12261232
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
1233+
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
12271234
#: shared-bindings/microcontroller/Pin.c
12281235
msgid "Invalid %q pin"
12291236
msgstr ""
@@ -3827,11 +3834,7 @@ msgstr ""
38273834
msgid "out must be a float dense array"
38283835
msgstr ""
38293836

3830-
#: shared-bindings/displayio/Bitmap.c
3831-
msgid "out of range of source"
3832-
msgstr ""
3833-
3834-
#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c
3837+
#: shared-bindings/bitmaptools/__init__.c
38353838
msgid "out of range of target"
38363839
msgstr ""
38373840

@@ -3856,14 +3859,10 @@ msgstr ""
38563859
msgid "parameters must be registers in sequence r0 to r3"
38573860
msgstr ""
38583861

3859-
#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c
3862+
#: shared-bindings/bitmaptools/__init__.c
38603863
msgid "pixel coordinates out of bounds"
38613864
msgstr ""
38623865

3863-
#: shared-bindings/displayio/Bitmap.c
3864-
msgid "pixel value requires too many bits"
3865-
msgstr ""
3866-
38673866
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
38683867
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
38693868
msgstr ""
@@ -4276,10 +4275,6 @@ msgstr ""
42764275
msgid "value out of range of target"
42774276
msgstr ""
42784277

4279-
#: shared-bindings/displayio/Bitmap.c
4280-
msgid "value_count must be > 0"
4281-
msgstr ""
4282-
42834278
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
42844279
msgid "watchdog not initialized"
42854280
msgstr ""

locale/cs.po

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ msgid "%q in %q must be of type %q, not %q"
126126
msgstr ""
127127

128128
#: ports/espressif/common-hal/espulp/ULP.c
129+
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
129130
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
130131
#: shared-bindings/digitalio/DigitalInOut.c
131132
#: shared-bindings/microcontroller/Pin.c
@@ -196,6 +197,10 @@ msgstr ""
196197
msgid "%q must be array of type 'H'"
197198
msgstr ""
198199

200+
#: shared-bindings/synthio/MidiTrack.c shared-bindings/synthio/__init__.c
201+
msgid "%q must be array of type 'h'"
202+
msgstr ""
203+
199204
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
200205
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
201206
msgid "%q must be of type %q or %q, not %q"
@@ -1229,13 +1234,15 @@ msgstr ""
12291234
msgid "Interrupt error."
12301235
msgstr ""
12311236

1237+
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
12321238
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
12331239
#: shared-bindings/digitalio/DigitalInOut.c
12341240
#: shared-bindings/displayio/EPaperDisplay.c
12351241
msgid "Invalid %q"
12361242
msgstr ""
12371243

12381244
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
1245+
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
12391246
#: shared-bindings/microcontroller/Pin.c
12401247
msgid "Invalid %q pin"
12411248
msgstr "Neplatný pin %q"
@@ -3842,11 +3849,7 @@ msgstr ""
38423849
msgid "out must be a float dense array"
38433850
msgstr ""
38443851

3845-
#: shared-bindings/displayio/Bitmap.c
3846-
msgid "out of range of source"
3847-
msgstr ""
3848-
3849-
#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c
3852+
#: shared-bindings/bitmaptools/__init__.c
38503853
msgid "out of range of target"
38513854
msgstr ""
38523855

@@ -3871,14 +3874,10 @@ msgstr ""
38713874
msgid "parameters must be registers in sequence r0 to r3"
38723875
msgstr ""
38733876

3874-
#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c
3877+
#: shared-bindings/bitmaptools/__init__.c
38753878
msgid "pixel coordinates out of bounds"
38763879
msgstr ""
38773880

3878-
#: shared-bindings/displayio/Bitmap.c
3879-
msgid "pixel value requires too many bits"
3880-
msgstr ""
3881-
38823881
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
38833882
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
38843883
msgstr ""
@@ -4291,10 +4290,6 @@ msgstr ""
42914290
msgid "value out of range of target"
42924291
msgstr ""
42934292

4294-
#: shared-bindings/displayio/Bitmap.c
4295-
msgid "value_count must be > 0"
4296-
msgstr ""
4297-
42984293
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
42994294
msgid "watchdog not initialized"
43004295
msgstr ""

locale/de_DE.po

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
9-
"PO-Revision-Date: 2023-03-28 14:18+0000\n"
10-
"Last-Translator: Luc <some_physics@live.com>\n"
9+
"PO-Revision-Date: 2023-03-31 14:39+0000\n"
10+
"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>\n"
1111
"Language: de_DE\n"
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
@@ -134,6 +134,7 @@ msgid "%q in %q must be of type %q, not %q"
134134
msgstr "%q in %q muss von Typ %q sein, nicht %q"
135135

136136
#: ports/espressif/common-hal/espulp/ULP.c
137+
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
137138
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
138139
#: shared-bindings/digitalio/DigitalInOut.c
139140
#: shared-bindings/microcontroller/Pin.c
@@ -205,6 +206,10 @@ msgstr ""
205206
msgid "%q must be array of type 'H'"
206207
msgstr "%q muss ein Array vom Typ 'H' sein"
207208

209+
#: shared-bindings/synthio/MidiTrack.c shared-bindings/synthio/__init__.c
210+
msgid "%q must be array of type 'h'"
211+
msgstr ""
212+
208213
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
209214
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
210215
msgid "%q must be of type %q or %q, not %q"
@@ -1253,13 +1258,15 @@ msgstr "Der Interne WatchDog Timer ist abgelaufen."
12531258
msgid "Interrupt error."
12541259
msgstr "Interrupt Fehler."
12551260

1261+
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
12561262
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
12571263
#: shared-bindings/digitalio/DigitalInOut.c
12581264
#: shared-bindings/displayio/EPaperDisplay.c
12591265
msgid "Invalid %q"
12601266
msgstr "Ungültiger %q"
12611267

12621268
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
1269+
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
12631270
#: shared-bindings/microcontroller/Pin.c
12641271
msgid "Invalid %q pin"
12651272
msgstr "Ungültiger %q Pin"
@@ -1305,7 +1312,7 @@ msgstr "Ungültige data_pins[%d]"
13051312

13061313
#: shared-module/msgpack/__init__.c
13071314
msgid "Invalid format"
1308-
msgstr ""
1315+
msgstr "Ungültiges Format"
13091316

13101317
#: shared-module/audiocore/WaveFile.c
13111318
msgid "Invalid format chunk size"
@@ -3927,11 +3934,7 @@ msgstr "Ausgabe-Array ist zu klein"
39273934
msgid "out must be a float dense array"
39283935
msgstr "Ausgabe muss ein floatdichtes Array sein"
39293936

3930-
#: shared-bindings/displayio/Bitmap.c
3931-
msgid "out of range of source"
3932-
msgstr "Außerhalb des Bereichs der Quelle"
3933-
3934-
#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c
3937+
#: shared-bindings/bitmaptools/__init__.c
39353938
msgid "out of range of target"
39363939
msgstr "Außerhalb des Bereichs des Ziels"
39373940

@@ -3956,14 +3959,10 @@ msgstr "Die Parameter müssen Register der Reihenfolge a2 bis a5 sein"
39563959
msgid "parameters must be registers in sequence r0 to r3"
39573960
msgstr "Parameter müssen Register im Bereich von r0 bis r3 sein"
39583961

3959-
#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c
3962+
#: shared-bindings/bitmaptools/__init__.c
39603963
msgid "pixel coordinates out of bounds"
39613964
msgstr "Pixelkoordinaten außerhalb der Grenzen"
39623965

3963-
#: shared-bindings/displayio/Bitmap.c
3964-
msgid "pixel value requires too many bits"
3965-
msgstr "Der Pixelwert erfordert zu viele Bits"
3966-
39673966
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
39683967
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
39693968
msgstr "pixel_shader muss displayio.Palette oder displayio.ColorConverter sein"
@@ -4378,10 +4377,6 @@ msgstr "Wert muss in %d Byte(s) passen"
43784377
msgid "value out of range of target"
43794378
msgstr "Wert außerhalb des Zielbereiches"
43804379

4381-
#: shared-bindings/displayio/Bitmap.c
4382-
msgid "value_count must be > 0"
4383-
msgstr "value_count muss größer als 0 sein"
4384-
43854380
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
43864381
msgid "watchdog not initialized"
43874382
msgstr "watchdog nicht initialisiert"
@@ -4469,6 +4464,15 @@ msgstr "zi muss eine Gleitkommazahl sein"
44694464
msgid "zi must be of shape (n_section, 2)"
44704465
msgstr "zi muss die Form (n_section, 2) haben"
44714466

4467+
#~ msgid "out of range of source"
4468+
#~ msgstr "Außerhalb des Bereichs der Quelle"
4469+
4470+
#~ msgid "pixel value requires too many bits"
4471+
#~ msgstr "Der Pixelwert erfordert zu viele Bits"
4472+
4473+
#~ msgid "value_count must be > 0"
4474+
#~ msgstr "value_count muss größer als 0 sein"
4475+
44724476
#~ msgid "64 bit types"
44734477
#~ msgstr "64 bit-Typen"
44744478

0 commit comments

Comments
 (0)
0