diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-03-03 20:13:53 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-03-03 20:13:53 -0600 |
| commit | da31acfcc45e5ad43c8ea515650ef16540de7fbb (patch) | |
| tree | dba7d3ef6c7099c8d79e7dde7bd42d132e435498 /locale/circuitpython.pot | |
| parent | c0bfa117661766cdc7d5a3daca88008a669b5a90 (diff) | |
| parent | e98991fd7e472f8d43ae60ad62ef1c32fd250fea (diff) | |
Merge remote-tracking branch 'origin/master' into ulab
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 9f6fee54f..5494ed932 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-02-27 11:02-0600\n" +"POT-Creation-Date: 2020-03-03 20:13-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -184,6 +184,10 @@ msgid "'align' requires 1 argument" msgstr "" #: py/compile.c +msgid "'async for' or 'async with' outside async function" +msgstr "" + +#: py/compile.c msgid "'await' outside function" msgstr "" @@ -899,10 +903,13 @@ msgstr "" #: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c #: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c #: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c -#: ports/stm32f4/common-hal/pulseio/PWMOut.c msgid "Invalid pins" msgstr "" +#: ports/stm32f4/common-hal/pulseio/PWMOut.c +msgid "Invalid pins for PWMOut" +msgstr "" + #: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c msgid "Invalid polarity" msgstr "" @@ -992,6 +999,10 @@ msgstr "" msgid "Must provide MISO or MOSI pin" msgstr "" +#: py/parse.c +msgid "Name too long" +msgstr "" + #: shared-bindings/_pixelbuf/PixelBuf.c msgid "Negative step not supported" msgstr "" @@ -1167,7 +1178,7 @@ msgid "PulseIn not yet supported" msgstr "" #: ports/stm32f4/common-hal/pulseio/PulseOut.c -msgid "PulseOut not yet supported" +msgid "PulseOut not supported on this chip" msgstr "" #: ports/stm32f4/common-hal/os/__init__.c @@ -2192,7 +2203,7 @@ msgstr "" msgid "inline assembler must be a function" msgstr "" -#: extmod/ulab/code/linalg.c +#: extmod/ulab/code/create.c msgid "input argument must be an integer or a 2-tuple" msgstr "" @@ -2515,7 +2526,7 @@ msgstr "" msgid "number of arguments must be 2, or 3" msgstr "" -#: extmod/ulab/code/numerical.c +#: extmod/ulab/code/create.c msgid "number of points must be at least 2" msgstr "" |
