@@ -94,7 +94,7 @@ msgstr ""
9494msgid "%q and %q contain duplicate pins"
9595msgstr "%q dan %q berisi pin duplikat"
9696
97- #: ports/atmel-samd/common-hal /audioio/AudioOut.c
97+ #: shared-bindings /audioio/AudioOut.c
9898msgid "%q and %q must be different"
9999msgstr "%q dan %q harus berbeda"
100100
@@ -166,7 +166,7 @@ msgstr "%q panjangnya harus <= %d"
166166msgid "%q length must be >= %d"
167167msgstr "%q panjangnya harus >= %d"
168168
169- #: py/modsys.c py/objmodule.c py/ runtime.c
169+ #: py/modsys.c py/runtime.c
170170msgid "%q moved from %q to %q"
171171msgstr "%q dipindahkan dari %q ke %q"
172172
@@ -227,7 +227,7 @@ msgstr "%q harus kelipatan 8."
227227#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
228228#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
229229#: shared-module/audiofilters/Filter.c shared-module/displayio/__init__.c
230- #: shared-module/synthio/Biquad.c shared-module/synthio/ Synthesizer.c
230+ #: shared-module/synthio/Synthesizer.c
231231msgid "%q must be of type %q or %q, not %q"
232232msgstr "%q harus bertipe %q atau %q, bukan %q"
233233
@@ -236,7 +236,7 @@ msgid "%q must be of type %q, %q, or %q, not %q"
236236msgstr "%q harus bertipe %q, %q, atau %q, bukan %q"
237237
238238#: py/argcheck.c py/runtime.c shared-bindings/bitmapfilter/__init__.c
239- #: shared-module/synthio/__init__.c
239+ #: shared-module/synthio/Note.c shared-module/synthio/ __init__.c
240240msgid "%q must be of type %q, not %q"
241241msgstr "%q harus bertipe %q, %q, atau %q, bukan %q"
242242
@@ -811,8 +811,8 @@ msgid "Cannot record to a file"
811811msgstr "Tidak dapat merekam ke file"
812812
813813#: shared-module/storage/__init__.c
814- msgid "Cannot remount '/' when visible via USB."
815- msgstr "Tidak dapat memasang kembali '/' saat terlihat melalui USB. "
814+ msgid "Cannot remount path when visible via USB."
815+ msgstr ""
816816
817817#: shared-bindings/digitalio/DigitalInOut.c
818818msgid "Cannot set value when direction is input."
@@ -4478,6 +4478,9 @@ msgstr "zi harus berjenis float"
44784478msgid "zi must be of shape (n_section, 2)"
44794479msgstr "Zi harus berbentuk (n_section, 2)"
44804480
4481+ #~ msgid "Cannot remount '/' when visible via USB."
4482+ #~ msgstr "Tidak dapat memasang kembali '/' saat terlihat melalui USB."
4483+
44814484#~ msgid "%q must be a %q object, %q, or %q"
44824485#~ msgstr "%q harus berupa objek %q, %q, atau %q"
44834486
0 commit comments