Skip to content

Commit 08d372a

Browse files
committed
Merge remote-tracking branch 'origin/main' into merge-weblate-manually
2 parents 391efe4 + b41f746 commit 08d372a

File tree

38 files changed

+188
-162
lines changed

38 files changed

+188
-162
lines changed

locale/circuitpython.pot

100755100644
Lines changed: 6 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr ""
118118
msgid "%q is %q"
119119
msgstr ""
120120

121-
#: py/argcheck.c
121+
#: py/argcheck.c shared-bindings/usb_hid/Device.c
122122
msgid "%q length must be %d"
123123
msgstr ""
124124

@@ -134,10 +134,6 @@ msgstr ""
134134
msgid "%q length must be >= %d"
135135
msgstr ""
136136

137-
#: shared-bindings/busio/I2C.c
138-
msgid "%q length must be >= 1"
139-
msgstr ""
140-
141137
#: py/argcheck.c
142138
msgid "%q must be %d"
143139
msgstr ""
@@ -163,15 +159,7 @@ msgstr ""
163159
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
164160
msgstr ""
165161

166-
#: py/argcheck.c
167-
msgid "%q must be a string"
168-
msgstr ""
169-
170-
#: py/argcheck.c
171-
msgid "%q must be an int"
172-
msgstr ""
173-
174-
#: py/argcheck.c py/obj.c
162+
#: py/argcheck.c py/obj.c py/objstrunicode.c
175163
msgid "%q must be of type %q"
176164
msgstr ""
177165

@@ -201,8 +189,8 @@ msgstr ""
201189
msgid "%q pin invalid"
202190
msgstr ""
203191

204-
#: shared-bindings/usb_hid/Device.c
205-
msgid "%q with a report ID of 0 must be of length 1"
192+
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
193+
msgid "%q step cannot be zero"
206194
msgstr ""
207195

208196
#: py/bc.c py/objnamedtuple.c
@@ -511,10 +499,6 @@ msgstr ""
511499
msgid "Array values should be single bytes."
512500
msgstr ""
513501

514-
#: shared-bindings/microcontroller/Pin.c
515-
msgid "At most %d %q may be specified (not %d)"
516-
msgstr ""
517-
518502
#: shared-module/memorymonitor/AllocationAlarm.c
519503
#, c-format
520504
msgid "Attempt to allocate %d blocks"
@@ -1260,10 +1244,6 @@ msgstr ""
12601244
msgid "Invalid multicast MAC address"
12611245
msgstr ""
12621246

1263-
#: shared-bindings/busio/UART.c
1264-
msgid "Invalid pins"
1265-
msgstr ""
1266-
12671247
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
12681248
msgid "Invalid size"
12691249
msgstr ""
@@ -1501,11 +1481,6 @@ msgstr ""
15011481
msgid "No long integer support"
15021482
msgstr ""
15031483

1504-
#: shared-module/usb_hid/__init__.c
1505-
#, c-format
1506-
msgid "No more than %d HID devices allowed"
1507-
msgstr ""
1508-
15091484
#: shared-bindings/wifi/Radio.c
15101485
msgid "No network with that ssid"
15111486
msgstr ""
@@ -2545,10 +2520,6 @@ msgstr ""
25452520
msgid "buffer too small for requested bytes"
25462521
msgstr ""
25472522

2548-
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
2549-
msgid "byteorder is not a string"
2550-
msgstr ""
2551-
25522523
#: py/objarray.c
25532524
msgid "bytes length not a multiple of item size"
25542525
msgstr ""
@@ -2590,14 +2561,10 @@ msgstr ""
25902561
msgid "can't cancel self"
25912562
msgstr ""
25922563

2593-
#: py/obj.c py/objint.c shared-module/adafruit_pixelbuf/PixelBuf.c
2564+
#: py/obj.c py/objint.c py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
25942565
msgid "can't convert %q to %q"
25952566
msgstr ""
25962567

2597-
#: py/runtime.c
2598-
msgid "can't convert %q to int"
2599-
msgstr ""
2600-
26012568
#: py/obj.c
26022569
#, c-format
26032570
msgid "can't convert %s to complex"
@@ -2781,10 +2748,6 @@ msgstr ""
27812748
msgid "comparison of int and uint"
27822749
msgstr ""
27832750

2784-
#: py/objcomplex.c
2785-
msgid "complex division by zero"
2786-
msgstr ""
2787-
27882751
#: py/objfloat.c py/parsenum.c
27892752
msgid "complex values not supported"
27902753
msgstr ""
@@ -2887,12 +2850,7 @@ msgstr ""
28872850
msgid "div/mod not implemented for uint"
28882851
msgstr ""
28892852

2890-
#: py/objfloat.c py/objint_mpz.c
2891-
msgid "divide by zero"
2892-
msgstr ""
2893-
2894-
#: py/modmath.c py/objint_longlong.c py/runtime.c
2895-
#: shared-bindings/math/__init__.c
2853+
#: py/runtime.c
28962854
msgid "division by zero"
28972855
msgstr ""
28982856

@@ -3264,10 +3222,6 @@ msgstr ""
32643222
msgid "inputs are not iterable"
32653223
msgstr ""
32663224

3267-
#: py/parsenum.c
3268-
msgid "int() arg 2 must be >= 2 and <= 36"
3269-
msgstr ""
3270-
32713225
#: extmod/ulab/code/numpy/approx.c
32723226
msgid "interp is defined for 1D iterables of equal length"
32733227
msgstr ""
@@ -3405,10 +3359,6 @@ msgstr ""
34053359
msgid "local variable referenced before assignment"
34063360
msgstr ""
34073361

3408-
#: py/objint.c
3409-
msgid "long int not supported in this build"
3410-
msgstr ""
3411-
34123362
#: ports/espressif/common-hal/canio/CAN.c
34133363
msgid "loopback + silent mode not supported by peripheral"
34143364
msgstr ""
@@ -3943,10 +3893,6 @@ msgstr ""
39433893
msgid "slice step can't be zero"
39443894
msgstr ""
39453895

3946-
#: py/objslice.c
3947-
msgid "slice step cannot be zero"
3948-
msgstr ""
3949-
39503896
#: py/nativeglue.c
39513897
msgid "slice unsupported"
39523898
msgstr ""
@@ -3995,10 +3941,6 @@ msgstr ""
39953941
msgid "start/end indices"
39963942
msgstr ""
39973943

3998-
#: shared-bindings/random/__init__.c
3999-
msgid "step must be non-zero"
4000-
msgstr ""
4001-
40023944
#: shared-bindings/random/__init__.c
40033945
msgid "stop not reachable from start"
40043946
msgstr ""
@@ -4007,10 +3949,6 @@ msgstr ""
40073949
msgid "stream operation not supported"
40083950
msgstr ""
40093951

4010-
#: py/objstrunicode.c
4011-
msgid "string indices must be integers, not %q"
4012-
msgstr ""
4013-
40143952
#: py/stream.c
40153953
msgid "string not supported; use bytes or bytearray"
40163954
msgstr ""
@@ -4043,10 +3981,6 @@ msgstr ""
40433981
msgid "syntax error in uctypes descriptor"
40443982
msgstr ""
40453983

4046-
#: shared-bindings/time/__init__.c
4047-
msgid "time.struct_time() takes a 9-sequence"
4048-
msgstr ""
4049-
40503984
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
40513985
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
40523986
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
@@ -4328,10 +4262,6 @@ msgstr ""
43284262
msgid "y value out of bounds"
43294263
msgstr ""
43304264

4331-
#: py/objrange.c
4332-
msgid "zero step"
4333-
msgstr ""
4334-
43354265
#: extmod/ulab/code/scipy/signal/signal.c
43364266
msgid "zi must be an ndarray"
43374267
msgstr ""

locale/fil.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ msgstr "Inaasahan ng '%s' ang hangang r%d"
282282
#: py/emitinlinethumb.c
283283
#, c-format
284284
msgid "'%s' expects {r0, r1, ...}"
285-
msgstr "Inaasahan ng '%s' ay {r0, r1, }"
285+
msgstr "Inaasahan ng '%s' ay {r0, r1, ...}"
286286

287287
#: py/emitinlinextensa.c
288288
#, c-format
@@ -2797,7 +2797,7 @@ msgstr ""
27972797

27982798
#: shared-bindings/displayio/Palette.c
27992799
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
2800-
msgstr "ang color buffer ay dapat bytearray o array na type ‘b’ or ‘B’"
2800+
msgstr "ang color buffer ay dapat bytearray o array na type 'b' or 'B'"
28012801

28022802
#: shared-bindings/displayio/Palette.c
28032803
msgid "color must be between 0x000000 and 0xffffff"
@@ -3915,7 +3915,7 @@ msgstr "return annotation ay dapat na identifier"
39153915

39163916
#: py/emitnative.c
39173917
msgid "return expected '%q' but got '%q'"
3918-
msgstr "return umasa ng '%q' pero ang nakuha ay ‘%q’"
3918+
msgstr "return umasa ng '%q' pero ang nakuha ay '%q'"
39193919

39203920
#: shared-bindings/rgbmatrix/RGBMatrix.c
39213921
#, c-format
@@ -4625,7 +4625,7 @@ msgstr ""
46254625
#~ "Mangyaring bisitahin ang learn.adafruit.com/category/circuitpython para "
46264626
#~ "sa project guides.\n"
46274627
#~ "\n"
4628-
#~ "Para makita ang listahan ng modules, `help(modules)`.\n"
4628+
#~ "Para makita ang listahan ng modules, `help(\"modules\")`.\n"
46294629

46304630
#~ msgid "integer required"
46314631
#~ msgstr "kailangan ng int"

locale/fr.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ msgstr "Les blocs CBC doivent être des multiples de 16 octets"
684684

685685
#: supervisor/shared/safe_mode.c
686686
msgid "CIRCUITPY drive could not be found or created."
687-
msgstr "Lappareil CIRCUITPY ne peut pas être trouvé ou créé."
687+
msgstr "L'appareil CIRCUITPY ne peut pas être trouvé ou créé."
688688

689689
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
690690
msgid "CRC or checksum was invalid"
@@ -842,11 +842,11 @@ msgstr "Fichier .mpy corrompu"
842842

843843
#: ports/espressif/common-hal/neopixel_write/__init__.c
844844
msgid "Could not retrieve clock"
845-
msgstr "Impossible dobtenir lhorloge"
845+
msgstr "Impossible d'obtenir l'horloge"
846846

847847
#: shared-bindings/_bleio/Adapter.c
848848
msgid "Could not set address"
849-
msgstr "Impossible de définir ladresse"
849+
msgstr "Impossible de définir l'adresse"
850850

851851
#: shared-bindings/pwmio/PWMOut.c
852852
msgid "Could not start PWM"
@@ -1010,7 +1010,7 @@ msgstr "Échec d'allocation du tampon %q"
10101010

10111011
#: ports/espressif/common-hal/wifi/__init__.c
10121012
msgid "Failed to allocate Wifi memory"
1013-
msgstr "Impossible dallouer la mémoire pour Wifi"
1013+
msgstr "Impossible d'allouer la mémoire pour Wifi"
10141014

10151015
#: ports/espressif/common-hal/wifi/ScannedNetworks.c
10161016
msgid "Failed to allocate wifi scan memory"
@@ -1837,7 +1837,7 @@ msgstr "Ainsi que tout autres modules présents sur le système de fichiers\n"
18371837

18381838
#: shared-module/vectorio/Polygon.c
18391839
msgid "Polygon needs at least 3 points"
1840-
msgstr "Polygon a besoin dau moins 3 points"
1840+
msgstr "Polygon a besoin d'au moins 3 points"
18411841

18421842
#: shared-bindings/_bleio/Adapter.c
18431843
msgid "Prefix buffer must be on the heap"
@@ -2560,7 +2560,7 @@ msgstr "matrice/octets requis à la droite"
25602560

25612561
#: extmod/ulab/code/numpy/numerical.c
25622562
msgid "attempt to get (arg)min/(arg)max of empty sequence"
2563-
msgstr "tentative dobtenir (arg)min/(arg)max d'une séquence vide"
2563+
msgstr "tentative d'obtenir (arg)min/(arg)max d'une séquence vide"
25642564

25652565
#: extmod/ulab/code/numpy/numerical.c
25662566
msgid "attempt to get argmin/argmax of an empty sequence"
@@ -2628,7 +2628,7 @@ msgstr "tampon est plus petit que la taille demandée"
26282628

26292629
#: extmod/ulab/code/numpy/create.c extmod/ulab/code/utils/utils.c
26302630
msgid "buffer size must be a multiple of element size"
2631-
msgstr "taille du tampon doit être un multiple de la taille de lélément"
2631+
msgstr "taille du tampon doit être un multiple de la taille de l'élément"
26322632

26332633
#: shared-module/struct/__init__.c
26342634
msgid "buffer size must match format"
@@ -3189,7 +3189,7 @@ msgstr "la fonction a reçu plusieurs valeurs pour l'argument '%q'"
31893189

31903190
#: extmod/ulab/code/scipy/optimize/optimize.c
31913191
msgid "function has the same sign at the ends of interval"
3192-
msgstr "la fonction a le même signe aux extrémités de lintervalle"
3192+
msgstr "la fonction a le même signe aux extrémités de l'intervalle"
31933193

31943194
#: extmod/ulab/code/ndarray.c
31953195
msgid "function is defined for ndarrays only"
@@ -4190,11 +4190,11 @@ msgstr "le délai (timeout) doit être < 655.35 secondes"
41904190

41914191
#: shared-module/sdcardio/SDCard.c
41924192
msgid "timeout waiting for v1 card"
4193-
msgstr "Délai dexpiration dépassé en attendant une carte v1"
4193+
msgstr "Délai d'expiration dépassé en attendant une carte v1"
41944194

41954195
#: shared-module/sdcardio/SDCard.c
41964196
msgid "timeout waiting for v2 card"
4197-
msgstr "Délai dexpiration dépassé en attendant une carte v2"
4197+
msgstr "Délai d'expiration dépassé en attendant une carte v2"
41984198

41994199
#: ports/stm/common-hal/pwmio/PWMOut.c
42004200
msgid "timer re-init"
@@ -4394,7 +4394,7 @@ msgstr "width doit être plus que zero"
43944394
#: ports/espressif/common-hal/wifi/Radio.c
43954395
#: ports/raspberrypi/common-hal/wifi/Radio.c
43964396
msgid "wifi is not enabled"
4397-
msgstr "wifi nest pas activé"
4397+
msgstr "wifi n'est pas activé"
43984398

43994399
#: ports/raspberrypi/common-hal/wifi/Monitor.c
44004400
msgid "wifi.Monitor not available"

locale/nl.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ msgstr "'%s' verwacht op zijn meest r%d"
283283
#: py/emitinlinethumb.c
284284
#, c-format
285285
msgid "'%s' expects {r0, r1, ...}"
286-
msgstr "'%s' verwacht {r0, r1, }"
286+
msgstr "'%s' verwacht {r0, r1, ...}"
287287

288288
#: py/emitinlinextensa.c
289289
#, c-format

0 commit comments

Comments
 (0)