@@ -112,7 +112,7 @@ msgstr "%q gagal: %d"
112112msgid "%q in use"
113113msgstr "%q sedang digunakan"
114114
115- #: py/obj.c py/ objstr.c py/objstrunicode.c
115+ #: py/objstr.c py/objstrunicode.c
116116msgid "%q index out of range"
117117msgstr "%q indeks di luar batas"
118118
@@ -177,7 +177,7 @@ msgstr "%q harus berupa string"
177177msgid "%q must be an int"
178178msgstr ""
179179
180- #: py/argcheck.c
180+ #: py/argcheck.c py/obj.c
181181msgid "%q must be of type %q"
182182msgstr "%q harus bertipe %q"
183183
@@ -1683,6 +1683,10 @@ msgstr ""
16831683msgid "Operation timed out"
16841684msgstr "Waktu habis"
16851685
1686+ #: ports/raspberrypi/common-hal/mdns/Server.c
1687+ msgid "Out of MDNS service slots"
1688+ msgstr ""
1689+
16861690#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
16871691msgid "Out of memory"
16881692msgstr "Kehabisan memori"
@@ -2221,6 +2225,7 @@ msgid "Unable to read color palette data"
22212225msgstr "Tidak dapat membaca data palet warna"
22222226
22232227#: ports/espressif/common-hal/mdns/Server.c
2228+ #: ports/raspberrypi/common-hal/mdns/Server.c
22242229msgid "Unable to start mDNS query"
22252230msgstr ""
22262231
@@ -3184,7 +3189,7 @@ msgid "index is out of bounds"
31843189msgstr ""
31853190
31863191#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/ulab_tools.c
3187- #: ports/espressif/common-hal/pulseio/PulseIn.c py/obj.c
3192+ #: ports/espressif/common-hal/pulseio/PulseIn.c
31883193#: shared-bindings/bitmaptools/__init__.c
31893194msgid "index out of range"
31903195msgstr "index keluar dari jangkauan"
@@ -3436,10 +3441,12 @@ msgid "loopback + silent mode not supported by peripheral"
34363441msgstr ""
34373442
34383443#: ports/espressif/common-hal/mdns/Server.c
3444+ #: ports/raspberrypi/common-hal/mdns/Server.c
34393445msgid "mDNS already initialized"
34403446msgstr ""
34413447
34423448#: ports/espressif/common-hal/mdns/Server.c
3449+ #: ports/raspberrypi/common-hal/mdns/Server.c
34433450msgid "mDNS only works with built-in WiFi"
34443451msgstr ""
34453452
0 commit comments