Skip to content

Commit d5671bd

Browse files
authored
Merge pull request #1 from adafruit/master
update fork
2 parents 4e786fa + 6a5ab57 commit d5671bd

36 files changed

+1928
-150
lines changed

locale/ID.po

Lines changed: 31 additions & 2 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-05-04 19:52-0400\n"
11+
"POT-Creation-Date: 2020-05-06 17:47+0800\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"
@@ -434,6 +434,10 @@ msgstr "buffers harus mempunyai panjang yang sama"
434434
msgid "Bytes must be between 0 and 255."
435435
msgstr ""
436436

437+
#: shared-bindings/aesio/aes.c
438+
msgid "CBC blocks must be multiples of 16 bytes"
439+
msgstr ""
440+
437441
#: py/objtype.c
438442
msgid "Call super().__init__() before accessing native object."
439443
msgstr ""
@@ -671,6 +675,10 @@ msgstr ""
671675
msgid "Drive mode not used when direction is input."
672676
msgstr ""
673677

678+
#: shared-bindings/aesio/aes.c
679+
msgid "ECB only operates on 16 bytes at a time"
680+
msgstr ""
681+
674682
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
675683
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
676684
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -682,7 +690,7 @@ msgstr "Channel EXTINT sedang digunakan"
682690
msgid "Error in regex"
683691
msgstr "Error pada regex"
684692

685-
#: shared-bindings/microcontroller/Pin.c
693+
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
686694
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
687695
#: shared-bindings/terminalio/Terminal.c
688696
msgid "Expected a %q"
@@ -809,6 +817,11 @@ msgstr ""
809817
msgid "I2C operation not supported"
810818
msgstr "operasi I2C tidak didukung"
811819

820+
#: shared-bindings/aesio/aes.c
821+
#, c-format
822+
msgid "IV must be %d bytes long"
823+
msgstr ""
824+
812825
#: py/persistentcode.c
813826
msgid ""
814827
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -988,6 +1001,10 @@ msgstr ""
9881001
msgid "Invalid word/bit length"
9891002
msgstr ""
9901003

1004+
#: shared-bindings/aesio/aes.c
1005+
msgid "Key must be 16, 24, or 32 bytes long"
1006+
msgstr ""
1007+
9911008
#: py/compile.c
9921009
msgid "LHS of keyword arg must be an id"
9931010
msgstr "LHS dari keyword arg harus menjadi sebuah id"
@@ -1121,6 +1138,10 @@ msgstr ""
11211138
msgid "No hardware support on pin"
11221139
msgstr "Tidak ada dukungan hardware untuk pin"
11231140

1141+
#: shared-bindings/aesio/aes.c
1142+
msgid "No key was specified"
1143+
msgstr ""
1144+
11241145
#: ports/stm/common-hal/pulseio/PWMOut.c
11251146
msgid "No more timers available on this pin."
11261147
msgstr ""
@@ -1302,6 +1323,10 @@ msgstr "sistem file (filesystem) bersifat Read-only"
13021323
msgid "Refresh too soon"
13031324
msgstr ""
13041325

1326+
#: shared-bindings/aesio/aes.c
1327+
msgid "Requested AES mode is unsupported"
1328+
msgstr ""
1329+
13051330
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
13061331
msgid "Right channel unsupported"
13071332
msgstr "Channel Kanan tidak didukung"
@@ -1366,6 +1391,10 @@ msgstr ""
13661391
msgid "Slices not supported"
13671392
msgstr ""
13681393

1394+
#: shared-bindings/aesio/aes.c
1395+
msgid "Source and destination buffers must be the same length"
1396+
msgstr ""
1397+
13691398
#: extmod/modure.c
13701399
msgid "Splitting with sub-captures"
13711400
msgstr "Memisahkan dengan menggunakan sub-captures"

locale/circuitpython.pot

Lines changed: 31 additions & 2 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-05-04 20:38-0400\n"
11+
"POT-Creation-Date: 2020-05-06 17:47+0800\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"
@@ -429,6 +429,10 @@ msgstr ""
429429
msgid "Bytes must be between 0 and 255."
430430
msgstr ""
431431

432+
#: shared-bindings/aesio/aes.c
433+
msgid "CBC blocks must be multiples of 16 bytes"
434+
msgstr ""
435+
432436
#: py/objtype.c
433437
msgid "Call super().__init__() before accessing native object."
434438
msgstr ""
@@ -660,6 +664,10 @@ msgstr ""
660664
msgid "Drive mode not used when direction is input."
661665
msgstr ""
662666

667+
#: shared-bindings/aesio/aes.c
668+
msgid "ECB only operates on 16 bytes at a time"
669+
msgstr ""
670+
663671
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
664672
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
665673
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -671,7 +679,7 @@ msgstr ""
671679
msgid "Error in regex"
672680
msgstr ""
673681

674-
#: shared-bindings/microcontroller/Pin.c
682+
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
675683
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
676684
#: shared-bindings/terminalio/Terminal.c
677685
msgid "Expected a %q"
@@ -798,6 +806,11 @@ msgstr ""
798806
msgid "I2C operation not supported"
799807
msgstr ""
800808

809+
#: shared-bindings/aesio/aes.c
810+
#, c-format
811+
msgid "IV must be %d bytes long"
812+
msgstr ""
813+
801814
#: py/persistentcode.c
802815
msgid ""
803816
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -977,6 +990,10 @@ msgstr ""
977990
msgid "Invalid word/bit length"
978991
msgstr ""
979992

993+
#: shared-bindings/aesio/aes.c
994+
msgid "Key must be 16, 24, or 32 bytes long"
995+
msgstr ""
996+
980997
#: py/compile.c
981998
msgid "LHS of keyword arg must be an id"
982999
msgstr ""
@@ -1110,6 +1127,10 @@ msgstr ""
11101127
msgid "No hardware support on pin"
11111128
msgstr ""
11121129

1130+
#: shared-bindings/aesio/aes.c
1131+
msgid "No key was specified"
1132+
msgstr ""
1133+
11131134
#: ports/stm/common-hal/pulseio/PWMOut.c
11141135
msgid "No more timers available on this pin."
11151136
msgstr ""
@@ -1287,6 +1308,10 @@ msgstr ""
12871308
msgid "Refresh too soon"
12881309
msgstr ""
12891310

1311+
#: shared-bindings/aesio/aes.c
1312+
msgid "Requested AES mode is unsupported"
1313+
msgstr ""
1314+
12901315
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
12911316
msgid "Right channel unsupported"
12921317
msgstr ""
@@ -1350,6 +1375,10 @@ msgstr ""
13501375
msgid "Slices not supported"
13511376
msgstr ""
13521377

1378+
#: shared-bindings/aesio/aes.c
1379+
msgid "Source and destination buffers must be the same length"
1380+
msgstr ""
1381+
13531382
#: extmod/modure.c
13541383
msgid "Splitting with sub-captures"
13551384
msgstr ""

locale/de_DE.po

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
10+
"POT-Creation-Date: 2020-05-06 17:47+0800\n"
1111
"PO-Revision-Date: 2020-04-30 17:01+0000\n"
1212
"Last-Translator: Jeff Epler <[email protected]>\n"
1313
"Language-Team: German <https://later.unpythonic.net/projects/circuitpython/"
@@ -440,6 +440,10 @@ msgstr "Der Puffer muss 16 Bytes lang sein"
440440
msgid "Bytes must be between 0 and 255."
441441
msgstr "Ein Bytes kann nur Werte zwischen 0 und 255 annehmen."
442442

443+
#: shared-bindings/aesio/aes.c
444+
msgid "CBC blocks must be multiples of 16 bytes"
445+
msgstr ""
446+
443447
#: py/objtype.c
444448
msgid "Call super().__init__() before accessing native object."
445449
msgstr "Rufe super().__init__() vor dem Zugriff auf ein natives Objekt auf."
@@ -671,6 +675,10 @@ msgstr "Die Rotation der Anzeige muss in 90-Grad-Schritten erfolgen"
671675
msgid "Drive mode not used when direction is input."
672676
msgstr "Drive mode wird nicht verwendet, wenn die Richtung input ist."
673677

678+
#: shared-bindings/aesio/aes.c
679+
msgid "ECB only operates on 16 bytes at a time"
680+
msgstr ""
681+
674682
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
675683
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
676684
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -682,7 +690,7 @@ msgstr "EXTINT Kanal ist schon in Benutzung"
682690
msgid "Error in regex"
683691
msgstr "Fehler in regex"
684692

685-
#: shared-bindings/microcontroller/Pin.c
693+
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
686694
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
687695
#: shared-bindings/terminalio/Terminal.c
688696
msgid "Expected a %q"
@@ -811,6 +819,11 @@ msgstr ""
811819
msgid "I2C operation not supported"
812820
msgstr "I2C-operation nicht unterstützt"
813821

822+
#: shared-bindings/aesio/aes.c
823+
#, c-format
824+
msgid "IV must be %d bytes long"
825+
msgstr ""
826+
814827
#: py/persistentcode.c
815828
msgid ""
816829
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -992,6 +1005,10 @@ msgstr "Ungültige wave Datei"
9921005
msgid "Invalid word/bit length"
9931006
msgstr ""
9941007

1008+
#: shared-bindings/aesio/aes.c
1009+
msgid "Key must be 16, 24, or 32 bytes long"
1010+
msgstr ""
1011+
9951012
#: py/compile.c
9961013
msgid "LHS of keyword arg must be an id"
9971014
msgstr "LHS des Schlüsselwortarguments muss eine id sein"
@@ -1126,6 +1143,10 @@ msgstr "Keine Hardwareunterstützung am clk Pin"
11261143
msgid "No hardware support on pin"
11271144
msgstr "Keine Hardwareunterstützung an diesem Pin"
11281145

1146+
#: shared-bindings/aesio/aes.c
1147+
msgid "No key was specified"
1148+
msgstr ""
1149+
11291150
#: ports/stm/common-hal/pulseio/PWMOut.c
11301151
msgid "No more timers available on this pin."
11311152
msgstr ""
@@ -1311,6 +1332,10 @@ msgstr "Schreibgeschützte Objekt"
13111332
msgid "Refresh too soon"
13121333
msgstr "Zu früh neu geladen"
13131334

1335+
#: shared-bindings/aesio/aes.c
1336+
msgid "Requested AES mode is unsupported"
1337+
msgstr ""
1338+
13141339
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
13151340
msgid "Right channel unsupported"
13161341
msgstr "Rechter Kanal wird nicht unterstützt"
@@ -1374,6 +1399,10 @@ msgstr "Slice und Wert (value) haben unterschiedliche Längen."
13741399
msgid "Slices not supported"
13751400
msgstr "Slices werden nicht unterstützt"
13761401

1402+
#: shared-bindings/aesio/aes.c
1403+
msgid "Source and destination buffers must be the same length"
1404+
msgstr ""
1405+
13771406
#: extmod/modure.c
13781407
msgid "Splitting with sub-captures"
13791408
msgstr "Splitting mit sub-captures"

locale/en_US.po

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-05-04 19:52-0400\n"
10+
"POT-Creation-Date: 2020-05-06 17:47+0800\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -429,6 +429,10 @@ msgstr ""
429429
msgid "Bytes must be between 0 and 255."
430430
msgstr ""
431431

432+
#: shared-bindings/aesio/aes.c
433+
msgid "CBC blocks must be multiples of 16 bytes"
434+
msgstr ""
435+
432436
#: py/objtype.c
433437
msgid "Call super().__init__() before accessing native object."
434438
msgstr ""
@@ -660,6 +664,10 @@ msgstr ""
660664
msgid "Drive mode not used when direction is input."
661665
msgstr ""
662666

667+
#: shared-bindings/aesio/aes.c
668+
msgid "ECB only operates on 16 bytes at a time"
669+
msgstr ""
670+
663671
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
664672
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
665673
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -671,7 +679,7 @@ msgstr ""
671679
msgid "Error in regex"
672680
msgstr ""
673681

674-
#: shared-bindings/microcontroller/Pin.c
682+
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
675683
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
676684
#: shared-bindings/terminalio/Terminal.c
677685
msgid "Expected a %q"
@@ -798,6 +806,11 @@ msgstr ""
798806
msgid "I2C operation not supported"
799807
msgstr ""
800808

809+
#: shared-bindings/aesio/aes.c
810+
#, c-format
811+
msgid "IV must be %d bytes long"
812+
msgstr ""
813+
801814
#: py/persistentcode.c
802815
msgid ""
803816
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -977,6 +990,10 @@ msgstr ""
977990
msgid "Invalid word/bit length"
978991
msgstr ""
979992

993+
#: shared-bindings/aesio/aes.c
994+
msgid "Key must be 16, 24, or 32 bytes long"
995+
msgstr ""
996+
980997
#: py/compile.c
981998
msgid "LHS of keyword arg must be an id"
982999
msgstr ""
@@ -1110,6 +1127,10 @@ msgstr ""
11101127
msgid "No hardware support on pin"
11111128
msgstr ""
11121129

1130+
#: shared-bindings/aesio/aes.c
1131+
msgid "No key was specified"
1132+
msgstr ""
1133+
11131134
#: ports/stm/common-hal/pulseio/PWMOut.c
11141135
msgid "No more timers available on this pin."
11151136
msgstr ""
@@ -1287,6 +1308,10 @@ msgstr ""
12871308
msgid "Refresh too soon"
12881309
msgstr ""
12891310

1311+
#: shared-bindings/aesio/aes.c
1312+
msgid "Requested AES mode is unsupported"
1313+
msgstr ""
1314+
12901315
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
12911316
msgid "Right channel unsupported"
12921317
msgstr ""
@@ -1350,6 +1375,10 @@ msgstr ""
13501375
msgid "Slices not supported"
13511376
msgstr ""
13521377

1378+
#: shared-bindings/aesio/aes.c
1379+
msgid "Source and destination buffers must be the same length"
1380+
msgstr ""
1381+
13531382
#: extmod/modure.c
13541383
msgid "Splitting with sub-captures"
13551384
msgstr ""

0 commit comments

Comments
 (0)