@@ -8,14 +8,14 @@ msgstr ""
8
8
"Project-Id-Version : 0.1\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"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 "
13
13
"Language : fr\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=utf-8\n "
16
16
"Content-Transfer-Encoding : 8bit\n "
17
17
"Plural-Forms : nplurals=2; plural=n > 1;\n "
18
- "X-Generator : Weblate 4.2 -dev\n "
18
+ "X-Generator : Weblate 4.3 -dev\n "
19
19
20
20
#: main.c
21
21
msgid ""
@@ -78,7 +78,7 @@ msgstr "index %q hors gamme"
78
78
79
79
#: py/obj.c
80
80
msgid "%q indices must be integers, not %q"
81
- msgstr ""
81
+ msgstr "indices %q doivent être des chiffres entier, et non %q "
82
82
83
83
#: shared-bindings/vectorio/Polygon.c
84
84
msgid "%q list must be a list"
@@ -118,39 +118,39 @@ msgstr "'%q' argument requis"
118
118
119
119
#: py/runtime.c
120
120
msgid "'%q' object cannot assign attribute '%q'"
121
- msgstr ""
121
+ msgstr "object '%q' ne peut assigner l'attribut '%q' "
122
122
123
123
#: py/proto.c
124
124
msgid "'%q' object does not support '%q'"
125
- msgstr ""
125
+ msgstr "object '%q' ne supporte pas '%q' "
126
126
127
127
#: py/obj.c
128
128
msgid "'%q' object does not support item assignment"
129
- msgstr ""
129
+ msgstr "objet '%q' ne supporte pas l'assignement d'objets "
130
130
131
131
#: py/obj.c
132
132
msgid "'%q' object does not support item deletion"
133
- msgstr ""
133
+ msgstr "object '%q' ne supported pas la suppression d'objet "
134
134
135
135
#: py/runtime.c
136
136
msgid "'%q' object has no attribute '%q'"
137
- msgstr ""
137
+ msgstr "object '%q' n'as pas d'attribut '%q' "
138
138
139
139
#: py/runtime.c
140
140
msgid "'%q' object is not an iterator"
141
- msgstr ""
141
+ msgstr "object '%q' n'est pas un itérateur "
142
142
143
143
#: py/objtype.c py/runtime.c
144
144
msgid "'%q' object is not callable"
145
- msgstr ""
145
+ msgstr "object '%q' ne peut pas être appelé "
146
146
147
147
#: py/runtime.c
148
148
msgid "'%q' object is not iterable"
149
- msgstr ""
149
+ msgstr "objet '%q' n'est pas iterable "
150
150
151
151
#: py/obj.c
152
152
msgid "'%q' object is not subscriptable"
153
- msgstr ""
153
+ msgstr "objet '%q' n'est pas souscriptable "
154
154
155
155
#: py/emitinlinethumb.c py/emitinlinextensa.c
156
156
#, c-format
@@ -220,7 +220,7 @@ msgstr "'await' en dehors d'une fonction"
220
220
221
221
#: py/compile.c
222
222
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 "
224
224
225
225
#: py/compile.c
226
226
msgid "'break' outside loop"
@@ -378,7 +378,7 @@ msgstr ""
378
378
379
379
#: shared-bindings/wifi/Radio.c
380
380
msgid "Authentication failure"
381
- msgstr ""
381
+ msgstr "Échec d'authentification "
382
382
383
383
#: main.c
384
384
msgid "Auto-reload is off.\n"
@@ -460,7 +460,7 @@ msgstr "La longueur de la mémoire tampon doit être un multiple de 512"
460
460
461
461
#: ports/stm/common-hal/sdioio/SDCard.c
462
462
msgid "Buffer must be a multiple of 512 bytes"
463
- msgstr ""
463
+ msgstr "La mémoire tampon doit être un multiple de 512 "
464
464
465
465
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
466
466
msgid "Buffer must be at least length 1"
@@ -504,6 +504,7 @@ msgstr "Impossible de définir CCCD sur une caractéristique locale"
504
504
#: shared-bindings/_bleio/Adapter.c
505
505
msgid "Cannot create a new Adapter; use _bleio.adapter;"
506
506
msgstr ""
507
+ "Un nouveau Adapter ne peut être créé ; Adapter; utilisez _bleio.adapter;"
507
508
508
509
#: shared-bindings/displayio/Bitmap.c
509
510
#: shared-bindings/memorymonitor/AllocationSize.c
@@ -598,7 +599,7 @@ msgstr ""
598
599
599
600
#: supervisor/shared/safe_mode.c
600
601
msgid "CircuitPython was unable to allocate the heap.\n"
601
- msgstr ""
602
+ msgstr "CircuitPython n'as pu faire l'allocation de la pile\n "
602
603
603
604
#: shared-module/bitbangio/SPI.c
604
605
msgid "Clock pin init failed."
@@ -784,15 +785,15 @@ msgstr "Une 'Characteristic' est attendue"
784
785
785
786
#: shared-bindings/_bleio/Adapter.c
786
787
msgid "Expected a DigitalInOut"
787
- msgstr ""
788
+ msgstr "Un 'DigitalInOut' est attendu "
788
789
789
790
#: shared-bindings/_bleio/Characteristic.c
790
791
msgid "Expected a Service"
791
792
msgstr "Attendu un service"
792
793
793
794
#: shared-bindings/_bleio/Adapter.c
794
795
msgid "Expected a UART"
795
- msgstr ""
796
+ msgstr "Un 'UART' est attendu "
796
797
797
798
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
798
799
#: shared-bindings/_bleio/Service.c
@@ -3391,7 +3392,7 @@ msgstr "spécification %c de conversion inconnue"
3391
3392
3392
3393
#: py/objstr.c
3393
3394
msgid "unknown format code '%c' for object of type '%q'"
3394
- msgstr ""
3395
+ msgstr "code de formatage inconnu '%c' pour objet de type '%q' "
3395
3396
3396
3397
#: py/compile.c
3397
3398
msgid "unknown type"
@@ -3431,15 +3432,15 @@ msgstr "caractère de format '%c' (0x%x) non supporté à l'index %d"
3431
3432
3432
3433
#: py/runtime.c
3433
3434
msgid "unsupported type for %q: '%q'"
3434
- msgstr ""
3435
+ msgstr "type non supporté pour %q: '%q' "
3435
3436
3436
3437
#: py/runtime.c
3437
3438
msgid "unsupported type for operator"
3438
3439
msgstr "type non supporté pour l'opérateur"
3439
3440
3440
3441
#: py/runtime.c
3441
3442
msgid "unsupported types for %q: '%q', '%q'"
3442
- msgstr ""
3443
+ msgstr "types non supportés pour %q: '%q', '%q' "
3443
3444
3444
3445
#: py/objint.c
3445
3446
#, c-format
@@ -3452,7 +3453,7 @@ msgstr "'value_count' doit être > 0"
3452
3453
3453
3454
#: extmod/ulab/code/linalg/linalg.c
3454
3455
msgid "vectors must have same lengths"
3455
- msgstr ""
3456
+ msgstr "les vecteurs doivent avoir la même longueur "
3456
3457
3457
3458
#: shared-bindings/watchdog/WatchDogTimer.c
3458
3459
msgid "watchdog timeout must be greater than 0"
0 commit comments