Skip to content

Commit c7749a5

Browse files
committed
Merge branch 'origin/main' into Weblate.
2 parents 9b3186b + 51fd678 commit c7749a5

File tree

16 files changed

+699
-59
lines changed

16 files changed

+699
-59
lines changed

locale/ID.po

Lines changed: 42 additions & 2 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 <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -862,6 +862,10 @@ msgstr "Diharapkan sebuah UUID"
862862
msgid "Expected an Address"
863863
msgstr "Diharapkan sebuah Alamat"
864864

865+
#: shared-bindings/alarm/__init__.c
866+
msgid "Expected an alarm"
867+
msgstr ""
868+
865869
#: shared-module/_pixelbuf/PixelBuf.c
866870
#, c-format
867871
msgid "Expected tuple of length %d, got %d"
@@ -1008,6 +1012,10 @@ msgstr "Gagal Inisialisasi I2C"
10081012
msgid "I2SOut not available"
10091013
msgstr ""
10101014

1015+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
1016+
msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
1017+
msgstr ""
1018+
10111019
#: shared-bindings/aesio/aes.c
10121020
#, c-format
10131021
msgid "IV must be %d bytes long"
@@ -1467,6 +1475,10 @@ msgstr ""
14671475
"Hanya monokrom, 4bpp atau 8bpp yang diindeks, dan 16bpp atau lebih yang "
14681476
"didukung: %d bpp diberikan"
14691477

1478+
#: ports/esp32s2/common-hal/alarm/__init__.c
1479+
msgid "Only one alarm.time alarm can be set."
1480+
msgstr ""
1481+
14701482
#: shared-module/displayio/ColorConverter.c
14711483
msgid "Only one color can be transparent at a time"
14721484
msgstr ""
@@ -1526,6 +1538,10 @@ msgstr "Pin harus mendukung interupsi perangkat keras"
15261538
msgid "Pin number already reserved by EXTI"
15271539
msgstr "Nomor pin sudah dipesan oleh EXTI"
15281540

1541+
#: ports/esp32s2/common-hal/alarm/__init__.c
1542+
msgid "PinAlarm not yet implemented"
1543+
msgstr ""
1544+
15291545
#: shared-bindings/rgbmatrix/RGBMatrix.c
15301546
#, c-format
15311547
msgid ""
@@ -1592,7 +1608,7 @@ msgstr "Pembalikan RS485 ditentukan saat tidak dalam mode RS485"
15921608
msgid "RTC calibration is not supported on this board"
15931609
msgstr "Kalibrasi RTC tidak didukung pada board ini"
15941610

1595-
#: shared-bindings/time/__init__.c
1611+
#: shared-bindings/alarm/time/TimeAlarm.c shared-bindings/time/__init__.c
15961612
msgid "RTC is not supported on this board"
15971613
msgstr "RTC tidak didukung di board ini"
15981614

@@ -1739,6 +1755,10 @@ msgstr "Aliran tidak menemukan metode readinto() atau write()."
17391755
msgid "Supply at least one UART pin"
17401756
msgstr "Berikan setidaknya satu pin UART"
17411757

1758+
#: shared-bindings/alarm/time/TimeAlarm.c
1759+
msgid "Supply one of monotonic_time or epoch_time"
1760+
msgstr ""
1761+
17421762
#: shared-bindings/gnss/GNSS.c
17431763
msgid "System entry must be gnss.SatelliteSystem"
17441764
msgstr ""
@@ -1806,6 +1826,10 @@ msgstr ""
18061826
msgid "Tile width must exactly divide bitmap width"
18071827
msgstr ""
18081828

1829+
#: shared-bindings/alarm/time/TimeAlarm.c
1830+
msgid "Time is in the past."
1831+
msgstr ""
1832+
18091833
#: ports/nrf/common-hal/_bleio/Adapter.c
18101834
#, c-format
18111835
msgid "Timeout is too long: Maximum timeout length is %d seconds"
@@ -2528,6 +2552,10 @@ msgstr ""
25282552
msgid "end_x should be an int"
25292553
msgstr ""
25302554

2555+
#: shared-bindings/alarm/time/TimeAlarm.c
2556+
msgid "epoch_time not supported on this board"
2557+
msgstr ""
2558+
25312559
#: ports/nrf/common-hal/busio/UART.c
25322560
#, c-format
25332561
msgid "error = 0x%08lX"
@@ -2897,6 +2925,10 @@ msgstr ""
28972925
msgid "invalid syntax for number"
28982926
msgstr ""
28992927

2928+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
2929+
msgid "io must be rtc io"
2930+
msgstr ""
2931+
29002932
#: py/objtype.c
29012933
msgid "issubclass() arg 1 must be a class"
29022934
msgstr ""
@@ -3586,6 +3618,10 @@ msgstr ""
35863618
msgid "trapz is defined for 1D arrays of equal length"
35873619
msgstr ""
35883620

3621+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3622+
msgid "trigger level must be 0 or 1"
3623+
msgstr ""
3624+
35893625
#: extmod/ulab/code/linalg/linalg.c
35903626
msgid "tuple index out of range"
35913627
msgstr ""
@@ -3728,6 +3764,10 @@ msgstr ""
37283764
msgid "vectors must have same lengths"
37293765
msgstr ""
37303766

3767+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3768+
msgid "wakeup conflict"
3769+
msgstr ""
3770+
37313771
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
37323772
msgid "watchdog not initialized"
37333773
msgstr ""

locale/cs.po

Lines changed: 55 additions & 15 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 <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\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
@@ -848,6 +848,10 @@ msgstr ""
848848
msgid "Expected an Address"
849849
msgstr ""
850850

851+
#: shared-bindings/alarm/__init__.c
852+
msgid "Expected an alarm"
853+
msgstr ""
854+
851855
#: shared-module/_pixelbuf/PixelBuf.c
852856
#, c-format
853857
msgid "Expected tuple of length %d, got %d"
@@ -993,6 +997,10 @@ msgstr ""
993997
msgid "I2SOut not available"
994998
msgstr ""
995999

1000+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
1001+
msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
1002+
msgstr ""
1003+
9961004
#: shared-bindings/aesio/aes.c
9971005
#, c-format
9981006
msgid "IV must be %d bytes long"
@@ -1444,6 +1452,10 @@ msgid ""
14441452
"%d bpp given"
14451453
msgstr ""
14461454

1455+
#: ports/esp32s2/common-hal/alarm/__init__.c
1456+
msgid "Only one alarm.time alarm can be set."
1457+
msgstr ""
1458+
14471459
#: shared-module/displayio/ColorConverter.c
14481460
msgid "Only one color can be transparent at a time"
14491461
msgstr ""
@@ -1501,6 +1513,10 @@ msgstr ""
15011513
msgid "Pin number already reserved by EXTI"
15021514
msgstr ""
15031515

1516+
#: ports/esp32s2/common-hal/alarm/__init__.c
1517+
msgid "PinAlarm not yet implemented"
1518+
msgstr ""
1519+
15041520
#: shared-bindings/rgbmatrix/RGBMatrix.c
15051521
#, c-format
15061522
msgid ""
@@ -1562,7 +1578,7 @@ msgstr ""
15621578
msgid "RTC calibration is not supported on this board"
15631579
msgstr ""
15641580

1565-
#: shared-bindings/time/__init__.c
1581+
#: shared-bindings/alarm/time/TimeAlarm.c shared-bindings/time/__init__.c
15661582
msgid "RTC is not supported on this board"
15671583
msgstr ""
15681584

@@ -1708,6 +1724,10 @@ msgstr ""
17081724
msgid "Supply at least one UART pin"
17091725
msgstr ""
17101726

1727+
#: shared-bindings/alarm/time/TimeAlarm.c
1728+
msgid "Supply one of monotonic_time or epoch_time"
1729+
msgstr ""
1730+
17111731
#: shared-bindings/gnss/GNSS.c
17121732
msgid "System entry must be gnss.SatelliteSystem"
17131733
msgstr ""
@@ -1771,6 +1791,10 @@ msgstr ""
17711791
msgid "Tile width must exactly divide bitmap width"
17721792
msgstr ""
17731793

1794+
#: shared-bindings/alarm/time/TimeAlarm.c
1795+
msgid "Time is in the past."
1796+
msgstr ""
1797+
17741798
#: ports/nrf/common-hal/_bleio/Adapter.c
17751799
#, c-format
17761800
msgid "Timeout is too long: Maximum timeout length is %d seconds"
@@ -2485,6 +2509,10 @@ msgstr ""
24852509
msgid "end_x should be an int"
24862510
msgstr ""
24872511

2512+
#: shared-bindings/alarm/time/TimeAlarm.c
2513+
msgid "epoch_time not supported on this board"
2514+
msgstr ""
2515+
24882516
#: ports/nrf/common-hal/busio/UART.c
24892517
#, c-format
24902518
msgid "error = 0x%08lX"
@@ -2854,6 +2882,10 @@ msgstr ""
28542882
msgid "invalid syntax for number"
28552883
msgstr ""
28562884

2885+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
2886+
msgid "io must be rtc io"
2887+
msgstr ""
2888+
28572889
#: py/objtype.c
28582890
msgid "issubclass() arg 1 must be a class"
28592891
msgstr ""
@@ -3541,6 +3573,10 @@ msgstr ""
35413573
msgid "trapz is defined for 1D arrays of equal length"
35423574
msgstr ""
35433575

3576+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3577+
msgid "trigger level must be 0 or 1"
3578+
msgstr ""
3579+
35443580
#: extmod/ulab/code/linalg/linalg.c
35453581
msgid "tuple index out of range"
35463582
msgstr ""
@@ -3683,6 +3719,10 @@ msgstr ""
36833719
msgid "vectors must have same lengths"
36843720
msgstr ""
36853721

3722+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3723+
msgid "wakeup conflict"
3724+
msgstr ""
3725+
36863726
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
36873727
msgid "watchdog not initialized"
36883728
msgstr ""

0 commit comments

Comments
 (0)