Skip to content

Commit 852bdd2

Browse files
hugodahlweblate
authored andcommitted
Translated using Weblate (French)
Currently translated at 94.7% (753 of 795 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
1 parent 9cc803e commit 852bdd2

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

locale/fr.po

Lines changed: 24 additions & 23 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-09-13 14:21-0500\n"
11-
"PO-Revision-Date: 2020-07-27 21:27+0000\n"
12-
"Last-Translator: Nathan <bonnemainsnathan@gmail.com>\n"
11+
"PO-Revision-Date: 2020-09-16 13:47+0000\n"
12+
"Last-Translator: Hugo Dahl <hugo@code-jedi.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.2-dev\n"
18+
"X-Generator: Weblate 4.3-dev\n"
1919

2020
#: main.c
2121
msgid ""
@@ -78,7 +78,7 @@ msgstr "index %q hors gamme"
7878

7979
#: py/obj.c
8080
msgid "%q indices must be integers, not %q"
81-
msgstr ""
81+
msgstr "indices %q doivent être des chiffres entier, et non %q"
8282

8383
#: shared-bindings/vectorio/Polygon.c
8484
msgid "%q list must be a list"
@@ -118,39 +118,39 @@ msgstr "'%q' argument requis"
118118

119119
#: py/runtime.c
120120
msgid "'%q' object cannot assign attribute '%q'"
121-
msgstr ""
121+
msgstr "object '%q' ne peut assigner l'attribut '%q'"
122122

123123
#: py/proto.c
124124
msgid "'%q' object does not support '%q'"
125-
msgstr ""
125+
msgstr "object '%q' ne supporte pas '%q'"
126126

127127
#: py/obj.c
128128
msgid "'%q' object does not support item assignment"
129-
msgstr ""
129+
msgstr "objet '%q' ne supporte pas l'assignement d'objets"
130130

131131
#: py/obj.c
132132
msgid "'%q' object does not support item deletion"
133-
msgstr ""
133+
msgstr "object '%q' ne supported pas la suppression d'objet"
134134

135135
#: py/runtime.c
136136
msgid "'%q' object has no attribute '%q'"
137-
msgstr ""
137+
msgstr "object '%q' n'as pas d'attribut '%q'"
138138

139139
#: py/runtime.c
140140
msgid "'%q' object is not an iterator"
141-
msgstr ""
141+
msgstr "object '%q' n'est pas un itérateur"
142142

143143
#: py/objtype.c py/runtime.c
144144
msgid "'%q' object is not callable"
145-
msgstr ""
145+
msgstr "object '%q' ne peut pas être appelé"
146146

147147
#: py/runtime.c
148148
msgid "'%q' object is not iterable"
149-
msgstr ""
149+
msgstr "objet '%q' n'est pas iterable"
150150

151151
#: py/obj.c
152152
msgid "'%q' object is not subscriptable"
153-
msgstr ""
153+
msgstr "objet '%q' n'est pas souscriptable"
154154

155155
#: py/emitinlinethumb.c py/emitinlinextensa.c
156156
#, c-format
@@ -220,7 +220,7 @@ msgstr "'await' en dehors d'une fonction"
220220

221221
#: py/compile.c
222222
msgid "'await', 'async for' or 'async with' outside async function"
223-
msgstr ""
223+
msgstr "'await', 'async for' ou 'async with' au dehors d'une fonction async"
224224

225225
#: py/compile.c
226226
msgid "'break' outside loop"
@@ -378,7 +378,7 @@ msgstr ""
378378

379379
#: shared-bindings/wifi/Radio.c
380380
msgid "Authentication failure"
381-
msgstr ""
381+
msgstr "Échec d'authentification"
382382

383383
#: main.c
384384
msgid "Auto-reload is off.\n"
@@ -460,7 +460,7 @@ msgstr "La longueur de la mémoire tampon doit être un multiple de 512"
460460

461461
#: ports/stm/common-hal/sdioio/SDCard.c
462462
msgid "Buffer must be a multiple of 512 bytes"
463-
msgstr ""
463+
msgstr "La mémoire tampon doit être un multiple de 512"
464464

465465
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
466466
msgid "Buffer must be at least length 1"
@@ -504,6 +504,7 @@ msgstr "Impossible de définir CCCD sur une caractéristique locale"
504504
#: shared-bindings/_bleio/Adapter.c
505505
msgid "Cannot create a new Adapter; use _bleio.adapter;"
506506
msgstr ""
507+
"Un nouveau Adapter ne peut être créé ; Adapter; utilisez _bleio.adapter;"
507508

508509
#: shared-bindings/displayio/Bitmap.c
509510
#: shared-bindings/memorymonitor/AllocationSize.c
@@ -598,7 +599,7 @@ msgstr ""
598599

599600
#: supervisor/shared/safe_mode.c
600601
msgid "CircuitPython was unable to allocate the heap.\n"
601-
msgstr ""
602+
msgstr "CircuitPython n'as pu faire l'allocation de la pile\n"
602603

603604
#: shared-module/bitbangio/SPI.c
604605
msgid "Clock pin init failed."
@@ -784,15 +785,15 @@ msgstr "Une 'Characteristic' est attendue"
784785

785786
#: shared-bindings/_bleio/Adapter.c
786787
msgid "Expected a DigitalInOut"
787-
msgstr ""
788+
msgstr "Un 'DigitalInOut' est attendu"
788789

789790
#: shared-bindings/_bleio/Characteristic.c
790791
msgid "Expected a Service"
791792
msgstr "Attendu un service"
792793

793794
#: shared-bindings/_bleio/Adapter.c
794795
msgid "Expected a UART"
795-
msgstr ""
796+
msgstr "Un 'UART' est attendu"
796797

797798
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
798799
#: shared-bindings/_bleio/Service.c
@@ -3391,7 +3392,7 @@ msgstr "spécification %c de conversion inconnue"
33913392

33923393
#: py/objstr.c
33933394
msgid "unknown format code '%c' for object of type '%q'"
3394-
msgstr ""
3395+
msgstr "code de formatage inconnu '%c' pour objet de type '%q'"
33953396

33963397
#: py/compile.c
33973398
msgid "unknown type"
@@ -3431,15 +3432,15 @@ msgstr "caractère de format '%c' (0x%x) non supporté à l'index %d"
34313432

34323433
#: py/runtime.c
34333434
msgid "unsupported type for %q: '%q'"
3434-
msgstr ""
3435+
msgstr "type non supporté pour %q: '%q'"
34353436

34363437
#: py/runtime.c
34373438
msgid "unsupported type for operator"
34383439
msgstr "type non supporté pour l'opérateur"
34393440

34403441
#: py/runtime.c
34413442
msgid "unsupported types for %q: '%q', '%q'"
3442-
msgstr ""
3443+
msgstr "types non supportés pour %q: '%q', '%q'"
34433444

34443445
#: py/objint.c
34453446
#, c-format
@@ -3452,7 +3453,7 @@ msgstr "'value_count' doit être > 0"
34523453

34533454
#: extmod/ulab/code/linalg/linalg.c
34543455
msgid "vectors must have same lengths"
3455-
msgstr ""
3456+
msgstr "les vecteurs doivent avoir la même longueur"
34563457

34573458
#: shared-bindings/watchdog/WatchDogTimer.c
34583459
msgid "watchdog timeout must be greater than 0"

0 commit comments

Comments
 (0)