Skip to content

Commit 50726f5

Browse files
authored
Merge pull request #9943 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 848243c + f0db34f commit 50726f5

19 files changed

+134
-100
lines changed

locale/ID.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ msgstr "%q harus kelipatan 8."
230230
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
231231
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
232232
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
233-
#: shared-module/synthio/Synthesizer.c
233+
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
234234
msgid "%q must be of type %q or %q, not %q"
235235
msgstr "%q harus bertipe %q atau %q, bukan %q"
236236

@@ -817,6 +817,10 @@ msgstr "Tidak dapat menentukan RTS atau CTS dalam mode RS485"
817817
msgid "Cannot subclass slice"
818818
msgstr "Tidak dapat membuat subkelas dari irisan"
819819

820+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
821+
msgid "Cannot use GPIO0..15 together with GPIO32..47"
822+
msgstr ""
823+
820824
#: ports/nordic/common-hal/alarm/pin/PinAlarm.c
821825
msgid "Cannot wake on pin edge, only level"
822826
msgstr "Tidak dapat bangun di tepi pin, hanya level"
@@ -3434,10 +3438,6 @@ msgstr ""
34343438
msgid "label redefined"
34353439
msgstr "label didefinis ulang"
34363440

3437-
#: shared-bindings/audiomixer/MixerVoice.c
3438-
msgid "level must be between 0 and 1"
3439-
msgstr ""
3440-
34413441
#: py/objarray.c
34423442
msgid "lhs and rhs should be compatible"
34433443
msgstr ""

locale/cs.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ msgstr ""
229229
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
230230
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
231231
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
232-
#: shared-module/synthio/Synthesizer.c
232+
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
233233
msgid "%q must be of type %q or %q, not %q"
234234
msgstr "%q musí být typu %q nebo %q, ne %q"
235235

@@ -811,6 +811,10 @@ msgstr "Nelze určit RTS nebo CTS v režimu RS485"
811811
msgid "Cannot subclass slice"
812812
msgstr "Nelze použít řez podtřídy"
813813

814+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
815+
msgid "Cannot use GPIO0..15 together with GPIO32..47"
816+
msgstr ""
817+
814818
#: ports/nordic/common-hal/alarm/pin/PinAlarm.c
815819
msgid "Cannot wake on pin edge, only level"
816820
msgstr "Nelze probudit hranou na pinu, pouze úrovní"
@@ -3414,10 +3418,6 @@ msgstr ""
34143418
msgid "label redefined"
34153419
msgstr ""
34163420

3417-
#: shared-bindings/audiomixer/MixerVoice.c
3418-
msgid "level must be between 0 and 1"
3419-
msgstr ""
3420-
34213421
#: py/objarray.c
34223422
msgid "lhs and rhs should be compatible"
34233423
msgstr ""

locale/de_DE.po

+8-5
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ msgstr "%q muss ein Vielfaches von 8 sein."
232232
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
233233
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
234234
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
235-
#: shared-module/synthio/Synthesizer.c
235+
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
236236
msgid "%q must be of type %q or %q, not %q"
237237
msgstr "%q muss von Typ %q oder %q sein, nicht %q"
238238

@@ -815,6 +815,10 @@ msgstr "RTS oder CTS können im RS485-Modus nicht angegeben werden"
815815
msgid "Cannot subclass slice"
816816
msgstr "Slice kann keine sub-klasse sein"
817817

818+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
819+
msgid "Cannot use GPIO0..15 together with GPIO32..47"
820+
msgstr ""
821+
818822
#: ports/nordic/common-hal/alarm/pin/PinAlarm.c
819823
msgid "Cannot wake on pin edge, only level"
820824
msgstr "Kann nicht durch Flanke an Pin geweckt werden, sondern nur durch Pegel"
@@ -3464,10 +3468,6 @@ msgstr "Label '%q' nicht definiert"
34643468
msgid "label redefined"
34653469
msgstr "Label neu definiert"
34663470

3467-
#: shared-bindings/audiomixer/MixerVoice.c
3468-
msgid "level must be between 0 and 1"
3469-
msgstr "Der Pegel muss zwischen 0 und 1 liegen"
3470-
34713471
#: py/objarray.c
34723472
msgid "lhs and rhs should be compatible"
34733473
msgstr "lhs und rhs sollten kompatibel sein"
@@ -4459,6 +4459,9 @@ msgstr "zi muss eine Gleitkommazahl sein"
44594459
msgid "zi must be of shape (n_section, 2)"
44604460
msgstr "zi muss die Form (n_section, 2) haben"
44614461

4462+
#~ msgid "level must be between 0 and 1"
4463+
#~ msgstr "Der Pegel muss zwischen 0 und 1 liegen"
4464+
44624465
#~ msgid "init I2C"
44634466
#~ msgstr "initialisiere I2C"
44644467

locale/el.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ msgstr ""
233233
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
234234
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
235235
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
236-
#: shared-module/synthio/Synthesizer.c
236+
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
237237
msgid "%q must be of type %q or %q, not %q"
238238
msgstr "%q πρέπει να είναι τύπου %q ή %q, όχι %q"
239239

@@ -816,6 +816,10 @@ msgstr "Δεν μπορεί να οριστεί RTS ή CTS σε RS485 mode"
816816
msgid "Cannot subclass slice"
817817
msgstr "Δεν γίνεται υποκατηγορία ενός slice"
818818

819+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
820+
msgid "Cannot use GPIO0..15 together with GPIO32..47"
821+
msgstr ""
822+
819823
#: ports/nordic/common-hal/alarm/pin/PinAlarm.c
820824
msgid "Cannot wake on pin edge, only level"
821825
msgstr "Δεν γίνεται αφύπνηση σε pin edge, αλλά μόνο σε level"
@@ -3411,10 +3415,6 @@ msgstr ""
34113415
msgid "label redefined"
34123416
msgstr ""
34133417

3414-
#: shared-bindings/audiomixer/MixerVoice.c
3415-
msgid "level must be between 0 and 1"
3416-
msgstr ""
3417-
34183418
#: py/objarray.c
34193419
msgid "lhs and rhs should be compatible"
34203420
msgstr ""

locale/en_GB.po

+8-5
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ msgstr "%q must be multiple of 8."
231231
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
232232
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
233233
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
234-
#: shared-module/synthio/Synthesizer.c
234+
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
235235
msgid "%q must be of type %q or %q, not %q"
236236
msgstr "%q must be of type %q or %q, not %q"
237237

@@ -810,6 +810,10 @@ msgstr "Cannot specify RTS or CTS in RS485 mode"
810810
msgid "Cannot subclass slice"
811811
msgstr "Cannot subclass slice"
812812

813+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
814+
msgid "Cannot use GPIO0..15 together with GPIO32..47"
815+
msgstr ""
816+
813817
#: ports/nordic/common-hal/alarm/pin/PinAlarm.c
814818
msgid "Cannot wake on pin edge, only level"
815819
msgstr "Cannot wake on pin edge, only level"
@@ -3421,10 +3425,6 @@ msgstr "label '%q' not defined"
34213425
msgid "label redefined"
34223426
msgstr "label redefined"
34233427

3424-
#: shared-bindings/audiomixer/MixerVoice.c
3425-
msgid "level must be between 0 and 1"
3426-
msgstr "level must be between 0 and 1"
3427-
34283428
#: py/objarray.c
34293429
msgid "lhs and rhs should be compatible"
34303430
msgstr "lhs and rhs should be compatible"
@@ -4406,6 +4406,9 @@ msgstr "zi must be of float type"
44064406
msgid "zi must be of shape (n_section, 2)"
44074407
msgstr "zi must be of shape (n_section, 2)"
44084408

4409+
#~ msgid "level must be between 0 and 1"
4410+
#~ msgstr "level must be between 0 and 1"
4411+
44094412
#~ msgid "init I2C"
44104413
#~ msgstr "init I2C"
44114414

locale/es.po

+10-7
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ msgstr "%q debe ser múltiplo de 8."
233233
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
234234
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
235235
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
236-
#: shared-module/synthio/Synthesizer.c
236+
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
237237
msgid "%q must be of type %q or %q, not %q"
238238
msgstr "%q debe ser del tipo %q o %q, y no %q"
239239

@@ -819,6 +819,10 @@ msgstr "No se puede especificar RTS o CTS en modo RS485"
819819
msgid "Cannot subclass slice"
820820
msgstr "No se puede manejar la partición en una subclase"
821821

822+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
823+
msgid "Cannot use GPIO0..15 together with GPIO32..47"
824+
msgstr ""
825+
822826
#: ports/nordic/common-hal/alarm/pin/PinAlarm.c
823827
msgid "Cannot wake on pin edge, only level"
824828
msgstr "No puede ser despertado en transición de pin, only nivel"
@@ -3463,10 +3467,6 @@ msgstr "etiqueta '%q' no definida"
34633467
msgid "label redefined"
34643468
msgstr "etiqueta redefinida"
34653469

3466-
#: shared-bindings/audiomixer/MixerVoice.c
3467-
msgid "level must be between 0 and 1"
3468-
msgstr "el nivel debe ser entre 0 y 1"
3469-
34703470
#: py/objarray.c
34713471
msgid "lhs and rhs should be compatible"
34723472
msgstr "lhs y rhs deben ser compatibles"
@@ -4373,8 +4373,8 @@ msgid ""
43734373
"weights must be a sequence with an odd square number of elements (usually 9 "
43744374
"or 25)"
43754375
msgstr ""
4376-
"los pesos deben ser una secuencia con una raíz cuadrada impar de elementos ("
4377-
"usualmente 9 o 25)"
4376+
"los pesos deben ser una secuencia con una raíz cuadrada impar de elementos "
4377+
"(usualmente 9 o 25)"
43784378

43794379
#: shared-bindings/bitmapfilter/__init__.c
43804380
msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
@@ -4451,6 +4451,9 @@ msgstr "zi debe ser de tipo flotante"
44514451
msgid "zi must be of shape (n_section, 2)"
44524452
msgstr "zi debe ser una forma (n_section,2)"
44534453

4454+
#~ msgid "level must be between 0 and 1"
4455+
#~ msgstr "el nivel debe ser entre 0 y 1"
4456+
44544457
#~ msgid "init I2C"
44554458
#~ msgstr "inicializacion I2C"
44564459

locale/fil.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ msgstr ""
221221
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
222222
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
223223
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
224-
#: shared-module/synthio/Synthesizer.c
224+
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
225225
msgid "%q must be of type %q or %q, not %q"
226226
msgstr ""
227227

@@ -804,6 +804,10 @@ msgstr ""
804804
msgid "Cannot subclass slice"
805805
msgstr "Hindi magawa ang sublcass slice"
806806

807+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
808+
msgid "Cannot use GPIO0..15 together with GPIO32..47"
809+
msgstr ""
810+
807811
#: ports/nordic/common-hal/alarm/pin/PinAlarm.c
808812
msgid "Cannot wake on pin edge, only level"
809813
msgstr ""
@@ -3415,10 +3419,6 @@ msgstr "label '%d' kailangan na i-define"
34153419
msgid "label redefined"
34163420
msgstr "ang label ay na-define ulit"
34173421

3418-
#: shared-bindings/audiomixer/MixerVoice.c
3419-
msgid "level must be between 0 and 1"
3420-
msgstr ""
3421-
34223422
#: py/objarray.c
34233423
msgid "lhs and rhs should be compatible"
34243424
msgstr "lhs at rhs ay dapat magkasundo"

locale/fr.po

+12-8
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ msgstr "%q doit être un multiple de 8."
234234
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
235235
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
236236
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
237-
#: shared-module/synthio/Synthesizer.c
237+
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
238238
msgid "%q must be of type %q or %q, not %q"
239239
msgstr "%q doit être de type %q ou %q, pas %q"
240240

@@ -823,6 +823,10 @@ msgstr "Impossible de spécifier RTS ou CTS en mode RS485"
823823
msgid "Cannot subclass slice"
824824
msgstr "On ne peut faire de sous-classes de tranches"
825825

826+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
827+
msgid "Cannot use GPIO0..15 together with GPIO32..47"
828+
msgstr ""
829+
826830
#: ports/nordic/common-hal/alarm/pin/PinAlarm.c
827831
msgid "Cannot wake on pin edge, only level"
828832
msgstr ""
@@ -3477,7 +3481,8 @@ msgstr ""
34773481

34783482
#: py/argcheck.c
34793483
msgid "keyword argument(s) not implemented - use normal args instead"
3480-
msgstr "paramètre mot clé non implanté - utilisez paramètres normaux à la place"
3484+
msgstr ""
3485+
"paramètre mot clé non implanté - utilisez paramètres normaux à la place"
34813486

34823487
#: py/emitinlinethumb.c py/emitinlinextensa.c
34833488
msgid "label '%q' not defined"
@@ -3487,10 +3492,6 @@ msgstr "label '%q' non supporté"
34873492
msgid "label redefined"
34883493
msgstr "étiquette redéfinie"
34893494

3490-
#: shared-bindings/audiomixer/MixerVoice.c
3491-
msgid "level must be between 0 and 1"
3492-
msgstr "le niveau doit être compris entre 0 et 1"
3493-
34943495
#: py/objarray.c
34953496
msgid "lhs and rhs should be compatible"
34963497
msgstr "les parties gauches et droites doivent être compatibles"
@@ -4398,8 +4399,8 @@ msgid ""
43984399
"weights must be a sequence with an odd square number of elements (usually 9 "
43994400
"or 25)"
44004401
msgstr ""
4401-
"poids doit être une séquence avec nombre carré impair d'éléments ("
4402-
"habituellement 9 ou 25)"
4402+
"poids doit être une séquence avec nombre carré impair d'éléments "
4403+
"(habituellement 9 ou 25)"
44034404

44044405
#: shared-bindings/bitmapfilter/__init__.c
44054406
msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
@@ -4476,6 +4477,9 @@ msgstr "zi doit être de type float"
44764477
msgid "zi must be of shape (n_section, 2)"
44774478
msgstr "zi doit être de forme (n_section, 2)"
44784479

4480+
#~ msgid "level must be between 0 and 1"
4481+
#~ msgstr "le niveau doit être compris entre 0 et 1"
4482+
44794483
#~ msgid "init I2C"
44804484
#~ msgstr "initialisation I2C"
44814485

locale/hi.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ msgstr ""
220220
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
221221
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
222222
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
223-
#: shared-module/synthio/Synthesizer.c
223+
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
224224
msgid "%q must be of type %q or %q, not %q"
225225
msgstr ""
226226

@@ -797,6 +797,10 @@ msgstr ""
797797
msgid "Cannot subclass slice"
798798
msgstr ""
799799

800+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
801+
msgid "Cannot use GPIO0..15 together with GPIO32..47"
802+
msgstr ""
803+
800804
#: ports/nordic/common-hal/alarm/pin/PinAlarm.c
801805
msgid "Cannot wake on pin edge, only level"
802806
msgstr ""
@@ -3385,10 +3389,6 @@ msgstr ""
33853389
msgid "label redefined"
33863390
msgstr ""
33873391

3388-
#: shared-bindings/audiomixer/MixerVoice.c
3389-
msgid "level must be between 0 and 1"
3390-
msgstr ""
3391-
33923392
#: py/objarray.c
33933393
msgid "lhs and rhs should be compatible"
33943394
msgstr ""

locale/it_IT.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ msgstr ""
222222
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
223223
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
224224
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
225-
#: shared-module/synthio/Synthesizer.c
225+
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
226226
msgid "%q must be of type %q or %q, not %q"
227227
msgstr ""
228228

@@ -803,6 +803,10 @@ msgstr ""
803803
msgid "Cannot subclass slice"
804804
msgstr "Impossibile subclasare slice"
805805

806+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
807+
msgid "Cannot use GPIO0..15 together with GPIO32..47"
808+
msgstr ""
809+
806810
#: ports/nordic/common-hal/alarm/pin/PinAlarm.c
807811
msgid "Cannot wake on pin edge, only level"
808812
msgstr ""
@@ -3413,10 +3417,6 @@ msgstr "etichetta '%q' non definita"
34133417
msgid "label redefined"
34143418
msgstr "etichetta ridefinita"
34153419

3416-
#: shared-bindings/audiomixer/MixerVoice.c
3417-
msgid "level must be between 0 and 1"
3418-
msgstr ""
3419-
34203420
#: py/objarray.c
34213421
msgid "lhs and rhs should be compatible"
34223422
msgstr "lhs e rhs devono essere compatibili"

0 commit comments

Comments
 (0)