Skip to content

Translations update from Hosted Weblate #7443

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 1 commit into from
Jan 11, 2023
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
60 changes: 25 additions & 35 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ msgstr "%q berisi pin duplikat"
msgid "%q failure: %d"
msgstr "%q gagal: %d"

#: py/argcheck.c
msgid "%q in %q must be of type %q, not %q"
msgstr ""

#: ports/espressif/common-hal/espulp/ULP.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: shared-bindings/digitalio/DigitalInOut.c
Expand Down Expand Up @@ -178,12 +182,13 @@ msgstr ""
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
msgstr ""

#: py/argcheck.c py/obj.c py/objstrunicode.c
msgid "%q must be of type %q"
msgstr "%q harus bertipe %q"
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
msgid "%q must be of type %q or %q, not %q"
msgstr ""

#: py/objexcept.c shared-bindings/digitalio/Pull.c
msgid "%q must be of type %q or None"
#: py/argcheck.c py/obj.c py/objstrunicode.c
msgid "%q must be of type %q, not %q"
msgstr ""

#: ports/atmel-samd/common-hal/busio/UART.c
Expand Down Expand Up @@ -945,20 +950,8 @@ msgstr "Error pada regex"
msgid "Error: Failure to bind"
msgstr ""

#: ports/espressif/bindings/espulp/ULP.c py/enum.c
#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
#: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c
#: shared-bindings/microcontroller/Pin.c
#: shared-bindings/neopixel_write/__init__.c
msgid "Expected a %q"
msgstr "Diharapkan %q"

#: ports/raspberrypi/bindings/cyw43/__init__.c
msgid "Expected a %q or %q"
msgstr ""

#: shared-bindings/alarm/__init__.c
msgid "Expected an %q"
msgid "Expected a kind of %q"
msgstr ""

#: ports/espressif/common-hal/_bleio/Adapter.c
Expand Down Expand Up @@ -1131,11 +1124,6 @@ msgstr ""
msgid "I2SOut not available"
msgstr ""

#: shared-bindings/aesio/aes.c
#, c-format
msgid "IV must be %d bytes long"
msgstr "Panjang IV harus %d byte"

#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
msgid "In-buffer elements must be <= 4 bytes long"
msgstr ""
Expand Down Expand Up @@ -1598,10 +1586,6 @@ msgstr "Tidak terhubung"
msgid "Not playing"
msgstr "Tidak berfungsi"

#: shared-bindings/_bleio/__init__.c
msgid "Not settable"
msgstr ""

#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
Expand Down Expand Up @@ -1886,6 +1870,7 @@ msgstr "RTC tidak didukung di board ini"
msgid "Random number generation error"
msgstr "Kesalahan pembuatan nomor acak"

#: shared-bindings/_bleio/__init__.c
#: shared-bindings/memorymonitor/AllocationSize.c
#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
msgid "Read-only"
Expand Down Expand Up @@ -2074,7 +2059,10 @@ msgstr ""
msgid "The above exception was the direct cause of the following exception:"
msgstr ""

#: ports/espressif/boards/m5stack_atom_echo/mpconfigboard.h
#: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
#: ports/espressif/boards/m5stack_atom_matrix/mpconfigboard.h
#: ports/espressif/boards/m5stack_atom_u/mpconfigboard.h
msgid "The central button was pressed at start up.\n"
msgstr ""

Expand Down Expand Up @@ -3000,14 +2988,6 @@ msgstr ""
msgid "exceptions must derive from BaseException"
msgstr ""

#: shared-bindings/canio/CAN.c
msgid "expected '%q' but got '%q'"
msgstr ""

#: shared-bindings/canio/CAN.c
msgid "expected '%q' or '%q' but got '%q'"
msgstr ""

#: py/objstr.c
msgid "expected ':' after format specifier"
msgstr ""
Expand Down Expand Up @@ -4378,6 +4358,16 @@ msgstr "zi harus berjenis float"
msgid "zi must be of shape (n_section, 2)"
msgstr "Zi harus berbentuk (n_section, 2)"

#~ msgid "%q must be of type %q"
#~ msgstr "%q harus bertipe %q"

#~ msgid "Expected a %q"
#~ msgstr "Diharapkan %q"

#, c-format
#~ msgid "IV must be %d bytes long"
#~ msgstr "Panjang IV harus %d byte"

#~ msgid "Read-only object"
#~ msgstr "Objek Read-only"

Expand Down
65 changes: 29 additions & 36 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ msgstr "%q obsahuje duplicitní piny"
msgid "%q failure: %d"
msgstr "%q: selhání %d"

#: py/argcheck.c
msgid "%q in %q must be of type %q, not %q"
msgstr ""

#: ports/espressif/common-hal/espulp/ULP.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: shared-bindings/digitalio/DigitalInOut.c
Expand Down Expand Up @@ -179,13 +183,14 @@ msgstr ""
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
msgstr ""

#: py/argcheck.c py/obj.c py/objstrunicode.c
msgid "%q must be of type %q"
msgstr "%q musí být typu %q"
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
msgid "%q must be of type %q or %q, not %q"
msgstr ""

#: py/objexcept.c shared-bindings/digitalio/Pull.c
msgid "%q must be of type %q or None"
msgstr "%q musí být typu %q nebo None"
#: py/argcheck.c py/obj.c py/objstrunicode.c
msgid "%q must be of type %q, not %q"
msgstr ""

#: ports/atmel-samd/common-hal/busio/UART.c
msgid "%q must be power of 2"
Expand Down Expand Up @@ -943,20 +948,8 @@ msgstr "Chyba v regulárním výrazu"
msgid "Error: Failure to bind"
msgstr ""

#: ports/espressif/bindings/espulp/ULP.c py/enum.c
#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
#: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c
#: shared-bindings/microcontroller/Pin.c
#: shared-bindings/neopixel_write/__init__.c
msgid "Expected a %q"
msgstr "Očekává se %q"

#: ports/raspberrypi/bindings/cyw43/__init__.c
msgid "Expected a %q or %q"
msgstr ""

#: shared-bindings/alarm/__init__.c
msgid "Expected an %q"
msgid "Expected a kind of %q"
msgstr ""

#: ports/espressif/common-hal/_bleio/Adapter.c
Expand Down Expand Up @@ -1131,11 +1124,6 @@ msgstr "Periférie I2C je používána"
msgid "I2SOut not available"
msgstr ""

#: shared-bindings/aesio/aes.c
#, c-format
msgid "IV must be %d bytes long"
msgstr "IV musí být dlouhé %d bajtů"

#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
msgid "In-buffer elements must be <= 4 bytes long"
msgstr ""
Expand Down Expand Up @@ -1598,10 +1586,6 @@ msgstr "Nepřipojený"
msgid "Not playing"
msgstr "Nehraje"

#: shared-bindings/_bleio/__init__.c
msgid "Not settable"
msgstr ""

#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
Expand Down Expand Up @@ -1877,6 +1861,7 @@ msgstr ""
msgid "Random number generation error"
msgstr ""

#: shared-bindings/_bleio/__init__.c
#: shared-bindings/memorymonitor/AllocationSize.c
#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
msgid "Read-only"
Expand Down Expand Up @@ -2063,7 +2048,10 @@ msgstr ""
msgid "The above exception was the direct cause of the following exception:"
msgstr ""

#: ports/espressif/boards/m5stack_atom_echo/mpconfigboard.h
#: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
#: ports/espressif/boards/m5stack_atom_matrix/mpconfigboard.h
#: ports/espressif/boards/m5stack_atom_u/mpconfigboard.h
msgid "The central button was pressed at start up.\n"
msgstr ""

Expand Down Expand Up @@ -2987,14 +2975,6 @@ msgstr ""
msgid "exceptions must derive from BaseException"
msgstr ""

#: shared-bindings/canio/CAN.c
msgid "expected '%q' but got '%q'"
msgstr ""

#: shared-bindings/canio/CAN.c
msgid "expected '%q' or '%q' but got '%q'"
msgstr ""

#: py/objstr.c
msgid "expected ':' after format specifier"
msgstr ""
Expand Down Expand Up @@ -4364,6 +4344,19 @@ msgstr ""
msgid "zi must be of shape (n_section, 2)"
msgstr ""

#~ msgid "%q must be of type %q"
#~ msgstr "%q musí být typu %q"

#~ msgid "%q must be of type %q or None"
#~ msgstr "%q musí být typu %q nebo None"

#~ msgid "Expected a %q"
#~ msgstr "Očekává se %q"

#, c-format
#~ msgid "IV must be %d bytes long"
#~ msgstr "IV musí být dlouhé %d bajtů"

#~ msgid "%q length must be >= 1"
#~ msgstr "%q délka musí být >= 1"

Expand Down
Loading