@@ -8,15 +8,15 @@ msgstr ""
8
8
"Project-Id-Version : 0.1\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2021-01-04 12:55-0600\n "
11
- "PO-Revision-Date : 2023 -11-20 16:56 +0000\n "
12
- "Last-Translator : jessyjones <amarsy.alya @gmail.com>\n "
11
+ "PO-Revision-Date : 2024 -11-27 20:00 +0000\n "
12
+ "Last-Translator : Olivier Deveault <olivierdeveault+g @gmail.com>\n "
13
13
"Language-Team : \n "
14
14
"Language : fr\n "
15
15
"MIME-Version : 1.0\n "
16
16
"Content-Type : text/plain; charset=utf-8\n "
17
17
"Content-Transfer-Encoding : 8bit\n "
18
18
"Plural-Forms : nplurals=2; plural=n > 1;\n "
19
- "X-Generator : Weblate 5.2 \n "
19
+ "X-Generator : Weblate 5.9-dev \n "
20
20
21
21
#: main.c
22
22
msgid ""
@@ -104,11 +104,11 @@ msgstr "%q et %q doivent être différents"
104
104
105
105
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
106
106
msgid "%q and %q must share a clock unit"
107
- msgstr ""
107
+ msgstr "%q et %q doivent partager une unité d'horloge "
108
108
109
109
#: ports/nordic/common-hal/watchdog/WatchDogTimer.c
110
110
msgid "%q cannot be changed once mode is set to %q"
111
- msgstr ""
111
+ msgstr "%q ne peut être modifié lorsque le mode est configuré à %q "
112
112
113
113
#: shared-bindings/microcontroller/Pin.c
114
114
msgid "%q contains duplicate pins"
@@ -205,7 +205,7 @@ msgstr "%q doit être >= %d"
205
205
206
206
#: shared-module/audiofilters/Filter.c
207
207
msgid "%q must be a %q object, %q, or %q"
208
- msgstr ""
208
+ msgstr "%q doit être un objet %q, %q ou %q "
209
209
210
210
#: shared-bindings/analogbufio/BufferedIn.c
211
211
msgid "%q must be a bytearray or array of type 'H' or 'B'"
@@ -229,7 +229,7 @@ msgstr "%q doit être un array de type 'h'"
229
229
230
230
#: shared-bindings/audiobusio/PDMIn.c
231
231
msgid "%q must be multiple of 8."
232
- msgstr ""
232
+ msgstr "%q doit être un multiple de 8. "
233
233
234
234
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
235
235
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
@@ -240,7 +240,7 @@ msgstr "%q doit être de type %q ou %q, pas %q"
240
240
241
241
#: shared-bindings/jpegio/JpegDecoder.c
242
242
msgid "%q must be of type %q, %q, or %q, not %q"
243
- msgstr ""
243
+ msgstr "%q doit être de type %q, %q ou %q, pas %q "
244
244
245
245
#: py/argcheck.c py/runtime.c shared-bindings/bitmapfilter/__init__.c
246
246
#: shared-module/synthio/__init__.c
@@ -274,15 +274,15 @@ msgstr "le pas ne peut être zéro dans %q"
274
274
275
275
#: shared-module/bitbangio/I2C.c
276
276
msgid "%q too long"
277
- msgstr ""
277
+ msgstr "%q trop long "
278
278
279
279
#: py/bc.c py/objnamedtuple.c
280
280
msgid "%q() takes %d positional arguments but %d were given"
281
281
msgstr "%q() prend %d paramètres de position mais %d ont été donnés"
282
282
283
283
#: shared-module/jpegio/JpegDecoder.c
284
284
msgid "%q() without %q()"
285
- msgstr ""
285
+ msgstr "%q() sans %q() "
286
286
287
287
#: shared-bindings/usb_hid/Device.c
288
288
msgid "%q, %q, and %q must all be the same length"
@@ -439,7 +439,7 @@ msgstr "'label' nécessite 1 paramètre"
439
439
440
440
#: py/emitnative.c
441
441
msgid "'not' not implemented"
442
- msgstr ""
442
+ msgstr "'not' n'est pas implémenté "
443
443
444
444
#: py/compile.c
445
445
msgid "'return' outside function"
@@ -576,7 +576,7 @@ msgstr "Il y a déjà un auditeur all-matches"
576
576
577
577
#: ports/espressif/common-hal/_bleio/__init__.c
578
578
msgid "Already in progress"
579
- msgstr ""
579
+ msgstr "Déjà en cours "
580
580
581
581
#: ports/espressif/bindings/espnow/ESPNow.c
582
582
#: ports/espressif/common-hal/espulp/ULP.c
@@ -697,7 +697,7 @@ msgstr "La longueur du tampon %d est trop grande. Il doit être inférieur à %d
697
697
#: shared-module/sdcardio/SDCard.c
698
698
#, c-format
699
699
msgid "Buffer must be a multiple of %d bytes"
700
- msgstr ""
700
+ msgstr "Tampon doit être un multiple de %d octets "
701
701
702
702
#: shared-bindings/_bleio/PacketBuffer.c
703
703
#, c-format
@@ -899,6 +899,7 @@ msgstr "Un bloc de données doit suivre un bloc fmt"
899
899
#: shared-module/jpegio/JpegDecoder.c
900
900
msgid "Data format error (may be broken data)"
901
901
msgstr ""
902
+ "Erreur de format de données (celles-ci sont potentiellement endommagées)"
902
903
903
904
#: ports/espressif/common-hal/_bleio/Adapter.c
904
905
#: ports/nordic/common-hal/_bleio/Adapter.c
0 commit comments