Skip to content

Commit 9a5b6ca

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent 78c2fa5 commit 9a5b6ca

File tree

19 files changed

+582
-677
lines changed

19 files changed

+582
-677
lines changed

locale/ID.po

Lines changed: 25 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ msgstr "%q berisi pin duplikat"
111111
msgid "%q failure: %d"
112112
msgstr "%q gagal: %d"
113113

114+
#: py/argcheck.c
115+
msgid "%q in %q must be of type %q, not %q"
116+
msgstr ""
117+
114118
#: ports/espressif/common-hal/espulp/ULP.c
115119
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
116120
#: shared-bindings/digitalio/DigitalInOut.c
@@ -178,12 +182,13 @@ msgstr ""
178182
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
179183
msgstr ""
180184

181-
#: py/argcheck.c py/obj.c py/objstrunicode.c
182-
msgid "%q must be of type %q"
183-
msgstr "%q harus bertipe %q"
185+
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
186+
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
187+
msgid "%q must be of type %q or %q, not %q"
188+
msgstr ""
184189

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

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

948-
#: ports/espressif/bindings/espulp/ULP.c py/enum.c
949-
#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
950-
#: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c
951-
#: shared-bindings/microcontroller/Pin.c
952-
#: shared-bindings/neopixel_write/__init__.c
953-
msgid "Expected a %q"
954-
msgstr "Diharapkan %q"
955-
956-
#: ports/raspberrypi/bindings/cyw43/__init__.c
957-
msgid "Expected a %q or %q"
958-
msgstr ""
959-
960953
#: shared-bindings/alarm/__init__.c
961-
msgid "Expected an %q"
954+
msgid "Expected a kind of %q"
962955
msgstr ""
963956

964957
#: ports/espressif/common-hal/_bleio/Adapter.c
@@ -1131,11 +1124,6 @@ msgstr ""
11311124
msgid "I2SOut not available"
11321125
msgstr ""
11331126

1134-
#: shared-bindings/aesio/aes.c
1135-
#, c-format
1136-
msgid "IV must be %d bytes long"
1137-
msgstr "Panjang IV harus %d byte"
1138-
11391127
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
11401128
msgid "In-buffer elements must be <= 4 bytes long"
11411129
msgstr ""
@@ -1598,10 +1586,6 @@ msgstr "Tidak terhubung"
15981586
msgid "Not playing"
15991587
msgstr "Tidak berfungsi"
16001588

1601-
#: shared-bindings/_bleio/__init__.c
1602-
msgid "Not settable"
1603-
msgstr ""
1604-
16051589
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
16061590
#, c-format
16071591
msgid "Number of data_pins must be 8 or 16, not %d"
@@ -1886,6 +1870,7 @@ msgstr "RTC tidak didukung di board ini"
18861870
msgid "Random number generation error"
18871871
msgstr "Kesalahan pembuatan nomor acak"
18881872

1873+
#: shared-bindings/_bleio/__init__.c
18891874
#: shared-bindings/memorymonitor/AllocationSize.c
18901875
#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
18911876
msgid "Read-only"
@@ -2074,7 +2059,10 @@ msgstr ""
20742059
msgid "The above exception was the direct cause of the following exception:"
20752060
msgstr ""
20762061

2062+
#: ports/espressif/boards/m5stack_atom_echo/mpconfigboard.h
20772063
#: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
2064+
#: ports/espressif/boards/m5stack_atom_matrix/mpconfigboard.h
2065+
#: ports/espressif/boards/m5stack_atom_u/mpconfigboard.h
20782066
msgid "The central button was pressed at start up.\n"
20792067
msgstr ""
20802068

@@ -3000,14 +2988,6 @@ msgstr ""
30002988
msgid "exceptions must derive from BaseException"
30012989
msgstr ""
30022990

3003-
#: shared-bindings/canio/CAN.c
3004-
msgid "expected '%q' but got '%q'"
3005-
msgstr ""
3006-
3007-
#: shared-bindings/canio/CAN.c
3008-
msgid "expected '%q' or '%q' but got '%q'"
3009-
msgstr ""
3010-
30112991
#: py/objstr.c
30122992
msgid "expected ':' after format specifier"
30132993
msgstr ""
@@ -4378,6 +4358,16 @@ msgstr "zi harus berjenis float"
43784358
msgid "zi must be of shape (n_section, 2)"
43794359
msgstr "Zi harus berbentuk (n_section, 2)"
43804360

4361+
#~ msgid "%q must be of type %q"
4362+
#~ msgstr "%q harus bertipe %q"
4363+
4364+
#~ msgid "Expected a %q"
4365+
#~ msgstr "Diharapkan %q"
4366+
4367+
#, c-format
4368+
#~ msgid "IV must be %d bytes long"
4369+
#~ msgstr "Panjang IV harus %d byte"
4370+
43814371
#~ msgid "Read-only object"
43824372
#~ msgstr "Objek Read-only"
43834373

locale/cs.po

Lines changed: 29 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ msgstr "%q obsahuje duplicitní piny"
112112
msgid "%q failure: %d"
113113
msgstr "%q: selhání %d"
114114

115+
#: py/argcheck.c
116+
msgid "%q in %q must be of type %q, not %q"
117+
msgstr ""
118+
115119
#: ports/espressif/common-hal/espulp/ULP.c
116120
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
117121
#: shared-bindings/digitalio/DigitalInOut.c
@@ -179,13 +183,14 @@ msgstr ""
179183
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
180184
msgstr ""
181185

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

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

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

946-
#: ports/espressif/bindings/espulp/ULP.c py/enum.c
947-
#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
948-
#: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c
949-
#: shared-bindings/microcontroller/Pin.c
950-
#: shared-bindings/neopixel_write/__init__.c
951-
msgid "Expected a %q"
952-
msgstr "Očekává se %q"
953-
954-
#: ports/raspberrypi/bindings/cyw43/__init__.c
955-
msgid "Expected a %q or %q"
956-
msgstr ""
957-
958951
#: shared-bindings/alarm/__init__.c
959-
msgid "Expected an %q"
952+
msgid "Expected a kind of %q"
960953
msgstr ""
961954

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

1134-
#: shared-bindings/aesio/aes.c
1135-
#, c-format
1136-
msgid "IV must be %d bytes long"
1137-
msgstr "IV musí být dlouhé %d bajtů"
1138-
11391127
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
11401128
msgid "In-buffer elements must be <= 4 bytes long"
11411129
msgstr ""
@@ -1598,10 +1586,6 @@ msgstr "Nepřipojený"
15981586
msgid "Not playing"
15991587
msgstr "Nehraje"
16001588

1601-
#: shared-bindings/_bleio/__init__.c
1602-
msgid "Not settable"
1603-
msgstr ""
1604-
16051589
#: ports/espressif/common-hal/paralleldisplay/ParallelBus.c
16061590
#, c-format
16071591
msgid "Number of data_pins must be 8 or 16, not %d"
@@ -1877,6 +1861,7 @@ msgstr ""
18771861
msgid "Random number generation error"
18781862
msgstr ""
18791863

1864+
#: shared-bindings/_bleio/__init__.c
18801865
#: shared-bindings/memorymonitor/AllocationSize.c
18811866
#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c
18821867
msgid "Read-only"
@@ -2063,7 +2048,10 @@ msgstr ""
20632048
msgid "The above exception was the direct cause of the following exception:"
20642049
msgstr ""
20652050

2051+
#: ports/espressif/boards/m5stack_atom_echo/mpconfigboard.h
20662052
#: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
2053+
#: ports/espressif/boards/m5stack_atom_matrix/mpconfigboard.h
2054+
#: ports/espressif/boards/m5stack_atom_u/mpconfigboard.h
20672055
msgid "The central button was pressed at start up.\n"
20682056
msgstr ""
20692057

@@ -2987,14 +2975,6 @@ msgstr ""
29872975
msgid "exceptions must derive from BaseException"
29882976
msgstr ""
29892977

2990-
#: shared-bindings/canio/CAN.c
2991-
msgid "expected '%q' but got '%q'"
2992-
msgstr ""
2993-
2994-
#: shared-bindings/canio/CAN.c
2995-
msgid "expected '%q' or '%q' but got '%q'"
2996-
msgstr ""
2997-
29982978
#: py/objstr.c
29992979
msgid "expected ':' after format specifier"
30002980
msgstr ""
@@ -4364,6 +4344,19 @@ msgstr ""
43644344
msgid "zi must be of shape (n_section, 2)"
43654345
msgstr ""
43664346

4347+
#~ msgid "%q must be of type %q"
4348+
#~ msgstr "%q musí být typu %q"
4349+
4350+
#~ msgid "%q must be of type %q or None"
4351+
#~ msgstr "%q musí být typu %q nebo None"
4352+
4353+
#~ msgid "Expected a %q"
4354+
#~ msgstr "Očekává se %q"
4355+
4356+
#, c-format
4357+
#~ msgid "IV must be %d bytes long"
4358+
#~ msgstr "IV musí být dlouhé %d bajtů"
4359+
43674360
#~ msgid "%q length must be >= 1"
43684361
#~ msgstr "%q délka musí být >= 1"
43694362

0 commit comments

Comments
 (0)