diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-09-20 21:53:07 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-09-20 21:53:07 -0400 |
| commit | 48e558b2d6e143817fd876ee9dfc88146617c6cd (patch) | |
| tree | 7e77e41abf4882b992a459f7f5e831791cfd846f /locale/circuitpython.pot | |
| parent | 2c15d12f2f39be2612d2105c0a2e2d4cc430020d (diff) | |
update translations
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 0a87676f1..2d52f5262 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: 2018-09-18 22:20-0400\n" +"POT-Creation-Date: 2018-09-20 21:52-0400\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" @@ -356,7 +356,7 @@ msgstr "" #: ports/atmel-samd/common-hal/busio/SPI.c:132 #: ports/atmel-samd/common-hal/busio/UART.c:119 #: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c:45 -#: ports/nrf/common-hal/busio/I2C.c:58 +#: ports/nrf/common-hal/busio/I2C.c:77 msgid "Invalid pins" msgstr "" @@ -685,6 +685,18 @@ msgstr "" msgid "AnalogOut functionality not supported" msgstr "" +#: ports/nrf/common-hal/busio/I2C.c:91 +msgid "All I2C peripherals are in use" +msgstr "" + +#: ports/nrf/common-hal/busio/SPI.c:109 +msgid "All SPI peripherals are in use" +msgstr "" + +#: ports/nrf/common-hal/busio/SPI.c:170 +msgid "Baud rate too high for this SPI peripheral" +msgstr "" + #: ports/nrf/common-hal/busio/UART.c:43 ports/nrf/common-hal/busio/UART.c:47 #: ports/nrf/common-hal/busio/UART.c:51 ports/nrf/common-hal/busio/UART.c:60 #: ports/nrf/common-hal/busio/UART.c:66 ports/nrf/common-hal/busio/UART.c:71 |
