summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-02-12 22:34:05 -0500
committerDan Halbert <halbert@halwitz.org>2019-02-12 22:34:05 -0500
commite92d90ce9cd93454d2c4301a18d49b980e32c65e (patch)
treef60e554cb3e3c9bde2d3e2ba9eb199900cdde71d /locale
parent66b0c67f54e76171b974a881776f9c3c2f30c5e7 (diff)
Add second UARTE to busio.UART. Init uarts on startup.
Diffstat (limited to 'locale')
-rw-r--r--locale/ID.po32
-rw-r--r--locale/circuitpython.pot28
-rw-r--r--locale/de_DE.po32
-rw-r--r--locale/en_US.po28
-rw-r--r--locale/es.po32
-rw-r--r--locale/fil.po32
-rw-r--r--locale/fr.po34
-rw-r--r--locale/it_IT.po34
-rw-r--r--locale/pt_BR.po32
9 files changed, 138 insertions, 146 deletions
diff --git a/locale/ID.po b/locale/ID.po
index cf0b40e0a..83a8ea2b4 100644
--- a/locale/ID.po
+++ b/locale/ID.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-12 15:01-0800\n"
+"POT-Creation-Date: 2019-02-12 22:32-0500\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"
@@ -347,12 +347,12 @@ msgid "bytes > 8 bits not supported"
msgstr "byte > 8 bit tidak didukung"
#: ports/atmel-samd/common-hal/busio/UART.c:73
-#: ports/nrf/common-hal/busio/UART.c:91
+#: ports/nrf/common-hal/busio/UART.c:149
msgid "tx and rx cannot both be None"
msgstr "tx dan rx keduanya tidak boleh kosong"
#: ports/atmel-samd/common-hal/busio/UART.c:146
-#: ports/nrf/common-hal/busio/UART.c:132
+#: ports/nrf/common-hal/busio/UART.c:188
msgid "Failed to allocate RX buffer"
msgstr "Gagal untuk mengalokasikan buffer RX"
@@ -361,12 +361,12 @@ msgid "Could not initialize UART"
msgstr "Tidak dapat menginisialisasi UART"
#: ports/atmel-samd/common-hal/busio/UART.c:241
-#: ports/nrf/common-hal/busio/UART.c:174
+#: ports/nrf/common-hal/busio/UART.c:230
msgid "No RX pin"
msgstr "Tidak pin RX"
#: ports/atmel-samd/common-hal/busio/UART.c:300
-#: ports/nrf/common-hal/busio/UART.c:209
+#: ports/nrf/common-hal/busio/UART.c:265
msgid "No TX pin"
msgstr "Tidak ada pin TX"
@@ -850,27 +850,24 @@ msgstr "Semua perangkat I2C sedang digunakan"
msgid "All SPI peripherals are in use"
msgstr "Semua perangkat SPI sedang digunakan"
-#: ports/nrf/common-hal/busio/UART.c:49
+#: ports/nrf/common-hal/busio/UART.c:47
#, c-format
msgid "error = 0x%08lX"
msgstr "error = 0x%08lX"
-#: ports/nrf/common-hal/busio/UART.c:95
+#: ports/nrf/common-hal/busio/UART.c:145
+#, fuzzy
+msgid "All UART peripherals are in use"
+msgstr "Semua perangkat I2C sedang digunakan"
+
+#: ports/nrf/common-hal/busio/UART.c:153
msgid "Invalid buffer size"
msgstr "Ukuran buffer tidak valid"
-#: ports/nrf/common-hal/busio/UART.c:99
+#: ports/nrf/common-hal/busio/UART.c:157
msgid "Odd parity is not supported"
msgstr "Parity ganjil tidak didukung"
-#: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339
-#: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349
-#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
-#: ports/nrf/common-hal/busio/UART.c:365 ports/nrf/common-hal/busio/UART.c:369
-#: ports/nrf/common-hal/busio/UART.c:377
-msgid "busio.UART not available"
-msgstr "busio.UART tidak tersedia"
-
#: ports/nrf/common-hal/microcontroller/Processor.c:48
#, fuzzy
msgid "Cannot get temperature"
@@ -2880,3 +2877,6 @@ msgstr ""
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
#~ msgstr ""
#~ "Silahkan taruh masalah disini dengan isi dari CIRCUITPY drive: anda \n"
+
+#~ msgid "busio.UART not available"
+#~ msgstr "busio.UART tidak tersedia"
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 316766572..f9c0263c0 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: 2019-02-12 15:01-0800\n"
+"POT-Creation-Date: 2019-02-12 22:32-0500\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"
@@ -340,12 +340,12 @@ msgid "bytes > 8 bits not supported"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c:73
-#: ports/nrf/common-hal/busio/UART.c:91
+#: ports/nrf/common-hal/busio/UART.c:149
msgid "tx and rx cannot both be None"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c:146
-#: ports/nrf/common-hal/busio/UART.c:132
+#: ports/nrf/common-hal/busio/UART.c:188
msgid "Failed to allocate RX buffer"
msgstr ""
@@ -354,12 +354,12 @@ msgid "Could not initialize UART"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c:241
-#: ports/nrf/common-hal/busio/UART.c:174
+#: ports/nrf/common-hal/busio/UART.c:230
msgid "No RX pin"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c:300
-#: ports/nrf/common-hal/busio/UART.c:209
+#: ports/nrf/common-hal/busio/UART.c:265
msgid "No TX pin"
msgstr ""
@@ -824,25 +824,21 @@ msgstr ""
msgid "All SPI peripherals are in use"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c:49
+#: ports/nrf/common-hal/busio/UART.c:47
#, c-format
msgid "error = 0x%08lX"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c:95
-msgid "Invalid buffer size"
+#: ports/nrf/common-hal/busio/UART.c:145
+msgid "All UART peripherals are in use"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c:99
-msgid "Odd parity is not supported"
+#: ports/nrf/common-hal/busio/UART.c:153
+msgid "Invalid buffer size"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339
-#: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349
-#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
-#: ports/nrf/common-hal/busio/UART.c:365 ports/nrf/common-hal/busio/UART.c:369
-#: ports/nrf/common-hal/busio/UART.c:377
-msgid "busio.UART not available"
+#: ports/nrf/common-hal/busio/UART.c:157
+msgid "Odd parity is not supported"
msgstr ""
#: ports/nrf/common-hal/microcontroller/Processor.c:48
diff --git a/locale/de_DE.po b/locale/de_DE.po
index c9fe9c691..509bc0488 100644
--- a/locale/de_DE.po
+++ b/locale/de_DE.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-12 15:01-0800\n"
+"POT-Creation-Date: 2019-02-12 22:32-0500\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: Sebastian Plamauer\n"
"Language-Team: \n"
@@ -345,12 +345,12 @@ msgid "bytes > 8 bits not supported"
msgstr "bytes mit mehr als 8 bits werden nicht unterstützt"
#: ports/atmel-samd/common-hal/busio/UART.c:73
-#: ports/nrf/common-hal/busio/UART.c:91
+#: ports/nrf/common-hal/busio/UART.c:149
msgid "tx and rx cannot both be None"
msgstr "tx und rx können nicht beide None sein"
#: ports/atmel-samd/common-hal/busio/UART.c:146
-#: ports/nrf/common-hal/busio/UART.c:132
+#: ports/nrf/common-hal/busio/UART.c:188
msgid "Failed to allocate RX buffer"
msgstr "Konnte keinen RX Buffer allozieren"
@@ -359,12 +359,12 @@ msgid "Could not initialize UART"
msgstr "Konnte UART nicht initialisieren"
#: ports/atmel-samd/common-hal/busio/UART.c:241
-#: ports/nrf/common-hal/busio/UART.c:174
+#: ports/nrf/common-hal/busio/UART.c:230
msgid "No RX pin"
msgstr "Kein RX Pin"
#: ports/atmel-samd/common-hal/busio/UART.c:300
-#: ports/nrf/common-hal/busio/UART.c:209
+#: ports/nrf/common-hal/busio/UART.c:265
msgid "No TX pin"
msgstr "Kein TX Pin"
@@ -833,27 +833,24 @@ msgstr "Alle I2C-Peripheriegeräte sind in Benutzung"
msgid "All SPI peripherals are in use"
msgstr "Alle SPI-Peripheriegeräte sind in Benutzung"
-#: ports/nrf/common-hal/busio/UART.c:49
+#: ports/nrf/common-hal/busio/UART.c:47
#, c-format
msgid "error = 0x%08lX"
msgstr "error = 0x%08lX"
-#: ports/nrf/common-hal/busio/UART.c:95
+#: ports/nrf/common-hal/busio/UART.c:145
+#, fuzzy
+msgid "All UART peripherals are in use"
+msgstr "Alle I2C-Peripheriegeräte sind in Benutzung"
+
+#: ports/nrf/common-hal/busio/UART.c:153
msgid "Invalid buffer size"
msgstr "Ungültige Puffergröße"
-#: ports/nrf/common-hal/busio/UART.c:99
+#: ports/nrf/common-hal/busio/UART.c:157
msgid "Odd parity is not supported"
msgstr "Ungerade Parität wird nicht unterstützt"
-#: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339
-#: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349
-#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
-#: ports/nrf/common-hal/busio/UART.c:365 ports/nrf/common-hal/busio/UART.c:369
-#: ports/nrf/common-hal/busio/UART.c:377
-msgid "busio.UART not available"
-msgstr "busio.UART nicht verfügbar"
-
#: ports/nrf/common-hal/microcontroller/Processor.c:48
msgid "Cannot get temperature"
msgstr "Kann Temperatur nicht holen"
@@ -2854,3 +2851,6 @@ msgstr ""
#~ msgid "All PWM peripherals are in use"
#~ msgstr "Alle PWM-Peripheriegeräte werden verwendet"
+
+#~ msgid "busio.UART not available"
+#~ msgstr "busio.UART nicht verfügbar"
diff --git a/locale/en_US.po b/locale/en_US.po
index 54b8577c6..327a7f5f5 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: 2019-02-12 15:01-0800\n"
+"POT-Creation-Date: 2019-02-12 22:32-0500\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -340,12 +340,12 @@ msgid "bytes > 8 bits not supported"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c:73
-#: ports/nrf/common-hal/busio/UART.c:91
+#: ports/nrf/common-hal/busio/UART.c:149
msgid "tx and rx cannot both be None"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c:146
-#: ports/nrf/common-hal/busio/UART.c:132
+#: ports/nrf/common-hal/busio/UART.c:188
msgid "Failed to allocate RX buffer"
msgstr ""
@@ -354,12 +354,12 @@ msgid "Could not initialize UART"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c:241
-#: ports/nrf/common-hal/busio/UART.c:174
+#: ports/nrf/common-hal/busio/UART.c:230
msgid "No RX pin"
msgstr ""
#: ports/atmel-samd/common-hal/busio/UART.c:300
-#: ports/nrf/common-hal/busio/UART.c:209
+#: ports/nrf/common-hal/busio/UART.c:265
msgid "No TX pin"
msgstr ""
@@ -824,25 +824,21 @@ msgstr ""
msgid "All SPI peripherals are in use"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c:49
+#: ports/nrf/common-hal/busio/UART.c:47
#, c-format
msgid "error = 0x%08lX"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c:95
-msgid "Invalid buffer size"
+#: ports/nrf/common-hal/busio/UART.c:145
+msgid "All UART peripherals are in use"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c:99
-msgid "Odd parity is not supported"
+#: ports/nrf/common-hal/busio/UART.c:153
+msgid "Invalid buffer size"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339
-#: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349
-#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
-#: ports/nrf/common-hal/busio/UART.c:365 ports/nrf/common-hal/busio/UART.c:369
-#: ports/nrf/common-hal/busio/UART.c:377
-msgid "busio.UART not available"
+#: ports/nrf/common-hal/busio/UART.c:157
+msgid "Odd parity is not supported"
msgstr ""
#: ports/nrf/common-hal/microcontroller/Processor.c:48
diff --git a/locale/es.po b/locale/es.po
index c911d85b5..8183e64ea 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-12 15:01-0800\n"
+"POT-Creation-Date: 2019-02-12 22:32-0500\n"
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -346,12 +346,12 @@ msgid "bytes > 8 bits not supported"
msgstr "bytes > 8 bits no soportados"
#: ports/atmel-samd/common-hal/busio/UART.c:73
-#: ports/nrf/common-hal/busio/UART.c:91
+#: ports/nrf/common-hal/busio/UART.c:149
msgid "tx and rx cannot both be None"
msgstr "Ambos tx y rx no pueden ser None"
#: ports/atmel-samd/common-hal/busio/UART.c:146
-#: ports/nrf/common-hal/busio/UART.c:132
+#: ports/nrf/common-hal/busio/UART.c:188
msgid "Failed to allocate RX buffer"
msgstr "Ha fallado la asignación del buffer RX"
@@ -360,12 +360,12 @@ msgid "Could not initialize UART"
msgstr "No se puede inicializar la UART"
#: ports/atmel-samd/common-hal/busio/UART.c:241
-#: ports/nrf/common-hal/busio/UART.c:174
+#: ports/nrf/common-hal/busio/UART.c:230
msgid "No RX pin"
msgstr "Sin pin RX"
#: ports/atmel-samd/common-hal/busio/UART.c:300
-#: ports/nrf/common-hal/busio/UART.c:209
+#: ports/nrf/common-hal/busio/UART.c:265
msgid "No TX pin"
msgstr "Sin pin TX"
@@ -847,27 +847,24 @@ msgstr "Todos los timers están siendo usados"
msgid "All SPI peripherals are in use"
msgstr "Todos los timers están siendo usados"
-#: ports/nrf/common-hal/busio/UART.c:49
+#: ports/nrf/common-hal/busio/UART.c:47
#, c-format
msgid "error = 0x%08lX"
msgstr "error = 0x%08lx"
-#: ports/nrf/common-hal/busio/UART.c:95
+#: ports/nrf/common-hal/busio/UART.c:145
+#, fuzzy
+msgid "All UART peripherals are in use"
+msgstr "Todos los timers están siendo usados"
+
+#: ports/nrf/common-hal/busio/UART.c:153
msgid "Invalid buffer size"
msgstr "Tamaño de buffer inválido"
-#: ports/nrf/common-hal/busio/UART.c:99
+#: ports/nrf/common-hal/busio/UART.c:157
msgid "Odd parity is not supported"
msgstr "Paridad impar no soportada"
-#: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339
-#: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349
-#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
-#: ports/nrf/common-hal/busio/UART.c:365 ports/nrf/common-hal/busio/UART.c:369
-#: ports/nrf/common-hal/busio/UART.c:377
-msgid "busio.UART not available"
-msgstr "busio.UART no disponible"
-
#: ports/nrf/common-hal/microcontroller/Processor.c:48
#, fuzzy
msgid "Cannot get temperature"
@@ -2975,3 +2972,6 @@ msgstr ""
#~ msgid "Can not apply advertisement data. status: 0x%02x"
#~ msgstr "No se puede aplicar los datos de anuncio. status: 0x%02x"
+
+#~ msgid "busio.UART not available"
+#~ msgstr "busio.UART no disponible"
diff --git a/locale/fil.po b/locale/fil.po
index 187b35eb5..3adc339e6 100644
--- a/locale/fil.po
+++ b/locale/fil.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-12 15:01-0800\n"
+"POT-Creation-Date: 2019-02-12 22:32-0500\n"
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
"Last-Translator: Timothy <me@timothygarcia.ca>\n"
"Language-Team: fil\n"
@@ -344,12 +344,12 @@ msgid "bytes > 8 bits not supported"
msgstr "hindi sinusuportahan ang bytes > 8 bits"
#: ports/atmel-samd/common-hal/busio/UART.c:73
-#: ports/nrf/common-hal/busio/UART.c:91
+#: ports/nrf/common-hal/busio/UART.c:149
msgid "tx and rx cannot both be None"
msgstr "tx at rx hindi pwedeng parehas na None"
#: ports/atmel-samd/common-hal/busio/UART.c:146
-#: ports/nrf/common-hal/busio/UART.c:132
+#: ports/nrf/common-hal/busio/UART.c:188
msgid "Failed to allocate RX buffer"
msgstr "Nabigong ilaan ang RX buffer"
@@ -358,12 +358,12 @@ msgid "Could not initialize UART"
msgstr "Hindi ma-initialize ang UART"
#: ports/atmel-samd/common-hal/busio/UART.c:241
-#: ports/nrf/common-hal/busio/UART.c:174
+#: ports/nrf/common-hal/busio/UART.c:230
msgid "No RX pin"
msgstr "Walang RX pin"
#: ports/atmel-samd/common-hal/busio/UART.c:300
-#: ports/nrf/common-hal/busio/UART.c:209
+#: ports/nrf/common-hal/busio/UART.c:265
msgid "No TX pin"
msgstr "Walang TX pin"
@@ -848,27 +848,24 @@ msgstr "Lahat ng I2C peripherals ginagamit"
msgid "All SPI peripherals are in use"
msgstr "Lahat ng SPI peripherals ay ginagamit"
-#: ports/nrf/common-hal/busio/UART.c:49
+#: ports/nrf/common-hal/busio/UART.c:47
#, c-format
msgid "error = 0x%08lX"
msgstr "error = 0x%08lX"
-#: ports/nrf/common-hal/busio/UART.c:95
+#: ports/nrf/common-hal/busio/UART.c:145
+#, fuzzy
+msgid "All UART peripherals are in use"
+msgstr "Lahat ng I2C peripherals ginagamit"
+
+#: ports/nrf/common-hal/busio/UART.c:153
msgid "Invalid buffer size"
msgstr "Mali ang buffer size"
-#: ports/nrf/common-hal/busio/UART.c:99
+#: ports/nrf/common-hal/busio/UART.c:157
msgid "Odd parity is not supported"
msgstr "Odd na parity ay hindi supportado"
-#: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339
-#: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349
-#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
-#: ports/nrf/common-hal/busio/UART.c:365 ports/nrf/common-hal/busio/UART.c:369
-#: ports/nrf/common-hal/busio/UART.c:377
-msgid "busio.UART not available"
-msgstr "busio.UART hindi available"
-
#: ports/nrf/common-hal/microcontroller/Processor.c:48
#, fuzzy
msgid "Cannot get temperature"
@@ -2981,3 +2978,6 @@ msgstr ""
#~ msgid "Can not apply advertisement data. status: 0x%02x"
#~ msgstr "Hindi ma i-apply ang advertisement data. status: 0x%02x"
+
+#~ msgid "busio.UART not available"
+#~ msgstr "busio.UART hindi available"
diff --git a/locale/fr.po b/locale/fr.po
index b26b7da37..674ef675e 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-12 15:01-0800\n"
+"POT-Creation-Date: 2019-02-12 22:32-0500\n"
"PO-Revision-Date: 2018-12-23 20:05+0100\n"
"Last-Translator: Pierrick Couturier <arofarn@arofarn.info>\n"
"Language-Team: fr\n"
@@ -341,12 +341,12 @@ msgid "bytes > 8 bits not supported"
msgstr "octets > 8 bits non supporté"
#: ports/atmel-samd/common-hal/busio/UART.c:73
-#: ports/nrf/common-hal/busio/UART.c:91
+#: ports/nrf/common-hal/busio/UART.c:149
msgid "tx and rx cannot both be None"
msgstr "tx et rx ne peuvent être None tous les deux"
#: ports/atmel-samd/common-hal/busio/UART.c:146
-#: ports/nrf/common-hal/busio/UART.c:132
+#: ports/nrf/common-hal/busio/UART.c:188
msgid "Failed to allocate RX buffer"
msgstr "Echec de l'allocation du tampon RX"
@@ -355,12 +355,12 @@ msgid "Could not initialize UART"
msgstr "L'UART n'a pu être initialisé"
#: ports/atmel-samd/common-hal/busio/UART.c:241
-#: ports/nrf/common-hal/busio/UART.c:174
+#: ports/nrf/common-hal/busio/UART.c:230
msgid "No RX pin"
msgstr "Pas de broche RX"
#: ports/atmel-samd/common-hal/busio/UART.c:300
-#: ports/nrf/common-hal/busio/UART.c:209
+#: ports/nrf/common-hal/busio/UART.c:265
msgid "No TX pin"
msgstr "Pas de broche TX"
@@ -846,30 +846,26 @@ msgstr "Tous les périphériques I2C sont utilisés"
msgid "All SPI peripherals are in use"
msgstr "Tous les périphériques SPI sont utilisés"
-#: ports/nrf/common-hal/busio/UART.c:49
+#: ports/nrf/common-hal/busio/UART.c:47
#, c-format
msgid "error = 0x%08lX"
msgstr "erreur = 0x%08lX"
-#: ports/nrf/common-hal/busio/UART.c:95
+#: ports/nrf/common-hal/busio/UART.c:145
+#, fuzzy
+msgid "All UART peripherals are in use"
+msgstr "Tous les périphériques I2C sont utilisés"
+
+#: ports/nrf/common-hal/busio/UART.c:153
#, fuzzy
msgid "Invalid buffer size"
msgstr "longueur de tampon invalide"
-#: ports/nrf/common-hal/busio/UART.c:99
+#: ports/nrf/common-hal/busio/UART.c:157
#, fuzzy
msgid "Odd parity is not supported"
msgstr "parité impaire non supportée"
-#: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339
-#: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349
-#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
-#: ports/nrf/common-hal/busio/UART.c:365 ports/nrf/common-hal/busio/UART.c:369
-#: ports/nrf/common-hal/busio/UART.c:377
-#, fuzzy
-msgid "busio.UART not available"
-msgstr "busio.UART n'est pas disponible"
-
#: ports/nrf/common-hal/microcontroller/Processor.c:48
#, fuzzy
msgid "Cannot get temperature"
@@ -3010,3 +3006,7 @@ msgstr ""
#~ msgid "Can not query for the device address."
#~ msgstr "Impossible d'obtenir l'adresse du périphérique"
+
+#, fuzzy
+#~ msgid "busio.UART not available"
+#~ msgstr "busio.UART n'est pas disponible"
diff --git a/locale/it_IT.po b/locale/it_IT.po
index b322b1017..4b797418e 100644
--- a/locale/it_IT.po
+++ b/locale/it_IT.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-12 15:01-0800\n"
+"POT-Creation-Date: 2019-02-12 22:32-0500\n"
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
"Last-Translator: Enrico Paganin <enrico.paganin@mail.com>\n"
"Language-Team: \n"
@@ -345,12 +345,12 @@ msgid "bytes > 8 bits not supported"
msgstr "byte > 8 bit non supportati"
#: ports/atmel-samd/common-hal/busio/UART.c:73
-#: ports/nrf/common-hal/busio/UART.c:91
+#: ports/nrf/common-hal/busio/UART.c:149
msgid "tx and rx cannot both be None"
msgstr "tx e rx non possono essere entrambi None"
#: ports/atmel-samd/common-hal/busio/UART.c:146
-#: ports/nrf/common-hal/busio/UART.c:132
+#: ports/nrf/common-hal/busio/UART.c:188
msgid "Failed to allocate RX buffer"
msgstr "Impossibile allocare buffer RX"
@@ -359,12 +359,12 @@ msgid "Could not initialize UART"
msgstr "Impossibile inizializzare l'UART"
#: ports/atmel-samd/common-hal/busio/UART.c:241
-#: ports/nrf/common-hal/busio/UART.c:174
+#: ports/nrf/common-hal/busio/UART.c:230
msgid "No RX pin"
msgstr "Nessun pin RX"
#: ports/atmel-samd/common-hal/busio/UART.c:300
-#: ports/nrf/common-hal/busio/UART.c:209
+#: ports/nrf/common-hal/busio/UART.c:265
msgid "No TX pin"
msgstr "Nessun pin TX"
@@ -847,30 +847,26 @@ msgstr "Tutte le periferiche I2C sono in uso"
msgid "All SPI peripherals are in use"
msgstr "Tutte le periferiche SPI sono in uso"
-#: ports/nrf/common-hal/busio/UART.c:49
+#: ports/nrf/common-hal/busio/UART.c:47
#, c-format
msgid "error = 0x%08lX"
msgstr ""
-#: ports/nrf/common-hal/busio/UART.c:95
+#: ports/nrf/common-hal/busio/UART.c:145
+#, fuzzy
+msgid "All UART peripherals are in use"
+msgstr "Tutte le periferiche I2C sono in uso"
+
+#: ports/nrf/common-hal/busio/UART.c:153
#, fuzzy
msgid "Invalid buffer size"
msgstr "lunghezza del buffer non valida"
-#: ports/nrf/common-hal/busio/UART.c:99
+#: ports/nrf/common-hal/busio/UART.c:157
#, fuzzy
msgid "Odd parity is not supported"
msgstr "operazione I2C non supportata"
-#: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339
-#: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349
-#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
-#: ports/nrf/common-hal/busio/UART.c:365 ports/nrf/common-hal/busio/UART.c:369
-#: ports/nrf/common-hal/busio/UART.c:377
-#, fuzzy
-msgid "busio.UART not available"
-msgstr "busio.UART non ancora implementato"
-
#: ports/nrf/common-hal/microcontroller/Processor.c:48
#, fuzzy
msgid "Cannot get temperature"
@@ -2975,3 +2971,7 @@ msgstr ""
#~ msgid "Can not encode UUID, to check length."
#~ msgstr "Non è possibile codificare l'UUID, lunghezza da controllare."
+
+#, fuzzy
+#~ msgid "busio.UART not available"
+#~ msgstr "busio.UART non ancora implementato"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 1817cabc2..23a504f95 100644
--- a/locale/pt_BR.po
+++ b/locale/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-12 15:01-0800\n"
+"POT-Creation-Date: 2019-02-12 22:32-0500\n"
"PO-Revision-Date: 2018-10-02 21:14-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -340,12 +340,12 @@ msgid "bytes > 8 bits not supported"
msgstr "bytes > 8 bits não suportado"
#: ports/atmel-samd/common-hal/busio/UART.c:73
-#: ports/nrf/common-hal/busio/UART.c:91
+#: ports/nrf/common-hal/busio/UART.c:149
msgid "tx and rx cannot both be None"
msgstr "TX e RX não podem ser ambos"
#: ports/atmel-samd/common-hal/busio/UART.c:146
-#: ports/nrf/common-hal/busio/UART.c:132
+#: ports/nrf/common-hal/busio/UART.c:188
msgid "Failed to allocate RX buffer"
msgstr "Falha ao alocar buffer RX"
@@ -354,12 +354,12 @@ msgid "Could not initialize UART"
msgstr "Não foi possível inicializar o UART"
#: ports/atmel-samd/common-hal/busio/UART.c:241
-#: ports/nrf/common-hal/busio/UART.c:174
+#: ports/nrf/common-hal/busio/UART.c:230
msgid "No RX pin"
msgstr "Nenhum pino RX"
#: ports/atmel-samd/common-hal/busio/UART.c:300
-#: ports/nrf/common-hal/busio/UART.c:209
+#: ports/nrf/common-hal/busio/UART.c:265
msgid "No TX pin"
msgstr "Nenhum pino TX"
@@ -836,29 +836,26 @@ msgstr "Todos os periféricos I2C estão em uso"
msgid "All SPI peripherals are in use"
msgstr "Todos os periféricos SPI estão em uso"
-#: ports/nrf/common-hal/busio/UART.c:49
+#: ports/nrf/common-hal/busio/UART.c:47
#, c-format
msgid "error = 0x%08lX"
msgstr "erro = 0x%08lX"
-#: ports/nrf/common-hal/busio/UART.c:95
+#: ports/nrf/common-hal/busio/UART.c:145
+#, fuzzy
+msgid "All UART peripherals are in use"
+msgstr "Todos os periféricos I2C estão em uso"
+
+#: ports/nrf/common-hal/busio/UART.c:153
#, fuzzy
msgid "Invalid buffer size"
msgstr "Arquivo inválido"
-#: ports/nrf/common-hal/busio/UART.c:99
+#: ports/nrf/common-hal/busio/UART.c:157
#, fuzzy
msgid "Odd parity is not supported"
msgstr "I2C operação não suportada"
-#: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339
-#: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349
-#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
-#: ports/nrf/common-hal/busio/UART.c:365 ports/nrf/common-hal/busio/UART.c:369
-#: ports/nrf/common-hal/busio/UART.c:377
-msgid "busio.UART not available"
-msgstr "busio.UART não disponível"
-
#: ports/nrf/common-hal/microcontroller/Processor.c:48
#, fuzzy
msgid "Cannot get temperature"
@@ -2888,3 +2885,6 @@ msgstr ""
#, fuzzy
#~ msgid "All PWM peripherals are in use"
#~ msgstr "Todos os temporizadores em uso"
+
+#~ msgid "busio.UART not available"
+#~ msgstr "busio.UART não disponível"