Skip to content

Commit 7655102

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 8f6baa2 commit 7655102

File tree

16 files changed

+672
-32
lines changed

16 files changed

+672
-32
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: 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-12-02 20:29+0000\n"
1010
"Last-Translator: vkuthan <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -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 ""

locale/de_DE.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: \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-11-26 03:11+0000\n"
1010
"Last-Translator: Daniel Bravo Darriba <[email protected]>\n"
1111
"Language: de_DE\n"
@@ -858,6 +858,10 @@ msgstr "Eine UUID wird erwartet"
858858
msgid "Expected an Address"
859859
msgstr "Erwartet eine Adresse"
860860

861+
#: shared-bindings/alarm/__init__.c
862+
msgid "Expected an alarm"
863+
msgstr ""
864+
861865
#: shared-module/_pixelbuf/PixelBuf.c
862866
#, c-format
863867
msgid "Expected tuple of length %d, got %d"
@@ -1008,6 +1012,10 @@ msgstr "I2C-Init-Fehler"
10081012
msgid "I2SOut not available"
10091013
msgstr "I2SOut nicht verfügbar"
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"
@@ -1469,6 +1477,10 @@ msgstr ""
14691477
"Nur monochrome, indizierte 4bpp oder 8bpp, und 16bpp oder größere BMPs "
14701478
"unterstützt: %d bpp wurden gegeben"
14711479

1480+
#: ports/esp32s2/common-hal/alarm/__init__.c
1481+
msgid "Only one alarm.time alarm can be set."
1482+
msgstr ""
1483+
14721484
#: shared-module/displayio/ColorConverter.c
14731485
msgid "Only one color can be transparent at a time"
14741486
msgstr ""
@@ -1526,6 +1538,10 @@ msgstr "Pin muss Hardware-Interrupts unterstützen"
15261538
msgid "Pin number already reserved by EXTI"
15271539
msgstr "PIN-Nummer bereits von EXTI reserviert"
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 "RS485-Inversion angegeben, wenn nicht im RS485-Modus"
15921608
msgid "RTC calibration is not supported on this board"
15931609
msgstr "Die RTC-Kalibrierung wird auf diesem Board nicht unterstützt"
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 "Eine RTC wird auf diesem Board nicht unterstützt"
15981614

@@ -1738,6 +1754,10 @@ msgstr "Stream fehlt readinto() oder write() Methode."
17381754
msgid "Supply at least one UART pin"
17391755
msgstr "Geben Sie mindestens einen UART-Pin an"
17401756

1757+
#: shared-bindings/alarm/time/TimeAlarm.c
1758+
msgid "Supply one of monotonic_time or epoch_time"
1759+
msgstr ""
1760+
17411761
#: shared-bindings/gnss/GNSS.c
17421762
msgid "System entry must be gnss.SatelliteSystem"
17431763
msgstr ""
@@ -1812,6 +1832,10 @@ msgstr "Kachelwert außerhalb der Grenzen"
18121832
msgid "Tile width must exactly divide bitmap width"
18131833
msgstr "Die Kachelbreite muss die Bitmap-Breite genau teilen"
18141834

1835+
#: shared-bindings/alarm/time/TimeAlarm.c
1836+
msgid "Time is in the past."
1837+
msgstr ""
1838+
18151839
#: ports/nrf/common-hal/_bleio/Adapter.c
18161840
#, c-format
18171841
msgid "Timeout is too long: Maximum timeout length is %d seconds"
@@ -2556,6 +2580,10 @@ msgstr "Ende des Formats wärend der Suche nach einem conversion specifier"
25562580
msgid "end_x should be an int"
25572581
msgstr "end_x sollte ein int sein"
25582582

2583+
#: shared-bindings/alarm/time/TimeAlarm.c
2584+
msgid "epoch_time not supported on this board"
2585+
msgstr ""
2586+
25592587
#: ports/nrf/common-hal/busio/UART.c
25602588
#, c-format
25612589
msgid "error = 0x%08lX"
@@ -2926,6 +2954,10 @@ msgstr "ungültige Syntax für integer mit Basis %d"
29262954
msgid "invalid syntax for number"
29272955
msgstr "ungültige Syntax für number"
29282956

2957+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
2958+
msgid "io must be rtc io"
2959+
msgstr ""
2960+
29292961
#: py/objtype.c
29302962
msgid "issubclass() arg 1 must be a class"
29312963
msgstr "issubclass() arg 1 muss eine Klasse sein"
@@ -3626,6 +3658,10 @@ msgstr "zu viele Werte zum Auspacken (erwartet %d)"
36263658
msgid "trapz is defined for 1D arrays of equal length"
36273659
msgstr ""
36283660

3661+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3662+
msgid "trigger level must be 0 or 1"
3663+
msgstr ""
3664+
36293665
#: extmod/ulab/code/linalg/linalg.c
36303666
msgid "tuple index out of range"
36313667
msgstr "Tupelindex außerhalb des Bereichs"
@@ -3772,6 +3808,10 @@ msgstr "value_count muss größer als 0 sein"
37723808
msgid "vectors must have same lengths"
37733809
msgstr "Vektoren müssen die selbe Länge haben"
37743810

3811+
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
3812+
msgid "wakeup conflict"
3813+
msgstr ""
3814+
37753815
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
37763816
msgid "watchdog not initialized"
37773817
msgstr ""

0 commit comments

Comments
 (0)