diff --git a/locale/ID.po b/locale/ID.po index ccb2c9802a..76b3c4327b 100644 --- a/locale/ID.po +++ b/locale/ID.po @@ -158,14 +158,6 @@ msgstr "%q harus <= %d" msgid "%q must be >= %d" msgstr "%q harus >= %d" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q harus >= 0" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q harus >= 1" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -923,8 +915,7 @@ msgstr "Error pada regex" msgid "Error: Failure to bind" msgstr "" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1258,6 +1249,7 @@ msgid "Invalid size" msgstr "" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "" @@ -1585,10 +1577,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "Hanya 8 atau 16 bit mono dengan " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "Hanya alamat IPv4 yang didukung" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "Hanysa socket IPv4 yang didukung" @@ -1662,6 +1656,7 @@ msgid "Out of memory" msgstr "Kehabisan memori" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "Kehabisan socket" @@ -1718,7 +1713,6 @@ msgid "Pin interrupt already in use" msgstr "" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "" @@ -1945,6 +1939,7 @@ msgid "Slices not supported" msgstr "Potongan tidak didukung" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "" @@ -2372,10 +2367,6 @@ msgstr "__new__ arg harus berupa user-type" msgid "a bytes-like object is required" msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "alamat di luar batas" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "alamatnya kosong" @@ -2845,10 +2836,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "" @@ -3272,6 +3259,10 @@ msgstr "" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "cert tidak valid" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3298,6 +3289,10 @@ msgstr "" msgid "invalid hostname" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "key tidak valid" + #: py/compile.c msgid "invalid micropython decorator" msgstr "micropython decorator tidak valid" @@ -4374,6 +4369,15 @@ msgstr "zi harus berjenis float" msgid "zi must be of shape (n_section, 2)" msgstr "Zi harus berbentuk (n_section, 2)" +#~ msgid "%q must be >= 0" +#~ msgstr "%q harus >= 0" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q harus >= 1" + +#~ msgid "address out of bounds" +#~ msgstr "alamat di luar batas" + #~ msgid "y should be an int" #~ msgstr "y harus menjadi int" @@ -4772,12 +4776,6 @@ msgstr "Zi harus berbentuk (n_section, 2)" #~ msgid "Corrupt raw code" #~ msgstr "Kode raw rusak" -#~ msgid "invalid cert" -#~ msgstr "cert tidak valid" - -#~ msgid "invalid key" -#~ msgstr "key tidak valid" - #~ msgid "Viper functions don't currently support more than 4 arguments" #~ msgstr "Fungsi Viper saat ini tidak mendukung lebih dari 4 argumen" diff --git a/locale/cs.po b/locale/cs.po index 05fed491c6..864a89019c 100644 --- a/locale/cs.po +++ b/locale/cs.po @@ -159,14 +159,6 @@ msgstr "%q musí být <= %d" msgid "%q must be >= %d" msgstr "%q musí být >= %d" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q musí být >= 0" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q musí být > = 1" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -921,8 +913,7 @@ msgstr "Chyba v regulárním výrazu" msgid "Error: Failure to bind" msgstr "" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1258,6 +1249,7 @@ msgid "Invalid size" msgstr "Chybná velikost" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "Chybný soket pro TLS" @@ -1585,10 +1577,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "" #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "Pouze IPv4 adresy podporovány" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "Pouze IPv4 sokety podporovány" @@ -1658,6 +1652,7 @@ msgid "Out of memory" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "" @@ -1712,7 +1707,6 @@ msgid "Pin interrupt already in use" msgstr "" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "" @@ -1934,6 +1928,7 @@ msgid "Slices not supported" msgstr "" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "" @@ -2359,10 +2354,6 @@ msgstr "" msgid "a bytes-like object is required" msgstr "" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "" @@ -2832,10 +2823,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "" @@ -3259,6 +3246,10 @@ msgstr "" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3285,6 +3276,10 @@ msgstr "" msgid "invalid hostname" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "" + #: py/compile.c msgid "invalid micropython decorator" msgstr "" @@ -4360,6 +4355,12 @@ msgstr "" msgid "zi must be of shape (n_section, 2)" msgstr "" +#~ msgid "%q must be >= 0" +#~ msgstr "%q musí být >= 0" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q musí být > = 1" + #~ msgid "Failed to init wifi" #~ msgstr "Chyba inicializace WiFi" diff --git a/locale/de_DE.po b/locale/de_DE.po index d277065abc..26c0d9678f 100644 --- a/locale/de_DE.po +++ b/locale/de_DE.po @@ -160,14 +160,6 @@ msgstr "%q muss <= %d sein" msgid "%q must be >= %d" msgstr "%q muss >= %d sein" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q muss >= 0 sein" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q muss >= 1 sein" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -928,8 +920,7 @@ msgstr "Fehler in regex" msgid "Error: Failure to bind" msgstr "Error: Bind Fehler" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1272,6 +1263,7 @@ msgid "Invalid size" msgstr "Ungültige Größe" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "Ungültiges Socket für TLS" @@ -1601,10 +1593,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "Nur 8 oder 16 bit mono mit " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "Nur IPv4-Adressen werden unterstützt" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "Nur IPv4-Sockets werden unterstützt" @@ -1678,6 +1672,7 @@ msgid "Out of memory" msgstr "Kein Speicher mehr verfügbar" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "Keine Sockets mehr verfügbar" @@ -1732,7 +1727,6 @@ msgid "Pin interrupt already in use" msgstr "Pin-Interrupt wird bereits verwendet" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "Pin kann nur als Eingang verwendet werden" @@ -1958,6 +1952,7 @@ msgid "Slices not supported" msgstr "Slices werden nicht unterstützt" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "SocketPool kann nur mit wifi.radio verwendet werden" @@ -2412,10 +2407,6 @@ msgstr "__new__ arg muss user-type sein" msgid "a bytes-like object is required" msgstr "ein Byte-ähnliches Objekt ist erforderlich" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "Adresse außerhalb der Grenzen" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "addresses ist leer" @@ -2897,10 +2888,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "Der Zielpuffer muss ein Array vom Typ 'H' für bit_depth = 16 sein" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "destination_length muss ein int >= 0 sein" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "Die Wörterbuch-Aktualisierungssequenz hat eine falsche Länge" @@ -3326,6 +3313,10 @@ msgstr "ungültige Architektur" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "ungültige Bits_pro_Pixel %d, muss 1, 2, 4, 8, 16, 24 oder 32 sein" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "ungültiges cert" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3352,6 +3343,10 @@ msgstr "ungültiger Formatbezeichner" msgid "invalid hostname" msgstr "ungültiger Hostname" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "ungültiger Schlüssel" + #: py/compile.c msgid "invalid micropython decorator" msgstr "ungültiger micropython decorator" @@ -4441,6 +4436,18 @@ msgstr "zi muss eine Gleitkommazahl sein" msgid "zi must be of shape (n_section, 2)" msgstr "zi muss die Form (n_section, 2) haben" +#~ msgid "%q must be >= 0" +#~ msgstr "%q muss >= 0 sein" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q muss >= 1 sein" + +#~ msgid "address out of bounds" +#~ msgstr "Adresse außerhalb der Grenzen" + +#~ msgid "destination_length must be an int >= 0" +#~ msgstr "destination_length muss ein int >= 0 sein" + #~ msgid "type object 'generator' has no attribute '__await__'" #~ msgstr "Das Typ-Objekt 'generator' hat kein Attribut '__await__'" @@ -5084,12 +5091,6 @@ msgstr "zi muss die Form (n_section, 2) haben" #~ msgid "can only save bytecode" #~ msgstr "kann nur Bytecode speichern" -#~ msgid "invalid cert" -#~ msgstr "ungültiges cert" - -#~ msgid "invalid key" -#~ msgstr "ungültiger Schlüssel" - #~ msgid "Viper functions don't currently support more than 4 arguments" #~ msgstr "Viper-Funktionen unterstützen derzeit nicht mehr als 4 Argumente" diff --git a/locale/el.po b/locale/el.po index e686dd9bfc..6f5d15f1a1 100644 --- a/locale/el.po +++ b/locale/el.po @@ -164,14 +164,6 @@ msgstr "%q πρέπει να είναι <= %d" msgid "%q must be >= %d" msgstr "%q πρέπει να είναι >= %d" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q πρέπει να είναι >= 0" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q πρέπει να είναι >= 1" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -707,7 +699,8 @@ msgstr "Δεν μπορούν να αλλάξουν οι USB συσκευές τ #: shared-bindings/_bleio/Adapter.c msgid "Cannot create a new Adapter; use _bleio.adapter;" -msgstr "Δεν μπορεί να δημιουργηθεί νέο Adapter; χρησιμοποιείστε _bleio.adapter;" +msgstr "" +"Δεν μπορεί να δημιουργηθεί νέο Adapter; χρησιμοποιείστε _bleio.adapter;" #: shared-bindings/displayio/Bitmap.c #: shared-bindings/memorymonitor/AllocationSize.c @@ -934,8 +927,7 @@ msgstr "" msgid "Error: Failure to bind" msgstr "" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1267,6 +1259,7 @@ msgid "Invalid size" msgstr "" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "" @@ -1593,10 +1586,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "" #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "" @@ -1666,6 +1661,7 @@ msgid "Out of memory" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "" @@ -1720,7 +1716,6 @@ msgid "Pin interrupt already in use" msgstr "" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "" @@ -1942,6 +1937,7 @@ msgid "Slices not supported" msgstr "" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "" @@ -2367,10 +2363,6 @@ msgstr "" msgid "a bytes-like object is required" msgstr "" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "" @@ -2840,10 +2832,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "" @@ -3267,6 +3255,10 @@ msgstr "" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3293,6 +3285,10 @@ msgstr "" msgid "invalid hostname" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "" + #: py/compile.c msgid "invalid micropython decorator" msgstr "" @@ -4367,3 +4363,9 @@ msgstr "" #: extmod/ulab/code/scipy/signal/signal.c msgid "zi must be of shape (n_section, 2)" msgstr "" + +#~ msgid "%q must be >= 0" +#~ msgstr "%q πρέπει να είναι >= 0" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q πρέπει να είναι >= 1" diff --git a/locale/en_GB.po b/locale/en_GB.po index 3192c4591d..142f8903a1 100644 --- a/locale/en_GB.po +++ b/locale/en_GB.po @@ -162,14 +162,6 @@ msgstr "" msgid "%q must be >= %d" msgstr "%q must be >= %d" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q must be >= 0" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q must be >= 1" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -924,8 +916,7 @@ msgstr "Error in regex" msgid "Error: Failure to bind" msgstr "Error: Failure to bind" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1259,6 +1250,7 @@ msgid "Invalid size" msgstr "Invalid size" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "Invalid socket for TLS" @@ -1586,10 +1578,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "Only 8 or 16 bit mono with " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "Only IPv4 addresses supported" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "Only IPv4 sockets supported" @@ -1662,6 +1656,7 @@ msgid "Out of memory" msgstr "Out of memory" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "Out of sockets" @@ -1717,7 +1712,6 @@ msgid "Pin interrupt already in use" msgstr "Pin interrupt already in use" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "Pin is input only" @@ -1940,6 +1934,7 @@ msgid "Slices not supported" msgstr "Slices not supported" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "SocketPool can only be used with wifi.radio" @@ -2375,10 +2370,6 @@ msgstr "__new__ arg must be a user-type" msgid "a bytes-like object is required" msgstr "a bytes-like object is required" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "address out of bounds" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "addresses is empty" @@ -2851,10 +2842,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "destination buffer must be an array of type 'H' for bit_depth = 16" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "destination_length must be an int >= 0" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "dict update sequence has wrong length" @@ -3278,6 +3265,10 @@ msgstr "invalid architecture" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "invalid cert" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3304,6 +3295,10 @@ msgstr "invalid format specifier" msgid "invalid hostname" msgstr "invalid hostname" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "invalid key" + #: py/compile.c msgid "invalid micropython decorator" msgstr "invalid micropython decorator" @@ -4379,6 +4374,18 @@ msgstr "zi must be of float type" msgid "zi must be of shape (n_section, 2)" msgstr "zi must be of shape (n_section, 2)" +#~ msgid "%q must be >= 0" +#~ msgstr "%q must be >= 0" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q must be >= 1" + +#~ msgid "address out of bounds" +#~ msgstr "address out of bounds" + +#~ msgid "destination_length must be an int >= 0" +#~ msgstr "destination_length must be an int >= 0" + #~ msgid "type object 'generator' has no attribute '__await__'" #~ msgstr "type object 'generator' has no attribute '__await__'" @@ -5044,12 +5051,6 @@ msgstr "zi must be of shape (n_section, 2)" #~ msgid "can only save bytecode" #~ msgstr "Can only save bytecode" -#~ msgid "invalid cert" -#~ msgstr "invalid cert" - -#~ msgid "invalid key" -#~ msgstr "invalid key" - #~ msgid "Viper functions don't currently support more than 4 arguments" #~ msgstr "Viper functions don't currently support more than 4 arguments" diff --git a/locale/es.po b/locale/es.po index 237caa7254..587db6bc50 100644 --- a/locale/es.po +++ b/locale/es.po @@ -164,14 +164,6 @@ msgstr "%q debe ser <= %d" msgid "%q must be >= %d" msgstr "%q debe ser >= %d" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q debe ser >= 0" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q debe ser >= 1" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -934,8 +926,7 @@ msgstr "Error en regex" msgid "Error: Failure to bind" msgstr "Error: fallo al vincular" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1277,6 +1268,7 @@ msgid "Invalid size" msgstr "Tamaño incorrecto" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "socket invalido para TLS" @@ -1609,10 +1601,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "Solo mono de 8 ó 16 bit con " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "Solo hay capacidad para direcciones IPv4" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "Solo se admiten sockets IPv4" @@ -1686,6 +1680,7 @@ msgid "Out of memory" msgstr "Memoria agotada" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "Se acabaron los enchufes" @@ -1742,7 +1737,6 @@ msgid "Pin interrupt already in use" msgstr "Interrupción de Pin ya está en uso" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "El pin es solo de entrada" @@ -1969,6 +1963,7 @@ msgid "Slices not supported" msgstr "Rebanadas no soportadas" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "SocketPool solo se puede usar con wifi.radio" @@ -2411,10 +2406,6 @@ msgstr "__new__ arg debe ser un user-type" msgid "a bytes-like object is required" msgstr "se requiere un objeto bytes-like" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "address fuera de límites" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "addresses esta vacío" @@ -2891,10 +2882,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "el buffer de destino debe ser un array de tipo 'H' para bit_depth = 16" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "destination_length debe ser un int >= 0" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "la secuencia de actualizacion del dict tiene una longitud incorrecta" @@ -3318,6 +3305,10 @@ msgstr "arquitectura inválida" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "certificado inválido" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3344,6 +3335,10 @@ msgstr "especificador de formato inválido" msgid "invalid hostname" msgstr "hostname inválido" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "llave inválida" + #: py/compile.c msgid "invalid micropython decorator" msgstr "decorador de micropython inválido" @@ -4427,6 +4422,18 @@ msgstr "zi debe ser de tipo flotante" msgid "zi must be of shape (n_section, 2)" msgstr "zi debe ser una forma (n_section,2)" +#~ msgid "%q must be >= 0" +#~ msgstr "%q debe ser >= 0" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q debe ser >= 1" + +#~ msgid "address out of bounds" +#~ msgstr "address fuera de límites" + +#~ msgid "destination_length must be an int >= 0" +#~ msgstr "destination_length debe ser un int >= 0" + #~ msgid "type object 'generator' has no attribute '__await__'" #~ msgstr "objeto tipo 'generator' no tiene un atributo '__await__'" @@ -5107,12 +5114,6 @@ msgstr "zi debe ser una forma (n_section,2)" #~ msgid "can only save bytecode" #~ msgstr "solo puede almacenar bytecode" -#~ msgid "invalid cert" -#~ msgstr "certificado inválido" - -#~ msgid "invalid key" -#~ msgstr "llave inválida" - #~ msgid "Viper functions don't currently support more than 4 arguments" #~ msgstr "funciones Viper no soportan por el momento, más de 4 argumentos" diff --git a/locale/fil.po b/locale/fil.po index b1a499e70b..3f7ad408e4 100644 --- a/locale/fil.po +++ b/locale/fil.po @@ -153,15 +153,6 @@ msgstr "" msgid "%q must be >= %d" msgstr "" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -#, fuzzy -msgid "%q must be >= 1" -msgstr "aarehas na haba dapat ang buffer slices" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -921,8 +912,7 @@ msgstr "May pagkakamali sa REGEX" msgid "Error: Failure to bind" msgstr "" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1256,6 +1246,7 @@ msgid "Invalid size" msgstr "" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "" @@ -1585,10 +1576,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "Tanging 8 o 16 na bit mono na may " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "" @@ -1658,6 +1651,7 @@ msgid "Out of memory" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "" @@ -1713,7 +1707,6 @@ msgid "Pin interrupt already in use" msgstr "" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "" @@ -1934,6 +1927,7 @@ msgid "Slices not supported" msgstr "Hindi suportado ang Slices" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "" @@ -2361,10 +2355,6 @@ msgstr "__new__ arg ay dapat na user-type" msgid "a bytes-like object is required" msgstr "a bytes-like object ay kailangan" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "wala sa sakop ang address" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "walang laman ang address" @@ -2845,10 +2835,6 @@ msgstr "" "ang destination buffer ay dapat na isang array ng uri 'H' para sa bit_depth " "= 16" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "ang destination_length ay dapat na isang int >= 0" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "may mali sa haba ng dict update sequence" @@ -3273,6 +3259,10 @@ msgstr "" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "mali ang cert" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3299,6 +3289,10 @@ msgstr "mali ang format specifier" msgid "invalid hostname" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "mali ang key" + #: py/compile.c msgid "invalid micropython decorator" msgstr "mali ang micropython decorator" @@ -4382,6 +4376,16 @@ msgstr "" msgid "zi must be of shape (n_section, 2)" msgstr "" +#, fuzzy +#~ msgid "%q must be >= 1" +#~ msgstr "aarehas na haba dapat ang buffer slices" + +#~ msgid "address out of bounds" +#~ msgstr "wala sa sakop ang address" + +#~ msgid "destination_length must be an int >= 0" +#~ msgstr "ang destination_length ay dapat na isang int >= 0" + #~ msgid "color should be an int" #~ msgstr "color ay dapat na int" @@ -4662,12 +4666,6 @@ msgstr "" #~ msgid "can only save bytecode" #~ msgstr "maaring i-save lamang ang bytecode" -#~ msgid "invalid cert" -#~ msgstr "mali ang cert" - -#~ msgid "invalid key" -#~ msgstr "mali ang key" - #~ msgid "Viper functions don't currently support more than 4 arguments" #~ msgstr "" #~ "Ang mga function ng Viper ay kasalukuyang hindi sumusuporta sa higit sa 4 " diff --git a/locale/fr.po b/locale/fr.po index 58d84ac81f..f2119d5af9 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -164,14 +164,6 @@ msgstr "%q doit être <= %d" msgid "%q must be >= %d" msgstr "%q doit être >= %d" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q doit être >= 0" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q doit être >= 1" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -944,8 +936,7 @@ msgstr "Erreur dans l'expression régulière" msgid "Error: Failure to bind" msgstr "Erreur : Impossible de lier" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1297,6 +1288,7 @@ msgid "Invalid size" msgstr "Taille invalide" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "Socket non valide pour TLS" @@ -1629,10 +1621,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "Uniquement 8 ou 16 bit mono avec " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "Seulement les adresses IPv4 sont supportées" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "Seulement les sockets IPv4 sont supportés" @@ -1706,6 +1700,7 @@ msgid "Out of memory" msgstr "Hors de mémoire" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "Plus de sockets" @@ -1762,7 +1757,6 @@ msgid "Pin interrupt already in use" msgstr "L'interruption de cette broche est déjà utilisée" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "La broche est entrée uniquement" @@ -1989,6 +1983,7 @@ msgid "Slices not supported" msgstr "Tranches non supportées" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "SocketPool ne s'utilise qu'avec wifi.radio" @@ -2442,10 +2437,6 @@ msgstr "l'argument __new__ doit être d'un type défini par l'utilisateur" msgid "a bytes-like object is required" msgstr "un objet 'bytes-like' est requis" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "adresse hors limites" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "adresses vides" @@ -2928,10 +2919,6 @@ msgstr "" "le tampon de destination doit être une matrice de type 'H' pour bit_depth = " "16" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "destination_length doit être un entier >= 0" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "la séquence de mise à jour de dict a une mauvaise longueur" @@ -3357,6 +3344,10 @@ msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" "%d est invalide pour bits_per_pixel, doit être 1, 2, 4, 8, 16, 24, ou 32" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "certificat invalide" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3383,6 +3374,10 @@ msgstr "spécification de format invalide" msgid "invalid hostname" msgstr "hostname incorrect" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "clé invalide" + #: py/compile.c msgid "invalid micropython decorator" msgstr "décorateur micropython invalide" @@ -4469,6 +4464,18 @@ msgstr "zi doit être de type float" msgid "zi must be of shape (n_section, 2)" msgstr "zi doit être de forme (n_section, 2)" +#~ msgid "%q must be >= 0" +#~ msgstr "%q doit être >= 0" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q doit être >= 1" + +#~ msgid "address out of bounds" +#~ msgstr "adresse hors limites" + +#~ msgid "destination_length must be an int >= 0" +#~ msgstr "destination_length doit être un entier >= 0" + #~ msgid "type object 'generator' has no attribute '__await__'" #~ msgstr "le type 'generator' n'a pas d'attribut '__await__'" @@ -5160,12 +5167,6 @@ msgstr "zi doit être de forme (n_section, 2)" #~ msgid "can only save bytecode" #~ msgstr "ne peut sauvegarder que du bytecode" -#~ msgid "invalid cert" -#~ msgstr "certificat invalide" - -#~ msgid "invalid key" -#~ msgstr "clé invalide" - #~ msgid "Viper functions don't currently support more than 4 arguments" #~ msgstr "" #~ "les fonctions de Viper ne supportent pas plus de 4 arguments actuellement" diff --git a/locale/hi.po b/locale/hi.po index 229ae16a80..9e8fb9a4a8 100644 --- a/locale/hi.po +++ b/locale/hi.po @@ -152,14 +152,6 @@ msgstr "" msgid "%q must be >= %d" msgstr "" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -910,8 +902,7 @@ msgstr "" msgid "Error: Failure to bind" msgstr "" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1243,6 +1234,7 @@ msgid "Invalid size" msgstr "" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "" @@ -1569,10 +1561,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "" #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "" @@ -1642,6 +1636,7 @@ msgid "Out of memory" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "" @@ -1696,7 +1691,6 @@ msgid "Pin interrupt already in use" msgstr "" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "" @@ -1916,6 +1910,7 @@ msgid "Slices not supported" msgstr "" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "" @@ -2341,10 +2336,6 @@ msgstr "" msgid "a bytes-like object is required" msgstr "" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "" @@ -2814,10 +2805,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "" @@ -3241,6 +3228,10 @@ msgstr "" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3267,6 +3258,10 @@ msgstr "" msgid "invalid hostname" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "" + #: py/compile.c msgid "invalid micropython decorator" msgstr "" diff --git a/locale/it_IT.po b/locale/it_IT.po index 24c45ca0cd..56a6c2d6f5 100644 --- a/locale/it_IT.po +++ b/locale/it_IT.po @@ -159,15 +159,6 @@ msgstr "" msgid "%q must be >= %d" msgstr "" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q deve essere >= 0" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -#, fuzzy -msgid "%q must be >= 1" -msgstr "slice del buffer devono essere della stessa lunghezza" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -926,8 +917,7 @@ msgstr "Errore nella regex" msgid "Error: Failure to bind" msgstr "" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1261,6 +1251,7 @@ msgid "Invalid size" msgstr "" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "" @@ -1592,10 +1583,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "" #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "" @@ -1665,6 +1658,7 @@ msgid "Out of memory" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "" @@ -1722,7 +1716,6 @@ msgid "Pin interrupt already in use" msgstr "" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "" @@ -1944,6 +1937,7 @@ msgid "Slices not supported" msgstr "Slice non supportate" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "" @@ -2371,10 +2365,6 @@ msgstr "" msgid "a bytes-like object is required" msgstr "un oggetto byte-like è richiesto" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "indirizzo fuori limite" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "gli indirizzi sono vuoti" @@ -2853,10 +2843,6 @@ msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "" "il buffer di destinazione deve essere un array di tipo 'H' con bit_depth = 16" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "destination_length deve essere un int >= 0" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "sequanza di aggiornamento del dizionario ha la lunghezza errata" @@ -3281,6 +3267,10 @@ msgstr "" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "certificato non valido" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3307,6 +3297,10 @@ msgstr "specificatore di formato non valido" msgid "invalid hostname" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "chiave non valida" + #: py/compile.c msgid "invalid micropython decorator" msgstr "decoratore non valido in micropython" @@ -4395,6 +4389,19 @@ msgstr "" msgid "zi must be of shape (n_section, 2)" msgstr "" +#~ msgid "%q must be >= 0" +#~ msgstr "%q deve essere >= 0" + +#, fuzzy +#~ msgid "%q must be >= 1" +#~ msgstr "slice del buffer devono essere della stessa lunghezza" + +#~ msgid "address out of bounds" +#~ msgstr "indirizzo fuori limite" + +#~ msgid "destination_length must be an int >= 0" +#~ msgstr "destination_length deve essere un int >= 0" + #~ msgid "color should be an int" #~ msgstr "il colore deve essere un int" @@ -4695,12 +4702,6 @@ msgstr "" #~ msgid "can only save bytecode" #~ msgstr "È possibile salvare solo bytecode" -#~ msgid "invalid cert" -#~ msgstr "certificato non valido" - -#~ msgid "invalid key" -#~ msgstr "chiave non valida" - #~ msgid "Viper functions don't currently support more than 4 arguments" #~ msgstr "Le funzioni Viper non supportano più di 4 argomenti al momento" diff --git a/locale/ja.po b/locale/ja.po index 9d09e42002..c3e2aed206 100644 --- a/locale/ja.po +++ b/locale/ja.po @@ -157,14 +157,6 @@ msgstr "" msgid "%q must be >= %d" msgstr "" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%qは0以上でなければなりません" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%qは1以上でなければなりません" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -919,8 +911,7 @@ msgstr "正規表現にエラーがあります" msgid "Error: Failure to bind" msgstr "" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1254,6 +1245,7 @@ msgid "Invalid size" msgstr "" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "" @@ -1582,10 +1574,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "8または16ビットの " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "" @@ -1655,6 +1649,7 @@ msgid "Out of memory" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "" @@ -1709,7 +1704,6 @@ msgid "Pin interrupt already in use" msgstr "" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "ピンは入力専用" @@ -1929,6 +1923,7 @@ msgid "Slices not supported" msgstr "スライスは対応していません" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "" @@ -2355,10 +2350,6 @@ msgstr "__new__の引数はユーザ型でなければなりません" msgid "a bytes-like object is required" msgstr "bytes-likeオブジェクトが必要" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "アドレスが範囲外" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "" @@ -2832,10 +2823,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "bit_depath = 16用のバッファはタイプ'H'のarrayでなければなりません" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "desitination_lengthは正の整数でなければなりません" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "" @@ -3260,6 +3247,10 @@ msgstr "" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "不正な証明書" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3286,6 +3277,10 @@ msgstr "" msgid "invalid hostname" msgstr "不正なホスト名" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "不正な鍵" + #: py/compile.c msgid "invalid micropython decorator" msgstr "不正なmicropythonデコレータ" @@ -4363,6 +4358,18 @@ msgstr "ziはfloat値でなければなりません" msgid "zi must be of shape (n_section, 2)" msgstr "" +#~ msgid "%q must be >= 0" +#~ msgstr "%qは0以上でなければなりません" + +#~ msgid "%q must be >= 1" +#~ msgstr "%qは1以上でなければなりません" + +#~ msgid "address out of bounds" +#~ msgstr "アドレスが範囲外" + +#~ msgid "destination_length must be an int >= 0" +#~ msgstr "desitination_lengthは正の整数でなければなりません" + #~ msgid "end_x should be an int" #~ msgstr "end_xは整数でなければなりません" @@ -4802,12 +4809,6 @@ msgstr "" #~ msgid "Corrupt raw code" #~ msgstr "破損したraw code" -#~ msgid "invalid cert" -#~ msgstr "不正な証明書" - -#~ msgid "invalid key" -#~ msgstr "不正な鍵" - #~ msgid "parameter annotation must be an identifier" #~ msgstr "引数アノテーションは識別子でなければなりません" diff --git a/locale/ko.po b/locale/ko.po index 9966fe44d9..3c9a63206d 100644 --- a/locale/ko.po +++ b/locale/ko.po @@ -153,14 +153,6 @@ msgstr "" msgid "%q must be >= %d" msgstr "" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q 는 >=1이어야합니다" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -913,8 +905,7 @@ msgstr "Regex에 오류가 있습니다." msgid "Error: Failure to bind" msgstr "" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1246,6 +1237,7 @@ msgid "Invalid size" msgstr "" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "" @@ -1572,10 +1564,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "" #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "" @@ -1645,6 +1639,7 @@ msgid "Out of memory" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "" @@ -1699,7 +1694,6 @@ msgid "Pin interrupt already in use" msgstr "" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "" @@ -1919,6 +1913,7 @@ msgid "Slices not supported" msgstr "" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "" @@ -2345,10 +2340,6 @@ msgstr "" msgid "a bytes-like object is required" msgstr "" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "" @@ -2818,10 +2809,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "" @@ -3245,6 +3232,10 @@ msgstr "" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "cert가 유효하지 않습니다" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3271,6 +3262,10 @@ msgstr "형식 지정자(format specifier)가 유효하지 않습니다" msgid "invalid hostname" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "키가 유효하지 않습니다" + #: py/compile.c msgid "invalid micropython decorator" msgstr "" @@ -4346,6 +4341,9 @@ msgstr "" msgid "zi must be of shape (n_section, 2)" msgstr "" +#~ msgid "%q must be >= 1" +#~ msgstr "%q 는 >=1이어야합니다" + #~ msgid "%q should be an int" #~ msgstr "%q 는 정수(int) 여야합니다" @@ -4401,12 +4399,6 @@ msgstr "" #~ msgid "invalid dupterm index" #~ msgstr "Dupterm index가 유효하지 않습니다" -#~ msgid "invalid cert" -#~ msgstr "cert가 유효하지 않습니다" - -#~ msgid "invalid key" -#~ msgstr "키가 유효하지 않습니다" - #~ msgid "bits must be 7, 8 or 9" #~ msgstr "비트(bits)는 7, 8 또는 9 여야합니다" diff --git a/locale/nl.po b/locale/nl.po index f2e699e55b..ac72ed29be 100644 --- a/locale/nl.po +++ b/locale/nl.po @@ -155,14 +155,6 @@ msgstr "" msgid "%q must be >= %d" msgstr "" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q moet >= 0 zijn" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q moet >= 1 zijn" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -918,8 +910,7 @@ msgstr "Fout in regex" msgid "Error: Failure to bind" msgstr "" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1254,6 +1245,7 @@ msgid "Invalid size" msgstr "" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "" @@ -1582,10 +1574,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "Alleen 8 of 16 bit mono met " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "Alleen IPv4 adressen worden ondersteund" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "Alleen IPv4-sockets ondersteund" @@ -1659,6 +1653,7 @@ msgid "Out of memory" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "Geen sockets meer beschikbaar" @@ -1715,7 +1710,6 @@ msgid "Pin interrupt already in use" msgstr "" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "Pin kan alleen voor invoer gebruikt worden" @@ -1940,6 +1934,7 @@ msgid "Slices not supported" msgstr "Slices niet ondersteund" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "SocketPool kan alleen met wifi.radio gebruikt worden" @@ -2371,10 +2366,6 @@ msgstr "__new__ arg moet een user-type zijn" msgid "a bytes-like object is required" msgstr "een bytes-achtig object is vereist" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "adres buiten bereik" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "adressen zijn leeg" @@ -2847,10 +2838,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "bestemming buffer moet een array van het type 'H' voor bit_depth = 16" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "destination_lengte moest een int groter dan of gelijk zijn aan 0 zijn" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "dict update sequence heeft de verkeerde lengte" @@ -3275,6 +3262,10 @@ msgstr "" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "ongeldig certificaat" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3301,6 +3292,10 @@ msgstr "ongeldige formaatspecificatie" msgid "invalid hostname" msgstr "onjuiste hostnaam" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "ongeldige sleutel" + #: py/compile.c msgid "invalid micropython decorator" msgstr "ongeldige micropython decorator" @@ -4379,6 +4374,19 @@ msgstr "zi moet van type float zijn" msgid "zi must be of shape (n_section, 2)" msgstr "zi moet vorm (n_section, 2) hebben" +#~ msgid "%q must be >= 0" +#~ msgstr "%q moet >= 0 zijn" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q moet >= 1 zijn" + +#~ msgid "address out of bounds" +#~ msgstr "adres buiten bereik" + +#~ msgid "destination_length must be an int >= 0" +#~ msgstr "" +#~ "destination_lengte moest een int groter dan of gelijk zijn aan 0 zijn" + #~ msgid "type object 'generator' has no attribute '__await__'" #~ msgstr "het type object 'generator' heeft geen attribuut '__await__'" @@ -4950,12 +4958,6 @@ msgstr "zi moet vorm (n_section, 2) hebben" #~ msgid "can only save bytecode" #~ msgstr "kan alleen byte-code opslaan" -#~ msgid "invalid cert" -#~ msgstr "ongeldig certificaat" - -#~ msgid "invalid key" -#~ msgstr "ongeldige sleutel" - #~ msgid "Viper functions don't currently support more than 4 arguments" #~ msgstr "Viper-functies ondersteunen momenteel niet meer dan 4 argumenten" diff --git a/locale/pl.po b/locale/pl.po index a6d09cc31e..668adad804 100644 --- a/locale/pl.po +++ b/locale/pl.po @@ -157,14 +157,6 @@ msgstr "" msgid "%q must be >= %d" msgstr "" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q musi być >= 0" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q musi być >= 1" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -919,8 +911,7 @@ msgstr "Błąd w regex" msgid "Error: Failure to bind" msgstr "" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1254,6 +1245,7 @@ msgid "Invalid size" msgstr "Nieprawidłowy rozmiar" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "" @@ -1580,10 +1572,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "Tylko 8 lub 16 bitów mono z " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "" @@ -1653,6 +1647,7 @@ msgid "Out of memory" msgstr "Brak pamięci" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "" @@ -1707,7 +1702,6 @@ msgid "Pin interrupt already in use" msgstr "" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "" @@ -1927,6 +1921,7 @@ msgid "Slices not supported" msgstr "Fragmenty nieobsługiwane" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "" @@ -2352,10 +2347,6 @@ msgstr "Argument __new__ musi być typu użytkownika" msgid "a bytes-like object is required" msgstr "wymagany obiekt typu bytes" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "adres poza zakresem" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "adres jest pusty" @@ -2826,10 +2817,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "bufor docelowy musi być tablicą typu 'H' dla bit_depth = 16" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "destination_length musi być nieujemną liczbą całkowitą" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "sekwencja ma złą długość" @@ -3253,6 +3240,10 @@ msgstr "" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "zły ceryfikat" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3279,6 +3270,10 @@ msgstr "zła specyfikacja formatu" msgid "invalid hostname" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "zły klucz" + #: py/compile.c msgid "invalid micropython decorator" msgstr "zły dekorator micropythona" @@ -4355,6 +4350,18 @@ msgstr "" msgid "zi must be of shape (n_section, 2)" msgstr "" +#~ msgid "%q must be >= 0" +#~ msgstr "%q musi być >= 0" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q musi być >= 1" + +#~ msgid "address out of bounds" +#~ msgstr "adres poza zakresem" + +#~ msgid "destination_length must be an int >= 0" +#~ msgstr "destination_length musi być nieujemną liczbą całkowitą" + #~ msgid "color should be an int" #~ msgstr "kolor powinien być liczbą całkowitą" @@ -4750,12 +4757,6 @@ msgstr "" #~ msgid "can only save bytecode" #~ msgstr "można zapisać tylko bytecode" -#~ msgid "invalid cert" -#~ msgstr "zły ceryfikat" - -#~ msgid "invalid key" -#~ msgstr "zły klucz" - #~ msgid "Viper functions don't currently support more than 4 arguments" #~ msgstr "Funkcje Viper nie obsługują obecnie więcej niż 4 argumentów" diff --git a/locale/pt_BR.po b/locale/pt_BR.po index 198a024bad..534bc350c7 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -161,14 +161,6 @@ msgstr "%q deve ser <= %d" msgid "%q must be >= %d" msgstr "o %q deve ser >= %d" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q deve ser >= 0" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q deve ser >= 1" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -937,8 +929,7 @@ msgstr "Erro no regex" msgid "Error: Failure to bind" msgstr "Erro: Falha na vinculação" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1282,6 +1273,7 @@ msgid "Invalid size" msgstr "Tamanho inválido" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "Soquete inválido para o TLS" @@ -1611,10 +1603,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "Apenas mono com 8 ou 16 bits com " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "Somente os endereços IPv4 são suportados" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "Apenas soquetes IPv4 são suportados" @@ -1688,6 +1682,7 @@ msgid "Out of memory" msgstr "Sem memória" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "Sem soquetes" @@ -1744,7 +1739,6 @@ msgid "Pin interrupt already in use" msgstr "A interrupção do pino já está em uso" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "Apenas o pino de entrada" @@ -1972,6 +1966,7 @@ msgid "Slices not supported" msgstr "Fatiamento não compatível" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "O SocketPool só pode ser usado com rádio wifi.radio" @@ -2424,10 +2419,6 @@ msgstr "O argumento __new__ deve ser um tipo usuário" msgid "a bytes-like object is required" msgstr "é necessário objetos tipo bytes" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "endereço fora dos limites" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "os endereços estão vazios" @@ -2906,10 +2897,6 @@ msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "" "o buffer do destino deve ser uma matriz do tipo 'H' para bit_depth = 16" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "destination_length deve ser um int >= 0" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "sequência da atualização dict tem o comprimento errado" @@ -3336,6 +3323,10 @@ msgstr "arquitetura inválida" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "bits_per_pixel %d inválido, deve ser, 1, 2, 4, 8, 16, 24, ou 32" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "certificado inválido" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3362,6 +3353,10 @@ msgstr "o especificador do formato é inválido" msgid "invalid hostname" msgstr "o nome do host é inválido" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "chave inválida" + #: py/compile.c msgid "invalid micropython decorator" msgstr "o decorador micropython é inválido" @@ -4447,6 +4442,18 @@ msgstr "zi deve ser de um tipo float" msgid "zi must be of shape (n_section, 2)" msgstr "zi deve estar na forma (n_section, 2)" +#~ msgid "%q must be >= 0" +#~ msgstr "%q deve ser >= 0" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q deve ser >= 1" + +#~ msgid "address out of bounds" +#~ msgstr "endereço fora dos limites" + +#~ msgid "destination_length must be an int >= 0" +#~ msgstr "destination_length deve ser um int >= 0" + #~ msgid "type object 'generator' has no attribute '__await__'" #~ msgstr "" #~ "o tipo do objeto 'generator' não possui qualquer atributo '__await__'" @@ -5176,12 +5183,6 @@ msgstr "zi deve estar na forma (n_section, 2)" #~ msgid "can only save bytecode" #~ msgstr "apenas o bytecode pode ser salvo" -#~ msgid "invalid cert" -#~ msgstr "certificado inválido" - -#~ msgid "invalid key" -#~ msgstr "chave inválida" - #~ msgid "Viper functions don't currently support more than 4 arguments" #~ msgstr "Atualmente, as funções do Viper não suportam mais de 4 argumentos" diff --git a/locale/ru.po b/locale/ru.po index d62a419cbe..1907d73037 100644 --- a/locale/ru.po +++ b/locale/ru.po @@ -160,14 +160,6 @@ msgstr "%q должен быть <= %d" msgid "%q must be >= %d" msgstr "%q должен быть >= %d" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q должен быть >= 0" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q должен быть >= 1" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -935,8 +927,7 @@ msgstr "Ошибка в регулярном выражении(regex)" msgid "Error: Failure to bind" msgstr "Ошибка: Сбой привязки" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1279,6 +1270,7 @@ msgid "Invalid size" msgstr "Неверный размер" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "Неверный сокет для TLS" @@ -1609,10 +1601,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "Только 8- или 16-битное моно с " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "Поддерживаются только адреса IPv4" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "Поддерживаются только сокеты IPv4" @@ -1684,6 +1678,7 @@ msgid "Out of memory" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "" @@ -1738,7 +1733,6 @@ msgid "Pin interrupt already in use" msgstr "Прерывание пина уже используется" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "Пин является только входом" @@ -1963,6 +1957,7 @@ msgid "Slices not supported" msgstr "" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "" @@ -2390,10 +2385,6 @@ msgstr "" msgid "a bytes-like object is required" msgstr "" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "" @@ -2863,10 +2854,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "" @@ -3290,6 +3277,10 @@ msgstr "" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3316,6 +3307,10 @@ msgstr "" msgid "invalid hostname" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "" + #: py/compile.c msgid "invalid micropython decorator" msgstr "" @@ -4391,6 +4386,12 @@ msgstr "zi должно быть типа float" msgid "zi must be of shape (n_section, 2)" msgstr "zi должен иметь форму (n_section, 2)" +#~ msgid "%q must be >= 0" +#~ msgstr "%q должен быть >= 0" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q должен быть >= 1" + #~ msgid "Expected an alarm" #~ msgstr "Ожидался сигнал" diff --git a/locale/sv.po b/locale/sv.po index 5fbf047833..50c8291431 100644 --- a/locale/sv.po +++ b/locale/sv.po @@ -160,14 +160,6 @@ msgstr "%q måste vara <= %d" msgid "%q must be >= %d" msgstr "%q måste vara >= %d" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q måste vara >= 0" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q måste vara >= 1" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -926,8 +918,7 @@ msgstr "Fel i regex" msgid "Error: Failure to bind" msgstr "Fel: Bind misslyckades" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1265,6 +1256,7 @@ msgid "Invalid size" msgstr "Ogiltig storlek" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "Ogiltig socket för TLS" @@ -1594,10 +1586,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "Endast 8 eller 16 bitars mono med " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "Endast IPv4-adresser stöds" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "Endast IPv4-socket stöds" @@ -1670,6 +1664,7 @@ msgid "Out of memory" msgstr "Slut på minne" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "Slut på sockets" @@ -1726,7 +1721,6 @@ msgid "Pin interrupt already in use" msgstr "Pinnavbrott används redan" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "Pinnen är enbart ingång" @@ -1951,6 +1945,7 @@ msgid "Slices not supported" msgstr "Slice stöds inte" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "SocketPool kan endast användas med wifi.radio" @@ -2396,10 +2391,6 @@ msgstr "__new__ arg måste vara en användartyp" msgid "a bytes-like object is required" msgstr "ett bytesliknande objekt krävs" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "adress utanför gränsen" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "adresserna är tomma" @@ -2874,10 +2865,6 @@ msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "" "destinationsbufferten måste vara en matris av typen 'H' för bit_depth = 16" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "destination_length måste vara ett heltal >= 0" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "uppdateringssekvensen för dict har fel längd" @@ -3303,6 +3290,10 @@ msgstr "ogiltig arkitektur" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "ogiltig bits_per_pixel %d, måste vara, 1, 2, 4, 8, 16, 24 eller 32" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "ogiltigt certifikat" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3329,6 +3320,10 @@ msgstr "ogiltig formatspecificerare" msgid "invalid hostname" msgstr "Ogiltigt värdnamn" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "ogiltig nyckel" + #: py/compile.c msgid "invalid micropython decorator" msgstr "ogiltig mikropython-dekorator" @@ -4408,6 +4403,18 @@ msgstr "zi måste vara av typ float" msgid "zi must be of shape (n_section, 2)" msgstr "zi måste vara i formen (n_section, 2)" +#~ msgid "%q must be >= 0" +#~ msgstr "%q måste vara >= 0" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q måste vara >= 1" + +#~ msgid "address out of bounds" +#~ msgstr "adress utanför gränsen" + +#~ msgid "destination_length must be an int >= 0" +#~ msgstr "destination_length måste vara ett heltal >= 0" + #~ msgid "type object 'generator' has no attribute '__await__'" #~ msgstr "typobjekt 'generator' har inget attribut '__await__'" @@ -5134,12 +5141,6 @@ msgstr "zi måste vara i formen (n_section, 2)" #~ msgid "can only save bytecode" #~ msgstr "kan bara spara bytecode" -#~ msgid "invalid cert" -#~ msgstr "ogiltigt certifikat" - -#~ msgid "invalid key" -#~ msgstr "ogiltig nyckel" - #~ msgid "Viper functions don't currently support more than 4 arguments" #~ msgstr "Viper-funktioner stöder för närvarande inte mer än fyra argument" diff --git a/locale/tr.po b/locale/tr.po index f46d76a4cb..be91ce7a61 100644 --- a/locale/tr.po +++ b/locale/tr.po @@ -164,14 +164,6 @@ msgstr "%q <= %d olmalıdır" msgid "%q must be >= %d" msgstr "%q >= %d olmalıdır" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q >= 0 olmalıdır" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q >= 1 olmalıdır" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -926,8 +918,7 @@ msgstr "" msgid "Error: Failure to bind" msgstr "" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1259,6 +1250,7 @@ msgid "Invalid size" msgstr "" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "" @@ -1585,10 +1577,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "" #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "" @@ -1658,6 +1652,7 @@ msgid "Out of memory" msgstr "" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "" @@ -1712,7 +1707,6 @@ msgid "Pin interrupt already in use" msgstr "" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "" @@ -1935,6 +1929,7 @@ msgid "Slices not supported" msgstr "" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "" @@ -2360,10 +2355,6 @@ msgstr "" msgid "a bytes-like object is required" msgstr "" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "" @@ -2833,10 +2824,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "" @@ -3260,6 +3247,10 @@ msgstr "" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3286,6 +3277,10 @@ msgstr "" msgid "invalid hostname" msgstr "" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "" + #: py/compile.c msgid "invalid micropython decorator" msgstr "" @@ -4361,6 +4356,12 @@ msgstr "" msgid "zi must be of shape (n_section, 2)" msgstr "" +#~ msgid "%q must be >= 0" +#~ msgstr "%q >= 0 olmalıdır" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q >= 1 olmalıdır" + #~ msgid "All I2C targets are in use" #~ msgstr "Tüm I2C hedefleri kullanımda" diff --git a/locale/zh_Latn_pinyin.po b/locale/zh_Latn_pinyin.po index b4ea1ec04e..527a04ae45 100644 --- a/locale/zh_Latn_pinyin.po +++ b/locale/zh_Latn_pinyin.po @@ -163,14 +163,6 @@ msgstr "%q bìxū <= %d" msgid "%q must be >= %d" msgstr "%q bìxū >= %d" -#: py/argcheck.c -msgid "%q must be >= 0" -msgstr "%q bìxū > = 0" - -#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c -msgid "%q must be >= 1" -msgstr "%q bìxū >= 1" - #: shared-bindings/analogbufio/BufferedIn.c #: shared-bindings/audiocore/RawSample.c msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'" @@ -927,8 +919,7 @@ msgstr "Zhèngzé biǎodá shì cuòwù" msgid "Error: Failure to bind" msgstr "cuò wù: bǎng dìng shī bài" -#: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c -#: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c +#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c #: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c #: shared-bindings/microcontroller/Pin.c #: shared-bindings/neopixel_write/__init__.c @@ -1271,6 +1262,7 @@ msgid "Invalid size" msgstr "dà xiǎo wú xiào" #: ports/espressif/common-hal/ssl/SSLContext.c +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c msgid "Invalid socket for TLS" msgstr "TLS de chā zuò wú xiào" @@ -1599,10 +1591,12 @@ msgid "Only 8 or 16 bit mono with " msgstr "Zhǐyǒu 8 huò 16 wèi dānwèi " #: ports/espressif/common-hal/wifi/__init__.c +#: ports/raspberrypi/common-hal/wifi/__init__.c msgid "Only IPv4 addresses supported" msgstr "Jǐn zhīchí IPv4 dìzhǐ" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Only IPv4 sockets supported" msgstr "jǐn zhī chí IPv4 tào jiē zì" @@ -1676,6 +1670,7 @@ msgid "Out of memory" msgstr "nèi cún bù zú" #: ports/espressif/common-hal/socketpool/Socket.c +#: ports/raspberrypi/common-hal/socketpool/Socket.c msgid "Out of sockets" msgstr "tào jiē zì wài" @@ -1730,7 +1725,6 @@ msgid "Pin interrupt already in use" msgstr "yǐn jiǎo zhōng duàn yǐ zài shǐ yòng zhōng" #: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c -#: shared-bindings/digitalio/DigitalInOut.c msgid "Pin is input only" msgstr "Yǐn jiǎo jǐn shūrù" @@ -1955,6 +1949,7 @@ msgid "Slices not supported" msgstr "Qiēpiàn bù shòu zhīchí" #: ports/espressif/common-hal/socketpool/SocketPool.c +#: ports/raspberrypi/common-hal/socketpool/SocketPool.c msgid "SocketPool can only be used with wifi.radio" msgstr "SocketPool zhǐ néng yǔ wifi.Radio yīqǐ shǐyòng" @@ -2399,10 +2394,6 @@ msgstr "__new__ cānshù bìxū shì yònghù lèixíng" msgid "a bytes-like object is required" msgstr "xūyào yīgè zì jié lèi duìxiàng" -#: shared-bindings/i2ctarget/I2CTarget.c -msgid "address out of bounds" -msgstr "dìzhǐ chāochū biānjiè" - #: shared-bindings/i2ctarget/I2CTarget.c msgid "addresses is empty" msgstr "dìzhǐ wèi kōng" @@ -2878,10 +2869,6 @@ msgstr "" msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "mùbiāo huǎnchōng qū bìxū shì wèi shēndù'H' lèixíng de shùzǔ = 16" -#: shared-bindings/audiobusio/PDMIn.c -msgid "destination_length must be an int >= 0" -msgstr "mùbiāo chángdù bìxū shì > = 0 de zhěngshù" - #: py/objdict.c msgid "dict update sequence has wrong length" msgstr "yǔfǎ gēngxīn xùliè de chángdù cuòwù" @@ -3305,6 +3292,10 @@ msgstr "wú xiào de jià gòu" msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32" msgstr "wú xiào bits_per_pixel %d, bì xū shì, 1, 2, 4, 8, 16, 24, huò 32" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid cert" +msgstr "zhèngshū wúxiào" + #: shared-bindings/bitmaptools/__init__.c #, c-format msgid "invalid element size %d for bits_per_pixel %d\n" @@ -3331,6 +3322,10 @@ msgstr "wúxiào de géshì biāozhù" msgid "invalid hostname" msgstr "wú xiào zhǔ jī míng" +#: ports/raspberrypi/common-hal/ssl/SSLSocket.c +msgid "invalid key" +msgstr "wúxiào de mì yào" + #: py/compile.c msgid "invalid micropython decorator" msgstr "wúxiào de MicroPython zhuāngshì qì" @@ -4410,6 +4405,18 @@ msgstr "zi bìxū wèi fú diǎn xíng" msgid "zi must be of shape (n_section, 2)" msgstr "zi bìxū jùyǒu xíngzhuàng (n_section,2)" +#~ msgid "%q must be >= 0" +#~ msgstr "%q bìxū > = 0" + +#~ msgid "%q must be >= 1" +#~ msgstr "%q bìxū >= 1" + +#~ msgid "address out of bounds" +#~ msgstr "dìzhǐ chāochū biānjiè" + +#~ msgid "destination_length must be an int >= 0" +#~ msgstr "mùbiāo chángdù bìxū shì > = 0 de zhěngshù" + #~ msgid "type object 'generator' has no attribute '__await__'" #~ msgstr "lèi xíng duì xiàng 'generator' méi yǒu shǔ xìng '__await__'" @@ -5114,12 +5121,6 @@ msgstr "zi bìxū jùyǒu xíngzhuàng (n_section,2)" #~ msgid "can only save bytecode" #~ msgstr "zhǐ néng bǎocún zì jié mǎ jìlù" -#~ msgid "invalid cert" -#~ msgstr "zhèngshū wúxiào" - -#~ msgid "invalid key" -#~ msgstr "wúxiào de mì yào" - #~ msgid "Viper functions don't currently support more than 4 arguments" #~ msgstr "Viper hánshù mùqián bù zhīchí chāoguò 4 gè cānshù"