Skip to content

Commit d078bc3

Browse files
authored
Merge pull request #7882 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 5014ddb + 74f42af commit d078bc3

File tree

19 files changed

+152
-57
lines changed

19 files changed

+152
-57
lines changed

locale/ID.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ msgstr ""
129129

130130
#: ports/espressif/common-hal/espulp/ULP.c
131131
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
132+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
132133
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
133134
#: shared-bindings/digitalio/DigitalInOut.c
134135
#: shared-bindings/microcontroller/Pin.c
@@ -167,11 +168,11 @@ msgstr ""
167168
msgid "%q length must be >= %d"
168169
msgstr ""
169170

170-
#: py/argcheck.c
171+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
171172
msgid "%q must be %d"
172173
msgstr ""
173174

174-
#: py/argcheck.c
175+
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
175176
msgid "%q must be %d-%d"
176177
msgstr "%q harus %d-%d"
177178

@@ -471,6 +472,7 @@ msgstr ""
471472
msgid "All event channels in use"
472473
msgstr "Semua channel event sedang digunakan"
473474

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

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

12361239
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1237-
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
1240+
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1241+
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1242+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
12381243
#: shared-bindings/digitalio/DigitalInOut.c
12391244
#: shared-bindings/displayio/EPaperDisplay.c
12401245
msgid "Invalid %q"

locale/cs.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ msgstr ""
130130

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

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

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

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

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

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

12361239
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1237-
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
1240+
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1241+
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1242+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
12381243
#: shared-bindings/digitalio/DigitalInOut.c
12391244
#: shared-bindings/displayio/EPaperDisplay.c
12401245
msgid "Invalid %q"

locale/de_DE.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ msgstr "%q in %q muss von Typ %q sein, nicht %q"
138138

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

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

183-
#: py/argcheck.c
184+
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
184185
msgid "%q must be %d-%d"
185186
msgstr "%q muss %d-%d sein"
186187

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

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

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

12601263
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1261-
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
1264+
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1265+
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1266+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
12621267
#: shared-bindings/digitalio/DigitalInOut.c
12631268
#: shared-bindings/displayio/EPaperDisplay.c
12641269
msgid "Invalid %q"

locale/el.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ msgstr ""
134134

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

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

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

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

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

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

12441247
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1245-
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
1248+
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1249+
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1250+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
12461251
#: shared-bindings/digitalio/DigitalInOut.c
12471252
#: shared-bindings/displayio/EPaperDisplay.c
12481253
msgid "Invalid %q"

locale/en_GB.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ msgstr "%q in %q must be of type %q, not %q"
139139

140140
#: ports/espressif/common-hal/espulp/ULP.c
141141
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
142+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
142143
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
143144
#: shared-bindings/digitalio/DigitalInOut.c
144145
#: shared-bindings/microcontroller/Pin.c
@@ -177,11 +178,11 @@ msgstr "%q length must be <= %d"
177178
msgid "%q length must be >= %d"
178179
msgstr "%q length must be >= %d"
179180

180-
#: py/argcheck.c
181+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
181182
msgid "%q must be %d"
182183
msgstr "%q must be %d"
183184

184-
#: py/argcheck.c
185+
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
185186
msgid "%q must be %d-%d"
186187
msgstr "%q must be %d-%d"
187188

@@ -481,6 +482,7 @@ msgstr "All channels in use"
481482
msgid "All event channels in use"
482483
msgstr "All event channels in use"
483484

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

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

12451248
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1246-
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
1249+
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1250+
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1251+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
12471252
#: shared-bindings/digitalio/DigitalInOut.c
12481253
#: shared-bindings/displayio/EPaperDisplay.c
12491254
msgid "Invalid %q"

locale/es.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ msgstr "%q en %q debe ser del tipo %q, no %q"
141141

142142
#: ports/espressif/common-hal/espulp/ULP.c
143143
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
144+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
144145
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
145146
#: shared-bindings/digitalio/DigitalInOut.c
146147
#: shared-bindings/microcontroller/Pin.c
@@ -179,11 +180,11 @@ msgstr "%q longitud debe ser <= %d"
179180
msgid "%q length must be >= %d"
180181
msgstr "%q longitud debe ser >= %d"
181182

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

186-
#: py/argcheck.c
187+
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
187188
msgid "%q must be %d-%d"
188189
msgstr "%q debe ser %d-%d"
189190

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

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

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

12701273
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1271-
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
1274+
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1275+
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1276+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
12721277
#: shared-bindings/digitalio/DigitalInOut.c
12731278
#: shared-bindings/displayio/EPaperDisplay.c
12741279
msgid "Invalid %q"

locale/fil.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ msgstr ""
127127

128128
#: ports/espressif/common-hal/espulp/ULP.c
129129
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
130+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
130131
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
131132
#: shared-bindings/digitalio/DigitalInOut.c
132133
#: shared-bindings/microcontroller/Pin.c
@@ -165,11 +166,11 @@ msgstr ""
165166
msgid "%q length must be >= %d"
166167
msgstr ""
167168

168-
#: py/argcheck.c
169+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
169170
msgid "%q must be %d"
170171
msgstr ""
171172

172-
#: py/argcheck.c
173+
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
173174
msgid "%q must be %d-%d"
174175
msgstr ""
175176

@@ -471,6 +472,7 @@ msgstr ""
471472
msgid "All event channels in use"
472473
msgstr "Lahat ng event channels ginagamit"
473474

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

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

12361239
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1237-
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
1240+
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1241+
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1242+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
12381243
#: shared-bindings/digitalio/DigitalInOut.c
12391244
#: shared-bindings/displayio/EPaperDisplay.c
12401245
msgid "Invalid %q"

locale/fr.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ msgstr "%q dans %q doit être de type %q, pas %q"
141141

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

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

186-
#: py/argcheck.c
187+
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
187188
msgid "%q must be %d-%d"
188189
msgstr "%q doit être %d-%d"
189190

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

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

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

12791282
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
1280-
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c py/argcheck.c
1283+
#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c
1284+
#: ports/raspberrypi/bindings/picodvi/Framebuffer.c
1285+
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
12811286
#: shared-bindings/digitalio/DigitalInOut.c
12821287
#: shared-bindings/displayio/EPaperDisplay.c
12831288
msgid "Invalid %q"

0 commit comments

Comments
 (0)