Skip to content

Commit

Permalink
Merge pull request micropython#7784 from weblate/weblate-circuitpytho…
Browse files Browse the repository at this point in the history
…n-main

Translations update from Hosted Weblate
  • Loading branch information
dhalbert committed Mar 23, 2023
2 parents 0639c08 + ff242e6 commit 5ae3be1
Show file tree
Hide file tree
Showing 19 changed files with 434 additions and 435 deletions.
45 changes: 22 additions & 23 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ msgstr "%q harus <= %d"
msgid "%q must be >= %d"
msgstr "%q harus >= %d"

#: ports/espressif/common-hal/analogbufio/BufferedIn.c
msgid "%q must be array of type 'H'"
msgstr ""

#: shared-bindings/analogbufio/BufferedIn.c
msgid "%q must be a bytearray or array of type 'H' or 'B'"
msgstr ""
Expand All @@ -195,6 +191,10 @@ msgstr ""
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
msgstr ""

#: ports/espressif/common-hal/analogbufio/BufferedIn.c
msgid "%q must be array of type 'H'"
msgstr ""

#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
msgid "%q must be of type %q or %q, not %q"
Expand Down Expand Up @@ -1233,7 +1233,8 @@ msgstr ""
msgid "Interrupt error."
msgstr ""

#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Invalid %q"
msgstr ""
Expand Down Expand Up @@ -1531,10 +1532,6 @@ msgstr ""
msgid "No in or out in program"
msgstr ""

#: shared-bindings/aesio/aes.c
msgid "No key was specified"
msgstr "Tidak ada kunci yang ditentukan"

#: shared-bindings/time/__init__.c
msgid "No long integer support"
msgstr "Tidak ada dukungan bilangan bulat yang panjang"
Expand Down Expand Up @@ -1961,8 +1958,8 @@ msgstr ""

#: ports/espressif/common-hal/_bleio/Adapter.c
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Scan already in progess. Stop with stop_scan."
msgstr "Pindai sudah dalam proses. Hentikan dengan stop_scan."
msgid "Scan already in progress. Stop with stop_scan."
msgstr ""

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
Expand Down Expand Up @@ -2274,6 +2271,11 @@ msgstr ""
msgid "Unknown BLE error: %d"
msgstr ""

#: ports/raspberrypi/common-hal/wifi/__init__.c
#, c-format
msgid "Unknown error code %d"
msgstr ""

#: shared-bindings/wifi/Radio.c
#, c-format
msgid "Unknown failure %d"
Expand Down Expand Up @@ -2309,11 +2311,6 @@ msgstr ""
msgid "Unknown system firmware error: %d"
msgstr ""

#: ports/raspberrypi/common-hal/wifi/__init__.c
#, c-format
msgid "Unkown error code %d"
msgstr ""

#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
#: shared-module/_pixelmap/PixelMap.c
#, c-format
Expand Down Expand Up @@ -2768,7 +2765,7 @@ msgstr ""
msgid "can't set attribute"
msgstr ""

#: py/runtime.c
#: py/runtime.c shared-bindings/supervisor/Runtime.c
msgid "can't set attribute '%q'"
msgstr ""

Expand Down Expand Up @@ -3068,8 +3065,8 @@ msgid "extra positional arguments given"
msgstr "argumen posisi ekstra telah diberikan"

#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
#: shared-module/gifio/GifWriter.c
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/gifio/OnDiskGif.c
#: shared-bindings/synthio/__init__.c shared-module/gifio/GifWriter.c
msgid "file must be a file opened in byte mode"
msgstr ""

Expand Down Expand Up @@ -4143,10 +4140,6 @@ msgstr ""
msgid "tobytes can be invoked for dense arrays only"
msgstr ""

#: shared-module/struct/__init__.c
msgid "too many arguments provided with the given format"
msgstr ""

#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/create.c
msgid "too many dimensions"
msgstr ""
Expand Down Expand Up @@ -4403,6 +4396,12 @@ msgstr "zi harus berjenis float"
msgid "zi must be of shape (n_section, 2)"
msgstr "Zi harus berbentuk (n_section, 2)"

#~ msgid "No key was specified"
#~ msgstr "Tidak ada kunci yang ditentukan"

#~ msgid "Scan already in progess. Stop with stop_scan."
#~ msgstr "Pindai sudah dalam proses. Hentikan dengan stop_scan."

#~ msgid "Supply at least one UART pin"
#~ msgstr "Berikan setidaknya satu pin UART"

Expand Down
40 changes: 18 additions & 22 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ msgstr "%q musí být <= %d"
msgid "%q must be >= %d"
msgstr "%q musí být >= %d"

#: ports/espressif/common-hal/analogbufio/BufferedIn.c
msgid "%q must be array of type 'H'"
msgstr ""

#: shared-bindings/analogbufio/BufferedIn.c
msgid "%q must be a bytearray or array of type 'H' or 'B'"
msgstr ""
Expand All @@ -196,6 +192,10 @@ msgstr ""
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
msgstr ""

#: ports/espressif/common-hal/analogbufio/BufferedIn.c
msgid "%q must be array of type 'H'"
msgstr ""

#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
msgid "%q must be of type %q or %q, not %q"
Expand Down Expand Up @@ -1233,7 +1233,8 @@ msgstr ""
msgid "Interrupt error."
msgstr ""

#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Invalid %q"
msgstr ""
Expand Down Expand Up @@ -1531,10 +1532,6 @@ msgstr ""
msgid "No in or out in program"
msgstr ""

#: shared-bindings/aesio/aes.c
msgid "No key was specified"
msgstr "Nebyl zadán klíč"

#: shared-bindings/time/__init__.c
msgid "No long integer support"
msgstr ""
Expand Down Expand Up @@ -1950,7 +1947,7 @@ msgstr ""

#: ports/espressif/common-hal/_bleio/Adapter.c
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Scan already in progess. Stop with stop_scan."
msgid "Scan already in progress. Stop with stop_scan."
msgstr ""

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
Expand Down Expand Up @@ -2263,6 +2260,11 @@ msgstr ""
msgid "Unknown BLE error: %d"
msgstr ""

#: ports/raspberrypi/common-hal/wifi/__init__.c
#, c-format
msgid "Unknown error code %d"
msgstr ""

#: shared-bindings/wifi/Radio.c
#, c-format
msgid "Unknown failure %d"
Expand Down Expand Up @@ -2298,11 +2300,6 @@ msgstr ""
msgid "Unknown system firmware error: %d"
msgstr ""

#: ports/raspberrypi/common-hal/wifi/__init__.c
#, c-format
msgid "Unkown error code %d"
msgstr ""

#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
#: shared-module/_pixelmap/PixelMap.c
#, c-format
Expand Down Expand Up @@ -2755,7 +2752,7 @@ msgstr ""
msgid "can't set attribute"
msgstr ""

#: py/runtime.c
#: py/runtime.c shared-bindings/supervisor/Runtime.c
msgid "can't set attribute '%q'"
msgstr ""

Expand Down Expand Up @@ -3055,8 +3052,8 @@ msgid "extra positional arguments given"
msgstr ""

#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
#: shared-module/gifio/GifWriter.c
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/gifio/OnDiskGif.c
#: shared-bindings/synthio/__init__.c shared-module/gifio/GifWriter.c
msgid "file must be a file opened in byte mode"
msgstr ""

Expand Down Expand Up @@ -4129,10 +4126,6 @@ msgstr ""
msgid "tobytes can be invoked for dense arrays only"
msgstr ""

#: shared-module/struct/__init__.c
msgid "too many arguments provided with the given format"
msgstr ""

#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/create.c
msgid "too many dimensions"
msgstr ""
Expand Down Expand Up @@ -4389,6 +4382,9 @@ msgstr ""
msgid "zi must be of shape (n_section, 2)"
msgstr ""

#~ msgid "No key was specified"
#~ msgstr "Nebyl zadán klíč"

#~ msgid "%q pin invalid"
#~ msgstr "pin %q není platný"

Expand Down
52 changes: 29 additions & 23 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ msgstr "%q muss <= %d sein"
msgid "%q must be >= %d"
msgstr "%q muss >= %d sein"

#: ports/espressif/common-hal/analogbufio/BufferedIn.c
msgid "%q must be array of type 'H'"
msgstr ""

#: shared-bindings/analogbufio/BufferedIn.c
msgid "%q must be a bytearray or array of type 'H' or 'B'"
msgstr ""
Expand All @@ -200,6 +196,10 @@ msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
msgstr ""
"%q muss ein Byte-Array oder ein array vom Typ 'h', 'H', 'b', oder 'B' sein"

#: ports/espressif/common-hal/analogbufio/BufferedIn.c
msgid "%q must be array of type 'H'"
msgstr ""

#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
msgid "%q must be of type %q or %q, not %q"
Expand Down Expand Up @@ -1252,7 +1252,8 @@ msgstr "Der Interne WatchDog Timer ist abgelaufen."
msgid "Interrupt error."
msgstr ""

#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Invalid %q"
msgstr "Ungültiger %q"
Expand Down Expand Up @@ -1551,10 +1552,6 @@ msgstr "Nicht in Programm"
msgid "No in or out in program"
msgstr "Kein Ein oder Aus in Programm"

#: shared-bindings/aesio/aes.c
msgid "No key was specified"
msgstr "Es wurde kein Schlüssel angegeben"

#: shared-bindings/time/__init__.c
msgid "No long integer support"
msgstr "Keine langen Integer (long) unterstützt"
Expand Down Expand Up @@ -1979,8 +1976,8 @@ msgstr "Maßstabs-Abmeßungen müssen durch 3 teilbar sein"

#: ports/espressif/common-hal/_bleio/Adapter.c
#: ports/nrf/common-hal/_bleio/Adapter.c
msgid "Scan already in progess. Stop with stop_scan."
msgstr "Scannen bereits in Bearbeitung. Stoppe mit stop_scan."
msgid "Scan already in progress. Stop with stop_scan."
msgstr ""

#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
Expand Down Expand Up @@ -2298,6 +2295,11 @@ msgstr "Unbekannter BLE-Fehler bei %s:%d: %d"
msgid "Unknown BLE error: %d"
msgstr "Unbekannter BLE-Fehler: %d"

#: ports/raspberrypi/common-hal/wifi/__init__.c
#, c-format
msgid "Unknown error code %d"
msgstr ""

#: shared-bindings/wifi/Radio.c
#, c-format
msgid "Unknown failure %d"
Expand Down Expand Up @@ -2333,11 +2335,6 @@ msgstr "Unbekannter Systemfirmware Fehler: %04x"
msgid "Unknown system firmware error: %d"
msgstr "Unbekannter System-Firmware-Fehler: %d"

#: ports/raspberrypi/common-hal/wifi/__init__.c
#, c-format
msgid "Unkown error code %d"
msgstr "Unbekannter Fehlercode %d"

#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
#: shared-module/_pixelmap/PixelMap.c
#, c-format
Expand Down Expand Up @@ -2808,7 +2805,7 @@ msgstr "Kann Blockgröße von 512 nicht setzen"
msgid "can't set attribute"
msgstr "kann Attribut nicht setzen"

#: py/runtime.c
#: py/runtime.c shared-bindings/supervisor/Runtime.c
msgid "can't set attribute '%q'"
msgstr ""

Expand Down Expand Up @@ -3116,8 +3113,8 @@ msgid "extra positional arguments given"
msgstr "Es wurden zusätzliche Argumente ohne Schlüsselwort angegeben"

#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
#: shared-module/gifio/GifWriter.c
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/gifio/OnDiskGif.c
#: shared-bindings/synthio/__init__.c shared-module/gifio/GifWriter.c
msgid "file must be a file opened in byte mode"
msgstr "Die Datei muss eine im Byte-Modus geöffnete Datei sein"

Expand Down Expand Up @@ -4203,10 +4200,6 @@ msgstr "Zeitstempel außerhalb des Bereichs für Plattform time_t"
msgid "tobytes can be invoked for dense arrays only"
msgstr "tobytes kann nur für dichte Arrays aufgerufen werden"

#: shared-module/struct/__init__.c
msgid "too many arguments provided with the given format"
msgstr "zu viele Argumente mit dem angegebenen Format"

#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/create.c
msgid "too many dimensions"
msgstr "zu viele Dimensionen"
Expand Down Expand Up @@ -4465,6 +4458,19 @@ 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 "No key was specified"
#~ msgstr "Es wurde kein Schlüssel angegeben"

#~ msgid "Scan already in progess. Stop with stop_scan."
#~ msgstr "Scannen bereits in Bearbeitung. Stoppe mit stop_scan."

#, c-format
#~ msgid "Unkown error code %d"
#~ msgstr "Unbekannter Fehlercode %d"

#~ msgid "too many arguments provided with the given format"
#~ msgstr "zu viele Argumente mit dem angegebenen Format"

#~ msgid ""
#~ "\n"
#~ "Invalid CIRCUITPY_PYSTACK_SIZE\n"
Expand Down
Loading

0 comments on commit 5ae3be1

Please sign in to comment.