Skip to content

Commit fb90f51

Browse files
authored
Merge pull request adafruit#3779 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 1130b80 + 03d0ec8 commit fb90f51

File tree

16 files changed

+811
-75
lines changed

16 files changed

+811
-75
lines changed

locale/ID.po

Lines changed: 49 additions & 3 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-24 15:40-0500\n"
8+
"POT-Creation-Date: 2020-11-27 23:57-0500\n"
99
"PO-Revision-Date: 2020-10-10 23:51+0000\n"
1010
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>\n"
1111
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -504,7 +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/busio/I2C.c
507+
#: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
508+
#: shared-bindings/busio/I2C.c
508509
msgid "Buffer must be at least length 1"
509510
msgstr "Penyangga harus memiliki panjang setidaknya 1"
510511

@@ -862,6 +863,10 @@ msgstr "Diharapkan sebuah UUID"
862863
msgid "Expected an Address"
863864
msgstr "Diharapkan sebuah Alamat"
864865

866+
#: shared-bindings/alarm/__init__.c
867+
msgid "Expected an alarm"
868+
msgstr ""
869+
865870
#: shared-module/_pixelbuf/PixelBuf.c
866871
#, c-format
867872
msgid "Expected tuple of length %d, got %d"
@@ -1008,6 +1013,10 @@ msgstr "Gagal Inisialisasi I2C"
10081013
msgid "I2SOut not available"
10091014
msgstr ""
10101015

1016+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
1017+
msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
1018+
msgstr ""
1019+
10111020
#: shared-bindings/aesio/aes.c
10121021
#, c-format
10131022
msgid "IV must be %d bytes long"
@@ -1308,6 +1317,11 @@ msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
13081317
msgid "No DMA channel found"
13091318
msgstr "tidak ada channel DMA ditemukan"
13101319

1320+
#: shared-module/busdevice/I2CDevice.c
1321+
#, c-format
1322+
msgid "No I2C device at address: %x"
1323+
msgstr ""
1324+
13111325
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
13121326
#: ports/stm/common-hal/busio/SPI.c
13131327
msgid "No MISO Pin"
@@ -1467,6 +1481,10 @@ msgstr ""
14671481
"Hanya monokrom, 4bpp atau 8bpp yang diindeks, dan 16bpp atau lebih yang "
14681482
"didukung: %d bpp diberikan"
14691483

1484+
#: ports/esp32s2/common-hal/alarm/__init__.c
1485+
msgid "Only one alarm.time alarm can be set."
1486+
msgstr ""
1487+
14701488
#: shared-module/displayio/ColorConverter.c
14711489
msgid "Only one color can be transparent at a time"
14721490
msgstr ""
@@ -1526,6 +1544,10 @@ msgstr "Pin harus mendukung interupsi perangkat keras"
15261544
msgid "Pin number already reserved by EXTI"
15271545
msgstr "Nomor pin sudah dipesan oleh EXTI"
15281546

1547+
#: ports/esp32s2/common-hal/alarm/__init__.c
1548+
msgid "PinAlarm not yet implemented"
1549+
msgstr ""
1550+
15291551
#: shared-bindings/rgbmatrix/RGBMatrix.c
15301552
#, c-format
15311553
msgid ""
@@ -1592,7 +1614,7 @@ msgstr "Pembalikan RS485 ditentukan saat tidak dalam mode RS485"
15921614
msgid "RTC calibration is not supported on this board"
15931615
msgstr "Kalibrasi RTC tidak didukung pada board ini"
15941616

1595-
#: shared-bindings/time/__init__.c
1617+
#: shared-bindings/alarm/time/TimeAlarm.c shared-bindings/time/__init__.c
15961618
msgid "RTC is not supported on this board"
15971619
msgstr "RTC tidak didukung di board ini"
15981620

@@ -1739,6 +1761,10 @@ msgstr "Aliran tidak menemukan metode readinto() atau write()."
17391761
msgid "Supply at least one UART pin"
17401762
msgstr "Berikan setidaknya satu pin UART"
17411763

1764+
#: shared-bindings/alarm/time/TimeAlarm.c
1765+
msgid "Supply one of monotonic_time or epoch_time"
1766+
msgstr ""
1767+
17421768
#: shared-bindings/gnss/GNSS.c
17431769
msgid "System entry must be gnss.SatelliteSystem"
17441770
msgstr ""
@@ -1806,6 +1832,10 @@ msgstr ""
18061832
msgid "Tile width must exactly divide bitmap width"
18071833
msgstr ""
18081834

1835+
#: shared-bindings/alarm/time/TimeAlarm.c
1836+
msgid "Time is in the past."
1837+
msgstr ""
1838+
18091839
#: ports/nrf/common-hal/_bleio/Adapter.c
18101840
#, c-format
18111841
msgid "Timeout is too long: Maximum timeout length is %d seconds"
@@ -2528,6 +2558,10 @@ msgstr ""
25282558
msgid "end_x should be an int"
25292559
msgstr ""
25302560

2561+
#: shared-bindings/alarm/time/TimeAlarm.c
2562+
msgid "epoch_time not supported on this board"
2563+
msgstr ""
2564+
25312565
#: ports/nrf/common-hal/busio/UART.c
25322566
#, c-format
25332567
msgid "error = 0x%08lX"
@@ -2897,6 +2931,10 @@ msgstr ""
28972931
msgid "invalid syntax for number"
28982932
msgstr ""
28992933

2934+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
2935+
msgid "io must be rtc io"
2936+
msgstr ""
2937+
29002938
#: py/objtype.c
29012939
msgid "issubclass() arg 1 must be a class"
29022940
msgstr ""
@@ -3586,6 +3624,10 @@ msgstr ""
35863624
msgid "trapz is defined for 1D arrays of equal length"
35873625
msgstr ""
35883626

3627+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3628+
msgid "trigger level must be 0 or 1"
3629+
msgstr ""
3630+
35893631
#: extmod/ulab/code/linalg/linalg.c
35903632
msgid "tuple index out of range"
35913633
msgstr ""
@@ -3728,6 +3770,10 @@ msgstr ""
37283770
msgid "vectors must have same lengths"
37293771
msgstr ""
37303772

3773+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3774+
msgid "wakeup conflict"
3775+
msgstr ""
3776+
37313777
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
37323778
msgid "watchdog not initialized"
37333779
msgstr ""

locale/cs.po

Lines changed: 62 additions & 16 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-24 15:40-0500\n"
9-
"PO-Revision-Date: 2020-11-30 18:06+0000\n"
8+
"POT-Creation-Date: 2020-11-27 23:57-0500\n"
9+
"PO-Revision-Date: 2020-12-02 20:29+0000\n"
1010
"Last-Translator: vkuthan <vit.kuthan@seznam.cz>\n"
1111
"Language-Team: LANGUAGE <LL@li.org>\n"
1212
"Language: cs\n"
@@ -122,35 +122,35 @@ msgstr ""
122122

123123
#: py/proto.c
124124
msgid "'%q' object does not support '%q'"
125-
msgstr ""
125+
msgstr "Objekt '%q' nepodporuje '%q'"
126126

127127
#: py/obj.c
128128
msgid "'%q' object does not support item assignment"
129-
msgstr ""
129+
msgstr "Objekt '%q' nepodporuje přiřazení položek"
130130

131131
#: py/obj.c
132132
msgid "'%q' object does not support item deletion"
133-
msgstr ""
133+
msgstr "Objekt '%q' nepodporuje mazání položek"
134134

135135
#: py/runtime.c
136136
msgid "'%q' object has no attribute '%q'"
137-
msgstr ""
137+
msgstr "Objekt '%q' nemá žádný atribut"
138138

139139
#: py/runtime.c
140140
msgid "'%q' object is not an iterator"
141-
msgstr ""
141+
msgstr "Objekt '%q' není iterátor"
142142

143143
#: py/objtype.c py/runtime.c
144144
msgid "'%q' object is not callable"
145-
msgstr ""
145+
msgstr "Objekt '%q' nelze volat"
146146

147147
#: py/runtime.c
148148
msgid "'%q' object is not iterable"
149-
msgstr ""
149+
msgstr "Objekt '%q' není iterovatelný"
150150

151151
#: py/obj.c
152152
msgid "'%q' object is not subscriptable"
153-
msgstr ""
153+
msgstr "Objekt '%q' nelze zapsat"
154154

155155
#: py/emitinlinethumb.c py/emitinlinextensa.c
156156
#, c-format
@@ -170,17 +170,17 @@ msgstr ""
170170
#: py/emitinlinethumb.c
171171
#, c-format
172172
msgid "'%s' expects an FPU register"
173-
msgstr ""
173+
msgstr "'%s' očekává register FPU"
174174

175175
#: py/emitinlinethumb.c
176176
#, c-format
177177
msgid "'%s' expects an address of the form [a, b]"
178-
msgstr ""
178+
msgstr "'%s' očekává adresu ve formátu [a, b]"
179179

180180
#: py/emitinlinethumb.c py/emitinlinextensa.c
181181
#, c-format
182182
msgid "'%s' expects an integer"
183-
msgstr ""
183+
msgstr "'%s' očekává integer (celé číslo)"
184184

185185
#: py/emitinlinethumb.c
186186
#, c-format
@@ -190,7 +190,7 @@ msgstr ""
190190
#: py/emitinlinethumb.c
191191
#, c-format
192192
msgid "'%s' expects {r0, r1, ...}"
193-
msgstr ""
193+
msgstr "'%s' očekává {r0, r1, ...}"
194194

195195
#: py/emitinlinextensa.c
196196
#, c-format
@@ -502,7 +502,8 @@ msgstr ""
502502
msgid "Buffer must be a multiple of 512 bytes"
503503
msgstr ""
504504

505-
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
505+
#: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
506+
#: shared-bindings/busio/I2C.c
506507
msgid "Buffer must be at least length 1"
507508
msgstr ""
508509

@@ -848,6 +849,10 @@ msgstr ""
848849
msgid "Expected an Address"
849850
msgstr ""
850851

852+
#: shared-bindings/alarm/__init__.c
853+
msgid "Expected an alarm"
854+
msgstr ""
855+
851856
#: shared-module/_pixelbuf/PixelBuf.c
852857
#, c-format
853858
msgid "Expected tuple of length %d, got %d"
@@ -993,6 +998,10 @@ msgstr ""
993998
msgid "I2SOut not available"
994999
msgstr ""
9951000

1001+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
1002+
msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
1003+
msgstr ""
1004+
9961005
#: shared-bindings/aesio/aes.c
9971006
#, c-format
9981007
msgid "IV must be %d bytes long"
@@ -1291,6 +1300,11 @@ msgstr ""
12911300
msgid "No DMA channel found"
12921301
msgstr ""
12931302

1303+
#: shared-module/busdevice/I2CDevice.c
1304+
#, c-format
1305+
msgid "No I2C device at address: %x"
1306+
msgstr ""
1307+
12941308
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
12951309
#: ports/stm/common-hal/busio/SPI.c
12961310
msgid "No MISO Pin"
@@ -1444,6 +1458,10 @@ msgid ""
14441458
"%d bpp given"
14451459
msgstr ""
14461460

1461+
#: ports/esp32s2/common-hal/alarm/__init__.c
1462+
msgid "Only one alarm.time alarm can be set."
1463+
msgstr ""
1464+
14471465
#: shared-module/displayio/ColorConverter.c
14481466
msgid "Only one color can be transparent at a time"
14491467
msgstr ""
@@ -1501,6 +1519,10 @@ msgstr ""
15011519
msgid "Pin number already reserved by EXTI"
15021520
msgstr ""
15031521

1522+
#: ports/esp32s2/common-hal/alarm/__init__.c
1523+
msgid "PinAlarm not yet implemented"
1524+
msgstr ""
1525+
15041526
#: shared-bindings/rgbmatrix/RGBMatrix.c
15051527
#, c-format
15061528
msgid ""
@@ -1562,7 +1584,7 @@ msgstr ""
15621584
msgid "RTC calibration is not supported on this board"
15631585
msgstr ""
15641586

1565-
#: shared-bindings/time/__init__.c
1587+
#: shared-bindings/alarm/time/TimeAlarm.c shared-bindings/time/__init__.c
15661588
msgid "RTC is not supported on this board"
15671589
msgstr ""
15681590

@@ -1708,6 +1730,10 @@ msgstr ""
17081730
msgid "Supply at least one UART pin"
17091731
msgstr ""
17101732

1733+
#: shared-bindings/alarm/time/TimeAlarm.c
1734+
msgid "Supply one of monotonic_time or epoch_time"
1735+
msgstr ""
1736+
17111737
#: shared-bindings/gnss/GNSS.c
17121738
msgid "System entry must be gnss.SatelliteSystem"
17131739
msgstr ""
@@ -1771,6 +1797,10 @@ msgstr ""
17711797
msgid "Tile width must exactly divide bitmap width"
17721798
msgstr ""
17731799

1800+
#: shared-bindings/alarm/time/TimeAlarm.c
1801+
msgid "Time is in the past."
1802+
msgstr ""
1803+
17741804
#: ports/nrf/common-hal/_bleio/Adapter.c
17751805
#, c-format
17761806
msgid "Timeout is too long: Maximum timeout length is %d seconds"
@@ -2485,6 +2515,10 @@ msgstr ""
24852515
msgid "end_x should be an int"
24862516
msgstr ""
24872517

2518+
#: shared-bindings/alarm/time/TimeAlarm.c
2519+
msgid "epoch_time not supported on this board"
2520+
msgstr ""
2521+
24882522
#: ports/nrf/common-hal/busio/UART.c
24892523
#, c-format
24902524
msgid "error = 0x%08lX"
@@ -2854,6 +2888,10 @@ msgstr ""
28542888
msgid "invalid syntax for number"
28552889
msgstr ""
28562890

2891+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
2892+
msgid "io must be rtc io"
2893+
msgstr ""
2894+
28572895
#: py/objtype.c
28582896
msgid "issubclass() arg 1 must be a class"
28592897
msgstr ""
@@ -3541,6 +3579,10 @@ msgstr ""
35413579
msgid "trapz is defined for 1D arrays of equal length"
35423580
msgstr ""
35433581

3582+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3583+
msgid "trigger level must be 0 or 1"
3584+
msgstr ""
3585+
35443586
#: extmod/ulab/code/linalg/linalg.c
35453587
msgid "tuple index out of range"
35463588
msgstr ""
@@ -3683,6 +3725,10 @@ msgstr ""
36833725
msgid "vectors must have same lengths"
36843726
msgstr ""
36853727

3728+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3729+
msgid "wakeup conflict"
3730+
msgstr ""
3731+
36863732
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
36873733
msgid "watchdog not initialized"
36883734
msgstr ""

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy