@@ -94,7 +94,7 @@ msgstr ""
94
94
msgid "%q and %q contain duplicate pins"
95
95
msgstr "%q dan %q berisi pin duplikat"
96
96
97
- #: ports/atmel-samd/common-hal /audioio/AudioOut.c
97
+ #: shared-bindings /audioio/AudioOut.c
98
98
msgid "%q and %q must be different"
99
99
msgstr "%q dan %q harus berbeda"
100
100
@@ -166,7 +166,7 @@ msgstr "%q panjangnya harus <= %d"
166
166
msgid "%q length must be >= %d"
167
167
msgstr "%q panjangnya harus >= %d"
168
168
169
- #: py/modsys.c py/objmodule.c py/ runtime.c
169
+ #: py/modsys.c py/runtime.c
170
170
msgid "%q moved from %q to %q"
171
171
msgstr "%q dipindahkan dari %q ke %q"
172
172
@@ -227,7 +227,7 @@ msgstr "%q harus kelipatan 8."
227
227
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
228
228
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
229
229
#: 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
231
231
msgid "%q must be of type %q or %q, not %q"
232
232
msgstr "%q harus bertipe %q atau %q, bukan %q"
233
233
@@ -236,7 +236,7 @@ msgid "%q must be of type %q, %q, or %q, not %q"
236
236
msgstr "%q harus bertipe %q, %q, atau %q, bukan %q"
237
237
238
238
#: 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
240
240
msgid "%q must be of type %q, not %q"
241
241
msgstr "%q harus bertipe %q, %q, atau %q, bukan %q"
242
242
@@ -811,8 +811,8 @@ msgid "Cannot record to a file"
811
811
msgstr "Tidak dapat merekam ke file"
812
812
813
813
#: 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 ""
816
816
817
817
#: shared-bindings/digitalio/DigitalInOut.c
818
818
msgid "Cannot set value when direction is input."
@@ -4478,6 +4478,9 @@ msgstr "zi harus berjenis float"
4478
4478
msgid "zi must be of shape (n_section, 2)"
4479
4479
msgstr "Zi harus berbentuk (n_section, 2)"
4480
4480
4481
+ #~ msgid "Cannot remount '/' when visible via USB."
4482
+ #~ msgstr "Tidak dapat memasang kembali '/' saat terlihat melalui USB."
4483
+
4481
4484
#~ msgid "%q must be a %q object, %q, or %q"
4482
4485
#~ msgstr "%q harus berupa objek %q, %q, atau %q"
4483
4486
0 commit comments