Skip to content

Commit 048b30d

Browse files
jeplerweblate
authored andcommitted
Translated using Weblate (French)
Currently translated at 99.8% (763 of 764 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/fr/
1 parent 3f26a56 commit 048b30d

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

locale/fr.po

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ msgstr ""
99
"Project-Id-Version: 0.1\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2020-06-01 17:10-0700\n"
12-
"PO-Revision-Date: 2020-06-01 13:17+0000\n"
13-
"Last-Translator: David Glaude <david.glaude@gmail.com>\n"
12+
"PO-Revision-Date: 2020-06-02 19:50+0000\n"
13+
"Last-Translator: Jeff Epler <jepler@gmail.com>\n"
1414
"Language-Team: French <https://later.unpythonic.net/projects/circuitpython/"
1515
"circuitpython-master/fr/>\n"
1616
"Language: fr\n"
@@ -1716,18 +1716,22 @@ msgstr "ATTENTION : le nom de fichier de votre code a deux extensions\n"
17161716
#: shared-bindings/watchdog/WatchDogTimer.c
17171717
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
17181718
msgstr ""
1719+
"WatchDogTimer ne peut pas être désinitialisé une fois que le mode est réglé "
1720+
"sur RESET"
17191721

17201722
#: shared-bindings/watchdog/WatchDogTimer.c
17211723
msgid "WatchDogTimer is not currently running"
1722-
msgstr ""
1724+
msgstr "WatchDogTimer n'est pas en cours d'exécution"
17231725

17241726
#: shared-bindings/watchdog/WatchDogTimer.c
17251727
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
17261728
msgstr ""
1729+
"WatchDogTimer.mode ne peut pas être changé une fois réglé pour WatchDogMode."
1730+
"RESET"
17271731

17281732
#: shared-bindings/watchdog/WatchDogTimer.c
17291733
msgid "WatchDogTimer.timeout must be greater than 0"
1730-
msgstr ""
1734+
msgstr "WatchDogTimer.timeout doit être supérieur à 0"
17311735

17321736
#: supervisor/shared/safe_mode.c
17331737
msgid "Watchdog timer expired."
@@ -2187,11 +2191,11 @@ msgstr "n'a pas pu inverser la matrice Vandermonde"
21872191

21882192
#: extmod/ulab/code/approx.c
21892193
msgid "data must be iterable"
2190-
msgstr ""
2194+
msgstr "les données doivent être les objets iterables"
21912195

21922196
#: extmod/ulab/code/approx.c
21932197
msgid "data must be of equal length"
2194-
msgstr ""
2198+
msgstr "les données doivent être de longueur égale"
21952199

21962200
#: extmod/ulab/code/numerical.c
21972201
msgid "ddof must be smaller than length of data set"
@@ -2331,11 +2335,11 @@ msgstr "le system de fichier doit fournir une méthode 'mount'"
23312335

23322336
#: extmod/ulab/code/vectorise.c
23332337
msgid "first argument must be a callable"
2334-
msgstr ""
2338+
msgstr "le premier argument doit être un appelable"
23352339

23362340
#: extmod/ulab/code/approx.c
23372341
msgid "first argument must be a function"
2338-
msgstr ""
2342+
msgstr "le premier argument doit être une fonction"
23392343

23402344
#: extmod/ulab/code/ndarray.c
23412345
msgid "first argument must be an iterable"
@@ -2392,7 +2396,7 @@ msgstr "la fonction a reçu plusieurs valeurs pour l'argument '%q'"
23922396

23932397
#: extmod/ulab/code/approx.c
23942398
msgid "function has the same sign at the ends of interval"
2395-
msgstr ""
2399+
msgstr "la fonction a le même signe aux extrémités de l’intervalle"
23962400

23972401
#: extmod/ulab/code/compare.c
23982402
msgid "function is implemented for scalars and ndarrays only"
@@ -2484,7 +2488,7 @@ msgstr ""
24842488

24852489
#: extmod/ulab/code/approx.c
24862490
msgid "initial values must be iterable"
2487-
msgstr ""
2491+
msgstr "les valeurs initiales doivent être itérables"
24882492

24892493
#: py/compile.c
24902494
msgid "inline assembler must be a function"
@@ -2532,7 +2536,7 @@ msgstr "entier requis"
25322536

25332537
#: extmod/ulab/code/approx.c
25342538
msgid "interp is defined for 1D arrays of equal length"
2535-
msgstr ""
2539+
msgstr "interp est défini pour les tableaux 1D de longueur égale"
25362540

25372541
#: shared-bindings/_bleio/Adapter.c
25382542
#, c-format
@@ -3177,7 +3181,7 @@ msgstr "time.struct_time() prend une séquence de longueur 9"
31773181

31783182
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
31793183
msgid "timeout duration exceeded the maximum supported value"
3180-
msgstr ""
3184+
msgstr "le délai d'expiration a dépassé la valeur maximale prise en charge"
31813185

31823186
#: shared-bindings/busio/UART.c
31833187
msgid "timeout must be 0.0-100.0 seconds"
@@ -3334,7 +3338,7 @@ msgstr "'value_count' doit être > 0"
33343338

33353339
#: shared-bindings/watchdog/WatchDogTimer.c
33363340
msgid "watchdog timeout must be greater than 0"
3337-
msgstr ""
3341+
msgstr "watchdog timeout doit être supérieur à 0"
33383342

33393343
#: shared-bindings/_bleio/Adapter.c
33403344
msgid "window must be <= interval"
@@ -3350,7 +3354,7 @@ msgstr "type d'index incorrect"
33503354

33513355
#: extmod/ulab/code/vectorise.c
33523356
msgid "wrong input type"
3353-
msgstr ""
3357+
msgstr "type d'entrée incorrect"
33543358

33553359
#: py/objstr.c
33563360
msgid "wrong number of arguments"
@@ -3366,7 +3370,7 @@ msgstr "type d'opérande incorrect"
33663370

33673371
#: extmod/ulab/code/vectorise.c
33683372
msgid "wrong output type"
3369-
msgstr ""
3373+
msgstr "type de sortie incorrect"
33703374

33713375
#: shared-module/displayio/Shape.c
33723376
msgid "x value out of bounds"

0 commit comments

Comments
 (0)