Skip to content

Commit c45e085

Browse files
authored
Merge pull request #7010 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 8d82e4b + 21510b2 commit c45e085

File tree

19 files changed

+448
-448
lines changed

19 files changed

+448
-448
lines changed

locale/ID.po

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,6 @@ msgstr "%q harus <= %d"
158158
msgid "%q must be >= %d"
159159
msgstr "%q harus >= %d"
160160

161-
#: py/argcheck.c
162-
msgid "%q must be >= 0"
163-
msgstr "%q harus >= 0"
164-
165-
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
166-
msgid "%q must be >= 1"
167-
msgstr "%q harus >= 1"
168-
169161
#: shared-bindings/analogbufio/BufferedIn.c
170162
#: shared-bindings/audiocore/RawSample.c
171163
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
@@ -923,8 +915,7 @@ msgstr "Error pada regex"
923915
msgid "Error: Failure to bind"
924916
msgstr ""
925917

926-
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c
927-
#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
918+
#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
928919
#: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c
929920
#: shared-bindings/microcontroller/Pin.c
930921
#: shared-bindings/neopixel_write/__init__.c
@@ -1258,6 +1249,7 @@ msgid "Invalid size"
12581249
msgstr ""
12591250

12601251
#: ports/espressif/common-hal/ssl/SSLContext.c
1252+
#: ports/raspberrypi/common-hal/ssl/SSLSocket.c
12611253
msgid "Invalid socket for TLS"
12621254
msgstr ""
12631255

@@ -1585,10 +1577,12 @@ msgid "Only 8 or 16 bit mono with "
15851577
msgstr "Hanya 8 atau 16 bit mono dengan "
15861578

15871579
#: ports/espressif/common-hal/wifi/__init__.c
1580+
#: ports/raspberrypi/common-hal/wifi/__init__.c
15881581
msgid "Only IPv4 addresses supported"
15891582
msgstr "Hanya alamat IPv4 yang didukung"
15901583

15911584
#: ports/espressif/common-hal/socketpool/Socket.c
1585+
#: ports/raspberrypi/common-hal/socketpool/Socket.c
15921586
msgid "Only IPv4 sockets supported"
15931587
msgstr "Hanysa socket IPv4 yang didukung"
15941588

@@ -1662,6 +1656,7 @@ msgid "Out of memory"
16621656
msgstr "Kehabisan memori"
16631657

16641658
#: ports/espressif/common-hal/socketpool/Socket.c
1659+
#: ports/raspberrypi/common-hal/socketpool/Socket.c
16651660
msgid "Out of sockets"
16661661
msgstr "Kehabisan socket"
16671662

@@ -1718,7 +1713,6 @@ msgid "Pin interrupt already in use"
17181713
msgstr ""
17191714

17201715
#: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c
1721-
#: shared-bindings/digitalio/DigitalInOut.c
17221716
msgid "Pin is input only"
17231717
msgstr ""
17241718

@@ -1945,6 +1939,7 @@ msgid "Slices not supported"
19451939
msgstr "Potongan tidak didukung"
19461940

19471941
#: ports/espressif/common-hal/socketpool/SocketPool.c
1942+
#: ports/raspberrypi/common-hal/socketpool/SocketPool.c
19481943
msgid "SocketPool can only be used with wifi.radio"
19491944
msgstr ""
19501945

@@ -2372,10 +2367,6 @@ msgstr "__new__ arg harus berupa user-type"
23722367
msgid "a bytes-like object is required"
23732368
msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan"
23742369

2375-
#: shared-bindings/i2ctarget/I2CTarget.c
2376-
msgid "address out of bounds"
2377-
msgstr "alamat di luar batas"
2378-
23792370
#: shared-bindings/i2ctarget/I2CTarget.c
23802371
msgid "addresses is empty"
23812372
msgstr "alamatnya kosong"
@@ -2845,10 +2836,6 @@ msgstr ""
28452836
msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
28462837
msgstr ""
28472838

2848-
#: shared-bindings/audiobusio/PDMIn.c
2849-
msgid "destination_length must be an int >= 0"
2850-
msgstr ""
2851-
28522839
#: py/objdict.c
28532840
msgid "dict update sequence has wrong length"
28542841
msgstr ""
@@ -3272,6 +3259,10 @@ msgstr ""
32723259
msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32"
32733260
msgstr ""
32743261

3262+
#: ports/raspberrypi/common-hal/ssl/SSLSocket.c
3263+
msgid "invalid cert"
3264+
msgstr "cert tidak valid"
3265+
32753266
#: shared-bindings/bitmaptools/__init__.c
32763267
#, c-format
32773268
msgid "invalid element size %d for bits_per_pixel %d\n"
@@ -3298,6 +3289,10 @@ msgstr ""
32983289
msgid "invalid hostname"
32993290
msgstr ""
33003291

3292+
#: ports/raspberrypi/common-hal/ssl/SSLSocket.c
3293+
msgid "invalid key"
3294+
msgstr "key tidak valid"
3295+
33013296
#: py/compile.c
33023297
msgid "invalid micropython decorator"
33033298
msgstr "micropython decorator tidak valid"
@@ -4374,6 +4369,15 @@ msgstr "zi harus berjenis float"
43744369
msgid "zi must be of shape (n_section, 2)"
43754370
msgstr "Zi harus berbentuk (n_section, 2)"
43764371

4372+
#~ msgid "%q must be >= 0"
4373+
#~ msgstr "%q harus >= 0"
4374+
4375+
#~ msgid "%q must be >= 1"
4376+
#~ msgstr "%q harus >= 1"
4377+
4378+
#~ msgid "address out of bounds"
4379+
#~ msgstr "alamat di luar batas"
4380+
43774381
#~ msgid "y should be an int"
43784382
#~ msgstr "y harus menjadi int"
43794383

@@ -4772,12 +4776,6 @@ msgstr "Zi harus berbentuk (n_section, 2)"
47724776
#~ msgid "Corrupt raw code"
47734777
#~ msgstr "Kode raw rusak"
47744778

4775-
#~ msgid "invalid cert"
4776-
#~ msgstr "cert tidak valid"
4777-
4778-
#~ msgid "invalid key"
4779-
#~ msgstr "key tidak valid"
4780-
47814779
#~ msgid "Viper functions don't currently support more than 4 arguments"
47824780
#~ msgstr "Fungsi Viper saat ini tidak mendukung lebih dari 4 argumen"
47834781

locale/cs.po

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,6 @@ msgstr "%q musí být <= %d"
159159
msgid "%q must be >= %d"
160160
msgstr "%q musí být >= %d"
161161

162-
#: py/argcheck.c
163-
msgid "%q must be >= 0"
164-
msgstr "%q musí být >= 0"
165-
166-
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
167-
msgid "%q must be >= 1"
168-
msgstr "%q musí být > = 1"
169-
170162
#: shared-bindings/analogbufio/BufferedIn.c
171163
#: shared-bindings/audiocore/RawSample.c
172164
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
@@ -921,8 +913,7 @@ msgstr "Chyba v regulárním výrazu"
921913
msgid "Error: Failure to bind"
922914
msgstr ""
923915

924-
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c
925-
#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
916+
#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
926917
#: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c
927918
#: shared-bindings/microcontroller/Pin.c
928919
#: shared-bindings/neopixel_write/__init__.c
@@ -1258,6 +1249,7 @@ msgid "Invalid size"
12581249
msgstr "Chybná velikost"
12591250

12601251
#: ports/espressif/common-hal/ssl/SSLContext.c
1252+
#: ports/raspberrypi/common-hal/ssl/SSLSocket.c
12611253
msgid "Invalid socket for TLS"
12621254
msgstr "Chybný soket pro TLS"
12631255

@@ -1585,10 +1577,12 @@ msgid "Only 8 or 16 bit mono with "
15851577
msgstr ""
15861578

15871579
#: ports/espressif/common-hal/wifi/__init__.c
1580+
#: ports/raspberrypi/common-hal/wifi/__init__.c
15881581
msgid "Only IPv4 addresses supported"
15891582
msgstr "Pouze IPv4 adresy podporovány"
15901583

15911584
#: ports/espressif/common-hal/socketpool/Socket.c
1585+
#: ports/raspberrypi/common-hal/socketpool/Socket.c
15921586
msgid "Only IPv4 sockets supported"
15931587
msgstr "Pouze IPv4 sokety podporovány"
15941588

@@ -1658,6 +1652,7 @@ msgid "Out of memory"
16581652
msgstr ""
16591653

16601654
#: ports/espressif/common-hal/socketpool/Socket.c
1655+
#: ports/raspberrypi/common-hal/socketpool/Socket.c
16611656
msgid "Out of sockets"
16621657
msgstr ""
16631658

@@ -1712,7 +1707,6 @@ msgid "Pin interrupt already in use"
17121707
msgstr ""
17131708

17141709
#: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c
1715-
#: shared-bindings/digitalio/DigitalInOut.c
17161710
msgid "Pin is input only"
17171711
msgstr ""
17181712

@@ -1934,6 +1928,7 @@ msgid "Slices not supported"
19341928
msgstr ""
19351929

19361930
#: ports/espressif/common-hal/socketpool/SocketPool.c
1931+
#: ports/raspberrypi/common-hal/socketpool/SocketPool.c
19371932
msgid "SocketPool can only be used with wifi.radio"
19381933
msgstr ""
19391934

@@ -2359,10 +2354,6 @@ msgstr ""
23592354
msgid "a bytes-like object is required"
23602355
msgstr ""
23612356

2362-
#: shared-bindings/i2ctarget/I2CTarget.c
2363-
msgid "address out of bounds"
2364-
msgstr ""
2365-
23662357
#: shared-bindings/i2ctarget/I2CTarget.c
23672358
msgid "addresses is empty"
23682359
msgstr ""
@@ -2832,10 +2823,6 @@ msgstr ""
28322823
msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
28332824
msgstr ""
28342825

2835-
#: shared-bindings/audiobusio/PDMIn.c
2836-
msgid "destination_length must be an int >= 0"
2837-
msgstr ""
2838-
28392826
#: py/objdict.c
28402827
msgid "dict update sequence has wrong length"
28412828
msgstr ""
@@ -3259,6 +3246,10 @@ msgstr ""
32593246
msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32"
32603247
msgstr ""
32613248

3249+
#: ports/raspberrypi/common-hal/ssl/SSLSocket.c
3250+
msgid "invalid cert"
3251+
msgstr ""
3252+
32623253
#: shared-bindings/bitmaptools/__init__.c
32633254
#, c-format
32643255
msgid "invalid element size %d for bits_per_pixel %d\n"
@@ -3285,6 +3276,10 @@ msgstr ""
32853276
msgid "invalid hostname"
32863277
msgstr ""
32873278

3279+
#: ports/raspberrypi/common-hal/ssl/SSLSocket.c
3280+
msgid "invalid key"
3281+
msgstr ""
3282+
32883283
#: py/compile.c
32893284
msgid "invalid micropython decorator"
32903285
msgstr ""
@@ -4360,6 +4355,12 @@ msgstr ""
43604355
msgid "zi must be of shape (n_section, 2)"
43614356
msgstr ""
43624357

4358+
#~ msgid "%q must be >= 0"
4359+
#~ msgstr "%q musí být >= 0"
4360+
4361+
#~ msgid "%q must be >= 1"
4362+
#~ msgstr "%q musí být > = 1"
4363+
43634364
#~ msgid "Failed to init wifi"
43644365
#~ msgstr "Chyba inicializace WiFi"
43654366

0 commit comments

Comments
 (0)