Merge pull request #9495 from weblate/weblate-circuitpython-main

Translations update from Hosted Weblate
This commit is contained in:
Scott Shawcroft 2024-08-09 10:17:59 -07:00 committed by GitHub
commit 4349a2b628
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 268 additions and 116 deletions

View file

@ -112,7 +112,8 @@ msgstr ""
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -156,7 +157,7 @@ msgstr ""
msgid "%q length must be >= %d"
msgstr ""
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr ""
@ -512,7 +513,7 @@ msgid "All event channels in use"
msgstr "Semua channel event sedang digunakan"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -522,7 +523,7 @@ msgstr ""
msgid "All sync event channels in use"
msgstr "Semua channel event yang disinkronisasi sedang digunakan"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Semua timer untuk pin ini sedang digunakan"
@ -1168,7 +1169,9 @@ msgstr "Kesalahan internal #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1189,12 +1192,16 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr ""
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2351,6 +2358,7 @@ msgid "You pressed the SW38 button at start up."
msgstr ""
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr ""

View file

@ -120,7 +120,8 @@ msgstr "%q v %q musí být typu %q, ne %q"
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -164,7 +165,7 @@ msgstr "Délka %q musí být <= %d"
msgid "%q length must be >= %d"
msgstr "Délka %q musí být >= %d"
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr ""
@ -520,7 +521,7 @@ msgid "All event channels in use"
msgstr "Všechny kanály událostí jsou již používány"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -530,7 +531,7 @@ msgstr "Všechny stavové automaty jsou používány"
msgid "All sync event channels in use"
msgstr ""
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Všechny časovače pro tento pin jsou používány"
@ -1180,7 +1181,9 @@ msgstr "Vnitřní chyba #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1201,12 +1204,16 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "Špatný %s"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2360,6 +2367,7 @@ msgid "You pressed the SW38 button at start up."
msgstr "Při spuštění jsi stiskl tlačítko SW38."
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr "Při spuštění jsi stiskl tlačítko VOLUME."

View file

@ -122,7 +122,8 @@ 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/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -166,7 +167,7 @@ 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/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr "%q von %q nach %q versetzt"
@ -524,7 +525,7 @@ msgid "All event channels in use"
msgstr "Alle Event-Kanäle werden benutzt"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -534,7 +535,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
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Alle Timer für diesen Pin werden bereits benutzt"
@ -1191,7 +1192,9 @@ msgstr "Interner Fehler #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr "Interne Ressource(n) in Benutzung"
@ -1212,12 +1215,16 @@ msgstr "Unterbrochen durch Ausgabefunktion"
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "Ungültiger %q"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2393,6 +2400,7 @@ msgid "You pressed the SW38 button at start up."
msgstr "Der SW38-Knopf wurde beim Starten gedrückt."
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr "Der VOLUME-Knopf wurde beim Starten gedrückt."

View file

@ -124,7 +124,8 @@ msgstr "%q στο %q πρέπει να είναι τύπου %q, όχι %q"
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -168,7 +169,7 @@ msgstr "%q μήκος πρέπει να είναι <= %d"
msgid "%q length must be >= %d"
msgstr "%q μήκος πρέπει να είναι >= %d"
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr "%q μετακινήθηκε από το %q στο %q"
@ -524,7 +525,7 @@ msgid "All event channels in use"
msgstr "Όλα τα κανάλια συμβάντων είναι σε χρήση"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -534,7 +535,7 @@ msgstr "Όλες οι μηχανές κατάστασης είναι σε χρή
msgid "All sync event channels in use"
msgstr "Όλα τα κανάλια συμβάντων συγχρονισμού είναι σε χρήση"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Όλοι οι χρονιστές για αυτό το pin χρησιμοποιούνται ήδη"
@ -1186,7 +1187,9 @@ msgstr ""
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1207,12 +1210,16 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr ""
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2357,6 +2364,7 @@ msgid "You pressed the SW38 button at start up."
msgstr ""
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr ""

View file

@ -122,7 +122,8 @@ 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/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -166,7 +167,7 @@ msgstr "%q length must be <= %d"
msgid "%q length must be >= %d"
msgstr "%q length must be >= %d"
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr "%q moved from %q to %q"
@ -522,7 +523,7 @@ msgid "All event channels in use"
msgstr "All event channels in use"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -532,7 +533,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
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "All timers for this pin are in use"
@ -1179,7 +1180,9 @@ msgstr "Internal error #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr "Internal resource(s) in use"
@ -1200,12 +1203,16 @@ msgstr "Interrupted by output function"
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "Invalid %q"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2364,6 +2371,7 @@ msgid "You pressed the SW38 button at start up."
msgstr "You pressed the SW38 button at start up."
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr "You pressed the VOLUME button at start up."

View file

@ -124,7 +124,8 @@ 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/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -168,7 +169,7 @@ msgstr "%q longitud debe ser <= %d"
msgid "%q length must be >= %d"
msgstr "%q longitud debe ser >= %d"
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr ""
@ -524,7 +525,7 @@ msgid "All event channels in use"
msgstr "Todos los canales de eventos están en uso"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -536,7 +537,7 @@ msgstr ""
"Todos los canales de eventos de sincronización (sync event channels) están "
"en uso"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Todos los timers para este pin están en uso"
@ -1199,7 +1200,9 @@ msgstr "Error interno #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1220,12 +1223,16 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "%q inválido"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2396,6 +2403,7 @@ msgid "You pressed the SW38 button at start up."
msgstr "Presionó el botón SW38 al iniciar."
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr "Usted presionó el botón de volumen al iniciar."

View file

@ -110,7 +110,8 @@ msgstr ""
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -154,7 +155,7 @@ msgstr ""
msgid "%q length must be >= %d"
msgstr ""
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr ""
@ -512,7 +513,7 @@ msgid "All event channels in use"
msgstr "Lahat ng event channels ginagamit"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -522,7 +523,7 @@ msgstr ""
msgid "All sync event channels in use"
msgstr "Lahat ng sync event channels ay ginagamit"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Lahat ng timers para sa pin na ito ay ginagamit"
@ -1170,7 +1171,9 @@ msgstr ""
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1191,12 +1194,16 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr ""
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2344,6 +2351,7 @@ msgid "You pressed the SW38 button at start up."
msgstr ""
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr ""

View file

@ -125,7 +125,8 @@ 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/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -169,7 +170,7 @@ msgstr "La longueur de %q doit être <= %d"
msgid "%q length must be >= %d"
msgstr "La longueur de %q doit être >= %d"
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr "% déplacé de %q à %q"
@ -528,7 +529,7 @@ msgid "All event channels in use"
msgstr "Tous les canaux d'événements sont utilisés"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -538,7 +539,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
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Tous les minuteurs pour cette broche sont utilisés"
@ -1208,7 +1209,9 @@ msgstr "Erreur interne #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1229,12 +1232,16 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "%q invalide"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2415,6 +2422,7 @@ msgid "You pressed the SW38 button at start up."
msgstr "Vous avez appuyé le bouton SW38 au démarrage."
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr "Vous avez appuyé le bouton VOLUME au démarrage."

View file

@ -111,7 +111,8 @@ msgstr ""
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -155,7 +156,7 @@ msgstr ""
msgid "%q length must be >= %d"
msgstr ""
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr ""
@ -511,7 +512,7 @@ msgid "All event channels in use"
msgstr ""
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -521,7 +522,7 @@ msgstr ""
msgid "All sync event channels in use"
msgstr ""
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr ""
@ -1162,7 +1163,9 @@ msgstr ""
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1183,12 +1186,16 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr ""
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2331,6 +2338,7 @@ msgid "You pressed the SW38 button at start up."
msgstr ""
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr ""

View file

@ -113,7 +113,8 @@ msgstr ""
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -157,7 +158,7 @@ msgstr ""
msgid "%q length must be >= %d"
msgstr ""
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr ""
@ -514,7 +515,7 @@ msgid "All event channels in use"
msgstr "Tutti i canali eventi utilizati"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -524,7 +525,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
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Tutti i timer per questo pin sono in uso"
@ -1170,7 +1171,9 @@ msgstr ""
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1191,12 +1194,16 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr ""
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2346,6 +2353,7 @@ msgid "You pressed the SW38 button at start up."
msgstr ""
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr ""

View file

@ -122,7 +122,8 @@ msgstr "%q 内の %q は %q 型である必要があり、 %q 型は使用でき
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -166,7 +167,7 @@ msgstr "%q の長さは <= %d である必要があります"
msgid "%q length must be >= %d"
msgstr "%q の長さは >= %d である必要があります"
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr "%q は %q から %q へ移動しました"
@ -524,7 +525,7 @@ msgid "All event channels in use"
msgstr "全てのイベントチャネルが使用中"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -534,7 +535,7 @@ msgstr ""
msgid "All sync event channels in use"
msgstr "全ての同期イベントチャネルが使用中"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "このピン用の全てのタイマが使用中"
@ -1179,7 +1180,9 @@ msgstr "内部エラー #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1200,12 +1203,16 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "不正な %q"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2354,6 +2361,7 @@ msgid "You pressed the SW38 button at start up."
msgstr ""
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr ""

View file

@ -122,7 +122,8 @@ msgstr "%q의 %q는 %q가 아니라 %q 유형이어야 합니다"
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -166,7 +167,7 @@ msgstr "%q 길이는 <= %d>여야 합니다"
msgid "%q length must be >= %d"
msgstr "%q 길이는 >= %d이어야 합니다"
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
#, fuzzy
msgid "%q moved from %q to %q"
msgstr "%q가 %q에서 %q로 이동했습니다"
@ -544,7 +545,7 @@ msgid "All event channels in use"
msgstr "모든 이벤트 채널이 사용 중입니다"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#, fuzzy
@ -556,7 +557,7 @@ msgstr "모든 상태 머신이 사용 중입니다"
msgid "All sync event channels in use"
msgstr "모든 동기화 이벤트 채널이 사용 중입니다"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "핀의 모든 타이머가 사용 중입니다"
@ -1214,7 +1215,9 @@ msgstr "내부 오류 #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1235,12 +1238,16 @@ msgstr "출력 함수로 인해 종료되었다"
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "잘못된 %q"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2409,6 +2416,7 @@ msgid "You pressed the SW38 button at start up."
msgstr ""
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr ""

View file

@ -109,7 +109,8 @@ msgstr ""
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -153,7 +154,7 @@ msgstr ""
msgid "%q length must be >= %d"
msgstr ""
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr ""
@ -509,7 +510,7 @@ msgid "All event channels in use"
msgstr "Alle event kanalen zijn in gebruik"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -519,7 +520,7 @@ msgstr ""
msgid "All sync event channels in use"
msgstr "Alle sync event kanalen zijn in gebruik"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Alle timers voor deze pin zijn in gebruik"
@ -1165,7 +1166,9 @@ msgstr "Interne fout #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1186,12 +1189,16 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "Ongeldige %q"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2349,6 +2356,7 @@ msgid "You pressed the SW38 button at start up."
msgstr ""
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr ""

View file

@ -117,7 +117,8 @@ msgstr "%q w %q musi być typu %q, a nie %q"
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -161,7 +162,7 @@ msgstr ""
msgid "%q length must be >= %d"
msgstr ""
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr ""
@ -517,7 +518,7 @@ msgid "All event channels in use"
msgstr "Wszystkie kanały zdarzeń w użyciu"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -527,7 +528,7 @@ msgstr "Wszystkie maszyny stanów w użyciu"
msgid "All sync event channels in use"
msgstr "Wszystkie kanały zdarzeń synchronizacji w użyciu"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Wszystkie timery tej nóżki w użyciu"
@ -1184,7 +1185,9 @@ msgstr "Błąd wewnętrzny #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1205,12 +1208,16 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "Nieprawidłowe %q"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2361,6 +2368,7 @@ msgid "You pressed the SW38 button at start up."
msgstr ""
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr ""

View file

@ -122,7 +122,8 @@ 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/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -166,7 +167,7 @@ msgstr "o comprimento de %q deve ser <= %d"
msgid "%q length must be >= %d"
msgstr "o comprimento de %q deve ser >= %d"
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr "%q foi movido de %q para %q"
@ -524,7 +525,7 @@ msgid "All event channels in use"
msgstr "Todos os canais de eventos em uso"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -534,7 +535,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
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Todos os temporizadores para este pino estão em uso"
@ -1195,7 +1196,9 @@ msgstr "Erro interno #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr "Recurso(s) interno(s) em uso"
@ -1216,12 +1219,16 @@ msgstr "Interrompido pela função de saída"
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "%q Inválido"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2399,6 +2406,7 @@ msgid "You pressed the SW38 button at start up."
msgstr "Você pressionou o botão SW38 na inicialização."
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr "Você pressionou o botão VOLUME na inicialização."

View file

@ -124,7 +124,8 @@ msgstr "%q в %q должно быть типа %q, а не %q"
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -168,7 +169,7 @@ msgstr "Длинна %q должна быть <= %d"
msgid "%q length must be >= %d"
msgstr "Длинна %q должна быть >= %d"
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr "%q переместился из %q в %q"
@ -524,7 +525,7 @@ msgid "All event channels in use"
msgstr "Все каналы событий уже используются"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -534,7 +535,7 @@ msgstr "Все машины состояний уже используются"
msgid "All sync event channels in use"
msgstr "Все каналы событий синхронизации уже используются"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Все таймеры для этого пина уже используются"
@ -1201,7 +1202,9 @@ msgstr "Внутренняя ошибка #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr "Используемые внутренние ресурсы"
@ -1222,12 +1225,16 @@ msgstr "Прерывается функцией выхода"
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "Недопустимый %q"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2399,6 +2406,7 @@ msgid "You pressed the SW38 button at start up."
msgstr "Вы нажали кнопку SW38 при запуске."
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr "Вы нажали кнопку ГРОМКОСТЬ при запуске."
@ -4364,8 +4372,8 @@ msgid ""
"weights must be a sequence with an odd square number of elements (usually 9 "
"or 25)"
msgstr ""
"Весом должна быть последовательность с нечетным квадратным числом элементов ("
"обычно 9 или 25)"
"Весом должна быть последовательность с нечетным квадратным числом элементов "
"(обычно 9 или 25)"
#: shared-bindings/bitmapfilter/__init__.c
msgid "weights must be an object of type %q, %q, %q, or %q, not %q "

View file

@ -121,7 +121,8 @@ 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/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -165,7 +166,7 @@ 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/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr "%q flyttad från %q till %q"
@ -523,7 +524,7 @@ msgid "All event channels in use"
msgstr "Alla händelsekanaler används"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -533,7 +534,7 @@ msgstr "Alla tillståndsmaskiner används"
msgid "All sync event channels in use"
msgstr "Alla synkroniseringskanaler används"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Alla timers för denna pinne är i bruk"
@ -1187,7 +1188,9 @@ msgstr "Internt fel #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1208,12 +1211,16 @@ msgstr "Avbruten av utgångsfunktion"
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "Ogiltig %q"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2375,6 +2382,7 @@ msgid "You pressed the SW38 button at start up."
msgstr "Du tryckte ned SW38-knappen vid start."
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr "Du tryckte ned VOLYM-knappen vid start."

View file

@ -122,7 +122,8 @@ msgstr ""
#: ports/espressif/common-hal/espulp/ULP.c
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -166,7 +167,7 @@ msgstr "%q boyutu <= %d olmalıdır"
msgid "%q length must be >= %d"
msgstr "%q boyutu >= %d olmalıdır"
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr ""
@ -522,7 +523,7 @@ msgid "All event channels in use"
msgstr "Tüm olay kanalları kullanımda"
#: ports/raspberrypi/common-hal/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -532,7 +533,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
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
msgid "All timers for this pin are in use"
msgstr "Bu pin için tüm zamanlayıcılar kullanımda"
@ -1180,7 +1181,9 @@ msgstr "Dahili hata #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr ""
@ -1201,12 +1204,16 @@ msgstr ""
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "Geçersiz %q"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2353,6 +2360,7 @@ msgid "You pressed the SW38 button at start up."
msgstr ""
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr ""

View file

@ -123,7 +123,8 @@ 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/mimxrt10xx/common-hal/usb_host/Port.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
#: shared-bindings/digitalio/DigitalInOut.c
@ -167,7 +168,7 @@ msgstr "%q chángdù bìxū <= %d"
msgid "%q length must be >= %d"
msgstr "%q chángdù bìxū >= %d"
#: py/objmodule.c py/runtime.c
#: py/modsys.c py/objmodule.c py/runtime.c
msgid "%q moved from %q to %q"
msgstr "%q cóng %q yídòngdào %q"
@ -524,7 +525,7 @@ 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/floppyio/__init__.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
#: ports/raspberrypi/common-hal/usb_host/Port.c
msgid "All state machines in use"
@ -534,7 +535,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
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.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"
@ -1193,7 +1194,9 @@ msgstr "nèi bù cuò wù #%d"
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
#: shared-bindings/pwmio/PWMOut.c
msgid "Internal resource(s) in use"
msgstr "zhèngzài shǐyòng de nèibù zīyuán"
@ -1214,12 +1217,16 @@ msgstr "bèi shūchū gōngnéng zhōngduàn"
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.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
msgid "Invalid %q"
msgstr "wú xiào %q"
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
msgid "Invalid %q and %q"
msgstr ""
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
#: ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@ -2381,6 +2388,7 @@ msgid "You pressed the SW38 button at start up."
msgstr "nín zài qǐ dòng shí àn xià le SW38 àn niǔ."
#: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
#: ports/espressif/boards/vidi_x/mpconfigboard.h
msgid "You pressed the VOLUME button at start up."
msgstr "nín zài qǐ dòng shí àn xià le yīn liàng àn niǔ."