Skip to content

Commit 3202d52

Browse files
Lisappleweblate
authored andcommitted
Translated using Weblate (French)
Currently translated at 95.5% (939 of 983 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
1 parent 3ff7ed7 commit 3202d52

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

locale/fr.po

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ 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: 2021-12-13 05:53+0000\n"
12-
"Last-Translator: Jeff Epler <jepler@gmail.com>\n"
11+
"PO-Revision-Date: 2022-06-02 04:53+0000\n"
12+
"Last-Translator: Maxime Leroy <lisacintosh@gmail.com>\n"
1313
"Language: fr\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=utf-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=2; plural=n > 1;\n"
18-
"X-Generator: Weblate 4.10-dev\n"
18+
"X-Generator: Weblate 4.13-dev\n"
1919

2020
#: main.c
2121
msgid ""
@@ -147,7 +147,7 @@ msgstr "%q doit être %d-%d"
147147

148148
#: shared-bindings/displayio/Display.c
149149
msgid "%q must be 1 when %q is True"
150-
msgstr ""
150+
msgstr "%q doit être à 1 alors que %q est True"
151151

152152
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
153153
msgid "%q must be <= %d"
@@ -179,7 +179,7 @@ msgstr "%q doit être du type %q"
179179

180180
#: shared-bindings/digitalio/Pull.c
181181
msgid "%q must be of type %q or None"
182-
msgstr ""
182+
msgstr "%q doit être du type %q ou None"
183183

184184
#: ports/atmel-samd/common-hal/busio/UART.c
185185
msgid "%q must be power of 2"
@@ -1034,6 +1034,8 @@ msgstr "Format non supporté"
10341034
msgid ""
10351035
"Frequency must be 24, 150, 396, 450, 528, 600, 720, 816, 912, 960 or 1008 Mhz"
10361036
msgstr ""
1037+
"La fréquence doit être 24, 150, 396, 450, 528, 600, 720, 816, 912, 960 ou "
1038+
"1008 MHz"
10371039

10381040
#: shared-bindings/pwmio/PWMOut.c
10391041
msgid "Frequency must match existing PWMOut using this timer"
@@ -1282,7 +1284,7 @@ msgstr "La partie gauche de l'argument nommé doit être un identifiant"
12821284

12831285
#: shared-module/displayio/Group.c
12841286
msgid "Layer already in a group"
1285-
msgstr ""
1287+
msgstr "Ce calque est déjà dans un groupe"
12861288

12871289
#: shared-module/displayio/Group.c
12881290
msgid "Layer must be a Group or TileGrid subclass"
@@ -1320,7 +1322,7 @@ msgstr "Broche MISO ou MOSI manquante"
13201322

13211323
#: ports/stm/common-hal/busio/SPI.c
13221324
msgid "Missing MISO or MOSI pin"
1323-
msgstr ""
1325+
msgstr "La broche MISO ou MOSI est manquante"
13241326

13251327
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13261328
#, c-format
@@ -1416,7 +1418,7 @@ msgstr "Aucun minuteur de rythme DMA trouvé"
14161418
#: shared-module/adafruit_bus_device/i2c_device/I2CDevice.c
14171419
#, c-format
14181420
msgid "No I2C device at address: 0x%x"
1419-
msgstr ""
1421+
msgstr "Aucun périphérique I2S à l'adresse : 0x%x"
14201422

14211423
#: ports/espressif/common-hal/busio/SPI.c
14221424
#: ports/mimxrt10xx/common-hal/busio/SPI.c
@@ -1425,7 +1427,7 @@ msgstr "Pas de broche MISO"
14251427

14261428
#: ports/stm/common-hal/busio/SPI.c shared-module/bitbangio/SPI.c
14271429
msgid "No MISO pin"
1428-
msgstr ""
1430+
msgstr "Aucune broche MISO"
14291431

14301432
#: ports/espressif/common-hal/busio/SPI.c
14311433
#: ports/mimxrt10xx/common-hal/busio/SPI.c
@@ -1434,7 +1436,7 @@ msgstr "Pas de broche MOSI"
14341436

14351437
#: ports/stm/common-hal/busio/SPI.c shared-module/bitbangio/SPI.c
14361438
msgid "No MOSI pin"
1437-
msgstr ""
1439+
msgstr "Aucune broche MOSI"
14381440

14391441
#: ports/atmel-samd/common-hal/busio/UART.c
14401442
#: ports/espressif/common-hal/busio/UART.c
@@ -1520,7 +1522,7 @@ msgstr "Aucun espace libre sur le dispositif"
15201522

15211523
#: py/moduerrno.c
15221524
msgid "No such device"
1523-
msgstr ""
1525+
msgstr "Aucun périphérique correspondant"
15241526

15251527
#: py/moduerrno.c
15261528
msgid "No such file/directory"
@@ -1640,7 +1642,7 @@ msgstr "Une seule couleur peut être transparente à la fois"
16401642

16411643
#: py/moduerrno.c
16421644
msgid "Operation not permitted"
1643-
msgstr ""
1645+
msgstr "Cette opération n'est pas permise"
16441646

16451647
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
16461648
msgid "Operation or feature not supported"
@@ -1792,7 +1794,7 @@ msgstr "Mode RAISE n'est pas implémenté"
17921794

17931795
#: ports/raspberrypi/common-hal/countio/Counter.c
17941796
msgid "RISE_AND_FALL not available on this chip"
1795-
msgstr ""
1797+
msgstr "RISE_AND_FALL n'est pas disponible sur cette puce"
17961798

17971799
#: ports/stm/common-hal/os/__init__.c
17981800
msgid "RNG DeInit Error"
@@ -2547,7 +2549,7 @@ msgstr "étalonnage en lecture seule"
25472549
#: shared-module/vectorio/Circle.c shared-module/vectorio/Polygon.c
25482550
#: shared-module/vectorio/Rectangle.c
25492551
msgid "can only have one parent"
2550-
msgstr ""
2552+
msgstr "ne peut avoir qu'un seul parent"
25512553

25522554
#: py/emitinlinethumb.c
25532555
msgid "can only have up to 4 parameters to Thumb assembly"
@@ -2590,7 +2592,7 @@ msgstr "impossible de convertir l'objet '%q' en '%q' implicitement"
25902592

25912593
#: extmod/ulab/code/numpy/vector.c
25922594
msgid "can't convert complex to float"
2593-
msgstr ""
2595+
msgstr "ne peut convertir un complexe en flottant"
25942596

25952597
#: py/obj.c
25962598
msgid "can't convert to %q"
@@ -2698,11 +2700,11 @@ msgstr "output ne peut être projeté sans règle de projection"
26982700

26992701
#: extmod/ulab/code/ndarray.c
27002702
msgid "cannot convert complex to dtype"
2701-
msgstr ""
2703+
msgstr "ne peut convertir un complexe en dtype"
27022704

27032705
#: extmod/ulab/code/ndarray.c
27042706
msgid "cannot convert complex type"
2705-
msgstr ""
2707+
msgstr "ne peut convertir un type complexe"
27062708

27072709
#: py/objtype.c
27082710
msgid "cannot create '%q' instances"
@@ -2893,7 +2895,7 @@ msgstr "division par zéro"
28932895

28942896
#: extmod/ulab/code/numpy/vector.c
28952897
msgid "dtype must be float, or complex"
2896-
msgstr ""
2898+
msgstr "le dtype doit être un flottant, ou un complexe"
28972899

28982900
#: py/objdeque.c
28992901
msgid "empty"
@@ -3040,7 +3042,7 @@ msgstr "le format nécessite un dict"
30403042

30413043
#: shared-bindings/microcontroller/Processor.c
30423044
msgid "frequency is read-only for this board"
3043-
msgstr ""
3045+
msgstr "la fréquence est en lecture seule pour cette carte"
30443046

30453047
#: py/objdeque.c
30463048
msgid "full"
@@ -3220,7 +3222,7 @@ msgstr "la matrice d'entrée est singulière"
32203222

32213223
#: extmod/ulab/code/numpy/carray/carray.c
32223224
msgid "input must be a 1D ndarray"
3223-
msgstr ""
3225+
msgstr "l'entrée doit être un ndarray 1D"
32243226

32253227
#: extmod/ulab/code/scipy/linalg/linalg.c extmod/ulab/code/user/user.c
32263228
msgid "input must be a dense ndarray"
@@ -3623,7 +3625,7 @@ msgstr "pas assez d'arguments pour la chaîne de format"
36233625

36243626
#: extmod/ulab/code/numpy/carray/carray_tools.c
36253627
msgid "not implemented for complex dtype"
3626-
msgstr ""
3628+
msgstr "n'est pas implémenté pour les dtype complexes"
36273629

36283630
#: extmod/ulab/code/numpy/create.c
36293631
msgid "number of points must be at least 2"

0 commit comments

Comments
 (0)