88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2020-04-13 19:22 -0500\n "
11+ "POT-Creation-Date : 2020-04-14 18:26 -0500\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 "
@@ -53,6 +53,11 @@ msgstr "output:\n"
5353msgid "%%c requires int or char"
5454msgstr ""
5555
56+ #: shared-bindings/_protomatter/Protomatter.c
57+ #, c-format
58+ msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
59+ msgstr ""
60+
5661#: shared-bindings/microcontroller/Pin.c
5762msgid "%q in use"
5863msgstr ""
@@ -283,7 +288,7 @@ msgstr "Semua timer untuk pin ini sedang digunakan"
283288#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
284289#: ports/cxd56/common-hal/pulseio/PulseOut.c
285290#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
286- #: ports/nrf/common-hal/pulseio/PulseOut .c shared-bindings/pulseio/PWMOut.c
291+ #: ports/nrf/peripherals/nrf/timers .c shared-bindings/pulseio/PWMOut.c
287292#: shared-module/_pew/PewPew.c
288293msgid "All timers in use"
289294msgstr "Semua timer sedang digunakan"
@@ -323,6 +328,10 @@ msgstr ""
323328msgid "Array values should be single bytes."
324329msgstr ""
325330
331+ #: shared-bindings/_protomatter/Protomatter.c
332+ msgid "At most %d %q may be specified (not %d)"
333+ msgstr ""
334+
326335#: supervisor/shared/safe_mode.c
327336msgid "Attempted heap allocation when MicroPython VM not running."
328337msgstr ""
@@ -340,6 +349,7 @@ msgstr ""
340349"menjalankannya atau masuk ke REPL untukmenonaktifkan.\n"
341350
342351#: shared-module/displayio/Display.c
352+ #: shared-module/framebufferio/FramebufferDisplay.c
343353msgid "Below minimum frame rate"
344354msgstr ""
345355
@@ -355,7 +365,9 @@ msgstr ""
355365msgid "Both pins must support hardware interrupts"
356366msgstr "Kedua pin harus mendukung hardware interrut"
357367
368+ #: shared-bindings/_protomatter/Protomatter.c
358369#: shared-bindings/displayio/Display.c
370+ #: shared-bindings/framebufferio/FramebufferDisplay.c
359371msgid "Brightness must be 0-1.0"
360372msgstr ""
361373
@@ -364,6 +376,7 @@ msgid "Brightness must be between 0 and 255"
364376msgstr ""
365377
366378#: shared-bindings/displayio/Display.c
379+ #: shared-bindings/framebufferio/FramebufferDisplay.c
367380msgid "Brightness not adjustable"
368381msgstr ""
369382
@@ -378,10 +391,12 @@ msgid "Buffer incorrect size. Should be %d bytes."
378391msgstr ""
379392
380393#: shared-bindings/displayio/Display.c
394+ #: shared-bindings/framebufferio/FramebufferDisplay.c
381395msgid "Buffer is not a bytearray."
382396msgstr ""
383397
384398#: shared-bindings/displayio/Display.c
399+ #: shared-bindings/framebufferio/FramebufferDisplay.c
385400msgid "Buffer is too small"
386401msgstr ""
387402
@@ -641,11 +656,13 @@ msgid "DigitalInOut not supported on given pin"
641656msgstr ""
642657
643658#: shared-bindings/displayio/Display.c
659+ #: shared-bindings/framebufferio/FramebufferDisplay.c
644660msgid "Display must have a 16 bit colorspace."
645661msgstr ""
646662
647663#: shared-bindings/displayio/Display.c
648664#: shared-bindings/displayio/EPaperDisplay.c
665+ #: shared-bindings/framebufferio/FramebufferDisplay.c
649666msgid "Display rotation must be in 90 degree increments"
650667msgstr ""
651668
@@ -763,6 +780,7 @@ msgstr ""
763780
764781#: shared-bindings/displayio/Display.c
765782#: shared-bindings/displayio/EPaperDisplay.c
783+ #: shared-bindings/framebufferio/FramebufferDisplay.c
766784msgid "Group already used"
767785msgstr ""
768786
@@ -851,7 +869,7 @@ msgstr ""
851869msgid "Invalid UART pin selection"
852870msgstr ""
853871
854- #: py/moduerrno.c
872+ #: py/moduerrno.c shared-module/_protomatter/Protomatter.c
855873msgid "Invalid argument"
856874msgstr ""
857875
@@ -906,7 +924,7 @@ msgstr ""
906924
907925#: ports/atmel-samd/common-hal/audioio/AudioOut.c
908926#: ports/atmel-samd/common-hal/touchio/TouchIn.c
909- #: shared-bindings/pulseio/PWMOut.c
927+ #: shared-bindings/pulseio/PWMOut.c shared-module/_protomatter/Protomatter.c
910928msgid "Invalid pin"
911929msgstr "Pin tidak valid"
912930
@@ -1021,6 +1039,11 @@ msgstr ""
10211039msgid "Must provide MISO or MOSI pin"
10221040msgstr ""
10231041
1042+ #: shared-bindings/_protomatter/Protomatter.c
1043+ #, c-format
1044+ msgid "Must use a multiple of 6 rgb pins, not %d"
1045+ msgstr ""
1046+
10241047#: py/parse.c
10251048msgid "Name too long"
10261049msgstr ""
@@ -1104,6 +1127,10 @@ msgstr ""
11041127msgid "No such file/directory"
11051128msgstr ""
11061129
1130+ #: shared-module/_protomatter/Protomatter.c
1131+ msgid "No timer available"
1132+ msgstr ""
1133+
11071134#: supervisor/shared/safe_mode.c
11081135msgid "Nordic Soft Device failure assertion."
11091136msgstr ""
@@ -1180,6 +1207,14 @@ msgstr "Pin tidak mempunya kemampuan untuk ADC (Analog Digital Converter)"
11801207msgid "Pin number already reserved by EXTI"
11811208msgstr ""
11821209
1210+ #: shared-bindings/_protomatter/Protomatter.c
1211+ #, c-format
1212+ msgid ""
1213+ "Pinout uses %d bytes per element, which consumes more than the ideal %d "
1214+ "bytes. If this cannot be avoided, pass allow_inefficient=True to the "
1215+ "constructor"
1216+ msgstr ""
1217+
11831218#: py/builtinhelp.c
11841219msgid "Plus any modules on the filesystem\n"
11851220msgstr "Tambahkan module apapun pada filesystem\n"
@@ -1198,6 +1233,11 @@ msgstr ""
11981233"Tekan tombol apa saja untuk masuk ke dalam REPL. Gunakan CTRL+D untuk reset "
11991234"(Reload)"
12001235
1236+ #: shared-module/_protomatter/Protomatter.c
1237+ #, c-format
1238+ msgid "Protomatter internal error #%d"
1239+ msgstr ""
1240+
12011241#: shared-bindings/digitalio/DigitalInOut.c
12021242msgid "Pull not used when direction is output."
12031243msgstr ""
@@ -1392,13 +1432,11 @@ msgstr ""
13921432msgid "Too many channels in sample."
13931433msgstr "Terlalu banyak channel dalam sampel"
13941434
1395- #: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
1396- #: shared-bindings/displayio/ParallelBus.c
1435+ #: shared-module/displayio/__init__.c
13971436msgid "Too many display busses"
13981437msgstr ""
13991438
1400- #: shared-bindings/displayio/Display.c
1401- #: shared-bindings/displayio/EPaperDisplay.c
1439+ #: shared-module/displayio/__init__.c
14021440msgid "Too many displays"
14031441msgstr ""
14041442
@@ -2779,6 +2817,16 @@ msgstr "anotasi return harus sebuah identifier"
27792817msgid "return expected '%q' but got '%q'"
27802818msgstr ""
27812819
2820+ #: shared-bindings/_protomatter/Protomatter.c
2821+ #, c-format
2822+ msgid "rgb_pins[%d] duplicates another pin assignment"
2823+ msgstr ""
2824+
2825+ #: shared-bindings/_protomatter/Protomatter.c
2826+ #, c-format
2827+ msgid "rgb_pins[%d] is not on the same port as clock"
2828+ msgstr ""
2829+
27822830#: extmod/ulab/code/ndarray.c
27832831msgid "right hand side must be an ndarray, or a scalar"
27842832msgstr ""
0 commit comments