From 48e558b2d6e143817fd876ee9dfc88146617c6cd Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Thu, 20 Sep 2018 21:53:07 -0400 Subject: [PATCH] update translations --- locale/circuitpython.pot | 16 ++++++++++++++-- locale/de_DE.po | 18 ++++++++++++++++-- locale/en_US.po | 16 ++++++++++++++-- locale/es.po | 18 ++++++++++++++++-- locale/fil.po | 18 ++++++++++++++++-- locale/fr.po | 26 ++++++++++++++++++++------ 6 files changed, 96 insertions(+), 16 deletions(-) diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 0a87676f1e..2d52f5262b 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 \n" "Language-Team: LANGUAGE \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 diff --git a/locale/de_DE.po b/locale/de_DE.po index 0ca20c3980..de47f82007 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: 2018-09-18 22:20-0400\n" +"POT-Creation-Date: 2018-09-20 21:52-0400\n" "PO-Revision-Date: 2018-07-27 11:55-0700\n" "Last-Translator: Sebastian Plamauer\n" "Language-Team: \n" @@ -365,7 +365,7 @@ msgstr "Nicht genug Pins vorhanden" #: 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 "Ungültige Pins" @@ -694,6 +694,20 @@ msgstr "" msgid "AnalogOut functionality not supported" msgstr "" +#: ports/nrf/common-hal/busio/I2C.c:91 +#, fuzzy +msgid "All I2C peripherals are in use" +msgstr "Alle timer werden benutzt" + +#: ports/nrf/common-hal/busio/SPI.c:109 +#, fuzzy +msgid "All SPI peripherals are in use" +msgstr "Alle timer werden benutzt" + +#: 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 diff --git a/locale/en_US.po b/locale/en_US.po index fed5e7b8f5..9f21e9fb5b 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: 2018-09-18 22:20-0400\n" +"POT-Creation-Date: 2018-09-20 21:52-0400\n" "PO-Revision-Date: 2018-07-27 11:55-0700\n" "Last-Translator: \n" "Language-Team: \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 diff --git a/locale/es.po b/locale/es.po index c9621a836d..b763188724 100644 --- a/locale/es.po +++ b/locale/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-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: 2018-08-24 22:56-0500\n" "Last-Translator: \n" "Language-Team: \n" @@ -372,7 +372,7 @@ msgstr "No hay suficientes pines disponibles" #: 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 "pines inválidos" @@ -703,6 +703,20 @@ msgstr "" msgid "AnalogOut functionality not supported" msgstr "" +#: ports/nrf/common-hal/busio/I2C.c:91 +#, fuzzy +msgid "All I2C peripherals are in use" +msgstr "Todos los timers estan siendo utilizados" + +#: ports/nrf/common-hal/busio/SPI.c:109 +#, fuzzy +msgid "All SPI peripherals are in use" +msgstr "Todos los timers estan siendo utilizados" + +#: 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 diff --git a/locale/fil.po b/locale/fil.po index 552d5f4940..0531d57cd7 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: 2018-09-18 22:20-0400\n" +"POT-Creation-Date: 2018-09-20 21:52-0400\n" "PO-Revision-Date: 2018-08-30 23:04-0700\n" "Last-Translator: Timothy \n" "Language-Team: fil\n" @@ -368,7 +368,7 @@ msgstr "Hindi sapat ang magagamit na pins" #: 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 "Mali ang pins" @@ -700,6 +700,20 @@ msgstr "hindi alam na config param" msgid "AnalogOut functionality not supported" msgstr "Hindi supportado ang AnalogOut" +#: ports/nrf/common-hal/busio/I2C.c:91 +#, fuzzy +msgid "All I2C peripherals are in use" +msgstr "Lahat ng timer ginagamit" + +#: ports/nrf/common-hal/busio/SPI.c:109 +#, fuzzy +msgid "All SPI peripherals are in use" +msgstr "Lahat ng timer ginagamit" + +#: 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 diff --git a/locale/fr.po b/locale/fr.po index 5d82d0363e..9ed380d31a 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: 2018-09-18 22:20-0400\n" +"POT-Creation-Date: 2018-09-20 21:52-0400\n" "PO-Revision-Date: 2018-08-14 11:01+0200\n" "Last-Translator: Pierrick Couturier \n" "Language-Team: fr\n" @@ -363,7 +363,7 @@ msgstr "Pas assez de broches disponibles" #: 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 "Broche invalide" @@ -696,6 +696,20 @@ msgstr "paramètre de config. inconnu" msgid "AnalogOut functionality not supported" msgstr "AnalogOut non supporté" +#: ports/nrf/common-hal/busio/I2C.c:91 +#, fuzzy +msgid "All I2C peripherals are in use" +msgstr "Tous les timers sont utilisés" + +#: ports/nrf/common-hal/busio/SPI.c:109 +#, fuzzy +msgid "All SPI peripherals are in use" +msgstr "Tous les timers sont utilisés" + +#: 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 @@ -2386,10 +2400,10 @@ msgstr "'S' et 'O' ne sont pas des types de format supportés" msgid "too many arguments provided with the given format" msgstr "trop d'arguments fournis avec ce format" -#, fuzzy -#~ msgid "value_size must be power of two" -#~ msgstr "'len' doit être un multiple de 4" - #, fuzzy #~ msgid "palette must be displayio.Palette" #~ msgstr "la palette doit être longue de 32 octets" + +#, fuzzy +#~ msgid "value_size must be power of two" +#~ msgstr "'len' doit être un multiple de 4"