summaryrefslogtreecommitdiff
path: root/locale/cs.po
diff options
context:
space:
mode:
Diffstat (limited to 'locale/cs.po')
-rw-r--r--locale/cs.po50
1 files changed, 16 insertions, 34 deletions
diff --git a/locale/cs.po b/locale/cs.po
index 39bf51af8..b23144fc8 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-06-01 17:10-0700\n"
+"POT-Creation-Date: 2020-06-25 11:44-0500\n"
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
"Last-Translator: dronecz <mzuzelka@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -299,6 +299,7 @@ msgstr ""
msgid "All timers for this pin are in use"
msgstr ""
+#: ports/atmel-samd/common-hal/_pew/PewPew.c
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -306,7 +307,7 @@ msgstr ""
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
-#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
+#: shared-bindings/pulseio/PWMOut.c
msgid "All timers in use"
msgstr ""
@@ -580,6 +581,10 @@ msgstr ""
msgid "Corrupt raw code"
msgstr ""
+#: ports/cxd56/common-hal/gnss/GNSS.c
+msgid "Could not initialize GNSS"
+msgstr ""
+
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
msgid "Could not initialize UART"
msgstr ""
@@ -825,10 +830,6 @@ msgstr ""
msgid "I2C Init Error"
msgstr ""
-#: extmod/machine_i2c.c
-msgid "I2C operation not supported"
-msgstr ""
-
#: shared-bindings/aesio/aes.c
#, c-format
msgid "IV must be %d bytes long"
@@ -970,7 +971,7 @@ msgstr ""
#: ports/atmel-samd/common-hal/busio/I2C.c
#: ports/atmel-samd/common-hal/busio/SPI.c
#: ports/atmel-samd/common-hal/busio/UART.c
-#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
+#: ports/atmel-samd/common-hal/i2cperipheral/I2CPeripheral.c
#: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c
#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/I2C.c
#: ports/mimxrt10xx/common-hal/busio/SPI.c
@@ -1433,6 +1434,10 @@ msgstr ""
msgid "Supply at least one UART pin"
msgstr ""
+#: shared-bindings/gnss/GNSS.c
+msgid "System entry must be gnss.SatelliteSystem"
+msgstr ""
+
#: ports/stm/common-hal/microcontroller/Processor.c
msgid "Temperature read timed out"
msgstr ""
@@ -1619,6 +1624,7 @@ msgid ""
msgstr ""
#: ports/atmel-samd/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/I2C.c
+#: ports/stm/common-hal/busio/I2C.c
msgid "Unsupported baudrate"
msgstr ""
@@ -1728,11 +1734,11 @@ msgstr ""
msgid "address %08x is not aligned to %d bytes"
msgstr ""
-#: shared-bindings/i2cslave/I2CSlave.c
+#: shared-bindings/i2cperipheral/I2CPeripheral.c
msgid "address out of bounds"
msgstr ""
-#: shared-bindings/i2cslave/I2CSlave.c
+#: shared-bindings/i2cperipheral/I2CPeripheral.c
msgid "addresses is empty"
msgstr ""
@@ -1813,10 +1819,6 @@ msgstr ""
msgid "bits must be 7, 8 or 9"
msgstr ""
-#: extmod/machine_spi.c
-msgid "bits must be 8"
-msgstr ""
-
#: shared-bindings/audiomixer/Mixer.c
msgid "bits_per_sample must be 8 or 16"
msgstr ""
@@ -1842,10 +1844,6 @@ msgstr ""
msgid "buffer too small"
msgstr ""
-#: extmod/machine_spi.c
-msgid "buffers must be the same length"
-msgstr ""
-
#: shared-bindings/_pew/PewPew.c
msgid "buttons must be digitalio.DigitalInOut"
msgstr ""
@@ -1921,7 +1919,7 @@ msgstr ""
msgid "can't convert NaN to int"
msgstr ""
-#: shared-bindings/i2cslave/I2CSlave.c
+#: shared-bindings/i2cperipheral/I2CPeripheral.c
msgid "can't convert address to int"
msgstr ""
@@ -2275,10 +2273,6 @@ msgstr ""
msgid "first argument to super() must be type"
msgstr ""
-#: extmod/machine_spi.c
-msgid "firstbit must be MSB"
-msgstr ""
-
#: extmod/ulab/code/ndarray.c
msgid "flattening order must be either 'C', or 'F'"
msgstr ""
@@ -2463,14 +2457,6 @@ msgstr ""
msgid "interval must be in range %s-%s"
msgstr ""
-#: extmod/machine_i2c.c
-msgid "invalid I2C peripheral"
-msgstr ""
-
-#: extmod/machine_spi.c
-msgid "invalid SPI peripheral"
-msgstr ""
-
#: lib/netutils/netutils.c
msgid "invalid arguments"
msgstr ""
@@ -2647,10 +2633,6 @@ msgstr ""
msgid "must raise an object"
msgstr ""
-#: extmod/machine_spi.c
-msgid "must specify all of sck/mosi/miso"
-msgstr ""
-
#: py/modbuiltins.c
msgid "must use keyword argument for key function"
msgstr ""