Skip to content

Commit

Permalink
Merge pull request #9646 from weblate/weblate-circuitpython-main
Browse files Browse the repository at this point in the history
Translations update from Hosted Weblate
  • Loading branch information
tannewt authored Sep 23, 2024
2 parents 340cc63 + e3cb3df commit cda1947
Show file tree
Hide file tree
Showing 19 changed files with 516 additions and 256 deletions.
29 changes: 18 additions & 11 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -666,12 +666,12 @@ msgid "Buffer length %d too big. It must be less than %d"
msgstr "Panjang buffer %d terlalu besar. Itu harus kurang dari %d"

#: ports/atmel-samd/common-hal/sdioio/SDCard.c
#: ports/cxd56/common-hal/sdioio/SDCard.c shared-module/sdcardio/SDCard.c
msgid "Buffer length must be a multiple of 512"
msgstr "Panjang buffer harus kelipatan 512"

#: ports/cxd56/common-hal/sdioio/SDCard.c
#: ports/espressif/common-hal/sdioio/SDCard.c
#: ports/stm/common-hal/sdioio/SDCard.c shared-bindings/floppyio/__init__.c
msgid "Buffer must be a multiple of 512 bytes"
#: shared-module/sdcardio/SDCard.c
#, c-format
msgid "Buffer must be a multiple of %d bytes"
msgstr ""

#: shared-bindings/_bleio/PacketBuffer.c
Expand Down Expand Up @@ -1191,11 +1191,13 @@ msgstr ""
msgid "Interrupted by output function"
msgstr ""

#: ports/espressif/common-hal/_bleio/Service.c
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/espressif/common-hal/microcontroller/Processor.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
Expand Down Expand Up @@ -1315,6 +1317,7 @@ msgid "MAC address was invalid"
msgstr ""

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/espressif/common-hal/_bleio/Descriptor.c
msgid "MITM security not supported"
msgstr ""

Expand Down Expand Up @@ -1547,8 +1550,9 @@ msgid "Not supported JPEG standard"
msgstr ""

#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
#: ports/espressif/common-hal/sdioio/SDCard.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgid "Number of data_pins must be %d or %d, not %d"
msgstr ""

#: shared-bindings/util.c
Expand Down Expand Up @@ -1884,9 +1888,10 @@ msgstr ""
msgid "SDIO GetCardInfo Error %d"
msgstr ""

#: ports/espressif/common-hal/sdioio/SDCard.c
#: ports/stm/common-hal/sdioio/SDCard.c
#, c-format
msgid "SDIO Init Error %d"
msgid "SDIO Init Error %x"
msgstr ""

#: ports/espressif/common-hal/busio/SPI.c
Expand Down Expand Up @@ -2264,14 +2269,12 @@ msgid "Update failed"
msgstr ""

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/espressif/common-hal/_bleio/Descriptor.c
#: ports/nordic/common-hal/_bleio/Characteristic.c
#: ports/nordic/common-hal/_bleio/Descriptor.c
msgid "Value length != required fixed length"
msgstr "Panjang nilai != Panjang tetap yang dibutuhkan"

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/espressif/common-hal/_bleio/Descriptor.c
#: ports/nordic/common-hal/_bleio/Characteristic.c
#: ports/nordic/common-hal/_bleio/Descriptor.c
msgid "Value length > max_length"
Expand Down Expand Up @@ -3120,7 +3123,8 @@ msgstr "fungsi kehilangan argumen keyword '%q' yang dibutuhkan"
msgid "function missing required positional argument #%d"
msgstr "fungsi kehilangan argumen posisi #%d yang dibutuhkan"

#: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/time/__init__.c
#: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/_eve/__init__.c
#: shared-bindings/time/__init__.c
#, c-format
msgid "function takes %d positional arguments but %d were given"
msgstr "fungsi mengambil posisi argumen %d tapi %d yang diberikan"
Expand Down Expand Up @@ -3272,7 +3276,7 @@ msgstr ""
msgid "input must be a dense ndarray"
msgstr ""

#: extmod/ulab/code/user/user.c
#: extmod/ulab/code/user/user.c shared-bindings/_eve/__init__.c
msgid "input must be an ndarray"
msgstr ""

Expand Down Expand Up @@ -4384,6 +4388,9 @@ msgstr "zi harus berjenis float"
msgid "zi must be of shape (n_section, 2)"
msgstr "Zi harus berbentuk (n_section, 2)"

#~ msgid "Buffer length must be a multiple of 512"
#~ msgstr "Panjang buffer harus kelipatan 512"

#~ msgid "struct: index out of range"
#~ msgstr "struct: index keluar dari jangkauan"

Expand Down
46 changes: 32 additions & 14 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -674,13 +674,13 @@ msgid "Buffer length %d too big. It must be less than %d"
msgstr "Délka vyrovnávací paměti %d je příliš velká. Musí být menší než %d"

#: ports/atmel-samd/common-hal/sdioio/SDCard.c
#: ports/cxd56/common-hal/sdioio/SDCard.c shared-module/sdcardio/SDCard.c
msgid "Buffer length must be a multiple of 512"
msgstr "Délka vyrovnávací paměti musí být násobkem 512"

#: ports/cxd56/common-hal/sdioio/SDCard.c
#: ports/espressif/common-hal/sdioio/SDCard.c
#: ports/stm/common-hal/sdioio/SDCard.c shared-bindings/floppyio/__init__.c
msgid "Buffer must be a multiple of 512 bytes"
msgstr "Buffer musí být násobkem 512 bajtů"
#: shared-module/sdcardio/SDCard.c
#, c-format
msgid "Buffer must be a multiple of %d bytes"
msgstr ""

#: shared-bindings/_bleio/PacketBuffer.c
#, c-format
Expand Down Expand Up @@ -1203,11 +1203,13 @@ msgstr "Chyba přerušení."
msgid "Interrupted by output function"
msgstr ""

#: ports/espressif/common-hal/_bleio/Service.c
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/espressif/common-hal/microcontroller/Processor.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
Expand Down Expand Up @@ -1327,6 +1329,7 @@ msgid "MAC address was invalid"
msgstr "MAC adresa byla chybná"

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/espressif/common-hal/_bleio/Descriptor.c
msgid "MITM security not supported"
msgstr ""

Expand Down Expand Up @@ -1559,9 +1562,10 @@ msgid "Not supported JPEG standard"
msgstr ""

#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
#: ports/espressif/common-hal/sdioio/SDCard.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr "Počet data_pins musí být 8 nebo 16, nikoli %d"
msgid "Number of data_pins must be %d or %d, not %d"
msgstr ""

#: shared-bindings/util.c
msgid ""
Expand Down Expand Up @@ -1889,10 +1893,11 @@ msgstr "Inicializace SD karty"
msgid "SDIO GetCardInfo Error %d"
msgstr "SDIO GetCardInfo chyba %d"

#: ports/espressif/common-hal/sdioio/SDCard.c
#: ports/stm/common-hal/sdioio/SDCard.c
#, c-format
msgid "SDIO Init Error %d"
msgstr "Inicializace SDIO chyba %d"
msgid "SDIO Init Error %x"
msgstr ""

#: ports/espressif/common-hal/busio/SPI.c
msgid "SPI configuration failed"
Expand Down Expand Up @@ -2268,14 +2273,12 @@ msgid "Update failed"
msgstr ""

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/espressif/common-hal/_bleio/Descriptor.c
#: ports/nordic/common-hal/_bleio/Characteristic.c
#: ports/nordic/common-hal/_bleio/Descriptor.c
msgid "Value length != required fixed length"
msgstr ""

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/espressif/common-hal/_bleio/Descriptor.c
#: ports/nordic/common-hal/_bleio/Characteristic.c
#: ports/nordic/common-hal/_bleio/Descriptor.c
msgid "Value length > max_length"
Expand Down Expand Up @@ -3129,7 +3132,8 @@ msgstr "funkci chybí argument specifikovaný klíčovým slovem"
msgid "function missing required positional argument #%d"
msgstr "funkci chybí požadovaný argument na pozici #%d"

#: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/time/__init__.c
#: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/_eve/__init__.c
#: shared-bindings/time/__init__.c
#, c-format
msgid "function takes %d positional arguments but %d were given"
msgstr ""
Expand Down Expand Up @@ -3281,7 +3285,7 @@ msgstr "vstup musí být 1D ndarray"
msgid "input must be a dense ndarray"
msgstr "vstup musí být hustý ndarray"

#: extmod/ulab/code/user/user.c
#: extmod/ulab/code/user/user.c shared-bindings/_eve/__init__.c
msgid "input must be an ndarray"
msgstr "vstup musí být ndarray"

Expand Down Expand Up @@ -4393,6 +4397,20 @@ msgstr ""
msgid "zi must be of shape (n_section, 2)"
msgstr ""

#~ msgid "Buffer length must be a multiple of 512"
#~ msgstr "Délka vyrovnávací paměti musí být násobkem 512"

#~ msgid "Buffer must be a multiple of 512 bytes"
#~ msgstr "Buffer musí být násobkem 512 bajtů"

#, c-format
#~ msgid "Number of data_pins must be 8 or 16, not %d"
#~ msgstr "Počet data_pins musí být 8 nebo 16, nikoli %d"

#, c-format
#~ msgid "SDIO Init Error %d"
#~ msgstr "Inicializace SDIO chyba %d"

#~ msgid "Name too long"
#~ msgstr "Jméno je příliš dlouhé"

Expand Down
46 changes: 32 additions & 14 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -678,13 +678,13 @@ msgid "Buffer length %d too big. It must be less than %d"
msgstr "Die Pufferlänge %d ist zu groß. Sie muss kleiner als %d sein"

#: ports/atmel-samd/common-hal/sdioio/SDCard.c
#: ports/cxd56/common-hal/sdioio/SDCard.c shared-module/sdcardio/SDCard.c
msgid "Buffer length must be a multiple of 512"
msgstr "Die Pufferlänge muss ein vielfaches von 512 sein"

#: ports/cxd56/common-hal/sdioio/SDCard.c
#: ports/espressif/common-hal/sdioio/SDCard.c
#: ports/stm/common-hal/sdioio/SDCard.c shared-bindings/floppyio/__init__.c
msgid "Buffer must be a multiple of 512 bytes"
msgstr "Der Puffer muss ein vielfaches von 512 bytes sein"
#: shared-module/sdcardio/SDCard.c
#, c-format
msgid "Buffer must be a multiple of %d bytes"
msgstr ""

#: shared-bindings/_bleio/PacketBuffer.c
#, c-format
Expand Down Expand Up @@ -1214,11 +1214,13 @@ msgstr "Interrupt Fehler."
msgid "Interrupted by output function"
msgstr "Unterbrochen durch Ausgabefunktion"

#: ports/espressif/common-hal/_bleio/Service.c
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/espressif/common-hal/microcontroller/Processor.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
Expand Down Expand Up @@ -1338,6 +1340,7 @@ msgid "MAC address was invalid"
msgstr "MAC Adresse war ungültig"

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/espressif/common-hal/_bleio/Descriptor.c
msgid "MITM security not supported"
msgstr ""

Expand Down Expand Up @@ -1570,9 +1573,10 @@ msgid "Not supported JPEG standard"
msgstr "Nicht unterstützter JPEG-Standard"

#: ports/espressif/common-hal/paralleldisplaybus/ParallelBus.c
#: ports/espressif/common-hal/sdioio/SDCard.c
#, c-format
msgid "Number of data_pins must be 8 or 16, not %d"
msgstr "Anzahl von data_pins muss 8 oder 16 sein, nicht %d"
msgid "Number of data_pins must be %d or %d, not %d"
msgstr ""

#: shared-bindings/util.c
msgid ""
Expand Down Expand Up @@ -1909,10 +1913,11 @@ msgstr "SDCard-Initialisierung"
msgid "SDIO GetCardInfo Error %d"
msgstr "SDIO GetCardInfo-Fehler %d"

#: ports/espressif/common-hal/sdioio/SDCard.c
#: ports/stm/common-hal/sdioio/SDCard.c
#, c-format
msgid "SDIO Init Error %d"
msgstr "SDIO-Init-Fehler %d"
msgid "SDIO Init Error %x"
msgstr ""

#: ports/espressif/common-hal/busio/SPI.c
msgid "SPI configuration failed"
Expand Down Expand Up @@ -2298,14 +2303,12 @@ msgid "Update failed"
msgstr ""

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/espressif/common-hal/_bleio/Descriptor.c
#: ports/nordic/common-hal/_bleio/Characteristic.c
#: ports/nordic/common-hal/_bleio/Descriptor.c
msgid "Value length != required fixed length"
msgstr "Länge des Wertes != Erforderliche feste Länge"

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/espressif/common-hal/_bleio/Descriptor.c
#: ports/nordic/common-hal/_bleio/Characteristic.c
#: ports/nordic/common-hal/_bleio/Descriptor.c
msgid "Value length > max_length"
Expand Down Expand Up @@ -3174,7 +3177,8 @@ msgstr "Funktion vermisst benötigtes Schlüsselwort-Argumente '%q'"
msgid "function missing required positional argument #%d"
msgstr "Funktion vermisst benötigtes Argumente ohne Schlüsselwort #%d"

#: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/time/__init__.c
#: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/_eve/__init__.c
#: shared-bindings/time/__init__.c
#, c-format
msgid "function takes %d positional arguments but %d were given"
msgstr ""
Expand Down Expand Up @@ -3328,7 +3332,7 @@ msgstr "Eingabe muss ein 1D ndarray sein"
msgid "input must be a dense ndarray"
msgstr "Eingabe muss ein dichtes ndarray sein"

#: extmod/ulab/code/user/user.c
#: extmod/ulab/code/user/user.c shared-bindings/_eve/__init__.c
msgid "input must be an ndarray"
msgstr "Eingabe muss ein ndarray sein"

Expand Down Expand Up @@ -4454,6 +4458,20 @@ 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 "Buffer length must be a multiple of 512"
#~ msgstr "Die Pufferlänge muss ein vielfaches von 512 sein"

#~ msgid "Buffer must be a multiple of 512 bytes"
#~ msgstr "Der Puffer muss ein vielfaches von 512 bytes sein"

#, c-format
#~ msgid "Number of data_pins must be 8 or 16, not %d"
#~ msgstr "Anzahl von data_pins muss 8 oder 16 sein, nicht %d"

#, c-format
#~ msgid "SDIO Init Error %d"
#~ msgstr "SDIO-Init-Fehler %d"

#~ msgid "struct: can't index"
#~ msgstr "struct: kann nicht indiziert werden"

Expand Down
Loading

0 comments on commit cda1947

Please sign in to comment.