Skip to content

Commit 8760f11

Browse files
committed
locale: add locale files for aes
This is the result of running `make translate`. Signed-off-by: Sean Cross <[email protected]>
1 parent ed8f5cf commit 8760f11

File tree

14 files changed

+546
-28
lines changed

14 files changed

+546
-28
lines changed

locale/ID.po

Lines changed: 39 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-04-27 18:34-0700\n"
11+
"POT-Creation-Date: 2020-05-05 14:21+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"
@@ -406,6 +406,10 @@ msgstr ""
406406
msgid "Buffer length %d too big. It must be less than %d"
407407
msgstr ""
408408

409+
#: shared-bindings/aes/aes.c
410+
msgid "Buffer must be a multiple of 16 bytes"
411+
msgstr ""
412+
409413
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
410414
msgid "Buffer must be at least length 1"
411415
msgstr ""
@@ -434,6 +438,10 @@ msgstr "buffers harus mempunyai panjang yang sama"
434438
msgid "Bytes must be between 0 and 255."
435439
msgstr ""
436440

441+
#: shared-module/aes/__init__.c
442+
msgid "CBC blocks must be multiples of 16 bytes"
443+
msgstr ""
444+
437445
#: py/objtype.c
438446
msgid "Call super().__init__() before accessing native object."
439447
msgstr ""
@@ -671,6 +679,10 @@ msgstr ""
671679
msgid "Drive mode not used when direction is input."
672680
msgstr ""
673681

682+
#: shared-module/aes/__init__.c
683+
msgid "ECB only operates on 16 bytes at a time"
684+
msgstr ""
685+
674686
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
675687
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
676688
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -682,7 +694,7 @@ msgstr "Channel EXTINT sedang digunakan"
682694
msgid "Error in regex"
683695
msgstr "Error pada regex"
684696

685-
#: shared-bindings/microcontroller/Pin.c
697+
#: shared-bindings/aes/aes.c shared-bindings/microcontroller/Pin.c
686698
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
687699
#: shared-bindings/terminalio/Terminal.c
688700
msgid "Expected a %q"
@@ -809,6 +821,11 @@ msgstr ""
809821
msgid "I2C operation not supported"
810822
msgstr "operasi I2C tidak didukung"
811823

824+
#: shared-bindings/aes/aes.c
825+
#, c-format
826+
msgid "IV must be %d bytes long"
827+
msgstr ""
828+
812829
#: py/persistentcode.c
813830
msgid ""
814831
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -988,6 +1005,10 @@ msgstr ""
9881005
msgid "Invalid word/bit length"
9891006
msgstr ""
9901007

1008+
#: shared-bindings/aes/aes.c
1009+
msgid "Key must be 16, 24, or 32 bytes long"
1010+
msgstr ""
1011+
9911012
#: py/compile.c
9921013
msgid "LHS of keyword arg must be an id"
9931014
msgstr "LHS dari keyword arg harus menjadi sebuah id"
@@ -1117,6 +1138,10 @@ msgstr ""
11171138
msgid "No hardware support on pin"
11181139
msgstr "Tidak ada dukungan hardware untuk pin"
11191140

1141+
#: shared-bindings/aes/aes.c
1142+
msgid "No key was specified"
1143+
msgstr ""
1144+
11201145
#: ports/stm/common-hal/pulseio/PWMOut.c
11211146
msgid "No more timers available on this pin."
11221147
msgstr ""
@@ -1298,6 +1323,10 @@ msgstr "sistem file (filesystem) bersifat Read-only"
12981323
msgid "Refresh too soon"
12991324
msgstr ""
13001325

1326+
#: shared-bindings/aes/aes.c
1327+
msgid "Requested AES mode is unsupported"
1328+
msgstr ""
1329+
13011330
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
13021331
msgid "Right channel unsupported"
13031332
msgstr "Channel Kanan tidak didukung"
@@ -1362,6 +1391,10 @@ msgstr ""
13621391
msgid "Slices not supported"
13631392
msgstr ""
13641393

1394+
#: shared-bindings/aes/aes.c
1395+
msgid "Source and destination buffers must be the same length"
1396+
msgstr ""
1397+
13651398
#: extmod/modure.c
13661399
msgid "Splitting with sub-captures"
13671400
msgstr "Memisahkan dengan menggunakan sub-captures"
@@ -1524,6 +1557,10 @@ msgstr ""
15241557
msgid "Unexpected nrfx uuid type"
15251558
msgstr ""
15261559

1560+
#: shared-module/aes/__init__.c
1561+
msgid "Unknown encryption mode"
1562+
msgstr ""
1563+
15271564
#: ports/nrf/common-hal/_bleio/__init__.c
15281565
#, c-format
15291566
msgid "Unknown gatt error: 0x%04x"

locale/circuitpython.pot

Lines changed: 39 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-04-27 18:34-0700\n"
11+
"POT-Creation-Date: 2020-05-05 14:21+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"
@@ -402,6 +402,10 @@ msgstr ""
402402
msgid "Buffer length %d too big. It must be less than %d"
403403
msgstr ""
404404

405+
#: shared-bindings/aes/aes.c
406+
msgid "Buffer must be a multiple of 16 bytes"
407+
msgstr ""
408+
405409
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
406410
msgid "Buffer must be at least length 1"
407411
msgstr ""
@@ -429,6 +433,10 @@ msgstr ""
429433
msgid "Bytes must be between 0 and 255."
430434
msgstr ""
431435

436+
#: shared-module/aes/__init__.c
437+
msgid "CBC blocks must be multiples of 16 bytes"
438+
msgstr ""
439+
432440
#: py/objtype.c
433441
msgid "Call super().__init__() before accessing native object."
434442
msgstr ""
@@ -660,6 +668,10 @@ msgstr ""
660668
msgid "Drive mode not used when direction is input."
661669
msgstr ""
662670

671+
#: shared-module/aes/__init__.c
672+
msgid "ECB only operates on 16 bytes at a time"
673+
msgstr ""
674+
663675
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
664676
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
665677
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -671,7 +683,7 @@ msgstr ""
671683
msgid "Error in regex"
672684
msgstr ""
673685

674-
#: shared-bindings/microcontroller/Pin.c
686+
#: shared-bindings/aes/aes.c shared-bindings/microcontroller/Pin.c
675687
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
676688
#: shared-bindings/terminalio/Terminal.c
677689
msgid "Expected a %q"
@@ -798,6 +810,11 @@ msgstr ""
798810
msgid "I2C operation not supported"
799811
msgstr ""
800812

813+
#: shared-bindings/aes/aes.c
814+
#, c-format
815+
msgid "IV must be %d bytes long"
816+
msgstr ""
817+
801818
#: py/persistentcode.c
802819
msgid ""
803820
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -977,6 +994,10 @@ msgstr ""
977994
msgid "Invalid word/bit length"
978995
msgstr ""
979996

997+
#: shared-bindings/aes/aes.c
998+
msgid "Key must be 16, 24, or 32 bytes long"
999+
msgstr ""
1000+
9801001
#: py/compile.c
9811002
msgid "LHS of keyword arg must be an id"
9821003
msgstr ""
@@ -1106,6 +1127,10 @@ msgstr ""
11061127
msgid "No hardware support on pin"
11071128
msgstr ""
11081129

1130+
#: shared-bindings/aes/aes.c
1131+
msgid "No key was specified"
1132+
msgstr ""
1133+
11091134
#: ports/stm/common-hal/pulseio/PWMOut.c
11101135
msgid "No more timers available on this pin."
11111136
msgstr ""
@@ -1283,6 +1308,10 @@ msgstr ""
12831308
msgid "Refresh too soon"
12841309
msgstr ""
12851310

1311+
#: shared-bindings/aes/aes.c
1312+
msgid "Requested AES mode is unsupported"
1313+
msgstr ""
1314+
12861315
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
12871316
msgid "Right channel unsupported"
12881317
msgstr ""
@@ -1346,6 +1375,10 @@ msgstr ""
13461375
msgid "Slices not supported"
13471376
msgstr ""
13481377

1378+
#: shared-bindings/aes/aes.c
1379+
msgid "Source and destination buffers must be the same length"
1380+
msgstr ""
1381+
13491382
#: extmod/modure.c
13501383
msgid "Splitting with sub-captures"
13511384
msgstr ""
@@ -1508,6 +1541,10 @@ msgstr ""
15081541
msgid "Unexpected nrfx uuid type"
15091542
msgstr ""
15101543

1544+
#: shared-module/aes/__init__.c
1545+
msgid "Unknown encryption mode"
1546+
msgstr ""
1547+
15111548
#: ports/nrf/common-hal/_bleio/__init__.c
15121549
#, c-format
15131550
msgid "Unknown gatt error: 0x%04x"

locale/de_DE.po

Lines changed: 39 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-27 18:34-0700\n"
10+
"POT-Creation-Date: 2020-05-05 14:21+0800\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Pascal Deneaux\n"
1313
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
@@ -406,6 +406,10 @@ msgstr "Der Puffer ist zu klein"
406406
msgid "Buffer length %d too big. It must be less than %d"
407407
msgstr "Die Pufferlänge %d ist zu groß. Sie muss kleiner als %d sein."
408408

409+
#: shared-bindings/aes/aes.c
410+
msgid "Buffer must be a multiple of 16 bytes"
411+
msgstr ""
412+
409413
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
410414
msgid "Buffer must be at least length 1"
411415
msgstr "Der Puffer muss eine Mindestenslänge von 1 haben"
@@ -433,6 +437,10 @@ msgstr "Der Puffer muss 16 Bytes lang sein"
433437
msgid "Bytes must be between 0 and 255."
434438
msgstr "Ein Bytes kann nur Werte zwischen 0 und 255 annehmen."
435439

440+
#: shared-module/aes/__init__.c
441+
msgid "CBC blocks must be multiples of 16 bytes"
442+
msgstr ""
443+
436444
#: py/objtype.c
437445
msgid "Call super().__init__() before accessing native object."
438446
msgstr "Rufe super().__init__() vor dem Zugriff auf ein natives Objekt auf."
@@ -664,6 +672,10 @@ msgstr "Die Rotation der Anzeige muss in 90-Grad-Schritten erfolgen"
664672
msgid "Drive mode not used when direction is input."
665673
msgstr "Drive mode wird nicht verwendet, wenn die Richtung input ist."
666674

675+
#: shared-module/aes/__init__.c
676+
msgid "ECB only operates on 16 bytes at a time"
677+
msgstr ""
678+
667679
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
668680
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
669681
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -675,7 +687,7 @@ msgstr "EXTINT Kanal ist schon in Benutzung"
675687
msgid "Error in regex"
676688
msgstr "Fehler in regex"
677689

678-
#: shared-bindings/microcontroller/Pin.c
690+
#: shared-bindings/aes/aes.c shared-bindings/microcontroller/Pin.c
679691
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
680692
#: shared-bindings/terminalio/Terminal.c
681693
msgid "Expected a %q"
@@ -804,6 +816,11 @@ msgstr ""
804816
msgid "I2C operation not supported"
805817
msgstr "I2C-operation nicht unterstützt"
806818

819+
#: shared-bindings/aes/aes.c
820+
#, c-format
821+
msgid "IV must be %d bytes long"
822+
msgstr ""
823+
807824
#: py/persistentcode.c
808825
msgid ""
809826
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -985,6 +1002,10 @@ msgstr "Ungültige wave Datei"
9851002
msgid "Invalid word/bit length"
9861003
msgstr ""
9871004

1005+
#: shared-bindings/aes/aes.c
1006+
msgid "Key must be 16, 24, or 32 bytes long"
1007+
msgstr ""
1008+
9881009
#: py/compile.c
9891010
msgid "LHS of keyword arg must be an id"
9901011
msgstr "LHS des Schlüsselwortarguments muss eine id sein"
@@ -1115,6 +1136,10 @@ msgstr "Keine Hardwareunterstützung am clk Pin"
11151136
msgid "No hardware support on pin"
11161137
msgstr "Keine Hardwareunterstützung an diesem Pin"
11171138

1139+
#: shared-bindings/aes/aes.c
1140+
msgid "No key was specified"
1141+
msgstr ""
1142+
11181143
#: ports/stm/common-hal/pulseio/PWMOut.c
11191144
msgid "No more timers available on this pin."
11201145
msgstr ""
@@ -1300,6 +1325,10 @@ msgstr "Schreibgeschützte Objekt"
13001325
msgid "Refresh too soon"
13011326
msgstr "Zu früh neu geladen"
13021327

1328+
#: shared-bindings/aes/aes.c
1329+
msgid "Requested AES mode is unsupported"
1330+
msgstr ""
1331+
13031332
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
13041333
msgid "Right channel unsupported"
13051334
msgstr "Rechter Kanal wird nicht unterstützt"
@@ -1363,6 +1392,10 @@ msgstr "Slice und Wert (value) haben unterschiedliche Längen."
13631392
msgid "Slices not supported"
13641393
msgstr "Slices werden nicht unterstützt"
13651394

1395+
#: shared-bindings/aes/aes.c
1396+
msgid "Source and destination buffers must be the same length"
1397+
msgstr ""
1398+
13661399
#: extmod/modure.c
13671400
msgid "Splitting with sub-captures"
13681401
msgstr "Splitting mit sub-captures"
@@ -1527,6 +1560,10 @@ msgstr "Schreiben in nvm nicht möglich."
15271560
msgid "Unexpected nrfx uuid type"
15281561
msgstr "Unerwarteter nrfx uuid-Typ"
15291562

1563+
#: shared-module/aes/__init__.c
1564+
msgid "Unknown encryption mode"
1565+
msgstr ""
1566+
15301567
#: ports/nrf/common-hal/_bleio/__init__.c
15311568
#, c-format
15321569
msgid "Unknown gatt error: 0x%04x"

0 commit comments

Comments
 (0)