|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: 0.1\n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2020-11-04 21:18+0530\n" |
| 10 | +"POT-Creation-Date: 2020-11-10 15:30+0530\n" |
11 | 11 | "PO-Revision-Date: 2020-11-15 16:28+0000\n" |
12 | 12 | "Last-Translator: Antonin ENFRUN <antonin.e@me.com>\n" |
13 | 13 | "Language: fr\n" |
@@ -304,7 +304,8 @@ msgstr "Tous les périphériques CAN sont utilisés" |
304 | 304 | msgid "All I2C peripherals are in use" |
305 | 305 | msgstr "Tous les périphériques I2C sont utilisés" |
306 | 306 |
|
307 | | -#: ports/esp32s2/peripherals/pcnt_handler.c |
| 307 | +#: ports/esp32s2/common-hal/countio/Counter.c |
| 308 | +#: ports/esp32s2/common-hal/rotaryio/IncrementalEncoder.c |
308 | 309 | msgid "All PCNT units in use" |
309 | 310 | msgstr "Toutes les unités PCNT sont utilisées" |
310 | 311 |
|
@@ -1024,6 +1025,10 @@ msgstr "" |
1024 | 1025 | msgid "Incorrect buffer size" |
1025 | 1026 | msgstr "Taille de tampon incorrecte" |
1026 | 1027 |
|
| 1028 | +#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c |
| 1029 | +msgid "Initialization failed due to lack of memory" |
| 1030 | +msgstr "" |
| 1031 | + |
1027 | 1032 | #: ports/atmel-samd/common-hal/pulseio/PulseIn.c |
1028 | 1033 | msgid "Input taking too long" |
1029 | 1034 | msgstr "L'entrée prend trop de temps" |
@@ -3305,6 +3310,7 @@ msgstr "le 3e argument de pow() ne peut être 0" |
3305 | 3310 | msgid "pow() with 3 arguments requires integers" |
3306 | 3311 | msgstr "pow() avec 3 arguments nécessite des entiers" |
3307 | 3312 |
|
| 3313 | +#: ports/esp32s2/boards/adafruit_magtag_2.9_grayscale/mpconfigboard.h |
3308 | 3314 | #: ports/esp32s2/boards/adafruit_metro_esp32s2/mpconfigboard.h |
3309 | 3315 | #: ports/esp32s2/boards/electroniccats_bastwifi/mpconfigboard.h |
3310 | 3316 | #: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h |
@@ -3523,6 +3529,7 @@ msgstr "le seuil doit être dans la gamme 0-65536" |
3523 | 3529 | msgid "time.struct_time() takes a 9-sequence" |
3524 | 3530 | msgstr "time.struct_time() prend une séquence de longueur 9" |
3525 | 3531 |
|
| 3532 | +#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c |
3526 | 3533 | #: ports/nrf/common-hal/watchdog/WatchDogTimer.c |
3527 | 3534 | msgid "timeout duration exceeded the maximum supported value" |
3528 | 3535 | msgstr "le délai d'expiration a dépassé la valeur maximale prise en charge" |
@@ -3706,6 +3713,10 @@ msgstr "'value_count' doit être > 0" |
3706 | 3713 | msgid "vectors must have same lengths" |
3707 | 3714 | msgstr "les vecteurs doivent avoir la même longueur" |
3708 | 3715 |
|
| 3716 | +#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c |
| 3717 | +msgid "watchdog not initialized" |
| 3718 | +msgstr "" |
| 3719 | + |
3709 | 3720 | #: shared-bindings/watchdog/WatchDogTimer.c |
3710 | 3721 | msgid "watchdog timeout must be greater than 0" |
3711 | 3722 | msgstr "watchdog timeout doit être supérieur à 0" |
|
0 commit comments