88msgstr ""
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-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 <LL@li.org>\n "
@@ -434,6 +434,10 @@ msgstr "buffers harus mempunyai panjang yang sama"
434434msgid "Bytes must be between 0 and 255."
435435msgstr ""
436436
437+ #: shared-bindings/aesio/aes.c
438+ msgid "CBC blocks must be multiples of 16 bytes"
439+ msgstr ""
440+
437441#: py/objtype.c
438442msgid "Call super().__init__() before accessing native object."
439443msgstr ""
@@ -671,6 +675,10 @@ msgstr ""
671675msgid "Drive mode not used when direction is input."
672676msgstr ""
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"
682690msgid "Error in regex"
683691msgstr "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
688696msgid "Expected a %q"
@@ -809,6 +817,11 @@ msgstr ""
809817msgid "I2C operation not supported"
810818msgstr "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
813826msgid ""
814827"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -988,6 +1001,10 @@ msgstr ""
9881001msgid "Invalid word/bit length"
9891002msgstr ""
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
9921009msgid "LHS of keyword arg must be an id"
9931010msgstr "LHS dari keyword arg harus menjadi sebuah id"
@@ -1096,6 +1113,10 @@ msgstr "Tidak ada pin TX"
10961113msgid "No available clocks"
10971114msgstr ""
10981115
1116+ #: shared-bindings/_bleio/PacketBuffer.c
1117+ msgid "No connection: length cannot be determined"
1118+ msgstr ""
1119+
10991120#: shared-bindings/board/__init__.c
11001121msgid "No default %q bus"
11011122msgstr "Tidak ada standar bus %q"
@@ -1117,6 +1138,10 @@ msgstr ""
11171138msgid "No hardware support on pin"
11181139msgstr "Tidak ada dukungan hardware untuk pin"
11191140
1141+ #: shared-bindings/aesio/aes.c
1142+ msgid "No key was specified"
1143+ msgstr ""
1144+
11201145#: ports/stm/common-hal/pulseio/PWMOut.c
11211146msgid "No more timers available on this pin."
11221147msgstr ""
@@ -1298,6 +1323,10 @@ msgstr "sistem file (filesystem) bersifat Read-only"
12981323msgid "Refresh too soon"
12991324msgstr ""
13001325
1326+ #: shared-bindings/aesio/aes.c
1327+ msgid "Requested AES mode is unsupported"
1328+ msgstr ""
1329+
13011330#: ports/atmel-samd/common-hal/audioio/AudioOut.c
13021331msgid "Right channel unsupported"
13031332msgstr "Channel Kanan tidak didukung"
@@ -1362,6 +1391,10 @@ msgstr ""
13621391msgid "Slices not supported"
13631392msgstr ""
13641393
1394+ #: shared-bindings/aesio/aes.c
1395+ msgid "Source and destination buffers must be the same length"
1396+ msgstr ""
1397+
13651398#: extmod/modure.c
13661399msgid "Splitting with sub-captures"
13671400msgstr "Memisahkan dengan menggunakan sub-captures"
@@ -1445,6 +1478,10 @@ msgstr ""
14451478msgid "Too many displays"
14461479msgstr ""
14471480
1481+ #: ports/nrf/common-hal/_bleio/PacketBuffer.c
1482+ msgid "Total data to write is larger than outgoing_packet_length"
1483+ msgstr ""
1484+
14481485#: py/obj.c
14491486msgid "Traceback (most recent call last):\n"
14501487msgstr ""
0 commit comments