8000 Merge pull request #15 from adafruit/main · adafruit/circuitpython@3dfed3c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3dfed3c

Browse files
authored
Merge pull request #15 from adafruit/main
update from main
2 parents a14101c + a6e0486 commit 3dfed3c

File tree

199 files changed

+3538
-1671
lines changed

Some content is hidden

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

199 files changed

+3538
-1671
lines changed

locale/ID.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,15 @@ msgstr "indeks %q harus bilangan bulat, bukan %s"
8484
msgid "%q list must be a list"
8585
msgstr "daftar %q harus berupa daftar"
8686

87+
#: shared-bindings/memorymonitor/AllocationAlarm.c
88+
msgid "%q must be >= 0"
89+
msgstr ""
90+
8791
#: shared-bindings/_bleio/CharacteristicBuffer.c
8892
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
89-
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
90-
#: shared-bindings/vectorio/Rectangle.c
93+
#: shared-bindings/displayio/Shape.c
94+
#: shared-bindings/memorymonitor/AllocationAlarm.c
95+
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
9196
msgid "%q must be >= 1"
9297
msgstr "%q harus >= 1"
9398

@@ -325,6 +330,11 @@ msgstr "Semua timer sedang digunakan"
325330
msgid "Already advertising."
326331
msgstr "Sudah disebarkan."
327332

333+
#: shared-module/memorymonitor/AllocationAlarm.c
334+
#: shared-module/memorymonitor/AllocationSize.c
335+
msgid "Already running"
336+
msgstr ""
337+
328338
#: ports/cxd56/common-hal/analogio/AnalogIn.c
329339
msgid "AnalogIn not supported on given pin"
330340
msgstr "AnalogIn tidak didukung pada pin yang diberikan"
@@ -360,6 +370,11 @@ msgstr "Nilai array harus berupa byte tunggal."
360370
msgid "At most %d %q may be specified (not %d)"
361371
msgstr "Paling banyak %d %q dapat ditentukan (bukan %d)"
362372

373+
#: shared-module/memorymonitor/AllocationAlarm.c
374+
#, c-format
375+
msgid "Attempt to allocate %d blocks"
376+
msgstr ""
377+
363378
#: supervisor/shared/safe_mode.c
364379
msgid "Attempted heap allocation when MicroPython VM not running."
365380
msgstr "Mencoba alokasi heap ketika MicroPython VM tidak berjalan."
@@ -481,7 +496,9 @@ msgstr "Panggil super().__init__() sebelum mengakses objek asli."
481496
msgid "Can't set CCCD on local Characteristic"
482497
msgstr "Tidak dapat mengatur CCCD pada Karakteristik lokal"
483498

484-
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
499+
#: shared-bindings/displayio/Bitmap.c
500+
#: shared-bindings/memorymonitor/AllocationSize.c
501+
#: shared-bindings/pulseio/PulseIn.c
485502
msgid "Cannot delete values"
486503
msgstr "Tidak dapat menghapus nilai"
487504

@@ -1379,6 +1396,7 @@ msgstr ""
13791396
msgid "Random number generation error"
13801397
msgstr ""
13811398

1399+
#: shared-bindings/memorymonitor/AllocationSize.c
13821400
#: shared-bindings/pulseio/PulseIn.c
13831401
msgid "Read-only"
13841402
msgstr ""
@@ -1465,7 +1483,9 @@ msgid "Slice and value different lengths."
14651483
msgstr ""
14661484

14671485
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
1468-
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
1486+
#: shared-bindings/displayio/TileGrid.c
1487+
#: shared-bindings/memorymonitor/AllocationSize.c
1488+
#: shared-bindings/pulseio/PulseIn.c
14691489
msgid "Slices not supported"
14701490
msgstr ""
14711491

locale/circuitpython.pot

Lines changed: 36 additions & 11 deletions
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-07-17 18:03-0700\n"
11+
"POT-Creation-Date: 2020-07-21 18:43-0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -78,10 +78,15 @@ msgstr ""
7878
msgid "%q list must be a list"
7979
msgstr ""
8080

81+
#: shared-bindings/memorymonitor/AllocationAlarm.c
82+
msgid "%q must be >= 0"
83+
msgstr ""
84+
8185
#: shared-bindings/_bleio/CharacteristicBuffer.c
8286
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
83-
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
84-
#: shared-bindings/vectorio/Rectangle.c
87+
#: shared-bindings/displayio/Shape.c
88+
#: shared-bindings/memorymonitor/AllocationAlarm.c
89+
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
8590
msgid "%q must be >= 1"
8691
msgstr ""
8792

@@ -229,6 +234,10 @@ msgstr ""
229234
msgid "'continue' outside loop"
230235
msgstr ""
231236

237+
#: py/objgenerator.c
238+
msgid "'coroutine' object is not an iterator"
239+
msgstr ""
240+
232241
#: py/compile.c
233242
msgid "'data' requires at least 2 arguments"
234243
msgstr ""
@@ -311,14 +320,19 @@ msgstr ""
311320
#: ports/cxd56/common-hal/pulseio/PulseOut.c
312321
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
313322
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
314-
#: shared-bindings/pulseio/PWMOut.c
323+
#: ports/stm/peripherals/timers.c shared-bindings/pulseio/PWMOut.c
315324
msgid "All timers in use"
316325
msgstr ""
317326

318327
#: ports/nrf/common-hal/_bleio/Adapter.c
319328
msgid "Already advertising."
320329
msgstr ""
321330

331+
#: shared-module/memorymonitor/AllocationAlarm.c
332+
#: shared-module/memorymonitor/AllocationSize.c
333+
msgid "Already running"
334+
msgstr ""
335+
322336
#: ports/cxd56/common-hal/analogio/AnalogIn.c
323337
msgid "AnalogIn not supported on given pin"
324338
msgstr ""
@@ -354,6 +368,11 @@ msgstr ""
354368
msgid "At most %d %q may be specified (not %d)"
355369
msgstr ""
356370

371+
#: shared-module/memorymonitor/AllocationAlarm.c
372+
#, c-format
373+
msgid "Attempt to allocate %d blocks"
374+
msgstr ""
375+
357376
#: supervisor/shared/safe_mode.c
358377
msgid "Attempted heap allocation when MicroPython VM not running."
359378
msgstr ""
@@ -473,7 +492,9 @@ msgstr ""
473492
msgid "Can't set CCCD on local Characteristic"
474493
msgstr ""
475494

476-
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
495+
#: shared-bindings/displayio/Bitmap.c
496+
#: shared-bindings/memorymonitor/AllocationSize.c
497+
#: shared-bindings/pulseio/PulseIn.c
477498
msgid "Cannot delete values"
478499
msgstr ""
479500

@@ -1315,11 +1336,7 @@ msgstr ""
13151336
msgid "Pull not used when direction is output."
13161337
msgstr ""
13171338

1318-
#: ports/stm/common-hal/pulseio/PulseIn.c
1319-
msgid "PulseIn not supported on this chip"
1320-
msgstr ""
1321-
1322-
#: ports/stm/common-hal/pulseio/PulseOut.c
1339+
#: ports/stm/ref/pulseout-pre-timeralloc.c
13231340
msgid "PulseOut not supported on this chip"
13241341
msgstr ""
13251342

@@ -1353,6 +1370,7 @@ msgstr ""
13531370
msgid "Random number generation error"
13541371
msgstr ""
13551372

1373+
#: shared-bindings/memorymonitor/AllocationSize.c
13561374
#: shared-bindings/pulseio/PulseIn.c
13571375
msgid "Read-only"
13581376
msgstr ""
@@ -1437,7 +1455,9 @@ msgid "Slice and value different lengths."
14371455
msgstr ""
14381456

14391457
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
1440-
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
1458+
#: shared-bindings/displayio/TileGrid.c
1459+
#: shared-bindings/memorymonitor/AllocationSize.c
1460+
#: shared-bindings/pulseio/PulseIn.c
14411461
msgid "Slices not supported"
14421462
msgstr ""
14431463

@@ -1525,6 +1545,11 @@ msgstr ""
15251545
msgid "Timeout is too long: Maximum timeout length is %d seconds"
15261546
msgstr ""
15271547

1548+
#: ports/stm/common-hal/pulseio/PWMOut.c
1549+
msgid ""
1550+
"Timer was reserved for internal use - declare PWM pins earlier in the program"
1551+
msgstr ""
1552+
15281553
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
15291554
msgid "Too many channels in sample."
15301555
msgstr ""

locale/cs.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,15 @@ msgstr "Indexy% q musí být celá čísla, nikoli% s"
8484
msgid "%q list must be a list"
8585
msgstr "Seznam% q musí být seznam"
8686

87+
#: shared-bindings/memorymonitor/AllocationAlarm.c
88+
msgid "%q must be >= 0"
89+
msgstr ""
90+
8791
#: shared-bindings/_bleio/CharacteristicBuffer.c
8892
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
89-
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
90-
#: shared-bindings/vectorio/Rectangle.c
93+
#: shared-bindings/displayio/Shape.c
94+
#: shared-bindings/memorymonitor/AllocationAlarm.c
95+
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
9196
msgid "%q must be >= 1"
9297
msgstr "% q musí být > = 1"
9398

@@ -325,6 +330,11 @@ msgstr ""
325330
msgid "Already advertising."
326331
msgstr ""
327332

333+
#: shared-module/memorymonitor/AllocationAlarm.c
334+
#: shared-module/memorymonitor/AllocationSize.c
335+
msgid "Already running"
336+
msgstr ""
337+
328338
#: ports/cxd56/common-hal/analogio/AnalogIn.c
329339
msgid "AnalogIn not supported on given pin"
330340
msgstr ""
@@ -360,6 +370,11 @@ msgstr ""
360370
msgid "At most %d %q may be specified (not %d)"
361371
msgstr ""
362372

373+
#: shared-module/memorymonitor/AllocationAlarm.c
374+
#, c-format
375+
msgid "Attempt to allocate %d blocks"
376+
msgstr ""
377+
363378
#: supervisor/shared/safe_mode.c
364379
msgid "Attempted heap allocation when MicroPython VM not running."
365380
msgstr ""
@@ -479,7 +494,9 @@ msgstr ""
479494
msgid "Can't set CCCD on local Characteristic"
480495
msgstr ""
481496

482-
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
497+
#: shared-bindings/displayio/Bitmap.c
498+
#: shared-bindings/memorymonitor/AllocationSize.c
499+
#: shared-bindings/pulseio/PulseIn.c
483500
msgid "Cannot delete values"
484501
msgstr ""
485502

@@ -1359,6 +1376,7 @@ msgstr ""
13591376
msgid "Random number generation error"
13601377
msgstr ""
13611378

1379+
#: shared-bindings/memorymonitor/AllocationSize.c
13621380
#: shared-bindings/pulseio/PulseIn.c
13631381
msgid "Read-only"
13641382
msgstr ""
@@ -1443,7 +1461,9 @@ msgid "Slice and value different lengths."
14431461
msgstr ""
14441462

14451463
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
1446-
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
1464+
#: shared-bindings/displayio/TileGrid.c
1465+
#: shared-bindings/memorymonitor/AllocationSize.c
1466+
#: shared-bindings/pulseio/PulseIn.c
14471467
msgid "Slices not supported"
14481468
msgstr ""
14491469

locale/de_DE.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,15 @@ msgstr "%q Indizes müssen Integer sein, nicht %s"
8383
msgid "%q list must be a list"
8484
msgstr "%q Liste muss eine Liste sein"
8585

86+
#: shared-bindings/memorymonitor/AllocationAlarm.c
87+
msgid "%q must be >= 0"
88+
msgstr ""
89+
8690
#: shared-bindings/_bleio/CharacteristicBuffer.c
8791
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
88-
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
89-
#: shared-bindings/vectorio/Rectangle.c
92+
#: shared-bindings/displayio/Shape.c
93+
#: shared-bindings/memorymonitor/AllocationAlarm.c
94+
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
9095
msgid "%q must be >= 1"
9196
msgstr "%q muss >= 1 sein"
9297

@@ -324,6 +329,11 @@ msgstr "Alle timer werden benutzt"
324329
msgid "Already advertising."
325330
msgstr "Bereits am anbieten (advertising)."
326331

332+
#: shared-module/memorymonitor/AllocationAlarm.c
333+
#: shared-module/memorymonitor/AllocationSize.c
334+
msgid "Already running"
335+
msgstr ""
336+
327337
#: ports/cxd56/common-hal/analogio/AnalogIn.c
328338
msgid "AnalogIn not supported on given pin"
329339
msgstr "AnalogIn ist an diesem Pin nicht unterstützt"
@@ -359,6 +369,11 @@ msgstr "Array-Werte sollten aus Einzelbytes bestehen."
359369
msgid "At most %d %q may be specified (not %d)"
360370
msgstr "Es darf höchstens %d %q spezifiziert werden (nicht %d)"
361371

372+
#: shared-module/memorymonitor/AllocationAlarm.c
373+
#, c-format
374+
msgid "Attempt to allocate %d blocks"
375+
msgstr ""
376+
362377
#: supervisor/shared/safe_mode.c
363378
msgid "Attempted heap allocation when MicroPython VM not running."
364379
msgstr ""
@@ -482,7 +497,9 @@ msgstr "Rufe super().__init__() vor dem Zugriff auf ein natives Objekt auf."
482497
msgid "Can't set CCCD on local Characteristic"
483498
msgstr "CCCD kann nicht auf lokales Merkmal eingestellt werden"
484499

485-
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
500+
#: shared-bindings/displayio/Bitmap.c
501+
#: shared-bindings/memorymonitor/AllocationSize.c
502+
#: shared-bindings/pulseio/PulseIn.c
486503
msgid "Cannot delete values"
487504
msgstr "Kann Werte nicht löschen"
488505

@@ -1389,6 +1406,7 @@ msgstr "RTS / CTS / RS485 Wird von diesem Gerät noch nicht unterstützt"
13891406
msgid "Random number generation error"
13901407
msgstr "Fehler bei der Erzeugung von Zufallszahlen"
13911408

1409+
#: shared-bindings/memorymonitor/AllocationSize.c
13921410
#: shared-bindings/pulseio/PulseIn.c
13931411
msgid "Read-only"
13941412
msgstr "Nur lesen möglich, da Schreibgeschützt"
@@ -1473,7 +1491,9 @@ msgid "Slice and value different lengths."
14731491
msgstr "Slice und Wert (value) haben unterschiedliche Längen."
14741492

14751493
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
1476-
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
1494+
#: shared-bindings/displayio/TileGrid.c
1495+
#: shared-bindings/memorymonitor/AllocationSize.c
1496+
#: shared-bindings/pulseio/PulseIn.c
14771497
msgid "Slices not supported"
14781498
msgstr "Slices werden nicht unterstützt"
14791499

0 commit comments

Comments
 (0)
0