Skip to content

Commit

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

Translations update from Weblate
  • Loading branch information
jepler committed Jul 21, 2021
2 parents 8386b77 + 1e9789f commit 9c38fb4
Show file tree
Hide file tree
Showing 17 changed files with 187 additions and 102 deletions.
17 changes: 11 additions & 6 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ msgstr "%q harus berupa tuple dengan panjang 2"
msgid "%q must be between %d and %d"
msgstr ""

#: ports/atmel-samd/common-hal/busio/UART.c
msgid "%q must be power of 2"
msgstr ""

#: py/argcheck.c
msgid "%q must of type %q"
msgstr ""
Expand Down Expand Up @@ -396,6 +400,7 @@ msgstr ""
msgid "All event channels in use"
msgstr "Semua channel event sedang digunakan"

#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr ""
Expand Down Expand Up @@ -991,7 +996,7 @@ msgstr "Diharapkan sebuah Alamat"
msgid "Expected an alarm"
msgstr ""

#: shared-module/_pixelbuf/PixelBuf.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
#, c-format
msgid "Expected tuple of length %d, got %d"
msgstr "Diharapkan tuple dengan panjang %d, didapatkan %d"
Expand Down Expand Up @@ -1315,7 +1320,7 @@ msgstr "Bit per nilai tidak valid"
msgid "Invalid buffer size"
msgstr "Ukuran buffer tidak valid"

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
msgid "Invalid byteorder string"
msgstr "String byteorder tidak valid"

Expand Down Expand Up @@ -1521,7 +1526,7 @@ msgstr ""
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
msgstr ""

#: shared-bindings/displayio/Group.c
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
msgstr "Harus berupa subclass %q."

Expand Down Expand Up @@ -2382,7 +2387,7 @@ msgstr "Kesalahan keamanan tidak dikenal: 0x%04x"
msgid "Unknown system firmware error: %04x"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
msgstr "Jumlah item pada RHS tidak cocok (diharapkan %d, didapatkan %d)."
Expand Down Expand Up @@ -2673,7 +2678,7 @@ msgstr ""
msgid "buttons must be digitalio.DigitalInOut"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
msgid "byteorder is not a string"
msgstr ""

Expand Down Expand Up @@ -2723,7 +2728,7 @@ msgid "can't cancel self"
msgstr ""

#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
#: shared-module/_pixelbuf/PixelBuf.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
msgid "can't convert %q to %q"
msgstr ""

Expand Down
17 changes: 11 additions & 6 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ msgstr "%q musí být n-tice délky 2"
msgid "%q must be between %d and %d"
msgstr ""

#: ports/atmel-samd/common-hal/busio/UART.c
msgid "%q must be power of 2"
msgstr ""

#: py/argcheck.c
msgid "%q must of type %q"
msgstr ""
Expand Down Expand Up @@ -392,6 +396,7 @@ msgstr ""
msgid "All event channels in use"
msgstr ""

#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr ""
Expand Down Expand Up @@ -976,7 +981,7 @@ msgstr ""
msgid "Expected an alarm"
msgstr ""

#: shared-module/_pixelbuf/PixelBuf.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
#, c-format
msgid "Expected tuple of length %d, got %d"
msgstr ""
Expand Down Expand Up @@ -1298,7 +1303,7 @@ msgstr ""
msgid "Invalid buffer size"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
msgid "Invalid byteorder string"
msgstr ""

Expand Down Expand Up @@ -1504,7 +1509,7 @@ msgstr ""
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
msgstr ""

#: shared-bindings/displayio/Group.c
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
msgstr ""

Expand Down Expand Up @@ -2351,7 +2356,7 @@ msgstr ""
msgid "Unknown system firmware error: %04x"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
msgstr ""
Expand Down Expand Up @@ -2634,7 +2639,7 @@ msgstr ""
msgid "buttons must be digitalio.DigitalInOut"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
msgid "byteorder is not a string"
msgstr ""

Expand Down Expand Up @@ -2684,7 +2689,7 @@ msgid "can't cancel self"
msgstr ""

#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
#: shared-module/_pixelbuf/PixelBuf.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
msgid "can't convert %q to %q"
msgstr ""

Expand Down
17 changes: 11 additions & 6 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ msgstr "%q muss ein Tupel der Länge 2 sein"
msgid "%q must be between %d and %d"
msgstr ""

#: ports/atmel-samd/common-hal/busio/UART.c
msgid "%q must be power of 2"
msgstr ""

#: py/argcheck.c
msgid "%q must of type %q"
msgstr ""
Expand Down Expand Up @@ -398,6 +402,7 @@ msgstr ""
msgid "All event channels in use"
msgstr "Alle event Kanäle werden benutzt"

#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr "Alle state machines in verwendung"
Expand Down Expand Up @@ -988,7 +993,7 @@ msgstr "Erwartet eine Adresse"
msgid "Expected an alarm"
msgstr "Alarm erwartet"

#: shared-module/_pixelbuf/PixelBuf.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
#, c-format
msgid "Expected tuple of length %d, got %d"
msgstr "Habe ein Tupel der Länge %d erwartet aber %d erhalten"
Expand Down Expand Up @@ -1315,7 +1320,7 @@ msgstr "Ungültige Bits pro Wert"
msgid "Invalid buffer size"
msgstr "Ungültige Puffergröße"

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
msgid "Invalid byteorder string"
msgstr "Ungültige Byteorder String"

Expand Down Expand Up @@ -1522,7 +1527,7 @@ msgstr "Fehlender first_out_pin. Instruktion %d schreibt Pin(s)"
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
msgstr "Fehlender first_set_pin. Instruktion %d setzt Pin(s)"

#: shared-bindings/displayio/Group.c
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
msgstr "Muss eine %q Unterklasse sein."

Expand Down Expand Up @@ -2383,7 +2388,7 @@ msgstr "Unbekannter Sicherheitsfehler: 0x%04x"
msgid "Unknown system firmware error: %04x"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
msgstr ""
Expand Down Expand Up @@ -2679,7 +2684,7 @@ msgstr ""
msgid "buttons must be digitalio.DigitalInOut"
msgstr "Tasten müssen digitalio.DigitalInOut sein"

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
msgid "byteorder is not a string"
msgstr "Byteorder ist kein String"

Expand Down Expand Up @@ -2731,7 +2736,7 @@ msgid "can't cancel self"
msgstr ""

#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
#: shared-module/_pixelbuf/PixelBuf.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
msgid "can't convert %q to %q"
msgstr "kann %q nicht zu %q konvertieren"

Expand Down
17 changes: 11 additions & 6 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ msgstr ""
msgid "%q must be between %d and %d"
msgstr ""

#: ports/atmel-samd/common-hal/busio/UART.c
msgid "%q must be power of 2"
msgstr ""

#: py/argcheck.c
msgid "%q must of type %q"
msgstr ""
Expand Down Expand Up @@ -389,6 +393,7 @@ msgstr ""
msgid "All event channels in use"
msgstr ""

#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr ""
Expand Down Expand Up @@ -973,7 +978,7 @@ msgstr ""
msgid "Expected an alarm"
msgstr ""

#: shared-module/_pixelbuf/PixelBuf.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
#, c-format
msgid "Expected tuple of length %d, got %d"
msgstr ""
Expand Down Expand Up @@ -1295,7 +1300,7 @@ msgstr ""
msgid "Invalid buffer size"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
msgid "Invalid byteorder string"
msgstr ""

Expand Down Expand Up @@ -1501,7 +1506,7 @@ msgstr ""
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
msgstr ""

#: shared-bindings/displayio/Group.c
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
msgstr ""

Expand Down Expand Up @@ -2348,7 +2353,7 @@ msgstr ""
msgid "Unknown system firmware error: %04x"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
msgstr ""
Expand Down Expand Up @@ -2631,7 +2636,7 @@ msgstr ""
msgid "buttons must be digitalio.DigitalInOut"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
msgid "byteorder is not a string"
msgstr ""

Expand Down Expand Up @@ -2681,7 +2686,7 @@ msgid "can't cancel self"
msgstr ""

#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
#: shared-module/_pixelbuf/PixelBuf.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
msgid "can't convert %q to %q"
msgstr ""

Expand Down
17 changes: 11 additions & 6 deletions locale/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ msgstr "%q must be a tuple of length 2"
msgid "%q must be between %d and %d"
msgstr ""

#: ports/atmel-samd/common-hal/busio/UART.c
msgid "%q must be power of 2"
msgstr ""

#: py/argcheck.c
msgid "%q must of type %q"
msgstr ""
Expand Down Expand Up @@ -398,6 +402,7 @@ msgstr "All channels in use"
msgid "All event channels in use"
msgstr "All event channels in use"

#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr "All state machines in use"
Expand Down Expand Up @@ -986,7 +991,7 @@ msgstr "Expected an address"
msgid "Expected an alarm"
msgstr "Expected an alarm"

#: shared-module/_pixelbuf/PixelBuf.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
#, c-format
msgid "Expected tuple of length %d, got %d"
msgstr "Expected tuple of length %d, got %d"
Expand Down Expand Up @@ -1310,7 +1315,7 @@ msgstr "Invalid bits per value"
msgid "Invalid buffer size"
msgstr "Invalid buffer size"

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
msgid "Invalid byteorder string"
msgstr "Invalid byteorder string"

Expand Down Expand Up @@ -1516,7 +1521,7 @@ msgstr "Missing first_out_pin. Instruction %d writes pin(s)"
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
msgstr "Missing first_set_pin. Instruction %d sets pin(s)"

#: shared-bindings/displayio/Group.c
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
msgid "Must be a %q subclass."
msgstr "Must be a %q subclass."

Expand Down Expand Up @@ -2376,7 +2381,7 @@ msgstr "Unknown security error: 0x%04x"
msgid "Unknown system firmware error: %04x"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
#, c-format
msgid "Unmatched number of items on RHS (expected %d, got %d)."
msgstr "Unmatched number of items on RHS (expected %d, got %d)."
Expand Down Expand Up @@ -2666,7 +2671,7 @@ msgstr "Buffer too small for requested bytes"
msgid "buttons must be digitalio.DigitalInOut"
msgstr "Buttons must be digitalio.DigitalInOut"

#: shared-bindings/_pixelbuf/PixelBuf.c
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
msgid "byteorder is not a string"
msgstr "Byteorder is not a string"

Expand Down Expand Up @@ -2716,7 +2721,7 @@ msgid "can't cancel self"
msgstr ""

#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
#: shared-module/_pixelbuf/PixelBuf.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
msgid "can't convert %q to %q"
msgstr "Can't convert %q to %q"

Expand Down
Loading

0 comments on commit 9c38fb4

Please sign in to comment.