77msgstr ""
88"Project-Id-Version : 0.1\n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2020-08-14 09:36 -0400\n "
10+ "POT-Creation-Date : 2020-08-18 11:19 -0400\n "
1111"PO-Revision-Date : 2020-07-27 21:27+0000\n "
1212"Last-Translator : Nathan <bonnemainsnathan@gmail.com>\n "
1313"Language : fr\n "
@@ -768,7 +768,7 @@ msgstr "Erreur dans l'expression régulière"
768768
769769#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
770770#: shared-bindings/microcontroller/Pin.c
771- #: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
771+ #: shared-bindings/neopixel_write/__init__.c
772772#: shared-bindings/terminalio/Terminal.c
773773msgid "Expected a %q"
774774msgstr "Attendu un %q"
@@ -1369,6 +1369,15 @@ msgstr "Ainsi que tout autre module présent sur le système de fichiers\n"
13691369msgid "Polygon needs at least 3 points"
13701370msgstr "Polygone a besoin d’au moins 3 points"
13711371
1372+ #: ports/atmel-samd/common-hal/pulseio/PulseOut.c
1373+ #: ports/cxd56/common-hal/pulseio/PulseOut.c
1374+ #: ports/nrf/common-hal/pulseio/PulseOut.c
1375+ #: ports/stm/common-hal/pulseio/PulseOut.c
1376+ msgid ""
1377+ "Port does not accept pins or frequency. "
1378+ "Construct and pass a PWMOut Carrier instead"
1379+ msgstr ""
1380+
13721381#: shared-bindings/_bleio/Adapter.c
13731382msgid "Prefix buffer must be on the heap"
13741383msgstr "Le tampon de préfixe doit être sur le tas"
@@ -1381,6 +1390,10 @@ msgstr "Appuyez sur une touche pour entrer sur REPL ou CTRL-D pour recharger."
13811390msgid "Pull not used when direction is output."
13821391msgstr "Le tirage 'pull' n'est pas utilisé quand la direction est 'output'."
13831392
1393+ #: ports/stm/ref/pulseout-pre-timeralloc.c
1394+ msgid "PulseOut not supported on this chip"
1395+ msgstr "PulseOut non pris en charge sur cette puce"
1396+
13841397#: ports/stm/common-hal/os/__init__.c
13851398msgid "RNG DeInit Error"
13861399msgstr "Erreur RNG DeInit"
@@ -3557,9 +3570,6 @@ msgstr ""
35573570#~ msgid "'async for' or 'async with' outside async function"
35583571#~ msgstr "'async for' ou 'async with' sans fonction asynchrone extérieure"
35593572
3560- #~ msgid "PulseOut not supported on this chip"
3561- #~ msgstr "PulseOut non pris en charge sur cette puce"
3562-
35633573#~ msgid "PulseIn not supported on this chip"
35643574#~ msgstr "PulseIn non pris en charge sur cette puce"
35653575
0 commit comments