Skip to content

Commit

Permalink
Merge pull request #4317 from weblate/weblate-circuitpython-main
Browse files Browse the repository at this point in the history
Translations update from Weblate
  • Loading branch information
dhalbert authored Mar 4, 2021
2 parents b71f3e1 + cca7679 commit dca2989
Show file tree
Hide file tree
Showing 17 changed files with 4,441 additions and 6 deletions.
12 changes: 12 additions & 0 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -1751,6 +1751,14 @@ msgstr ""
"Frekuensi PWM tidak dapat ditulis ketika variabel_frequency Salah pada "
"konstruksi."

#: ports/raspberrypi/common-hal/countio/Counter.c
msgid "PWM slice already in use"
msgstr ""

#: ports/raspberrypi/common-hal/countio/Counter.c
msgid "PWM slice channel A already in use"
msgstr ""

#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
#: ports/raspberrypi/common-hal/displayio/ParallelBus.c
#: ports/stm/common-hal/displayio/ParallelBus.c
Expand Down Expand Up @@ -1788,6 +1796,10 @@ msgstr "Pin tidak mempunya kemampuan untuk ADC (Analog Digital Converter)"
msgid "Pin is input only"
msgstr ""

#: ports/raspberrypi/common-hal/countio/Counter.c
msgid "Pin must be on PWM Channel B"
msgstr ""

#: ports/atmel-samd/common-hal/countio/Counter.c
msgid "Pin must support hardware interrupts"
msgstr "Pin harus mendukung interupsi perangkat keras"
Expand Down
12 changes: 12 additions & 0 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,14 @@ msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""

#: ports/raspberrypi/common-hal/countio/Counter.c
msgid "PWM slice already in use"
msgstr ""

#: ports/raspberrypi/common-hal/countio/Counter.c
msgid "PWM slice channel A already in use"
msgstr ""

#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
#: ports/raspberrypi/common-hal/displayio/ParallelBus.c
#: ports/stm/common-hal/displayio/ParallelBus.c
Expand Down Expand Up @@ -1762,6 +1770,10 @@ msgstr ""
msgid "Pin is input only"
msgstr ""

#: ports/raspberrypi/common-hal/countio/Counter.c
msgid "Pin must be on PWM Channel B"
msgstr ""

#: ports/atmel-samd/common-hal/countio/Counter.c
msgid "Pin must support hardware interrupts"
msgstr ""
Expand Down
12 changes: 12 additions & 0 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -1755,6 +1755,14 @@ msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr "Die PWM-Frequenz ist nicht schreibbar wenn variable_Frequenz = False."

#: ports/raspberrypi/common-hal/countio/Counter.c
msgid "PWM slice already in use"
msgstr ""

#: ports/raspberrypi/common-hal/countio/Counter.c
msgid "PWM slice channel A already in use"
msgstr ""

#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
#: ports/raspberrypi/common-hal/displayio/ParallelBus.c
#: ports/stm/common-hal/displayio/ParallelBus.c
Expand Down Expand Up @@ -1792,6 +1800,10 @@ msgstr "Pin hat keine ADC Funktionalität"
msgid "Pin is input only"
msgstr "Pin kann nur als Eingang verwendet werden"

#: ports/raspberrypi/common-hal/countio/Counter.c
msgid "Pin must be on PWM Channel B"
msgstr ""

#: ports/atmel-samd/common-hal/countio/Counter.c
msgid "Pin must support hardware interrupts"
msgstr "Pin muss Hardware-Interrupts unterstützen"
Expand Down
12 changes: 12 additions & 0 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -1722,6 +1722,14 @@ msgid ""
"PWM frequency not writable when variable_frequency is False on construction."
msgstr ""

#: ports/raspberrypi/common-hal/countio/Counter.c
msgid "PWM slice already in use"
msgstr ""

#: ports/raspberrypi/common-hal/countio/Counter.c
msgid "PWM slice channel A already in use"
msgstr ""

#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
#: ports/raspberrypi/common-hal/displayio/ParallelBus.c
#: ports/stm/common-hal/displayio/ParallelBus.c
Expand Down Expand Up @@ -1759,6 +1767,10 @@ msgstr ""
msgid "Pin is input only"
msgstr ""

#: ports/raspberrypi/common-hal/countio/Counter.c
msgid "Pin must be on PWM Channel B"
msgstr ""

#: ports/atmel-samd/common-hal/countio/Counter.c
msgid "Pin must support hardware interrupts"
msgstr ""
Expand Down
Loading

0 comments on commit dca2989

Please sign in to comment.