Skip to content

Commit 1c6bff6

Browse files
NathanBnmweblate
authored andcommitted
Translated using Weblate (French)
Currently translated at 98.5% (773 of 784 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
1 parent 7316644 commit 1c6bff6

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

locale/fr.po

Lines changed: 20 additions & 20 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: 2020-07-21 18:43-0700\n"
11-
"PO-Revision-Date: 2020-06-05 17:29+0000\n"
12-
"Last-Translator: aberwag <aberwag@gmail.com>\n"
11+
"PO-Revision-Date: 2020-07-27 21:27+0000\n"
12+
"Last-Translator: Nathan <bonnemainsnathan@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.1-dev\n"
18+
"X-Generator: Weblate 4.2-dev\n"
1919

2020
#: main.c
2121
msgid ""
@@ -70,7 +70,7 @@ msgstr ""
7070

7171
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
7272
msgid "%q failure: %d"
73-
msgstr ""
73+
msgstr "Échec de %q : %d"
7474

7575
#: shared-bindings/microcontroller/Pin.c
7676
msgid "%q in use"
@@ -90,7 +90,7 @@ msgstr "La liste %q doit être une liste"
9090

9191
#: shared-bindings/memorymonitor/AllocationAlarm.c
9292
msgid "%q must be >= 0"
93-
msgstr ""
93+
msgstr "%q doit être >= 0"
9494

9595
#: shared-bindings/_bleio/CharacteristicBuffer.c
9696
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
@@ -106,7 +106,7 @@ msgstr "%q doit être un tuple de longueur 2"
106106

107107
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
108108
msgid "%q pin invalid"
109-
msgstr ""
109+
msgstr "PIN %q invalide"
110110

111111
#: shared-bindings/fontio/BuiltinFont.c
112112
msgid "%q should be an int"
@@ -246,7 +246,7 @@ msgstr "'continue' en dehors d'une boucle"
246246

247247
#: py/objgenerator.c
248248
msgid "'coroutine' object is not an iterator"
249-
msgstr ""
249+
msgstr "L'objet « coroutine » n'est pas un itérateur"
250250

251251
#: py/compile.c
252252
msgid "'data' requires at least 2 arguments"
@@ -341,7 +341,7 @@ msgstr "S'annonce déjà."
341341
#: shared-module/memorymonitor/AllocationAlarm.c
342342
#: shared-module/memorymonitor/AllocationSize.c
343343
msgid "Already running"
344-
msgstr ""
344+
msgstr "Déjà en cours d'exécution"
345345

346346
#: ports/cxd56/common-hal/analogio/AnalogIn.c
347347
msgid "AnalogIn not supported on given pin"
@@ -382,7 +382,7 @@ msgstr "Au plus %d %q peut être spécifié (pas %d)"
382382
#: shared-module/memorymonitor/AllocationAlarm.c
383383
#, c-format
384384
msgid "Attempt to allocate %d blocks"
385-
msgstr ""
385+
msgstr "Tentative d'allocation de %d blocs"
386386

387387
#: supervisor/shared/safe_mode.c
388388
msgid "Attempted heap allocation when MicroPython VM not running."
@@ -466,7 +466,7 @@ msgstr "La longueur du tampon %d est trop grande. Il doit être inférieur à %d
466466
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
467467
#: ports/cxd56/common-hal/sdioio/SDCard.c shared-module/sdcardio/SDCard.c
468468
msgid "Buffer length must be a multiple of 512"
469-
msgstr ""
469+
msgstr "La longueur de la mémoire tampon doit être un multiple de 512"
470470

471471
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
472472
msgid "Buffer must be at least length 1"
@@ -637,11 +637,11 @@ msgstr "Code brut corrompu"
637637

638638
#: ports/cxd56/common-hal/gnss/GNSS.c
639639
msgid "Could not initialize GNSS"
640-
msgstr ""
640+
msgstr "Impossible d'initialiser GNSS"
641641

642642
#: ports/cxd56/common-hal/sdioio/SDCard.c
643643
msgid "Could not initialize SDCard"
644-
msgstr ""
644+
msgstr "Impossible d'initialiser la carte SD"
645645

646646
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
647647
msgid "Could not initialize UART"
@@ -931,7 +931,7 @@ msgstr "Erreur interne #%d"
931931

932932
#: shared-bindings/sdioio/SDCard.c
933933
msgid "Invalid %q"
934-
msgstr ""
934+
msgstr "%q invalide"
935935

936936
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
937937
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
@@ -1147,7 +1147,7 @@ msgstr "Doit fournir une broche MISO ou MOSI"
11471147

11481148
#: ports/stm/common-hal/busio/SPI.c
11491149
msgid "Must provide SCK pin"
1150-
msgstr ""
1150+
msgstr "Vous devez fournir un code PIN SCK"
11511151

11521152
#: shared-bindings/rgbmatrix/RGBMatrix.c
11531153
#, c-format
@@ -1450,7 +1450,7 @@ msgstr "Mode sans-échec ! Le code sauvegardé n'est pas éxecuté.\n"
14501450

14511451
#: shared-module/sdcardio/SDCard.c
14521452
msgid "SD card CSD format not supported"
1453-
msgstr ""
1453+
msgstr "Le format de carte SD CSD n'est pas pris en charge"
14541454

14551455
#: ports/atmel-samd/common-hal/busio/I2C.c
14561456
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
@@ -1524,7 +1524,7 @@ msgstr "Fournissez au moins une broche UART"
15241524

15251525
#: shared-bindings/gnss/GNSS.c
15261526
msgid "System entry must be gnss.SatelliteSystem"
1527-
msgstr ""
1527+
msgstr "L'entrée du système doit être gnss.SatelliteSystem"
15281528

15291529
#: ports/stm/common-hal/microcontroller/Processor.c
15301530
msgid "Temperature read timed out"
@@ -2113,7 +2113,7 @@ msgstr ""
21132113

21142114
#: shared-module/sdcardio/SDCard.c
21152115
msgid "can't set 512 block size"
2116-
msgstr ""
2116+
msgstr "impossible de définir une taille de bloc de 512"
21172117

21182118
#: py/objnamedtuple.c
21192119
msgid "can't set attribute"
@@ -2250,7 +2250,7 @@ msgstr "n'a pas pu inverser la matrice Vandermonde"
22502250

22512251
#: shared-module/sdcardio/SDCard.c
22522252
msgid "couldn't determine SD card version"
2253-
msgstr ""
2253+
msgstr "impossible de déterminer la version de la carte SD"
22542254

22552255
#: extmod/ulab/code/approx.c
22562256
msgid "data must be iterable"
@@ -2821,7 +2821,7 @@ msgstr "compte de décalage négatif"
28212821

28222822
#: shared-module/sdcardio/SDCard.c
28232823
msgid "no SD card"
2824-
msgstr ""
2824+
msgstr "pas de carte SD"
28252825

28262826
#: py/vm.c
28272827
msgid "no active exception to reraise"
@@ -2846,7 +2846,7 @@ msgstr "pas de broche de réinitialisation disponible"
28462846

28472847
#: shared-module/sdcardio/SDCard.c
28482848
msgid "no response from SD card"
2849-
msgstr ""
2849+
msgstr "pas de réponse de la carte SD"
28502850

28512851
#: py/runtime.c
28522852
msgid "no such attribute"

0 commit comments

Comments
 (0)