summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-08-20 09:39:11 -0700
committerScott Shawcroft <scott@tannewt.org>2018-08-20 09:39:11 -0700
commit4c5a2380d00aec6941f5f5ffeca531668aa03e32 (patch)
treec2491adecd9043d4913238a19309a09832a763a8 /locale/circuitpython.pot
parent867a9c551f9cae41086030582ed690cabedca2d6 (diff)
Update translations
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot23
1 files changed, 18 insertions, 5 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 173f80881..4434a0018 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-08-16 14:36-0700\n"
+"POT-Creation-Date: 2018-08-20 09:37-0700\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"
@@ -348,22 +348,23 @@ msgstr ""
msgid "All event channels in use"
msgstr ""
-#: ports/atmel-samd/common-hal/busio/I2C.c:45
+#: ports/atmel-samd/common-hal/busio/I2C.c:71
msgid "Not enough pins available"
msgstr ""
-#: ports/atmel-samd/common-hal/busio/I2C.c:76
+#: ports/atmel-samd/common-hal/busio/I2C.c:78
#: 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
msgid "Invalid pins"
msgstr ""
-#: ports/atmel-samd/common-hal/busio/I2C.c:99
+#: ports/atmel-samd/common-hal/busio/I2C.c:101
msgid "SDA or SCL needs a pull up"
msgstr ""
-#: ports/atmel-samd/common-hal/busio/I2C.c:119
+#: ports/atmel-samd/common-hal/busio/I2C.c:121
msgid "Unsupported baudrate"
msgstr ""
@@ -2029,6 +2030,18 @@ msgstr ""
msgid "expected a DigitalInOut"
msgstr ""
+#: shared-bindings/i2cslave/I2CSlave.c:98
+msgid "can't convert address to int"
+msgstr ""
+
+#: shared-bindings/i2cslave/I2CSlave.c:101
+msgid "address out of bounds"
+msgstr ""
+
+#: shared-bindings/i2cslave/I2CSlave.c:107
+msgid "addresses is empty"
+msgstr ""
+
#: shared-bindings/microcontroller/Pin.c:89
#: shared-bindings/neopixel_write/__init__.c:67
#: shared-bindings/pulseio/PulseOut.c:75