@@ -112,7 +112,7 @@ msgstr "%q gagal: %d"
112
112
msgid "%q in use"
113
113
msgstr "%q sedang digunakan"
114
114
115
- #: py/obj.c py/ objstr.c py/objstrunicode.c
115
+ #: py/objstr.c py/objstrunicode.c
116
116
msgid "%q index out of range"
117
117
msgstr "%q indeks di luar batas"
118
118
@@ -177,7 +177,7 @@ msgstr "%q harus berupa string"
177
177
msgid "%q must be an int"
178
178
msgstr ""
179
179
180
- #: py/argcheck.c
180
+ #: py/argcheck.c py/obj.c
181
181
msgid "%q must be of type %q"
182
182
msgstr "%q harus bertipe %q"
183
183
@@ -1683,6 +1683,10 @@ msgstr ""
1683
1683
msgid "Operation timed out"
1684
1684
msgstr "Waktu habis"
1685
1685
1686
+ #: ports/raspberrypi/common-hal/mdns/Server.c
1687
+ msgid "Out of MDNS service slots"
1688
+ msgstr ""
1689
+
1686
1690
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
1687
1691
msgid "Out of memory"
1688
1692
msgstr "Kehabisan memori"
@@ -2221,6 +2225,7 @@ msgid "Unable to read color palette data"
2221
2225
msgstr "Tidak dapat membaca data palet warna"
2222
2226
2223
2227
#: ports/espressif/common-hal/mdns/Server.c
2228
+ #: ports/raspberrypi/common-hal/mdns/Server.c
2224
2229
msgid "Unable to start mDNS query"
2225
2230
msgstr ""
2226
2231
@@ -3184,7 +3189,7 @@ msgid "index is out of bounds"
3184
3189
msgstr ""
3185
3190
3186
3191
#: 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
3188
3193
#: shared-bindings/bitmaptools/__init__.c
3189
3194
msgid "index out of range"
3190
3195
msgstr "index keluar dari jangkauan"
@@ -3436,10 +3441,12 @@ msgid "loopback + silent mode not supported by peripheral"
3436
3441
msgstr ""
3437
3442
3438
3443
#: ports/espressif/common-hal/mdns/Server.c
3444
+ #: ports/raspberrypi/common-hal/mdns/Server.c
3439
3445
msgid "mDNS already initialized"
3440
3446
msgstr ""
3441
3447
3442
3448
#: ports/espressif/common-hal/mdns/Server.c
3449
+ #: ports/raspberrypi/common-hal/mdns/Server.c
3443
3450
msgid "mDNS only works with built-in WiFi"
3444
3451
msgstr ""
3445
3452
0 commit comments