Skip to content

Translations update from Hosted Weblate #7166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 5 additions & 42 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ msgstr "%q sedang digunakan"
msgid "%q index out of range"
msgstr "%q indeks di luar batas"

#: py/obj.c
msgid "%q indices must be integers, not %s"
msgstr "indeks %q harus bilangan bulat, bukan %s"

#: shared-module/bitbangio/SPI.c
msgid "%q init failed"
msgstr ""
Expand Down Expand Up @@ -2372,10 +2368,6 @@ msgstr ""
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
msgstr ""

#: shared-bindings/watchdog/WatchDogTimer.c
msgid "WatchDogTimer.timeout must be greater than 0"
msgstr ""

#: py/builtinhelp.c
#, c-format
msgid ""
Expand Down Expand Up @@ -3197,10 +3189,6 @@ msgstr ""
msgid "index out of range"
msgstr "index keluar dari jangkauan"

#: py/obj.c
msgid "indices must be integers"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "indices must be integers, slices, or Boolean lists"
msgstr ""
Expand Down Expand Up @@ -3617,10 +3605,6 @@ msgstr ""
msgid "no such attribute"
msgstr ""

#: shared-bindings/usb_hid/__init__.c
msgid "non-Device in %q"
msgstr ""

#: ports/espressif/common-hal/_bleio/Connection.c
#: ports/nrf/common-hal/_bleio/Connection.c
msgid "non-UUID found in service_uuids_whitelist"
Expand Down Expand Up @@ -3895,11 +3879,6 @@ msgstr ""
msgid "relative import"
msgstr "relative import"

#: py/obj.c
#, c-format
msgid "requested length %d but object has length %d"
msgstr ""

#: extmod/ulab/code/ndarray_operators.c
msgid "results cannot be cast to specified type"
msgstr ""
Expand Down Expand Up @@ -3963,10 +3942,6 @@ msgstr ""
msgid "sign not allowed with integer format specifier 'c'"
msgstr ""

#: py/objstr.c
msgid "single '}' encountered in format string"
msgstr ""

#: extmod/ulab/code/ulab_tools.c
msgid "size is defined for ndarrays only"
msgstr ""
Expand Down Expand Up @@ -4079,10 +4054,6 @@ msgstr "sintaksis error pada JSON"
msgid "syntax error in uctypes descriptor"
msgstr "sintaksis error pada pendeskripsi uctypes"

#: shared-bindings/touchio/TouchIn.c
msgid "threshold must be in the range 0-65536"
msgstr ""

#: shared-bindings/time/__init__.c
msgid "time.struct_time() takes a 9-sequence"
msgstr ""
Expand All @@ -4094,10 +4065,6 @@ msgstr ""
msgid "timeout duration exceeded the maximum supported value"
msgstr ""

#: shared-bindings/busio/UART.c
msgid "timeout must be 0.0-100.0 seconds"
msgstr ""

#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "timeout must be < 655.35 secs"
msgstr ""
Expand Down Expand Up @@ -4151,10 +4118,6 @@ msgstr ""
msgid "trapz is defined for 1D iterables"
msgstr ""

#: py/obj.c
msgid "tuple/list has wrong length"
msgstr ""

#: ports/espressif/common-hal/canio/CAN.c
#, c-format
msgid "twai_driver_install returned esp-idf error #%d"
Expand Down Expand Up @@ -4233,7 +4196,8 @@ msgid "unknown type '%q'"
msgstr ""

#: py/objstr.c
msgid "unmatched '{' in format"
#, c-format
msgid "unmatched '%c' in format"
msgstr ""

#: py/objtype.c py/runtime.c
Expand Down Expand Up @@ -4304,10 +4268,6 @@ msgstr ""
msgid "watchdog not initialized"
msgstr ""

#: shared-bindings/watchdog/WatchDogTimer.c
msgid "watchdog timeout must be greater than 0"
msgstr ""

#: shared-bindings/is31fl3741/FrameBuffer.c
msgid "width must be greater than zero"
msgstr ""
Expand Down Expand Up @@ -4395,6 +4355,9 @@ msgstr "zi harus berjenis float"
msgid "zi must be of shape (n_section, 2)"
msgstr "Zi harus berbentuk (n_section, 2)"

#~ msgid "%q indices must be integers, not %s"
#~ msgstr "indeks %q harus bilangan bulat, bukan %s"

#~ msgid "To exit, please reset the board without "
#~ msgstr "Untuk keluar, silahkan reset board tanpa "

Expand Down
47 changes: 5 additions & 42 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ msgstr "%q se právě používá"
msgid "%q index out of range"
msgstr "Index %q je mimo rozsah"

#: py/obj.c
msgid "%q indices must be integers, not %s"
msgstr "Indexy %q musí být celá čísla, nikoli %s"

#: shared-module/bitbangio/SPI.c
msgid "%q init failed"
msgstr "Inicializace %q selhala"
Expand Down Expand Up @@ -2359,10 +2355,6 @@ msgstr ""
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
msgstr ""

#: shared-bindings/watchdog/WatchDogTimer.c
msgid "WatchDogTimer.timeout must be greater than 0"
msgstr ""

#: py/builtinhelp.c
#, c-format
msgid ""
Expand Down Expand Up @@ -3184,10 +3176,6 @@ msgstr ""
msgid "index out of range"
msgstr ""

#: py/obj.c
msgid "indices must be integers"
msgstr ""

#: extmod/ulab/code/ndarray.c
msgid "indices must be integers, slices, or Boolean lists"
msgstr ""
Expand Down Expand Up @@ -3604,10 +3592,6 @@ msgstr ""
msgid "no such attribute"
msgstr ""

#: shared-bindings/usb_hid/__init__.c
msgid "non-Device in %q"
msgstr ""

#: ports/espressif/common-hal/_bleio/Connection.c
#: ports/nrf/common-hal/_bleio/Connection.c
msgid "non-UUID found in service_uuids_whitelist"
Expand Down Expand Up @@ -3881,11 +3865,6 @@ msgstr ""
msgid "relative import"
msgstr ""

#: py/obj.c
#, c-format
msgid "requested length %d but object has length %d"
msgstr ""

#: extmod/ulab/code/ndarray_operators.c
msgid "results cannot be cast to specified type"
msgstr ""
Expand Down Expand Up @@ -3949,10 +3928,6 @@ msgstr ""
msgid "sign not allowed with integer format specifier 'c'"
msgstr ""

#: py/objstr.c
msgid "single '}' encountered in format string"
msgstr ""

#: extmod/ulab/code/ulab_tools.c
msgid "size is defined for ndarrays only"
msgstr ""
Expand Down Expand Up @@ -4065,10 +4040,6 @@ msgstr ""
msgid "syntax error in uctypes descriptor"
msgstr ""

#: shared-bindings/touchio/TouchIn.c
msgid "threshold must be in the range 0-65536"
msgstr ""

#: shared-bindings/time/__init__.c
msgid "time.struct_time() takes a 9-sequence"
msgstr ""
Expand All @@ -4080,10 +4051,6 @@ msgstr ""
msgid "timeout duration exceeded the maximum supported value"
msgstr ""

#: shared-bindings/busio/UART.c
msgid "timeout must be 0.0-100.0 seconds"
msgstr ""

#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "timeout must be < 655.35 secs"
msgstr ""
Expand Down Expand Up @@ -4137,10 +4104,6 @@ msgstr ""
msgid "trapz is defined for 1D iterables"
msgstr ""

#: py/obj.c
msgid "tuple/list has wrong length"
msgstr ""

#: ports/espressif/common-hal/canio/CAN.c
#, c-format
msgid "twai_driver_install returned esp-idf error #%d"
Expand Down Expand Up @@ -4219,7 +4182,8 @@ msgid "unknown type '%q'"
msgstr ""

#: py/objstr.c
msgid "unmatched '{' in format"
#, c-format
msgid "unmatched '%c' in format"
msgstr ""

#: py/objtype.c py/runtime.c
Expand Down Expand Up @@ -4290,10 +4254,6 @@ msgstr ""
msgid "watchdog not initialized"
msgstr ""

#: shared-bindings/watchdog/WatchDogTimer.c
msgid "watchdog timeout must be greater than 0"
msgstr ""

#: shared-bindings/is31fl3741/FrameBuffer.c
msgid "width must be greater than zero"
msgstr ""
Expand Down Expand Up @@ -4381,6 +4341,9 @@ msgstr ""
msgid "zi must be of shape (n_section, 2)"
msgstr ""

#~ msgid "%q indices must be integers, not %s"
#~ msgstr "Indexy %q musí být celá čísla, nikoli %s"

#~ msgid "Firmware image is invalid"
#~ msgstr "Obraz firmwaru je nevalidní"

Expand Down
Loading