From 8cc44f2b9033df4713ee9a277e66529983a4f013 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Thu, 20 Apr 2023 20:50:34 +0200 Subject: [PATCH] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/ --- locale/ID.po | 11 ++++++++--- locale/cs.po | 11 ++++++++--- locale/de_DE.po | 11 ++++++++--- locale/el.po | 11 ++++++++--- locale/en_GB.po | 11 ++++++++--- locale/es.po | 11 ++++++++--- locale/fil.po | 11 ++++++++--- locale/fr.po | 11 ++++++++--- locale/hi.po | 11 ++++++++--- locale/it_IT.po | 11 ++++++++--- locale/ja.po | 11 ++++++++--- locale/ko.po | 11 ++++++++--- locale/nl.po | 11 ++++++++--- locale/pl.po | 11 ++++++++--- locale/pt_BR.po | 11 ++++++++--- locale/ru.po | 11 ++++++++--- locale/sv.po | 11 ++++++++--- locale/tr.po | 11 ++++++++--- locale/zh_Latn_pinyin.po | 11 ++++++++--- 19 files changed, 152 insertions(+), 57 deletions(-) diff --git a/locale/ID.po b/locale/ID.po index c37a4f64db..b629eeb48e 100644 --- a/locale/ID.po +++ b/locale/ID.po @@ -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 @@ -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" @@ -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 "" @@ -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" @@ -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" diff --git a/locale/cs.po b/locale/cs.po index 277287a4af..2b7854a27f 100644 --- a/locale/cs.po +++ b/locale/cs.po @@ -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 @@ -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" @@ -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 "" @@ -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" @@ -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" diff --git a/locale/de_DE.po b/locale/de_DE.po index 9c39023401..21fea5273f 100644 --- a/locale/de_DE.po +++ b/locale/de_DE.po @@ -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 @@ -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" @@ -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" @@ -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" @@ -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" diff --git a/locale/el.po b/locale/el.po index ca698c532f..f7bc0aa360 100644 --- a/locale/el.po +++ b/locale/el.po @@ -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 @@ -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" @@ -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 "Όλες οι μηχανές κατάστασης είναι σε χρήση" @@ -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 χρησιμοποιούνται ήδη" @@ -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" diff --git a/locale/en_GB.po b/locale/en_GB.po index 8568718c68..06ad558ee1 100644 --- a/locale/en_GB.po +++ b/locale/en_GB.po @@ -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 @@ -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" @@ -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" @@ -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" @@ -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" diff --git a/locale/es.po b/locale/es.po index ef8ca30c40..f0604b74f4 100644 --- a/locale/es.po +++ b/locale/es.po @@ -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 @@ -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" @@ -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" @@ -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" @@ -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" diff --git a/locale/fil.po b/locale/fil.po index e7630e6068..c7c0aeb635 100644 --- a/locale/fil.po +++ b/locale/fil.po @@ -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 @@ -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 "" @@ -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 "" @@ -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" @@ -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" diff --git a/locale/fr.po b/locale/fr.po index 81f8c8dcd2..ac83978de1 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -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 @@ -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" @@ -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" @@ -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" @@ -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" diff --git a/locale/hi.po b/locale/hi.po index 56095ed2f7..e264d5e692 100644 --- a/locale/hi.po +++ b/locale/hi.po @@ -126,6 +126,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 @@ -164,11 +165,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 "" @@ -468,6 +469,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 "" @@ -476,6 +478,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 "" @@ -1222,7 +1225,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" diff --git a/locale/it_IT.po b/locale/it_IT.po index 4bedc7d428..52fb4b00a3 100644 --- a/locale/it_IT.po +++ b/locale/it_IT.po @@ -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 @@ -168,11 +169,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 "" @@ -474,6 +475,7 @@ msgstr "" msgid "All event channels in use" msgstr "Tutti i canali eventi utilizati" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c msgid "All state machines in use" msgstr "Tutte le state machines sono in uso" @@ -482,6 +484,7 @@ msgstr "Tutte le state machines sono in uso" msgid "All sync event channels in use" msgstr "Tutti i canali di eventi sincronizzati in uso" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: shared-bindings/pwmio/PWMOut.c msgid "All timers for this pin are in use" msgstr "Tutti i timer per questo pin sono in uso" @@ -1236,7 +1239,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" diff --git a/locale/ja.po b/locale/ja.po index 1045e43dbc..805dc10e8e 100644 --- a/locale/ja.po +++ b/locale/ja.po @@ -133,6 +133,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 @@ -171,11 +172,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 "" @@ -475,6 +476,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 "" @@ -483,6 +485,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 "このピン用の全てのタイマが使用中" @@ -1235,7 +1238,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" diff --git a/locale/ko.po b/locale/ko.po index 6dccfd143b..061c70bdfa 100644 --- a/locale/ko.po +++ b/locale/ko.po @@ -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 @@ -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 "" @@ -469,6 +470,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 "" @@ -477,6 +479,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 "핀의 모든 타이머가 사용 중입니다" @@ -1225,7 +1228,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" diff --git a/locale/nl.po b/locale/nl.po index 003953f289..3f14b144c6 100644 --- a/locale/nl.po +++ b/locale/nl.po @@ -126,6 +126,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 @@ -164,11 +165,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 "" @@ -468,6 +469,7 @@ msgstr "" msgid "All event channels in use" msgstr "Alle event kanalen zijn in gebruik" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c msgid "All state machines in use" msgstr "" @@ -476,6 +478,7 @@ msgstr "" msgid "All sync event channels in use" msgstr "Alle sync event kanalen zijn in gebruik" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: shared-bindings/pwmio/PWMOut.c msgid "All timers for this pin are in use" msgstr "Alle timers voor deze pin zijn in gebruik" @@ -1230,7 +1233,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" diff --git a/locale/pl.po b/locale/pl.po index b0f60e0806..f6c35b87b2 100644 --- a/locale/pl.po +++ b/locale/pl.po @@ -128,6 +128,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 @@ -166,11 +167,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 "" @@ -470,6 +471,7 @@ msgstr "" msgid "All event channels in use" msgstr "Wszystkie kanały zdarzeń w użyciu" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c msgid "All state machines in use" msgstr "" @@ -478,6 +480,7 @@ msgstr "" msgid "All sync event channels in use" msgstr "Wszystkie kanały zdarzeń synchronizacji w użyciu" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: shared-bindings/pwmio/PWMOut.c msgid "All timers for this pin are in use" msgstr "Wszystkie timery tej nóżki w użyciu" @@ -1230,7 +1233,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" diff --git a/locale/pt_BR.po b/locale/pt_BR.po index b428121645..5d02126604 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -139,6 +139,7 @@ msgstr "%q em %q deve ser do tipo %q e não %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 @@ -177,11 +178,11 @@ msgstr "o comprimento de %q deve ser <= %d" msgid "%q length must be >= %d" msgstr "o comprimento de %q deve ser >= %d" -#: py/argcheck.c +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c msgid "%q must be %d" msgstr "%q deve ser %d" -#: py/argcheck.c +#: py/argcheck.c shared-bindings/displayio/Bitmap.c msgid "%q must be %d-%d" msgstr "o %q deve ser %d-%d" @@ -485,6 +486,7 @@ msgstr "Todos os canais estão em uso" msgid "All event channels in use" msgstr "Todos os canais de eventos em uso" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c msgid "All state machines in use" msgstr "O estado de todas as máquinas em uso" @@ -493,6 +495,7 @@ msgstr "O estado de todas as máquinas em uso" msgid "All sync event channels in use" msgstr "Todos os canais dos eventos de sincronização em uso" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: shared-bindings/pwmio/PWMOut.c msgid "All timers for this pin are in use" msgstr "Todos os temporizadores para este pino estão em uso" @@ -1264,7 +1267,9 @@ msgid "Interrupt error." msgstr "Erro de interrupção." #: 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" diff --git a/locale/ru.po b/locale/ru.po index 75447bec23..82bf8504f9 100644 --- a/locale/ru.po +++ b/locale/ru.po @@ -133,6 +133,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 @@ -171,11 +172,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" @@ -475,6 +476,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 "Все машины состояний уже используются" @@ -483,6 +485,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 "Все таймеры для этого пина уже используются" @@ -1267,7 +1270,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" diff --git a/locale/sv.po b/locale/sv.po index 5cc3ecdf9c..909c8a624f 100644 --- a/locale/sv.po +++ b/locale/sv.po @@ -138,6 +138,7 @@ msgstr "%q i %q måste vara av typen %q, inte %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 @@ -176,11 +177,11 @@ msgstr "längden på %q måste vara <= %d" msgid "%q length must be >= %d" msgstr "längden på %q måste vara >= %d" -#: py/argcheck.c +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c msgid "%q must be %d" msgstr "%q måste vara %d" -#: py/argcheck.c +#: py/argcheck.c shared-bindings/displayio/Bitmap.c msgid "%q must be %d-%d" msgstr "%q måste vara %d-%d" @@ -482,6 +483,7 @@ msgstr "Alla kanaler används" msgid "All event channels in use" msgstr "Alla händelsekanaler används" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c msgid "All state machines in use" msgstr "Alla tillståndsmaskiner används" @@ -490,6 +492,7 @@ msgstr "Alla tillståndsmaskiner används" msgid "All sync event channels in use" msgstr "Alla händelsekanaler används" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: shared-bindings/pwmio/PWMOut.c msgid "All timers for this pin are in use" msgstr "Alla timers för denna pinne är i bruk" @@ -1249,7 +1252,9 @@ msgid "Interrupt error." msgstr "Interrupt-fel." #: 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" diff --git a/locale/tr.po b/locale/tr.po index 3a4b19ea1b..1bcf4b9cfb 100644 --- a/locale/tr.po +++ b/locale/tr.po @@ -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 @@ -172,11 +173,11 @@ msgstr "%q boyutu <= %d olmalıdır" msgid "%q length must be >= %d" msgstr "%q boyutu >= %d olmalıdır" -#: py/argcheck.c +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c msgid "%q must be %d" msgstr "%q, %d olmalıdır" -#: py/argcheck.c +#: py/argcheck.c shared-bindings/displayio/Bitmap.c msgid "%q must be %d-%d" msgstr "%q, %d-%d olmalıdır" @@ -477,6 +478,7 @@ msgstr "Tüm kanallar kullanımda" msgid "All event channels in use" msgstr "Tüm olay kanalları kullanımda" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c msgid "All state machines in use" msgstr "Tüm durum makineleri kullanımda" @@ -485,6 +487,7 @@ msgstr "Tüm durum makineleri kullanımda" msgid "All sync event channels in use" msgstr "Tüm asenkron olay kanalları kullanımda" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: shared-bindings/pwmio/PWMOut.c msgid "All timers for this pin are in use" msgstr "Bu pin için tüm zamanlayıcılar kullanımda" @@ -1240,7 +1243,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" diff --git a/locale/zh_Latn_pinyin.po b/locale/zh_Latn_pinyin.po index 1ecf35326f..ec33771682 100644 --- a/locale/zh_Latn_pinyin.po +++ b/locale/zh_Latn_pinyin.po @@ -141,6 +141,7 @@ msgstr "%q zhōng de %q bì xū shì %q lèi xíng, ér bù shì %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 @@ -179,11 +180,11 @@ msgstr "%q chángdù bìxū <= %d" msgid "%q length must be >= %d" msgstr "%q chángdù bìxū >= %d" -#: py/argcheck.c +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c msgid "%q must be %d" msgstr "%q bìxū %d" -#: py/argcheck.c +#: py/argcheck.c shared-bindings/displayio/Bitmap.c msgid "%q must be %d-%d" msgstr "%q bì xū wéi %d-%d" @@ -484,6 +485,7 @@ msgstr "suǒyǒu píndào dōu zài shǐyòng zhōng" msgid "All event channels in use" msgstr "suǒyǒu shìjiàn píndào dōu zài shǐyòng zhōng" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c msgid "All state machines in use" msgstr "suǒyǒu zhuàngtàijī dōu zài shǐyòng zhōng" @@ -492,6 +494,7 @@ msgstr "suǒyǒu zhuàngtàijī dōu zài shǐyòng zhōng" msgid "All sync event channels in use" msgstr "suǒyǒu tóngbù shìjiàn píndào dōu zài shǐyòng zhōng" +#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c #: shared-bindings/pwmio/PWMOut.c msgid "All timers for this pin are in use" msgstr "cǐ yǐnjiǎo de suǒyǒu jìshíqì dōu zài shǐyòng zhōng" @@ -1256,7 +1259,9 @@ msgid "Interrupt error." msgstr "zhōng duàn cuò wù." #: 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"