diff options
Diffstat (limited to 'locale/en_US.po')
| -rw-r--r-- | locale/en_US.po | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/locale/en_US.po b/locale/en_US.po index 58b9d4df2..3ab55e3e3 100644 --- a/locale/en_US.po +++ b/locale/en_US.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-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: 2018-07-27 11:55-0700\n" "Last-Translator: \n" "Language-Team: \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 "" |
