Skip to content

Commit 384c671

Browse files
committed
crypto: add default localizations
Signed-off-by: Sean Cross <[email protected]>
1 parent 617afae commit 384c671

File tree

13 files changed

+507
-26
lines changed

13 files changed

+507
-26
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-26 14:46-0500\n"
11+
"POT-Creation-Date: 2020-04-28 19:48+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"
@@ -405,6 +405,10 @@ msgstr ""
405405
msgid "Buffer length %d too big. It must be less than %d"
406406
msgstr ""
407407

408+
#: shared-bindings/crypto/aes.c
409+
msgid "Buffer must be a multiple of 16 bytes"
410+
msgstr ""
411+
408412
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
409413
msgid "Buffer must be at least length 1"
410414
msgstr ""
@@ -681,7 +685,7 @@ msgstr "Channel EXTINT sedang digunakan"
681685
msgid "Error in regex"
682686
msgstr "Error pada regex"
683687

684-
#: shared-bindings/microcontroller/Pin.c
688+
#: shared-bindings/crypto/aes.c shared-bindings/microcontroller/Pin.c
685689
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
686690
#: shared-bindings/terminalio/Terminal.c
687691
msgid "Expected a %q"
@@ -1958,6 +1962,10 @@ msgstr ""
19581962
msgid "casting"
19591963
msgstr ""
19601964

1965+
#: shared-module/crypto/__init__.c
1966+
msgid "cbc blocks must be multiples of 16 bytes"
1967+
msgstr ""
1968+
19611969
#: shared-bindings/_stage/Text.c
19621970
msgid "chars buffer too small"
19631971
msgstr ""
@@ -2068,6 +2076,14 @@ msgstr ""
20682076
msgid "division by zero"
20692077
msgstr ""
20702078

2079+
#: shared-module/crypto/__init__.c
2080+
msgid "ecb only operates on 16 bytes at a time"
2081+
msgstr ""
2082+
2083+
#: shared-module/crypto/__init__.c
2084+
msgid "ecp only operates on 16 bytes at a time"
2085+
msgstr ""
2086+
20712087
#: py/objdeque.c
20722088
msgid "empty"
20732089
msgstr ""
@@ -2423,10 +2439,19 @@ msgstr ""
24232439
msgid "iterations did not converge"
24242440
msgstr ""
24252441

2442+
#: shared-bindings/crypto/aes.c
2443+
#, c-format
2444+
msgid "iv must be %d bytes long"
2445+
msgstr ""
2446+
24262447
#: py/objstr.c
24272448
msgid "join expects a list of str/bytes objects consistent with self object"
24282449
msgstr ""
24292450

2451+
#: shared-bindings/crypto/aes.c
2452+
msgid "key must be 16, 24, or 32 bytes long"
2453+
msgstr ""
2454+
24302455
#: py/argcheck.c
24312456
msgid "keyword argument(s) not yet implemented - use normal args instead"
24322457
msgstr "argumen keyword belum diimplementasi - gunakan args normal"
@@ -2587,6 +2612,10 @@ msgstr ""
25872612
msgid "no binding for nonlocal found"
25882613
msgstr "tidak ada ikatan/bind pada temuan nonlocal"
25892614

2615+
#: shared-bindings/crypto/aes.c
2616+
msgid "no key was specified"
2617+
msgstr ""
2618+
25902619
#: py/builtinimport.c
25912620
msgid "no module named '%q'"
25922621
msgstr "tidak ada modul yang bernama '%q'"
@@ -2809,6 +2838,10 @@ msgstr ""
28092838
msgid "relative import"
28102839
msgstr "relative import"
28112840

2841+
#: shared-bindings/crypto/aes.c
2842+
msgid "requested AES mode is unsupported"
2843+
msgstr ""
2844+
28122845
#: py/obj.c
28132846
#, c-format
28142847
msgid "requested length %d but object has length %d"
@@ -3064,6 +3097,10 @@ msgstr ""
30643097
msgid "unknown conversion specifier %c"
30653098
msgstr ""
30663099

3100+
#: shared-module/crypto/__init__.c
3101+
msgid "unknown encryption mode"
3102+
msgstr ""
3103+
30673104
#: py/objstr.c
30683105
#, c-format
30693106
msgid "unknown format code '%c' for object of type '%s'"

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-26 14:46-0500\n"
11+
"POT-Creation-Date: 2020-04-28 19:48+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"
@@ -401,6 +401,10 @@ msgstr ""
401401
msgid "Buffer length %d too big. It must be less than %d"
402402
msgstr ""
403403

404+
#: shared-bindings/crypto/aes.c
405+
msgid "Buffer must be a multiple of 16 bytes"
406+
msgstr ""
407+
404408
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
405409
msgid "Buffer must be at least length 1"
406410
msgstr ""
@@ -670,7 +674,7 @@ msgstr ""
670674
msgid "Error in regex"
671675
msgstr ""
672676

673-
#: shared-bindings/microcontroller/Pin.c
677+
#: shared-bindings/crypto/aes.c shared-bindings/microcontroller/Pin.c
674678
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
675679
#: shared-bindings/terminalio/Terminal.c
676680
msgid "Expected a %q"
@@ -1934,6 +1938,10 @@ msgstr ""
19341938
msgid "casting"
19351939
msgstr ""
19361940

1941+
#: shared-module/crypto/__init__.c
1942+
msgid "cbc blocks must be multiples of 16 bytes"
1943+
msgstr ""
1944+
19371945
#: shared-bindings/_stage/Text.c
19381946
msgid "chars buffer too small"
19391947
msgstr ""
@@ -2044,6 +2052,14 @@ msgstr ""
20442052
msgid "division by zero"
20452053
msgstr ""
20462054

2055+
#: shared-module/crypto/__init__.c
2056+
msgid "ecb only operates on 16 bytes at a time"
2057+
msgstr ""
2058+
2059+
#: shared-module/crypto/__init__.c
2060+
msgid "ecp only operates on 16 bytes at a time"
2061+
msgstr ""
2062+
20472063
#: py/objdeque.c
20482064
msgid "empty"
20492065
msgstr ""
@@ -2399,10 +2415,19 @@ msgstr ""
23992415
msgid "iterations did not converge"
24002416
msgstr ""
24012417

2418+
#: shared-bindings/crypto/aes.c
2419+
#, c-format
2420+
msgid "iv must be %d bytes long"
2421+
msgstr ""
2422+
24022423
#: py/objstr.c
24032424
msgid "join expects a list of str/bytes objects consistent with self object"
24042425
msgstr ""
24052426

2427+
#: shared-bindings/crypto/aes.c
2428+
msgid "key must be 16, 24, or 32 bytes long"
2429+
msgstr ""
2430+
24062431
#: py/argcheck.c
24072432
msgid "keyword argument(s) not yet implemented - use normal args instead"
24082433
msgstr ""
@@ -2563,6 +2588,10 @@ msgstr ""
25632588
msgid "no binding for nonlocal found"
25642589
msgstr ""
25652590

2591+
#: shared-bindings/crypto/aes.c
2592+
msgid "no key was specified"
2593+
msgstr ""
2594+
25662595
#: py/builtinimport.c
25672596
msgid "no module named '%q'"
25682597
msgstr ""
@@ -2784,6 +2813,10 @@ msgstr ""
27842813
msgid "relative import"
27852814
msgstr ""
27862815

2816+
#: shared-bindings/crypto/aes.c
2817+
msgid "requested AES mode is unsupported"
2818+
msgstr ""
2819+
27872820
#: py/obj.c
27882821
#, c-format
27892822
msgid "requested length %d but object has length %d"
@@ -3038,6 +3071,10 @@ msgstr ""
30383071
msgid "unknown conversion specifier %c"
30393072
msgstr ""
30403073

3074+
#: shared-module/crypto/__init__.c
3075+
msgid "unknown encryption mode"
3076+
msgstr ""
3077+
30413078
#: py/objstr.c
30423079
#, c-format
30433080
msgid "unknown format code '%c' for object of type '%s'"

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-26 14:46-0500\n"
10+
"POT-Creation-Date: 2020-04-28 19:48+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"
@@ -405,6 +405,10 @@ msgstr "Der Puffer ist zu klein"
405405
msgid "Buffer length %d too big. It must be less than %d"
406406
msgstr "Die Pufferlänge %d ist zu groß. Sie muss kleiner als %d sein."
407407

408+
#: shared-bindings/crypto/aes.c
409+
msgid "Buffer must be a multiple of 16 bytes"
410+
msgstr ""
411+
408412
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
409413
msgid "Buffer must be at least length 1"
410414
msgstr "Der Puffer muss eine Mindestenslänge von 1 haben"
@@ -674,7 +678,7 @@ msgstr "EXTINT Kanal ist schon in Benutzung"
674678
msgid "Error in regex"
675679
msgstr "Fehler in regex"
676680

677-
#: shared-bindings/microcontroller/Pin.c
681+
#: shared-bindings/crypto/aes.c shared-bindings/microcontroller/Pin.c
678682
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
679683
#: shared-bindings/terminalio/Terminal.c
680684
msgid "Expected a %q"
@@ -1962,6 +1966,10 @@ msgstr ""
19621966
msgid "casting"
19631967
msgstr ""
19641968

1969+
#: shared-module/crypto/__init__.c
1970+
msgid "cbc blocks must be multiples of 16 bytes"
1971+
msgstr ""
1972+
19651973
#: shared-bindings/_stage/Text.c
19661974
msgid "chars buffer too small"
19671975
msgstr ""
@@ -2073,6 +2081,14 @@ msgstr ""
20732081
msgid "division by zero"
20742082
msgstr "Division durch Null"
20752083

2084+
#: shared-module/crypto/__init__.c
2085+
msgid "ecb only operates on 16 bytes at a time"
2086+
msgstr ""
2087+
2088+
#: shared-module/crypto/__init__.c
2089+
msgid "ecp only operates on 16 bytes at a time"
2090+
msgstr ""
2091+
20762092
#: py/objdeque.c
20772093
msgid "empty"
20782094
msgstr "leer"
@@ -2429,12 +2445,21 @@ msgstr ""
24292445
msgid "iterations did not converge"
24302446
msgstr ""
24312447

2448+
#: shared-bindings/crypto/aes.c
2449+
#, c-format
2450+
msgid "iv must be %d bytes long"
2451+
msgstr ""
2452+
24322453
#: py/objstr.c
24332454
msgid "join expects a list of str/bytes objects consistent with self object"
24342455
msgstr ""
24352456
"join erwartet eine Liste von str/bytes-Objekten, die mit dem self-Objekt "
24362457
"übereinstimmen"
24372458

2459+
#: shared-bindings/crypto/aes.c
2460+
msgid "key must be 16, 24, or 32 bytes long"
2461+
msgstr ""
2462+
24382463
#: py/argcheck.c
24392464
msgid "keyword argument(s) not yet implemented - use normal args instead"
24402465
msgstr ""
@@ -2599,6 +2624,10 @@ msgstr "kein verfügbares Netzwerkadapter (NIC)"
25992624
msgid "no binding for nonlocal found"
26002625
msgstr ""
26012626

2627+
#: shared-bindings/crypto/aes.c
2628+
msgid "no key was specified"
2629+
msgstr ""
2630+
26022631
#: py/builtinimport.c
26032632
msgid "no module named '%q'"
26042633
msgstr "Kein Modul mit dem Namen '%q'"
@@ -2822,6 +2851,10 @@ msgstr ""
28222851
msgid "relative import"
28232852
msgstr "relativer Import"
28242853

2854+
#: shared-bindings/crypto/aes.c
2855+
msgid "requested AES mode is unsupported"
2856+
msgstr ""
2857+
28252858
#: py/obj.c
28262859
#, c-format
28272860
msgid "requested length %d but object has length %d"
@@ -3083,6 +3116,10 @@ msgstr ""
30833116
msgid "unknown conversion specifier %c"
30843117
msgstr ""
30853118

3119+
#: shared-module/crypto/__init__.c
3120+
msgid "unknown encryption mode"
3121+
msgstr ""
3122+
30863123
#: py/objstr.c
30873124
#, c-format
30883125
msgid "unknown format code '%c' for object of type '%s'"

0 commit comments

Comments
 (0)