Skip to content

Commit b810b38

Browse files
authored
Merge pull request #3792 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents d076296 + 9fd6521 commit b810b38

File tree

16 files changed

+484
-219
lines changed

16 files changed

+484
-219
lines changed

locale/ID.po

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-11-27 23:57-0500\n"
8+
"POT-Creation-Date: 2020-12-14 11:48-0500\n"
99
"PO-Revision-Date: 2020-10-10 23:51+0000\n"
1010
"Last-Translator: oon arfiandwi <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -392,7 +392,7 @@ msgstr "Send yang lain sudah aktif"
392392
msgid "Array must contain halfwords (type 'H')"
393393
msgstr "Array harus mengandung halfwords (ketik 'H')"
394394

395-
#: shared-bindings/nvm/ByteArray.c
395+
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
396396
msgid "Array values should be single bytes."
397397
msgstr "Nilai array harus berupa byte tunggal."
398398

@@ -504,8 +504,8 @@ msgstr "Panjang buffer harus kelipatan 512"
504504
msgid "Buffer must be a multiple of 512 bytes"
505505
msgstr ""
506506

507-
#: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
508-
#: shared-bindings/busio/I2C.c
507+
#: shared-bindings/adafruit_bus_device/I2CDevice.c
508+
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
509509
msgid "Buffer must be at least length 1"
510510
msgstr "Penyangga harus memiliki panjang setidaknya 1"
511511

@@ -528,7 +528,7 @@ msgstr "Pin bus %d sudah digunakan"
528528
msgid "Byte buffer must be 16 bytes."
529529
msgstr "Byte buffer harus 16 byte."
530530

531-
#: shared-bindings/nvm/ByteArray.c
531+
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
532532
msgid "Bytes must be between 0 and 255."
533533
msgstr "Bytes harus di antara 0 dan 255."
534534

@@ -1317,7 +1317,7 @@ msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
13171317
msgid "No DMA channel found"
13181318
msgstr "tidak ada channel DMA ditemukan"
13191319

1320-
#: shared-module/busdevice/I2CDevice.c
1320+
#: shared-module/adafruit_bus_device/I2CDevice.c
13211321
#, c-format
13221322
msgid "No I2C device at address: %x"
13231323
msgstr ""
@@ -1532,6 +1532,7 @@ msgstr "Izin ditolak"
15321532
msgid "Pin does not have ADC capabilities"
15331533
msgstr "Pin tidak mempunya kemampuan untuk ADC (Analog Digital Converter)"
15341534

1535+
#: shared-bindings/adafruit_bus_device/SPIDevice.c
15351536
#: shared-bindings/digitalio/DigitalInOut.c
15361537
msgid "Pin is input only"
15371538
msgstr ""
@@ -1587,10 +1588,12 @@ msgid "Prefix buffer must be on the heap"
15871588
msgstr "Buffer awalan harus ada di heap"
15881589

15891590
#: main.c
1590-
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
1591+
msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
1592+
msgstr ""
1593+
1594+
#: main.c
1595+
msgid "Pretending to deep sleep until alarm, any key or file write.\n"
15911596
msgstr ""
1592-
"Tekan tombol apa saja untuk masuk ke dalam REPL. Gunakan CTRL+D untuk reset "
1593-
"(Reload)"
15941597

15951598
#: shared-bindings/digitalio/DigitalInOut.c
15961599
msgid "Pull not used when direction is output."
@@ -1726,7 +1729,7 @@ msgstr ""
17261729
msgid "Size not supported"
17271730
msgstr ""
17281731

1729-
#: shared-bindings/nvm/ByteArray.c
1732+
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
17301733
msgid "Slice and value different lengths."
17311734
msgstr "Potongan dan nilai panjangnya berbeda."
17321735

@@ -1945,6 +1948,10 @@ msgstr ""
19451948
msgid "Unable to write to nvm."
19461949
msgstr ""
19471950

1951+
#: shared-bindings/alarm/SleepMemory.c
1952+
msgid "Unable to write to sleep_memory."
1953+
msgstr ""
1954+
19481955
#: ports/nrf/common-hal/_bleio/UUID.c
19491956
msgid "Unexpected nrfx uuid type"
19501957
msgstr ""
@@ -2072,6 +2079,10 @@ msgstr ""
20722079
msgid "WiFi password must be between 8 and 63 characters"
20732080
msgstr ""
20742081

2082+
#: main.c
2083+
msgid "Woken up by alarm.\n"
2084+
msgstr ""
2085+
20752086
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
20762087
msgid "Writes not supported on Characteristic"
20772088
msgstr ""
@@ -2154,7 +2165,8 @@ msgstr ""
21542165
msgid "array and index length must be equal"
21552166
msgstr ""
21562167

2157-
#: py/objarray.c shared-bindings/nvm/ByteArray.c
2168+
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
2169+
#: shared-bindings/nvm/ByteArray.c
21582170
msgid "array/bytes required on right side"
21592171
msgstr ""
21602172

@@ -3254,7 +3266,7 @@ msgid "only sample_rate=16000 is supported"
32543266
msgstr ""
32553267

32563268
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
3257-
#: shared-bindings/nvm/ByteArray.c
3269+
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
32583270
msgid "only slices with step=1 (aka None) are supported"
32593271
msgstr ""
32603272

@@ -3846,6 +3858,11 @@ msgstr ""
38463858
msgid "zi must be of shape (n_section, 2)"
38473859
msgstr ""
38483860

3861+
#~ msgid "Press any key to enter the REPL. Use CTRL-D to reload."
3862+
#~ msgstr ""
3863+
#~ "Tekan tombol apa saja untuk masuk ke dalam REPL. Gunakan CTRL+D untuk "
3864+
#~ "reset (Reload)"
3865+
38493866
#~ msgid ""
38503867
#~ "\n"
38513868
#~ "To exit, please reset the board without "

locale/cs.po

Lines changed: 37 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-11-27 23:57-0500\n"
9-
"PO-Revision-Date: 2020-12-02 20:29+0000\n"
8+
"POT-Creation-Date: 2020-12-14 11:48-0500\n"
9+
"PO-Revision-Date: 2020-12-04 18:33+0000\n"
1010
"Last-Translator: vkuthan <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
1212
"Language: cs\n"
@@ -22,7 +22,7 @@ msgid ""
2222
"Code done running. Waiting for reload.\n"
2323
msgstr ""
2424
"\n"
25-
"Kód byl dokončen. Čekám na opětovné načtení.\n"
25+
"Kód byl dokončen. Čekám na opětovné nahrání.\n"
2626

2727
#: supervisor/shared/safe_mode.c
2828
msgid ""
@@ -58,23 +58,23 @@ msgstr "%d adresní piny a %d rgb piny označují výšku %d, nikoli %d"
5858

5959
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
6060
msgid "%q failure: %d"
61-
msgstr ""
61+
msgstr "Selhání %q: %d"
6262

6363
#: shared-bindings/microcontroller/Pin.c
6464
msgid "%q in use"
65-
msgstr "%q se nyní používá"
65+
msgstr "Používá se %q"
6666

6767
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
6868
#: ports/cxd56/common-hal/pulseio/PulseIn.c
6969
#: ports/nrf/common-hal/pulseio/PulseIn.c
7070
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
7171
#: py/objstrunicode.c
7272
msgid "%q index out of range"
73-
msgstr "%q index je mimo rozsah"
73+
msgstr "Index %q je mimo rozsah"
7474

7575
#: py/obj.c
7676
msgid "%q indices must be integers, not %q"
77-
msgstr "%q indexy musí být celá čísla, ne %q"
77+
msgstr "Indexy %q musí být celá čísla, ne %q"
7878

7979
#: shared-bindings/vectorio/Polygon.c
8080
msgid "%q list must be a list"
@@ -90,35 +90,35 @@ msgstr "%q musí být >= 0"
9090
#: shared-bindings/memorymonitor/AllocationAlarm.c
9191
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
9292
msgid "%q must be >= 1"
93-
msgstr " %q musí být > = 1"
93+
msgstr "%q musí být > = 1"
9494

9595
#: shared-module/vectorio/Polygon.c
9696
msgid "%q must be a tuple of length 2"
97-
msgstr " %q musí být n-tice délky 2"
97+
msgstr "%q musí být n-tice délky 2"
9898

9999
#: shared-bindings/canio/Match.c
100100
msgid "%q out of range"
101101
msgstr "%q je mimo rozsah"
102102

103103
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
104104
msgid "%q pin invalid"
105-
msgstr ""
105+
msgstr "Pin %q není platný"
106106

107107
#: shared-bindings/fontio/BuiltinFont.c
108108
msgid "%q should be an int"
109-
msgstr " %q by měl být int"
109+
msgstr "%q by měl být int"
110110

111111
#: py/bc.c py/objnamedtuple.c
112112
msgid "%q() takes %d positional arguments but %d were given"
113-
msgstr ""
113+
msgstr "%q() vyžaduje %d pozičních argumentů, ale %d jich bylo zadáno"
114114

115115
#: py/argcheck.c
116116
msgid "'%q' argument required"
117-
msgstr ""
117+
msgstr "Je vyžadován argument '%q'"
118118

119119
#: py/runtime.c
120120
msgid "'%q' object cannot assign attribute '%q'"
121-
msgstr ""
121+
msgstr "'%q' nemůže přiřadit atribut '%q'"
122122

123123
#: py/proto.c
124124
msgid "'%q' object does not support '%q'"
@@ -392,7 +392,7 @@ msgstr ""
392392
msgid "Array must contain halfwords (type 'H')"
393393
msgstr ""
394394

395-
#: shared-bindings/nvm/ByteArray.c
395+
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
396396
msgid "Array values should be single bytes."
397397
msgstr ""
398398

@@ -502,8 +502,8 @@ msgstr ""
502502
msgid "Buffer must be a multiple of 512 bytes"
503503
msgstr ""
504504

505-
#: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
506-
#: shared-bindings/busio/I2C.c
505+
#: shared-bindings/adafruit_bus_device/I2CDevice.c
506+
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
507507
msgid "Buffer must be at least length 1"
508508
msgstr ""
509509

@@ -526,7 +526,7 @@ msgstr ""
526526
msgid "Byte buffer must be 16 bytes."
527527
msgstr ""
528528

529-
#: shared-bindings/nvm/ByteArray.c
529+
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
530530
msgid "Bytes must be between 0 and 255."
531531
msgstr ""
532532

@@ -1300,7 +1300,7 @@ msgstr ""
13001300
msgid "No DMA channel found"
13011301
msgstr ""
13021302

1303-
#: shared-module/busdevice/I2CDevice.c
1303+
#: shared-module/adafruit_bus_device/I2CDevice.c
13041304
#, c-format
13051305
msgid "No I2C device at address: %x"
13061306
msgstr ""
@@ -1507,6 +1507,7 @@ msgstr ""
15071507
msgid "Pin does not have ADC capabilities"
15081508
msgstr ""
15091509

1510+
#: shared-bindings/adafruit_bus_device/SPIDevice.c
15101511
#: shared-bindings/digitalio/DigitalInOut.c
15111512
msgid "Pin is input only"
15121513
msgstr ""
@@ -1559,7 +1560,11 @@ msgid "Prefix buffer must be on the heap"
15591560
msgstr ""
15601561

15611562
#: main.c
1562-
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
1563+
msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
1564+
msgstr ""
1565+
1566+
#: main.c
1567+
msgid "Pretending to deep sleep until alarm, any key or file write.\n"
15631568
msgstr ""
15641569

15651570
#: shared-bindings/digitalio/DigitalInOut.c
@@ -1695,7 +1700,7 @@ msgstr ""
16951700
msgid "Size not supported"
16961701
msgstr ""
16971702

1698-
#: shared-bindings/nvm/ByteArray.c
1703+
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
16991704
msgid "Slice and value different lengths."
17001705
msgstr ""
17011706

@@ -1910,6 +1915,10 @@ msgstr ""
19101915
msgid "Unable to write to nvm."
19111916
msgstr ""
19121917

1918+
#: shared-bindings/alarm/SleepMemory.c
1919+
msgid "Unable to write to sleep_memory."
1920+
msgstr ""
1921+
19131922
#: ports/nrf/common-hal/_bleio/UUID.c
19141923
msgid "Unexpected nrfx uuid type"
19151924
msgstr ""
@@ -2030,6 +2039,10 @@ msgstr ""
20302039
msgid "WiFi password must be between 8 and 63 characters"
20312040
msgstr ""
20322041

2042+
#: main.c
2043+
msgid "Woken up by alarm.\n"
2044+
msgstr ""
2045+
20332046
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
20342047
msgid "Writes not supported on Characteristic"
20352048
msgstr ""
@@ -2112,7 +2125,8 @@ msgstr ""
21122125
msgid "array and index length must be equal"
21132126
msgstr ""
21142127

2115-
#: py/objarray.c shared-bindings/nvm/ByteArray.c
2128+
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
2129+
#: shared-bindings/nvm/ByteArray.c
21162130
msgid "array/bytes required on right side"
21172131
msgstr ""
21182132

@@ -3210,7 +3224,7 @@ msgid "only sample_rate=16000 is supported"
32103224
msgstr ""
32113225

32123226
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
3213-
#: shared-bindings/nvm/ByteArray.c
3227+
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
32143228
msgid "only slices with step=1 (aka None) are supported"
32153229
msgstr ""
32163230

0 commit comments

Comments
 (0)