File tree 17 files changed +4441
-6
lines changed 17 files changed +4441
-6
lines changed Original file line number Diff line number Diff line change @@ -1751,6 +1751,14 @@ msgstr ""
1751
1751
"Frekuensi PWM tidak dapat ditulis ketika variabel_frequency Salah pada "
1752
1752
"konstruksi."
1753
1753
1754
+ #: ports/raspberrypi/common-hal/countio/Counter.c
1755
+ msgid "PWM slice already in use"
1756
+ msgstr ""
1757
+
1758
+ #: ports/raspberrypi/common-hal/countio/Counter.c
1759
+ msgid "PWM slice channel A already in use"
1760
+ msgstr ""
1761
+
1754
1762
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
1755
1763
#: ports/raspberrypi/common-hal/displayio/ParallelBus.c
1756
1764
#: ports/stm/common-hal/displayio/ParallelBus.c
@@ -1788,6 +1796,10 @@ msgstr "Pin tidak mempunya kemampuan untuk ADC (Analog Digital Converter)"
1788
1796
msgid "Pin is input only"
1789
1797
msgstr ""
1790
1798
1799
+ #: ports/raspberrypi/common-hal/countio/Counter.c
1800
+ msgid "Pin must be on PWM Channel B"
1801
+ msgstr ""
1802
+
1791
1803
#: ports/atmel-samd/common-hal/countio/Counter.c
1792
1804
msgid "Pin must support hardware interrupts"
1793
1805
msgstr "Pin harus mendukung interupsi perangkat keras"
Original file line number Diff line number Diff line change @@ -1725,6 +1725,14 @@ msgid ""
1725
1725
"PWM frequency not writable when variable_frequency is False on construction."
1726
1726
msgstr ""
1727
1727
1728
+ #: ports/raspberrypi/common-hal/countio/Counter.c
1729
+ msgid "PWM slice already in use"
1730
+ msgstr ""
1731
+
1732
+ #: ports/raspberrypi/common-hal/countio/Counter.c
1733
+ msgid "PWM slice channel A already in use"
1734
+ msgstr ""
1735
+
1728
1736
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
1729
1737
#: ports/raspberrypi/common-hal/displayio/ParallelBus.c
1730
1738
#: ports/stm/common-hal/displayio/ParallelBus.c
@@ -1762,6 +1770,10 @@ msgstr ""
1762
1770
msgid "Pin is input only"
1763
1771
msgstr ""
1764
1772
1773
+ #: ports/raspberrypi/common-hal/countio/Counter.c
1774
+ msgid "Pin must be on PWM Channel B"
1775
+ msgstr ""
1776
+
1765
1777
#: ports/atmel-samd/common-hal/countio/Counter.c
1766
1778
msgid "Pin must support hardware interrupts"
1767
1779
msgstr ""
Original file line number Diff line number Diff line change @@ -1755,6 +1755,14 @@ msgid ""
1755
1755
"PWM frequency not writable when variable_frequency is False on construction."
1756
1756
msgstr "Die PWM-Frequenz ist nicht schreibbar wenn variable_Frequenz = False."
1757
1757
1758
+ #: ports/raspberrypi/common-hal/countio/Counter.c
1759
+ msgid "PWM slice already in use"
1760
+ msgstr ""
1761
+
1762
+ #: ports/raspberrypi/common-hal/countio/Counter.c
1763
+ msgid "PWM slice channel A already in use"
1764
+ msgstr ""
1765
+
1758
1766
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
1759
1767
#: ports/raspberrypi/common-hal/displayio/ParallelBus.c
1760
1768
#: ports/stm/common-hal/displayio/ParallelBus.c
@@ -1792,6 +1800,10 @@ msgstr "Pin hat keine ADC Funktionalität"
1792
1800
msgid "Pin is input only"
1793
1801
msgstr "Pin kann nur als Eingang verwendet werden"
1794
1802
1803
+ #: ports/raspberrypi/common-hal/countio/Counter.c
1804
+ msgid "Pin must be on PWM Channel B"
1805
+ msgstr ""
1806
+
1795
1807
#: ports/atmel-samd/common-hal/countio/Counter.c
1796
1808
msgid "Pin must support hardware interrupts"
1797
1809
msgstr "Pin muss Hardware-Interrupts unterstützen"
Original file line number Diff line number Diff line change @@ -1722,6 +1722,14 @@ msgid ""
1722
1722
"PWM frequency not writable when variable_frequency is False on construction."
1723
1723
msgstr ""
1724
1724
1725
+ #: ports/raspberrypi/common-hal/countio/Counter.c
1726
+ msgid "PWM slice already in use"
1727
+ msgstr ""
1728
+
1729
+ #: ports/raspberrypi/common-hal/countio/Counter.c
1730
+ msgid "PWM slice channel A already in use"
1731
+ msgstr ""
1732
+
1725
1733
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
1726
1734
#: ports/raspberrypi/common-hal/displayio/ParallelBus.c
1727
1735
#: ports/stm/common-hal/displayio/ParallelBus.c
@@ -1759,6 +1767,10 @@ msgstr ""
1759
1767
msgid "Pin is input only"
1760
1768
msgstr ""
1761
1769
1770
+ #: ports/raspberrypi/common-hal/countio/Counter.c
1771
+ msgid "Pin must be on PWM Channel B"
1772
+ msgstr ""
1773
+
1762
1774
#: ports/atmel-samd/common-hal/countio/Counter.c
1763
1775
msgid "Pin must support hardware interrupts"
1764
1776
msgstr ""
You can’t perform that action at this time.
0 commit comments