8000 Merge pull request #10427 from weblate/weblate-circuitpython-main · cezer-io/circuitpython@9a05e64 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 9a05e64

Browse files
authored
Merge pull request adafruit#10427 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 15cc202 + a07fc83 commit 9a05e64

File tree

7 files changed

+175
-167
lines changed

7 files changed

+175
-167
lines changed

locale/cs.po

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ msgstr " výstup:\n"
8080

8181
#: py/objstr.c
8282
#, c-format
83-
msgid "%%c requires int or char"
84-
msgstr "%%c vyžaduje int nebo char"
83+
msgid "%%c needs int or char"
84+
msgstr ""
8585

8686
#: shared-bindings/rgbmatrix/RGBMatrix.c
8787
#, c-format
@@ -169,7 +169,7 @@ msgstr "Délka %q musí být <= %d"
169169
msgid "%q length must be >= %d"
170170
msgstr "Délka %q musí být >= %d"
171171

172-
#: py/modsys.c py/runtime.c
172+
#: py/runtime.c
173173
msgid "%q moved from %q to %q"
174174
msgstr ""
175175

@@ -324,8 +324,8 @@ msgid "'%q' object isn't an iterator"
324324
msgstr "Objekt '%q' není iterátor"
325325

326326
#: py/objtype.c py/runtime.c shared-module/atexit/__init__.c
327-
msgid "'%q' object is not callable"
328-
msgstr "Objekt '%q' nelze zavolat"
327+
msgid "'%q' object isn't callable"
328+
msgstr ""
329329

330330
#: py/runtime.c
331331
msgid "'%q' object isn't iterable"
@@ -2794,6 +2794,10 @@ msgstr "nelze převést na int"
27942794
msgid "can't convert to str implicitly"
27952795
msgstr ""
27962796

2797+
#: py/objtype.c
2798+
msgid "can't create '%q' instances"
2799+
msgstr ""
2800+
27972801
#: py/compile.c
27982802
msgid "can't declare nonlocal in outer code"
27992803
msgstr ""
@@ -2892,10 +2896,6 @@ msgstr "nelze převést complex na dtype"
28922896
msgid "cannot convert complex type"
28932897
msgstr "nelze převést typ complex"
28942898

2895-
#: py/objtype.c
2896-
msgid "cannot create '%q' instances"
2897-
msgstr ""
2898-
28992899
#: py/objtype.c
29002900
msgid "cannot create instance"
29012901
msgstr ""
@@ -3213,6 +3213,14 @@ msgstr ""
32133213
msgid "format needs a dict"
32143214
msgstr ""
32153215

3216+
#: py/objstr.c
3217+
msgid "format string didn't convert all arguments"
3218+
msgstr ""
3219+
3220+
#: py/objstr.c
3221+
msgid "format string needs more arguments"
3222+
msgstr ""
3223+
32163224
#: py/objdeque.c
32173225
msgid "full"
32183226
msgstr ""
@@ -3759,7 +3767,7 @@ msgid "non-default argument follows default argument"
37593767
msgstr ""
37603768

37613769
#: py/objstr.c
3762-
msgid "non-hex digit found"
3770+
msgid "non-hex digit"
37633771
msgstr ""
37643772

37653773
#: ports/nordic/common-hal/_bleio/Adapter.c
@@ -3778,14 +3786,6 @@ msgstr ""
37783786
msgid "not a constant"
37793787
msgstr "není konstanta"
37803788

3781-
#: py/objstr.c
3782-
msgid "not all arguments converted during string formatting"
3783-
msgstr ""
3784-
3785-
#: py/objstr.c
3786-
msgid "not enough arguments for format string"
3787-
msgstr ""
3788-
37893789
#: extmod/ulab/code/numpy/carray/carray_tools.c
37903790
msgid "not implemented for complex dtype"
37913791
msgstr "není implementováno pro komplexní dtype"
@@ -3848,10 +3848,6 @@ msgstr "objekt typu '%s' nemá len()"
38483848
msgid "object with buffer protocol required"
38493849
msgstr ""
38503850

3851-
#: py/objstr.c
3852-
msgid "odd-length string"
3853-
msgstr ""
3854-
38553851
#: supervisor/shared/web_workflow/web_workflow.c
38563852
msgid "off"
38573853
msgstr "vypnuto"
@@ -4040,10 +4036,6 @@ msgstr ""
40404036
msgid "pull masks conflict with direction masks"
40414037
msgstr ""
40424038

4043-
#: py/parse.c
4044-
msgid "raw f-strings are not supported"
4045-
msgstr "surové f-stringy nesjou podporované"
4046-
40474039
#: extmod/ulab/code/numpy/fft/fft_tools.c
40484040
msgid "real and imaginary parts must be of equal length"
40494041
msgstr ""
@@ -4518,6 +4510,16 @@ msgstr ""
45184510
msgid "zi must be of shape (n_section, 2)"
45194511
msgstr ""
45204512

4513+
#, c-format
4514+
#~ msgid "%%c requires int or char"
4515+
#~ msgstr "%%c vyžaduje int nebo char"
4516+
4517+
#~ msgid "'%q' object is not callable"
4518+
#~ msgstr "Objekt '%q' nelze zavolat"
4519+
4520+
#~ msgid "raw f-strings are not supported"
4521+
#~ msgstr "surové f-stringy nesjou podporované"
4522+
45214523
#~ msgid "Unsupported format"
45224524
#~ msgstr "Nepodporovaný formát"
45234525

locale/el.po

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ msgstr " έξοδος:\n"
8383

8484
#: py/objstr.c
8585
#, c-format
86-
msgid "%%c requires int or char"
87-
msgstr "%%c απαιτεί ακέραιο ή χαρακτήρα"
86+
msgid "%%c needs int or char"
87+
msgstr ""
8888

8989
#: shared-bindings/rgbmatrix/RGBMatrix.c
9090
#, c-format
@@ -173,7 +173,7 @@ msgstr "%q μήκος πρέπει να είναι <= %d"
173173
msgid "%q length must be >= %d"
174174
msgstr "%q μήκος πρέπει να είναι >= %d"
175175

176-
#: py/modsys.c py/runtime.c
176+
#: py/runtime.c
177177
msgid "%q moved from %q to %q"
178178
msgstr "%q μετακινήθηκε από το %q στο %q"
179179

@@ -328,8 +328,8 @@ msgid "'%q' object isn't an iterator"
328328
msgstr "'%q' αντικείμενο δεν είναι επαναλήπτης"
329329

330330
#: py/objtype.c py/runtime.c shared-module/atexit/__init__.c
331-
msgid "'%q' object is not callable"
332-
msgstr "'%q' αντικείμενο δεν καλείται"
331+
msgid "'%q' object isn't callable"
332+
msgstr ""
333333

334334
#: py/runtime.c
335335
msgid "'%q' object isn't iterable"
@@ -2793,6 +2793,10 @@ msgstr ""
27932793
msgid "can't convert to str implicitly"
27942794
msgstr ""
27952795

2796+
#: py/objtype.c
2797+
msgid "can't create '%q' instances"
2798+
msgstr ""
2799+
27962800
#: py/compile.c
27972801
msgid "can't declare nonlocal in outer code"
27982802
msgstr ""
@@ -2891,10 +2895,6 @@ msgstr ""
28912895
msgid "cannot convert complex type"
28922896
msgstr ""
28932897

2894-
#: py/objtype.c
2895-
msgid "cannot create '%q' instances"
2896-
msgstr ""
2897-
28982898
#: py/objtype.c
28992899
msgid "cannot create instance"
29002900
msgstr ""
@@ -3212,6 +3212,14 @@ msgstr ""
32123212
msgid "format needs a dict"
32133213
msgstr ""
32143214

3215+
#: py/objstr.c
3216+
msgid "format string didn't convert all arguments"
3217+
msgstr ""
3218+
3219+
#: py/objstr.c
3220+
msgid "format string needs more arguments"
3221+
msgstr ""
3222+
32153223
#: py/objdeque.c
32163224
msgid "full"
32173225
msgstr ""
@@ -3758,7 +3766,7 @@ msgid "non-default argument follows default argument"
37583766
msgstr ""
37593767

37603768
#: py/objstr.c
3761-
msgid "non-hex digit found"
3769+
msgid "non-hex digit"
37623770
msgstr ""
37633771

37643772
#: ports/nordic/common-hal/_bleio/Adapter.c
@@ -3777,14 +3785,6 @@ msgstr ""
37773785
msgid "not a constant"
37783786
msgstr ""
37793787

3780-
#: py/objstr.c
3781-
msgid "not all arguments converted during string formatting"
3782-
msgstr ""
3783-
3784-
#: py/objstr.c
3785-
msgid "not enough arguments for format string"
3786-
msgstr ""
3787-
37883788
#: extmod/ulab/code/numpy/carray/carray_tools.c
37893789
msgid "not implemented for complex dtype"
37903790
msgstr ""
@@ -3847,10 +3847,6 @@ msgstr ""
38473847
msgid "object with buffer protocol required"
38483848
msgstr ""
38493849

3850-
#: py/objstr.c
3851-
msgid "odd-length string"
3852-
msgstr ""
3853-
38543850
#: supervisor/shared/web_workflow/web_workflow.c
38553851
msgid "off"
38563852
msgstr ""
@@ -4039,10 +4035,6 @@ msgstr ""
40394035
msgid "pull masks conflict with direction masks"
40404036
msgstr ""
40414037

4042-
#: py/parse.c
4043-
msgid "raw f-strings are not supported"
4044-
msgstr ""
4045-
40464038
#: extmod/ulab/code/numpy/fft/fft_tools.c
40474039
msgid "real and imaginary parts must be of equal length"
40484040
msgstr ""
@@ -4517,6 +4509,13 @@ msgstr ""
45174509
msgid "zi must be of shape (n_section, 2)"
45184510
msgstr ""
45194511

4512+
#, c-format
4513+
#~ msgid "%%c requires int or char"
4514+
#~ msgstr "%%c απαιτεί ακέραιο ή χαρακτήρα"
4515+
4516+
#~ msgid "'%q' object is not callable"
4517+
#~ msgstr "'%q' αντικείμενο δεν καλείται"
4518+
45204519
#~ msgid "Cannot remount '/' when visible via USB."
45214520
#~ msgstr "Δεν μπορεί να γίνει remount του '/' όταν είναι ορατό μέσω USB."
45224521

locale/fr.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgstr ""
88
"Project-Id-Version: 0.1\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
11-
"PO-Revision-Date: 2025-06-12 23:09+0000\n"
12-
"Last-Translator: MAE <martin-aehle@hotmail.de>\n"
11+
"PO-Revision-Date: 2025-06-16 14:49+0000\n"
12+
"Last-Translator: Franck Sauvé <fksauve@gmail.com>\n"
1313
"Language-Team: \n"
1414
"Language: fr\n"
1515
"MIME-Version: 1.0\n"
@@ -883,7 +883,7 @@ msgstr "Les types des tableaux de coordonnées sont de longueur différentes"
883883

884884
#: ports/espressif/common-hal/rclcpy/Publisher.c
885885
msgid "Could not publish to ROS topic"
886-
msgstr ""
886+
msgstr "Ne peut publier sur le Topic ROS"
887887

888888
#: shared-bindings/_bleio/Adapter.c
889889
msgid "Could not set address"
@@ -900,7 +900,7 @@ msgstr "Ne peux allouer le décodeur"
900900
#: ports/espressif/common-hal/rclcpy/__init__.c
901901
#, c-format
902902
msgid "Critical ROS failure during soft reboot, reset required: %d"
903-
msgstr ""
903+
msgstr "Erreur critique lors du reboot à chaud, reset requis: %d"
904904

905905
#: ports/stm/common-hal/analogio/AnalogOut.c
906906
msgid "DAC Channel Init Error"
@@ -1089,7 +1089,7 @@ msgstr "Écchec de liberaton du mutex, err 0x%04x"
10891089

10901090
#: ports/zephyr-cp/common-hal/wifi/Radio.c
10911091
msgid "Failed to set hostname"
1092-
msgstr ""
1092+
msgstr "hostname impossible à initialiser"
10931093

10941094
#: ports/espressif/common-hal/audioio/AudioOut.c
10951095
msgid "Failed to start async audio"
@@ -1344,7 +1344,7 @@ msgstr "Adresse MAC invalide"
13441344

13451345
#: ports/espressif/common-hal/rclcpy/__init__.c
13461346
msgid "Invalid ROS domain ID"
1347-
msgstr ""
1347+
msgstr "ROS domain ID invalide"
13481348

13491349
#: ports/espressif/common-hal/espidf/__init__.c py/moderrno.c
13501350
msgid "Invalid argument"
@@ -1920,7 +1920,7 @@ msgstr "Programme trop long"
19201920

19211921
#: shared-bindings/rclcpy/Publisher.c
19221922
msgid "Publishers can only be created from a parent node"
1923-
msgstr ""
1923+
msgstr "Les Publishers ne peuvent etre crées que du noeud parent"
19241924

19251925
#: shared-bindings/digitalio/DigitalInOut.c
19261926
msgid "Pull not used when direction is output."
@@ -1944,23 +1944,23 @@ msgstr "Erreur d'initialisation du RNG"
19441944

19451945
#: ports/espressif/common-hal/rclcpy/__init__.c
19461946
msgid "ROS failed to initialize. Is agent connected?"
1947-
msgstr ""
1947+
msgstr "L'agent est-il connecté? ROS échoue son initialisation"
19481948

19491949
#: ports/espressif/common-hal/rclcpy/__init__.c
19501950
msgid "ROS internal setup failure"
1951-
msgstr ""
1951+
msgstr "ROS échec de configuration interne"
19521952

19531953
#: ports/espressif/common-hal/rclcpy/__init__.c
19541954
msgid "ROS memory allocator failure"
1955-
msgstr ""
1955+
msgstr "Erreur d'allocation mémoire ROS"
19561956

19571957
#: ports/espressif/common-hal/rclcpy/Node.c
19581958
msgid "ROS node failed to initialize"
1959-
msgstr ""
1959+
msgstr "ROS node échoue a s'initialiser"
19601960

19611961
#: ports/espressif/common-hal/rclcpy/Publisher.c
19621962
msgid "ROS topic failed to initialize"
1963-
msgstr ""
1963+
msgstr "Le topic ROS échoue à s'initialiser"
19641964

19651965
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
19661966
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c

0 commit comments

Comments
 (0)
0