8000 Merge pull request #4756 from weblate/weblate-circuitpython-main · michthom/circuitpython@274b2bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 274b2bf

Browse files
authored
Merge pull request adafruit#4756 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 35ee4ad + 478ce93 commit 274b2bf

17 files changed

+472
-68
lines changed

locale/ID.po

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,10 @@ msgstr "Potongan data harus mengikuti fmt chunk"
866866
msgid "Data too large for advertisement packet"
867867
msgstr "Data terlalu besar untuk paket advertisment"
868868

869+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
870+
msgid "Deep sleep pins must use a rising edge with pulldown"
871+
msgstr ""
872+
869873
#: shared-bindings/audiobusio/PDMIn.c
870874
msgid "Destination capacity is smaller than destination_length."
871875
msgstr "Kapasitas tujuan lebih kecil dari destination_length."
@@ -1695,6 +1699,10 @@ msgstr ""
16951699
"Hanya format Windows, mendukung BMP tidak dikompresi: ukuran header yang "
16961700
"diberikan adalah %d"
16971701

1702+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1703+
msgid "Only edge detection is available on this hardware"
1704+
msgstr ""
1705+
16981706
#: shared-module/displayio/OnDiskBitmap.c
16991707
#, c-format
17001708
msgid ""
@@ -1710,6 +1718,7 @@ msgstr ""
17101718

17111719
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
17121720
#: ports/nrf/common-hal/alarm/time/TimeAlarm.c
1721+
#: ports/stm/common-hal/alarm/time/TimeAlarm.c
17131722
msgid "Only one alarm.time alarm can be set."
17141723
msgstr ""
17151724

@@ -1787,6 +1796,10 @@ msgstr "Periferal sedang digunakan"
17871796
msgid "Permission denied"
17881797
msgstr "Izin ditolak"
17891798

1799+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1800+
msgid "Pin cannot wake from Deep Sleep"
1801+
msgstr ""
1802+
17901803
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
17911804
msgid "Pin count must be at least 1"
17921805
msgstr ""
@@ -1805,6 +1818,11 @@ msgstr "Jumlah pin terlalu besar"
18051818
msgid "Pin does not have ADC capabilities"
18061819
msgstr "Pin tidak mempunya kemampuan untuk ADC (Analog Digital Converter)"
18071820

1821+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1822+
#: ports/stm/common-hal/pulseio/PulseIn.c
1823+
msgid "Pin interrupt already in use"
1824+
msgstr ""
1825+
18081826
#: shared-bindings/adafruit_bus_device/SPIDevice.c
18091827
#: shared-bindings/digitalio/DigitalInOut.c
18101828
msgid "Pin is input only"
@@ -1818,10 +1836,6 @@ msgstr ""
18181836
msgid "Pin must support hardware interrupts"
18191837
msgstr "Pin harus mendukung interupsi perangkat keras"
18201838

1821-
#: ports/stm/common-hal/pulseio/PulseIn.c
1822-
msgid "Pin number already reserved by EXTI"
1823-
msgstr "Nomor pin sudah dipesan oleh EXTI"
1824-
18251839
#: shared-bindings/rgbmatrix/RGBMatrix.c
18261840
#, c-format
18271841
msgid ""
@@ -2047,6 +2061,10 @@ msgstr ""
20472061
msgid "Size not supported"
20482062
msgstr ""
20492063

2064+
#: ports/stm/common-hal/alarm/SleepMemory.c
2065+
msgid "Sleep Memory not available"
2066+
msgstr ""
2067+
20502068
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
20512069
msgid "Slice and value different lengths."
20522070
msgstr "Potongan dan nilai panjangnya berbeda."
@@ -2194,6 +2212,10 @@ msgstr "Terlalu banyak tampilan"
21942212
msgid "Total data to write is larger than %q"
21952213
msgstr ""
21962214

2215+
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
2216+
msgid "Touch alarms not available"
2217+
msgstr ""
2218+
21972219
#: py/obj.c
21982220
msgid "Traceback (most recent call last):\n"
21992221
msgstr "Traceback (bagian terakhir dari panggilan terkini):\n"
@@ -4381,6 +4403,9 @@ msgstr "zi harus berjenis float"
43814403
msgid "zi must be of shape (n_section, 2)"
43824404
msgstr ""
43834405

4406+
#~ msgid "Pin number already reserved by EXTI"
4407+
#~ msgstr "Nomor pin sudah dipesan oleh EXTI"
4408+
43844409
#~ msgid "USB Busy"
43854410
#~ msgstr "USB Sibuk"
43864411

locale/cs.po

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,10 @@ msgstr ""
849849
msgid "Data too large for advertisement packet"
850850
msgstr ""
851851

852+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
853+
msgid "Deep sleep pins must use a rising edge with pulldown"
854+
msgstr ""
855+
852856
#: shared-bindings/audiobusio/PDMIn.c
853857
msgid "Destination capacity is smaller than destination_length."
854858
msgstr ""
@@ -1673,6 +1677,10 @@ msgid ""
16731677
"Only Windows format, uncompressed BMP supported: given header size is %d"
16741678
msgstr ""
16751679

1680+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1681+
msgid "Only edge detection is available on this hardware"
1682+
msgstr ""
1683+
16761684
#: shared-module/displayio/OnDiskBitmap.c
16771685
#, c-format
16781686
msgid ""
@@ -1686,6 +1694,7 @@ msgstr ""
16861694

16871695
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
16881696
#: ports/nrf/common-hal/alarm/time/TimeAlarm.c
1697+
#: ports/stm/common-hal/alarm/time/TimeAlarm.c
16891698
msgid "Only one alarm.time alarm can be set."
16901699
msgstr ""
16911700

@@ -1761,6 +1770,10 @@ msgstr ""
17611770
msgid "Permission denied"
17621771
msgstr ""
17631772

1773+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1774+
msgid "Pin cannot wake from Deep Sleep"
1775+
msgstr ""
1776+
17641777
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
17651778
msgid "Pin count must be at least 1"
17661779
msgstr ""
@@ -1779,6 +1792,11 @@ msgstr ""
17791792
msgid "Pin does not have ADC capabilities"
17801793
msgstr ""
17811794

1795+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1796+
#: ports/stm/common-hal/pulseio/PulseIn.c
1797+
msgid "Pin interrupt already in use"
1798+
msgstr ""
1799+
17821800
#: shared-bindings/adafruit_bus_device/SPIDevice.c
17831801
#: shared-bindings/digitalio/DigitalInOut.c
17841802
msgid "Pin is input only"
@@ -1792,10 +1810,6 @@ msgstr ""
17921810
msgid "Pin must support hardware interrupts"
17931811
msgstr ""
17941812

1795-
#: ports/stm/common-hal/pulseio/PulseIn.c
1796-
msgid "Pin number already reserved by EXTI"
1797-
msgstr ""
1798-
17991813
#: shared-bindings/rgbmatrix/RGBMatrix.c
18001814
#, c-format
18011815
msgid ""
@@ -2016,6 +2030,10 @@ msgstr ""
20162030
msgid "Size not supported"
20172031
msgstr ""
20182032

2033+
#: ports/stm/common-hal/alarm/SleepMemory.c
2034+
msgid "Sleep Memory not available"
2035+
msgstr ""
2036+
20192037
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
20202038
msgid "Slice and value different lengths."
20212039
msgstr ""
@@ -2156,6 +2174,10 @@ msgstr ""
21562174
msgid "Total data to write is larger than %q"
21572175
msgstr ""
21582176

2177+
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
2178+
msgid "Touch alarms not available"
2179+
msgstr ""
2180+
21592181
#: py/obj.c
21602182
msgid "Traceback (most recent call last):\n"
21612183
msgstr ""

locale/de_DE.po

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,10 @@ msgstr "Dem fmt Block muss ein Datenblock folgen"
864864
msgid "Data too large for advertisement packet"
865865
msgstr "Zu vielen Daten für das advertisement packet"
866866

867+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
868+
msgid "Deep sleep pins must use a rising edge with pulldown"
869+
msgstr ""
870+
867871
#: shared-bindings/audiobusio/PDMIn.c
868872
msgid "Destination capacity is smaller than destination_length."
869873
msgstr "Die Zielkapazität ist kleiner als destination_length."
@@ -1698,6 +1702,10 @@ msgstr ""
16981702
"Nur Windows-Format, unkomprimiertes BMP unterstützt: die gegebene Header-"
16991703
"Größe ist %d"
17001704

1705+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1706+
msgid "Only edge detection is available on this hardware"
1707+
msgstr ""
1708+
17011709
#: shared-module/displayio/OnDiskBitmap.c
17021710
#, c-format
17031711
msgid ""
@@ -1713,6 +1721,7 @@ msgstr ""
17131721

17141722
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
17151723
#: ports/nrf/common-hal/alarm/time/TimeAlarm.c
1724+
#: ports/stm/common-hal/alarm/time/TimeAlarm.c
17161725
msgid "Only one alarm.time alarm can be set."
17171726
msgstr ""
17181727

@@ -1788,6 +1797,10 @@ msgstr ""
17881797
msgid "Permission denied"
17891798
msgstr "Zugang verweigert"
17901799

1800+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1801+
msgid "Pin cannot wake from Deep Sleep"
1802+
msgstr ""
1803+
17911804
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
17921805
msgid "Pin count must be at least 1"
17931806
msgstr ""
@@ -1806,6 +1819,11 @@ msgstr ""
18061819
msgid "Pin does not have ADC capabilities"
18071820
msgstr "Pin hat keine ADC Funktionalität"
18081821

1822+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1823+
#: ports/stm/common-hal/pulseio/PulseIn.c
1824+
msgid "Pin interrupt already in use"
1825+
msgstr ""
1826+
18091827
#: shared-bindings/adafruit_bus_device/SPIDevice.c
18101828
#: shared-bindings/digitalio/DigitalInOut.c
18111829
msgid "Pin is input only"
@@ -1819,10 +1837,6 @@ msgstr ""
18191837
msgid "Pin must support hardware interrupts"
18201838
msgstr "Pin muss Hardware-Interrupts unterstützen"
18211839

1822-
#: ports/stm/common-hal/pulseio/PulseIn.c
1823-
msgid "Pin number already reserved by EXTI"
1824-
msgstr "PIN-Nummer bereits von EXTI reserviert"
1825-
18261840
#: shared-bindings/rgbmatrix/RGBMatrix.c
18271841
#, c-format
18281842
msgid ""
@@ -2048,6 +2062,10 @@ msgstr ""
20482062
msgid "Size not supported"
20492063
msgstr ""
20502064

2065+
#: ports/stm/common-hal/alarm/SleepMemory.c
2066+
msgid "Sleep Memory not available"
2067+
msgstr ""
2068+
20512069
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
20522070
msgid "Slice and value different lengths."
20532071
msgstr "Slice und Wert (value) haben unterschiedliche Längen."
@@ -2200,6 +2218,10 @@ msgstr "Zu viele displays"
22002218
msgid "Total data to write is larger than %q"
22012219
msgstr ""
22022220

2221+
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
2222+
msgid "Touch alarms not available"
2223+
msgstr ""
2224+
22032225
#: py/obj.c
22042226
msgid "Traceback (most recent call last):\n"
22052227
msgstr "Zurückverfolgung (jüngste Aufforderung zuletzt):\n"
@@ -4424,6 +4446,9 @@ msgstr ""
44244446
msgid "zi must be of shape (n_section, 2)"
44254447
msgstr ""
44264448

4449+
#~ msgid "Pin number already reserved by EXTI"
4450+
#~ msgstr "PIN-Nummer bereits von EXTI reserviert"
4451+
44274452
#~ msgid "USB Busy"
44284453
#~ msgstr "USB beschäftigt"
44294454

locale/el.po

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,10 @@ msgstr ""
846846
msgid "Data too large for advertisement packet"
847847
msgstr ""
848848

849+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
850+
msgid "Deep sleep pins must use a rising edge with pulldown"
851+
msgstr ""
852+
849853
#: shared-bindings/audiobusio/PDMIn.c
850854
msgid "Destination capacity is smaller than destination_length."
851855
msgstr ""
@@ -1670,6 +1674,10 @@ msgid ""
16701674
"Only Windows format, uncompressed BMP supported: given header size is %d"
16711675
msgstr ""
16721676

1677+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1678+
msgid "Only edge detection is available on this hardware"
1679+
msgstr ""
1680+
16731681
#: shared-module/displayio/OnDiskBitmap.c
16741682
#, c-format
16751683
msgid ""
@@ -1683,6 +1691,7 @@ msgstr ""
16831691

16841692
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
16851693
#: ports/nrf/common-hal/alarm/time/TimeAlarm.c
1694+
#: ports/stm/common-hal/alarm/time/TimeAlarm.c
16861695
msgid "Only one alarm.time alarm can be set."
16871696
msgstr ""
16881697

@@ -1758,6 +1767,10 @@ msgstr ""
17581767
msgid "Permission denied"
17591768
msgstr ""
17601769

1770+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1771+
msgid "Pin cannot wake from Deep Sleep"
1772+
msgstr ""
1773+
17611774
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
17621775
msgid "Pin count must be at least 1"
17631776
msgstr ""
@@ -1776,6 +1789,11 @@ msgstr ""
17761789
msgid "Pin does not have ADC capabilities"
17771790
msgstr ""
17781791

1792+
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
1793+
#: ports/stm/common-hal/pulseio/PulseIn.c
1794+
msgid "Pin interrupt already in use"
1795+
msgstr ""
1796+
17791797
#: shared-bindings/adafruit_bus_device/SPIDevice.c
17801798
#: shared-bindings/digitalio/DigitalInOut.c
17811799
msgid "Pin is input only"
@@ -1789,10 +1807,6 @@ msgstr ""
17891807
msgid "Pin must support hardware interrupts"
17901808
msgstr ""
17911809

1792-
#: ports/stm/common-hal/pulseio/PulseIn.c
1793-
msgid "Pin number already reserved by EXTI"
1794-
msgstr ""
1795-
17961810
#: shared-bindings/rgbmatrix/RGBMatrix.c
17971811
#, c-format
17981812
msgid ""
@@ -2013,6 +2027,10 @@ msgstr ""
20132027
msgid "Size not supported"
20142028
msgstr ""
20152029

2030+
#: ports/stm/common-hal/alarm/SleepMemory.c
203 9666 1+
msgid "Sleep Memory not available"
2032+
msgstr ""
2033+
20162034
#: shared-bindings/alarm/SleepMemory.c shared-bindings/nvm/ByteArray.c
20172035
msgid "Slice and value different lengths."
20182036
msgstr ""
@@ -2153,6 +2171,10 @@ msgstr ""
21532171
msgid "Total data to write is larger than %q"
21542172
msgstr ""
21552173

2174+
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
2175+
msgid "Touch alarms not available"
2176+
msgstr ""
2177+
21562178
#: py/obj.c
21572179
msgid "Traceback (most recent call last):\n"
21582180
msgstr ""

0 commit comments

Comments
 (0)
0