@@ -70,6 +70,11 @@ msgstr "%%c harus int atau char"
7070msgid "%02X"
7171msgstr ""
7272
73+ #: shared-module/os/getenv.c
74+ #, c-format
75+ msgid "%S"
76+ msgstr ""
77+
7378#: shared-bindings/rgbmatrix/RGBMatrix.c
7479#, c-format
7580msgid ""
@@ -125,6 +130,10 @@ msgstr ""
125130msgid "%q is %q"
126131msgstr ""
127132
133+ #: ports/raspberrypi/common-hal/wifi/Radio.c
134+ msgid "%q is read-only for this board"
135+ msgstr ""
136+
128137#: py/argcheck.c shared-bindings/usb_hid/Device.c
129138msgid "%q length must be %d"
130139msgstr ""
@@ -299,7 +308,7 @@ msgstr ""
299308msgid "'%s' object doesn't support item deletion"
300309msgstr ""
301310
302- #: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
311+ #: py/runtime.c
303312msgid "'%s' object has no attribute '%q'"
304313msgstr "Objek '%s' tidak memiliki atribut '%q'"
305314
@@ -494,6 +503,11 @@ msgstr ""
494503msgid "Already scanning for wifi networks"
495504msgstr ""
496505
506+ #: shared-module/os/getenv.c
507+ #, c-format
508+ msgid "An error occurred while retrieving '%s':\n"
509+ msgstr ""
510+
497511#: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
498512msgid "Another PWMAudioOut is already active"
499513msgstr ""
@@ -1408,6 +1422,10 @@ msgstr ""
14081422msgid "NVS Error"
14091423msgstr ""
14101424
1425+ #: shared-bindings/socketpool/SocketPool.c
1426+ msgid "Name or service not known"
1427+ msgstr ""
1428+
14111429#: py/qstr.c
14121430msgid "Name too long"
14131431msgstr "Nama terlalu panjang"
@@ -1779,10 +1797,6 @@ msgstr ""
17791797"ideal. Jika ini tidak dapat dihindari, berikan allow_inefficient=True ke "
17801798"konstruktor"
17811799
1782- #: ports/espressif/common-hal/espulp/ULP.c
1783- msgid "Pins 21+ not supported from ULP"
1784- msgstr ""
1785-
17861800#: ports/raspberrypi/common-hal/imagecapture/ParallelImageCapture.c
17871801msgid "Pins must be sequential"
17881802msgstr "Pin harus berurutan"
@@ -1873,18 +1887,14 @@ msgid "Random number generation error"
18731887msgstr "Kesalahan pembuatan nomor acak"
18741888
18751889#: shared-bindings/memorymonitor/AllocationSize.c
1876- #: shared-bindings/pulseio/PulseIn.c
1890+ #: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
18771891msgid "Read-only"
18781892msgstr "Baca-saja"
18791893
18801894#: extmod/vfs_fat.c py/moduerrno.c
18811895msgid "Read-only filesystem"
18821896msgstr "sistem file (filesystem) bersifat Read-only"
18831897
1884- #: shared-module/displayio/Bitmap.c
1885- msgid "Read-only object"
1886- msgstr "Objek Read-only"
1887-
18881898#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
18891899msgid "Received response was invalid"
18901900msgstr ""
@@ -2731,6 +2741,10 @@ msgstr ""
27312741msgid "can't set attribute"
27322742msgstr ""
27332743
2744+ #: py/runtime.c
2745+ msgid "can't set attribute '%q'"
2746+ msgstr ""
2747+
27342748#: py/emitnative.c
27352749msgid "can't store '%q'"
27362750msgstr ""
@@ -3092,10 +3106,6 @@ msgstr ""
30923106msgid "format requires a dict"
30933107msgstr ""
30943108
3095- #: shared-bindings/microcontroller/Processor.c
3096- msgid "frequency is read-only for this board"
3097- msgstr ""
3098-
30993109#: py/objdeque.c
31003110msgid "full"
31013111msgstr ""
@@ -4368,6 +4378,9 @@ msgstr "zi harus berjenis float"
43684378msgid "zi must be of shape (n_section, 2)"
43694379msgstr "Zi harus berbentuk (n_section, 2)"
43704380
4381+ #~ msgid "Read-only object"
4382+ #~ msgstr "Objek Read-only"
4383+
43714384#~ msgid "%q length must be >= 1"
43724385#~ msgstr "%q panjang harus >= 1"
43734386
0 commit comments