8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2020-05-11 21:27 -0500\n "
11
+ "POT-Creation-Date : 2020-05-11 21:38 -0500\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -434,6 +434,10 @@ msgstr "buffers harus mempunyai panjang yang sama"
434
434
msgid "Bytes must be between 0 and 255."
435
435
msgstr ""
436
436
437
+ #: shared-bindings/aesio/aes.c
438
+ msgid "CBC blocks must be multiples of 16 bytes"
439
+ msgstr ""
440
+
437
441
#: py/objtype.c
438
442
msgid "Call super().__init__() before accessing native object."
439
443
msgstr ""
@@ -671,6 +675,10 @@ msgstr ""
671
675
msgid "Drive mode not used when direction is input."
672
676
msgstr ""
673
677
678
+ #: shared-bindings/aesio/aes.c
679
+ msgid "ECB only operates on 16 bytes at a time"
680
+ msgstr ""
681
+
674
682
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
675
683
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
676
684
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -682,7 +690,7 @@ msgstr "Channel EXTINT sedang digunakan"
682
690
msgid "Error in regex"
683
691
msgstr "Error pada regex"
684
692
685
- #: shared-bindings/microcontroller/Pin.c
693
+ #: shared-bindings/aesio/aes.c shared-bindings/ microcontroller/Pin.c
686
694
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
687
695
#: shared-bindings/terminalio/Terminal.c
688
696
msgid "Expected a %q"
@@ -789,7 +797,8 @@ msgstr ""
789
797
msgid "Group full"
790
798
msgstr ""
791
799
792
- #: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c
800
+ #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
801
+ #: ports/stm/common-hal/busio/SPI.c
793
802
msgid "Hardware busy, try alternative pins"
794
803
msgstr ""
795
804
@@ -809,6 +818,11 @@ msgstr ""
809
818
msgid "I2C operation not supported"
810
819
msgstr "operasi I2C tidak didukung"
811
820
821
+ #: shared-bindings/aesio/aes.c
822
+ #, c-format
823
+ msgid "IV must be %d bytes long"
824
+ msgstr ""
825
+
812
826
#: py/persistentcode.c
813
827
msgid ""
814
828
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -988,6 +1002,10 @@ msgstr ""
988
1002
msgid "Invalid word/bit length"
989
1003
msgstr ""
990
1004
1005
+ #: shared-bindings/aesio/aes.c
1006
+ msgid "Key must be 16, 24, or 32 bytes long"
1007
+ msgstr ""
1008
+
991
1009
#: py/compile.c
992
1010
msgid "LHS of keyword arg must be an id"
993
1011
msgstr "LHS dari keyword arg harus menjadi sebuah id"
@@ -1033,15 +1051,15 @@ msgstr ""
1033
1051
msgid "Microphone startup delay must be in range 0.0 to 1.0"
1034
1052
msgstr ""
1035
1053
1036
- #: ports/stm/common-hal/busio/SPI.c
1054
+ #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/ stm/common-hal/busio/SPI.c
1037
1055
msgid "Missing MISO or MOSI Pin"
1038
1056
msgstr ""
1039
1057
1040
1058
#: shared-bindings/displayio/Group.c
1041
1059
msgid "Must be a %q subclass."
1042
1060
msgstr ""
1043
1061
1044
- #: ports/stm/common-hal/busio/SPI.c
1062
+ #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/ stm/common-hal/busio/SPI.c
1045
1063
msgid "Must provide MISO or MOSI pin"
1046
1064
msgstr ""
1047
1065
@@ -1072,11 +1090,11 @@ msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
1072
1090
msgid "No DMA channel found"
1073
1091
msgstr "tidak ada channel DMA ditemukan"
1074
1092
1075
- #: ports/stm/common-hal/busio/SPI.c
1093
+ #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/ stm/common-hal/busio/SPI.c
1076
1094
msgid "No MISO Pin"
1077
1095
msgstr ""
1078
1096
1079
- #: ports/stm/common-hal/busio/SPI.c
1097
+ #: ports/mimxrt10xx/common-hal/busio/SPI.c ports/ stm/common-hal/busio/SPI.c
1080
1098
msgid "No MOSI Pin"
1081
1099
msgstr ""
1082
1100
@@ -1121,6 +1139,10 @@ msgstr ""
1121
1139
msgid "No hardware support on pin"
1122
1140
msgstr "Tidak ada dukungan hardware untuk pin"
1123
1141
1142
+ #: shared-bindings/aesio/aes.c
1143
+ msgid "No key was specified"
1144
+ msgstr ""
1145
+
1124
1146
#: shared-bindings/time/__init__.c
1125
1147
msgid "No long integer support"
1126
1148
msgstr ""
@@ -1306,6 +1328,10 @@ msgstr "sistem file (filesystem) bersifat Read-only"
1306
1328
msgid "Refresh too soon"
1307
1329
msgstr ""
1308
1330
1331
+ #: shared-bindings/aesio/aes.c
1332
+ msgid "Requested AES mode is unsupported"
1333
+ msgstr ""
1334
+
1309
1335
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1310
1336
msgid "Right channel unsupported"
1311
1337
msgstr "Channel Kanan tidak didukung"
@@ -1370,6 +1396,10 @@ msgstr ""
1370
1396
msgid "Slices not supported"
1371
1397
msgstr ""
1372
1398
1399
+ #: shared-bindings/aesio/aes.c
1400
+ msgid "Source and destination buffers must be the same length"
1401
+ msgstr ""
1402
+
1373
1403
#: extmod/modure.c
1374
1404
msgid "Splitting with sub-captures"
1375
1405
msgstr "Memisahkan dengan menggunakan sub-captures"
0 commit comments