Skip to content

Translations update from Hosted Weblate #7882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ msgstr ""

#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/microcontroller/Pin.c
Expand Down Expand Up @@ -167,11 +168,11 @@ msgstr ""
msgid "%q length must be >= %d"
msgstr ""

#: py/argcheck.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
msgid "%q must be %d"
msgstr ""

#: py/argcheck.c
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
msgid "%q must be %d-%d"
msgstr "%q harus %d-%d"

Expand Down Expand Up @@ -471,6 +472,7 @@ msgstr ""
msgid "All event channels in use"
msgstr "Semua channel event sedang digunakan"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr ""
Expand All @@ -479,6 +481,7 @@ msgstr ""
msgid "All sync event channels in use"
msgstr "Semua channel event yang disinkronisasi sedang digunakan"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: shared-bindings/pwmio/PWMOut.c
msgid "All timers for this pin are in use"
msgstr "Semua timer untuk pin ini sedang digunakan"
Expand Down Expand Up @@ -1234,7 +1237,9 @@ msgid "Interrupt error."
msgstr ""

#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Invalid %q"
Expand Down
11 changes: 8 additions & 3 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ msgstr ""

#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/microcontroller/Pin.c
Expand Down Expand Up @@ -168,11 +169,11 @@ msgstr "Délka %q musí být <= %d"
msgid "%q length must be >= %d"
msgstr "Délka %q musí být >= %d"

#: py/argcheck.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
msgid "%q must be %d"
msgstr "%q musí být %d"

#: py/argcheck.c
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
msgid "%q must be %d-%d"
msgstr "%q musí být %d-%d"

Expand Down Expand Up @@ -472,6 +473,7 @@ msgstr "Všechny kanály jsou používány"
msgid "All event channels in use"
msgstr "Všechny kanály událostí jsou již používány"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr ""
Expand All @@ -480,6 +482,7 @@ msgstr ""
msgid "All sync event channels in use"
msgstr ""

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: shared-bindings/pwmio/PWMOut.c
msgid "All timers for this pin are in use"
msgstr "Všechny časovače pro tento pin jsou používány"
Expand Down Expand Up @@ -1234,7 +1237,9 @@ msgid "Interrupt error."
msgstr ""

#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Invalid %q"
Expand Down
11 changes: 8 additions & 3 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ msgstr "%q in %q muss von Typ %q sein, nicht %q"

#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/microcontroller/Pin.c
Expand Down Expand Up @@ -176,11 +177,11 @@ msgstr "%q länge muss kleiner oder gleich %d sein"
msgid "%q length must be >= %d"
msgstr "%q länge muss größer oder gleich %d sein"

#: py/argcheck.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
msgid "%q must be %d"
msgstr "%q muss %d entsprechen"

#: py/argcheck.c
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
msgid "%q must be %d-%d"
msgstr "%q muss %d-%d sein"

Expand Down Expand Up @@ -482,6 +483,7 @@ msgstr "Alle Kanäle werden verwendet"
msgid "All event channels in use"
msgstr "Alle Event-Kanäle werden benutzt"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr "Alle State-Maschinen in Verwendung"
Expand All @@ -490,6 +492,7 @@ msgstr "Alle State-Maschinen in Verwendung"
msgid "All sync event channels in use"
msgstr "Alle Sync Event-Kanäle werden benutzt"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: shared-bindings/pwmio/PWMOut.c
msgid "All timers for this pin are in use"
msgstr "Alle Timer für diesen Pin werden bereits benutzt"
Expand Down Expand Up @@ -1258,7 +1261,9 @@ msgid "Interrupt error."
msgstr "Interrupt Fehler."

#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Invalid %q"
Expand Down
11 changes: 8 additions & 3 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ msgstr ""

#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/microcontroller/Pin.c
Expand Down Expand Up @@ -172,11 +173,11 @@ msgstr "%q μήκος πρέπει να είναι <= %d"
msgid "%q length must be >= %d"
msgstr "%q μήκος πρέπει να είναι >= %d"

#: py/argcheck.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
msgid "%q must be %d"
msgstr "%q πρέπει να είναι %d"

#: py/argcheck.c
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
msgid "%q must be %d-%d"
msgstr "%q πρέπει να είναι %d-%d"

Expand Down Expand Up @@ -476,6 +477,7 @@ msgstr "Όλα τα κανάλια είναι σε χρήση"
msgid "All event channels in use"
msgstr "Όλα τα κανάλια συμβάντων είναι σε χρήση"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr "Όλες οι μηχανές κατάστασης είναι σε χρήση"
Expand All @@ -484,6 +486,7 @@ msgstr "Όλες οι μηχανές κατάστασης είναι σε χρή
msgid "All sync event channels in use"
msgstr "Όλα τα κανάλια συμβάντων συγχρονισμού είναι σε χρήση"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: shared-bindings/pwmio/PWMOut.c
msgid "All timers for this pin are in use"
msgstr "Όλοι οι χρονιστές για αυτό το pin χρησιμοποιούνται ήδη"
Expand Down Expand Up @@ -1242,7 +1245,9 @@ msgid "Interrupt error."
msgstr ""

#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Invalid %q"
Expand Down
11 changes: 8 additions & 3 deletions locale/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ msgstr "%q in %q must be of type %q, not %q"

#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/microcontroller/Pin.c
Expand Down Expand Up @@ -177,11 +178,11 @@ msgstr "%q length must be <= %d"
msgid "%q length must be >= %d"
msgstr "%q length must be >= %d"

#: py/argcheck.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
msgid "%q must be %d"
msgstr "%q must be %d"

#: py/argcheck.c
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
msgid "%q must be %d-%d"
msgstr "%q must be %d-%d"

Expand Down Expand Up @@ -481,6 +482,7 @@ msgstr "All channels in use"
msgid "All event channels in use"
msgstr "All event channels in use"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr "All state machines in use"
Expand All @@ -489,6 +491,7 @@ msgstr "All state machines in use"
msgid "All sync event channels in use"
msgstr "All sync event channels in use"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: shared-bindings/pwmio/PWMOut.c
msgid "All timers for this pin are in use"
msgstr "All timers for this pin are in use"
Expand Down Expand Up @@ -1243,7 +1246,9 @@ msgid "Interrupt error."
msgstr "Interrupt error."

#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Invalid %q"
Expand Down
11 changes: 8 additions & 3 deletions locale/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ msgstr "%q en %q debe ser del tipo %q, no %q"

#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/microcontroller/Pin.c
Expand Down Expand Up @@ -179,11 +180,11 @@ msgstr "%q longitud debe ser <= %d"
msgid "%q length must be >= %d"
msgstr "%q longitud debe ser >= %d"

#: py/argcheck.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
msgid "%q must be %d"
msgstr "%q debe ser %d"

#: py/argcheck.c
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
msgid "%q must be %d-%d"
msgstr "%q debe ser %d-%d"

Expand Down Expand Up @@ -483,6 +484,7 @@ msgstr "Todos los canales están en uso"
msgid "All event channels in use"
msgstr "Todos los canales de eventos están en uso"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr "Todas las máquinas de estado están en uso"
Expand All @@ -493,6 +495,7 @@ msgstr ""
"Todos los canales de eventos de sincronización (sync event channels) están "
"en uso"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: shared-bindings/pwmio/PWMOut.c
msgid "All timers for this pin are in use"
msgstr "Todos los timers para este pin están en uso"
Expand Down Expand Up @@ -1268,7 +1271,9 @@ msgid "Interrupt error."
msgstr "Error de interrupción."

#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Invalid %q"
Expand Down
11 changes: 8 additions & 3 deletions locale/fil.po
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ msgstr ""

#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/microcontroller/Pin.c
Expand Down Expand Up @@ -165,11 +166,11 @@ msgstr ""
msgid "%q length must be >= %d"
msgstr ""

#: py/argcheck.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
msgid "%q must be %d"
msgstr ""

#: py/argcheck.c
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
msgid "%q must be %d-%d"
msgstr ""

Expand Down Expand Up @@ -471,6 +472,7 @@ msgstr ""
msgid "All event channels in use"
msgstr "Lahat ng event channels ginagamit"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr ""
Expand All @@ -479,6 +481,7 @@ msgstr ""
msgid "All sync event channels in use"
msgstr "Lahat ng sync event channels ay ginagamit"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: shared-bindings/pwmio/PWMOut.c
msgid "All timers for this pin are in use"
msgstr "Lahat ng timers para sa pin na ito ay ginagamit"
Expand Down Expand Up @@ -1234,7 +1237,9 @@ msgid "Interrupt error."
msgstr ""

#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Invalid %q"
Expand Down
11 changes: 8 additions & 3 deletions locale/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ msgstr "%q dans %q doit être de type %q, pas %q"

#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/microcontroller/Pin.c
Expand Down Expand Up @@ -179,11 +180,11 @@ msgstr "La longeur de %q doit être <= %d"
msgid "%q length must be >= %d"
msgstr "La longeur de %q doit être >= %d"

#: py/argcheck.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
msgid "%q must be %d"
msgstr "%q doit être %d"

#: py/argcheck.c
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
msgid "%q must be %d-%d"
msgstr "%q doit être %d-%d"

Expand Down Expand Up @@ -483,6 +484,7 @@ msgstr "Tout les canaux sont utilisés"
msgid "All event channels in use"
msgstr "Tous les canaux d'événements sont utilisés"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
msgid "All state machines in use"
msgstr "Tous les automates finis sont utilisés"
Expand All @@ -491,6 +493,7 @@ msgstr "Tous les automates finis sont utilisés"
msgid "All sync event channels in use"
msgstr "Tout les canaux d'événements sync sont utilisés"

#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: shared-bindings/pwmio/PWMOut.c
msgid "All timers for this pin are in use"
msgstr "Tous les minuteurs pour cette broche sont utilisés"
Expand Down Expand Up @@ -1277,7 +1280,9 @@ msgid "Interrupt error."
msgstr "Erreur d'interruption."

#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
#: shared-bindings/digitalio/DigitalInOut.c
#: shared-bindings/displayio/EPaperDisplay.c
msgid "Invalid %q"
Expand Down
Loading