Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 30 additions & 28 deletions locale/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ msgstr ""
"Project-Id-Version: 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
"PO-Revision-Date: 2021-12-13 05:53+0000\n"
"Last-Translator: Jeff Epler <jepler@gmail.com>\n"
"PO-Revision-Date: 2022-06-03 01:35+0000\n"
"Last-Translator: ajs256 <alex.sirota@icloud.com>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.10-dev\n"
"X-Generator: Weblate 4.13-dev\n"

#: main.c
msgid ""
Expand Down Expand Up @@ -83,15 +83,15 @@ msgstr ""
#: ports/raspberrypi/common-hal/analogio/AnalogOut.c
#: ports/raspberrypi/common-hal/rtc/RTC.c
msgid "%q"
msgstr ""
msgstr "%q"

#: shared-bindings/microcontroller/Pin.c
msgid "%q and %q contain duplicate pins"
msgstr "%q et %q contiennent des broches en double"

#: ports/atmel-samd/common-hal/audioio/AudioOut.c
msgid "%q and %q must be different"
msgstr ""
msgstr "%q et %q doivent être différents"

#: shared-bindings/microcontroller/Pin.c
msgid "%q contains duplicate pins"
Expand Down Expand Up @@ -119,35 +119,35 @@ msgstr ""

#: py/argcheck.c
msgid "%q length must be %d"
msgstr ""
msgstr "La longeur de %q doit être %d"

#: py/argcheck.c
msgid "%q length must be %d-%d"
msgstr "La longueur de %q doit être %d-%d"

#: py/argcheck.c
msgid "%q length must be <= %d"
msgstr ""
msgstr "La longeur de %q doit être <= %d"

#: py/argcheck.c
msgid "%q length must be >= %d"
msgstr ""
msgstr "La longeur de %q doit être >= %d"

#: shared-bindings/busio/I2C.c
msgid "%q length must be >= 1"
msgstr "La longueur de %q doit être >= 1"

#: py/argcheck.c
msgid "%q must be %d"
msgstr ""
msgstr "%q doit être %d"

#: py/argcheck.c
msgid "%q must be %d-%d"
msgstr "%q doit être %d-%d"

#: shared-bindings/displayio/Display.c
msgid "%q must be 1 when %q is True"
msgstr ""
msgstr "%q doit être 1 quand %q est True"

#: py/argcheck.c shared-bindings/gifio/GifWriter.c
msgid "%q must be <= %d"
Expand All @@ -171,15 +171,15 @@ msgstr "%q doit être une chaîne de caractères"

#: py/argcheck.c
msgid "%q must be an int"
msgstr ""
msgstr "%q doit être un entier"

#: py/argcheck.c
msgid "%q must be of type %q"
msgstr "%q doit être du type %q"

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

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

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

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

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

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

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

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

#: ports/stm/common-hal/busio/SPI.c shared-module/bitbangio/SPI.c
msgid "No MISO pin"
msgstr ""
msgstr "Aucune broche MISO"

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

#: ports/stm/common-hal/busio/SPI.c shared-module/bitbangio/SPI.c
msgid "No MOSI pin"
msgstr ""
msgstr "Aucune broche MOSI"

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

#: py/moduerrno.c
msgid "No such device"
msgstr ""
msgstr "Aucun périphérique correspondant"

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

#: py/moduerrno.c
msgid "Operation not permitted"
msgstr ""
msgstr "Cette opération n'est pas permise"

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

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

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

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

#: extmod/ulab/code/numpy/vector.c
msgid "can't convert complex to float"
msgstr ""
msgstr "ne peut convertir un complexe en flottant"

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

#: extmod/ulab/code/ndarray.c
msgid "cannot convert complex to dtype"
msgstr ""
msgstr "ne peut convertir un complexe en dtype"

#: extmod/ulab/code/ndarray.c
msgid "cannot convert complex type"
msgstr ""
msgstr "ne peut convertir un type complexe"

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

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

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

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

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

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

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

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

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