diff options
| author | Jensen Kuras <jensechu@gmail.com> | 2020-10-12 20:48:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 20:48:55 -0500 |
| commit | de9ea47e8eb04abc3e237559ed815ef2dc5fc88d (patch) | |
| tree | 0dd3b0eecb19288a2f13877196122b608724f8ab /locale/circuitpython.pot | |
| parent | 337019626a8cd0632cd2a6f6bae4ae09ae26cf16 (diff) | |
| parent | 9de96786ad578b4e96e8219e48c778a1a556f0cf (diff) | |
Merge branch 'main' into color-converter-transparency
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 081e2df9f..ea29676b7 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -247,6 +247,10 @@ msgid "'return' outside function" msgstr "" #: py/compile.c +msgid "'yield from' inside async function" +msgstr "" + +#: py/compile.c msgid "'yield' outside function" msgstr "" @@ -271,6 +275,10 @@ msgstr "" msgid "A hardware interrupt channel is already in use" msgstr "" +#: ports/esp32s2/common-hal/analogio/AnalogIn.c +msgid "ADC2 is being used by WiFi" +msgstr "" + #: shared-bindings/_bleio/Address.c shared-bindings/ipaddress/IPv4Address.c #, c-format msgid "Address must be %d bytes long" @@ -1229,6 +1237,7 @@ msgid "No CCCD for this Characteristic" msgstr "" #: ports/atmel-samd/common-hal/analogio/AnalogOut.c +#: ports/esp32s2/common-hal/analogio/AnalogOut.c #: ports/stm/common-hal/analogio/AnalogOut.c msgid "No DAC on chip" msgstr "" @@ -1425,6 +1434,7 @@ msgstr "" #: ports/atmel-samd/common-hal/analogio/AnalogIn.c #: ports/cxd56/common-hal/analogio/AnalogIn.c +#: ports/esp32s2/common-hal/analogio/AnalogIn.c #: ports/mimxrt10xx/common-hal/analogio/AnalogIn.c #: ports/nrf/common-hal/analogio/AnalogIn.c #: ports/stm/common-hal/analogio/AnalogIn.c @@ -3436,6 +3446,10 @@ msgstr "" msgid "type object '%q' has no attribute '%q'" msgstr "" +#: py/objgenerator.c +msgid "type object 'generator' has no attribute '__await__'" +msgstr "" + #: py/objtype.c msgid "type takes 1 or 3 arguments" msgstr "" |
