Skip to content

Commit dda15b4

Browse files
jessyjonesweblate
authored andcommitted
Translated using Weblate (French)
Currently translated at 98.7% (997 of 1010 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
1 parent d9e8ebe commit dda15b4

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

locale/fr.po

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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: 2023-11-05 20:33+0000\n"
11+
"PO-Revision-Date: 2023-11-06 21:31+0000\n"
1212
"Last-Translator: jessyjones <[email protected]>\n"
1313
"Language: fr\n"
1414
"MIME-Version: 1.0\n"
@@ -225,23 +225,23 @@ msgstr "%q doit être >= %d"
225225

226226
#: shared-bindings/analogbufio/BufferedIn.c
227227
msgid "%q must be a bytearray or array of type 'H' or 'B'"
228-
msgstr "%q doit être un bytearray ou une matrice de type 'H' ou 'B'"
228+
msgstr "%q doit être un bytearray ou un array de type 'H' ou 'B'"
229229

230230
#: shared-bindings/audiocore/RawSample.c
231231
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
232-
msgstr "%q doit être a bytearray ou une matrice de type 'h', 'H', 'b', ou 'B'"
232+
msgstr "%q doit être un bytearray ou un array de type 'h', 'H', 'b', ou 'B'"
233233

234234
#: shared-bindings/warnings/__init__.c
235235
msgid "%q must be a subclass of %q"
236236
msgstr "%q doit être une sous-classe de %q"
237237

238238
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
239239
msgid "%q must be array of type 'H'"
240-
msgstr "%q doit être une matrice de type 'H'"
240+
msgstr "%q doit être un array de type 'H'"
241241

242242
#: shared-module/synthio/__init__.c
243243
msgid "%q must be array of type 'h'"
244-
msgstr "%q doit être une matrice de type 'h'"
244+
msgstr "%q doit être un array de type 'h'"
245245

246246
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
247247
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
@@ -617,12 +617,12 @@ msgstr "Un autre envoi est déjà actif"
617617

618618
#: shared-bindings/pulseio/PulseOut.c
619619
msgid "Array must contain halfwords (type 'H')"
620-
msgstr "La matrice doit contenir des demi-mots (type 'H')"
620+
msgstr "L'array doit contenir des demi-mots (type 'H')"
621621

622622
#: shared-bindings/alarm/SleepMemory.c shared-bindings/memorymap/AddressRange.c
623623
#: shared-bindings/nvm/ByteArray.c
624624
msgid "Array values should be single bytes."
625-
msgstr "Les valeurs de la matrice doivent être des octets singuliers."
625+
msgstr "Les valeurs de l'array doivent être des octets singuliers."
626626

627627
#: shared-module/memorymonitor/AllocationAlarm.c
628628
#, c-format
@@ -902,7 +902,7 @@ msgstr ""
902902

903903
#: shared-bindings/bitmaptools/__init__.c
904904
msgid "Coordinate arrays have different lengths"
905-
msgstr "Les matrices de coordonnées sont de longueur différentes"
905+
msgstr "Les tableaux de coordonnées sont de longueur différentes"
906906

907907
#: shared-bindings/bitmaptools/__init__.c
908908
msgid "Coordinate arrays types have different sizes"
@@ -1040,7 +1040,7 @@ msgstr "La FFT est définie uniquement pour les ndarrays"
10401040

10411041
#: extmod/ulab/code/numpy/fft/fft_tools.c
10421042
msgid "FFT is implemented for linear arrays only"
1043-
msgstr "FFT n'est implémenté que pour les matrices linéaires"
1043+
msgstr "FFT n'est implémenté que pour les arrays linéaires"
10441044

10451045
#: ports/espressif/common-hal/ssl/SSLSocket.c
10461046
msgid "Failed SSL handshake"
@@ -2014,7 +2014,7 @@ msgstr "La dimension d'échelle doit être un multiple de 3"
20142014
#: ports/espressif/common-hal/_bleio/Adapter.c
20152015
#: ports/nrf/common-hal/_bleio/Adapter.c
20162016
msgid "Scan already in progress. Stop with stop_scan."
2017-
msgstr "San déjà en cours. Arrêtez-le avec stop_scan."
2017+
msgstr "Scan déjà en cours. Arrêtez-le avec stop_scan."
20182018

20192019
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
20202020
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
@@ -2545,7 +2545,7 @@ msgstr "Le paramêtre argsort doit être un ndarray"
25452545

25462546
#: extmod/ulab/code/numpy/numerical.c
25472547
msgid "argsort is not implemented for flattened arrays"
2548-
msgstr "argsort n'est pas implémenté pour les matrices aplaties"
2548+
msgstr "argsort n'est pas implémenté pour les arrays aplatis"
25492549

25502550
#: py/runtime.c shared-bindings/supervisor/__init__.c
25512551
msgid "argument has wrong type"
@@ -2570,15 +2570,15 @@ msgstr "les paramètres doivent être des ndarrays"
25702570

25712571
#: extmod/ulab/code/ndarray.c
25722572
msgid "array and index length must be equal"
2573-
msgstr "la taille de la matrice et de l'index doivent être égaux"
2573+
msgstr "la taille de l'array et de l'index doivent être égaux"
25742574

25752575
#: extmod/ulab/code/numpy/io/io.c
25762576
msgid "array has too many dimensions"
25772577
msgstr "la tableau à trop de dimensions"
25782578

25792579
#: extmod/ulab/code/ndarray.c
25802580
msgid "array is too big"
2581-
msgstr "matrice trop grande"
2581+
msgstr "array trop grand"
25822582

25832583
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
25842584
#: shared-bindings/memorymap/AddressRange.c shared-bindings/nvm/ByteArray.c
@@ -2591,7 +2591,7 @@ msgstr "débordement asm"
25912591

25922592
#: py/compile.c
25932593
msgid "async for/with outside async function"
2594-
msgstr "async for/with utilisé hors d'une fonction asyn"
2594+
msgstr "async for/with utilisé hors d'une fonction async"
25952595

25962596
#: extmod/ulab/code/numpy/numerical.c
25972597
msgid "attempt to get (arg)min/(arg)max of empty sequence"

0 commit comments

Comments
 (0)