@@ -10,7 +10,7 @@ msgstr ""
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2020-05-12 14:37+1000\n "
12
12
"PO-Revision-Date : 2020-05-17 15:57+0000\n "
13
- "
Last-Translator :
Jeff Epler <[email protected] >\n"
13
+ "
Last-Translator :
Anonymous <[email protected] >\n"
14
14
"Language-Team : French <https://later.unpythonic.net/projects/circuitpython/ "
15
15
"circuitpython-master/fr/>\n "
16
16
"Language : fr\n "
@@ -2284,23 +2284,25 @@ msgstr "argument(s) positionnel(s) supplémentaire(s) donné(s)"
2284
2284
2285
2285
#: py/parse.c
2286
2286
msgid "f-string expression part cannot include a '#'"
2287
- msgstr ""
2287
+ msgstr "La partie d'expression de chaîne f ne peut pas inclure de '#' "
2288
2288
2289
2289
#: py/parse.c
2290
2290
msgid "f-string expression part cannot include a backslash"
2291
2291
msgstr ""
2292
+ "La partie d'expression de chaîne f ne peut pas inclure de barre oblique "
2293
+ "inverse"
2292
2294
2293
2295
#: py/parse.c
2294
2296
msgid "f-string: empty expression not allowed"
2295
- msgstr ""
2297
+ msgstr "f-string: expression vide non autorisée "
2296
2298
2297
2299
#: py/parse.c
2298
2300
msgid "f-string: expecting '}'"
2299
- msgstr ""
2301
+ msgstr "f-string: attend '}' "
2300
2302
2301
2303
#: py/parse.c
2302
2304
msgid "f-string: single '}' is not allowed"
2303
- msgstr ""
2305
+ msgstr "f-string: single '}' n'est pas autorisé "
2304
2306
2305
2307
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
2306
2308
#: shared-bindings/displayio/OnDiskBitmap.c
@@ -2313,11 +2315,11 @@ msgstr "le system de fichier doit fournir une méthode 'mount'"
2313
2315
2314
2316
#: extmod/ulab/code/ndarray.c
2315
2317
msgid "first argument must be an iterable"
2316
- msgstr ""
2318
+ msgstr "le premier argument doit être un itérable "
2317
2319
2318
2320
#: extmod/ulab/code/vectorise.c
2319
2321
msgid "first argument must be an ndarray"
2320
- msgstr ""
2322
+ msgstr "le premier argument doit être un ndarray "
2321
2323
2322
2324
#: py/objtype.c
2323
2325
msgid "first argument to super() must be type"
@@ -2329,11 +2331,11 @@ msgstr "le 1er bit doit être le MSB"
2329
2331
2330
2332
#: extmod/ulab/code/ndarray.c
2331
2333
msgid "flattening order must be either 'C', or 'F'"
2332
- msgstr ""
2334
+ msgstr "l'ordre d'aplatissement doit être «C» ou «F» "
2333
2335
2334
2336
#: extmod/ulab/code/numerical.c
2335
2337
msgid "flip argument must be an ndarray"
2336
- msgstr ""
2338
+ msgstr "l'argument flip doit être un ndarray "
2337
2339
2338
2340
#: py/objint.c
2339
2341
msgid "float too big"
@@ -2367,6 +2369,7 @@ msgstr "la fonction a reçu plusieurs valeurs pour l'argument '%q'"
2367
2369
#: extmod/ulab/code/compare.c
2368
2370
msgid "function is implemented for scalars and ndarrays only"
2369
2371
msgstr ""
2372
+ "la fonction est implémentée pour les scalaires et les ndarrays uniquement"
2370
2373
2371
2374
#: py/argcheck.c
2372
2375
#, c-format
@@ -2433,7 +2436,7 @@ msgstr "espacement incorrect"
2433
2436
2434
2437
#: extmod/ulab/code/ndarray.c
2435
2438
msgid "index is out of bounds"
2436
- msgstr ""
2439
+ msgstr "l'index est hors limites "
2437
2440
2438
2441
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
2439
2442
#: ports/cxd56/common-hal/pulseio/PulseIn.c
@@ -2449,42 +2452,43 @@ msgstr "les indices doivent être des entiers"
2449
2452
#: extmod/ulab/code/ndarray.c
2450
2453
msgid "indices must be integers, slices, or Boolean lists"
2451
2454
msgstr ""
2455
+ "les indices doivent être des entiers, des tranches ou des listes booléennes"
2452
2456
2453
2457
#: py/compile.c
2454
2458
msgid "inline assembler must be a function"
2455
2459
msgstr "l'assembleur doit être une fonction"
2456
2460
2457
2461
#: extmod/ulab/code/create.c
2458
2462
msgid "input argument must be an integer or a 2-tuple"
2459
- msgstr ""
2463
+ msgstr "l'argument d'entrée doit être un entier ou un tuple 2 "
2460
2464
2461
2465
#: extmod/ulab/code/fft.c
2462
2466
msgid "input array length must be power of 2"
2463
- msgstr ""
2467
+ msgstr "la longueur du tableau d'entrée doit être une puissance de 2 "
2464
2468
2465
2469
#: extmod/ulab/code/poly.c
2466
2470
msgid "input data must be an iterable"
2467
- msgstr ""
2471
+ msgstr "les données d'entrée doivent être un itérable "
2468
2472
2469
2473
#: extmod/ulab/code/linalg.c
2470
2474
msgid "input matrix is asymmetric"
2471
- msgstr ""
2475
+ msgstr "la matrice d'entrée est asymétrique "
2472
2476
2473
2477
#: extmod/ulab/code/linalg.c
2474
2478
msgid "input matrix is singular"
2475
- msgstr ""
2479
+ msgstr "la matrice d'entrée est singulière "
2476
2480
2477
2481
#: extmod/ulab/code/linalg.c
2478
2482
msgid "input must be square matrix"
2479
- msgstr ""
2483
+ msgstr "l'entrée doit être une matrice carrée "
2480
2484
2481
2485
#: extmod/ulab/code/numerical.c
2482
2486
msgid "input must be tuple, list, range, or ndarray"
2483
- msgstr ""
2487
+ msgstr "l'entrée doit être tuple, list, range ou ndarray "
2484
2488
2485
2489
#: extmod/ulab/code/poly.c
2486
2490
msgid "input vectors must be of equal length"
2487
- msgstr ""
2491
+ msgstr "les vecteurs d'entrée doivent être de longueur égale "
2488
2492
2489
2493
#: py/parsenum.c
2490
2494
msgid "int() arg 2 must be >= 2 and <= 36"
@@ -2497,7 +2501,7 @@ msgstr "entier requis"
2497
2501
#: shared-bindings/_bleio/Adapter.c
2498
2502
#, c-format
2499
2503
msgid "interval must be in range %s-%s"
2500
- msgstr ""
2504
+ msgstr "l'intervalle doit être dans la plage% s-% s "
2501
2505
2502
2506
#: extmod/machine_i2c.c
2503
2507
msgid "invalid I2C peripheral"
0 commit comments