Skip to content

Commit c82286e

Browse files
Noel Gaetanweblate
authored andcommitted
Translated using Weblate (French)
Currently translated at 96.0% (954 of 993 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
1 parent dbc0118 commit c82286e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

locale/fr.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgstr ""
88
"Project-Id-Version: 0.1\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
11-
"PO-Revision-Date: 2021-05-06 17:51+0000\n"
12-
"Last-Translator: Hugo Dahl <[email protected]>\n"
11+
"PO-Revision-Date: 2021-05-20 13:02+0000\n"
12+
"Last-Translator: Noel Gaetan <[email protected]>\n"
1313
"Language: fr\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=utf-8\n"
@@ -100,7 +100,7 @@ msgstr "La liste %q doit être une liste"
100100

101101
#: shared-bindings/usb_hid/Device.c
102102
msgid "%q must be 1-255"
103-
msgstr ""
103+
msgstr "%q doit être compris entre 1 et 255"
104104

105105
#: shared-bindings/memorymonitor/AllocationAlarm.c
106106
msgid "%q must be >= 0"
@@ -116,7 +116,7 @@ msgstr "%q doit être >= 1"
116116

117117
#: shared-bindings/usb_hid/Device.c
118118
msgid "%q must be None or 1-255"
119-
msgstr ""
119+
msgstr "%q doit être NULL ou compris entre 1 et 255"
120120

121121
#: shared-module/vectorio/Polygon.c
122122
msgid "%q must be a tuple of length 2"
@@ -217,7 +217,7 @@ msgstr ""
217217
#: py/obj.c
218218
#, c-format
219219
msgid "'%s' object doesn't support item assignment"
220-
msgstr ""
220+
msgstr "l'objet %s ne supporte pas l'assignation d'éléments"
221221

222222
#: py/obj.c
223223
#, c-format
@@ -1947,11 +1947,11 @@ msgstr "Mode RAISE n'est pas implémenté"
19471947

19481948
#: ports/stm/common-hal/os/__init__.c
19491949
msgid "RNG DeInit Error"
1950-
msgstr "Erreur de désinitiation du RNG (RNG DeInit)"
1950+
msgstr "Erreur de désinitialisation du RNG"
19511951

19521952
#: ports/stm/common-hal/os/__init__.c
19531953
msgid "RNG Init Error"
1954-
msgstr "Erreur d'initialisation du RNG (RNG Init)"
1954+
msgstr "Erreur d'initialisation du RNG"
19551955

19561956
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
19571957
msgid "RS485 Not yet supported on this device"
@@ -3720,15 +3720,15 @@ msgstr "objet "
37203720
#: py/obj.c
37213721
#, c-format
37223722
msgid "object '%s' isn't a tuple or list"
3723-
msgstr ""
3723+
msgstr "l'objet '%s' n'est pas un tuple ou une liste"
37243724

37253725
#: py/obj.c
37263726
msgid "object doesn't support item assignment"
37273727
msgstr ""
37283728

37293729
#: py/obj.c
37303730
msgid "object doesn't support item deletion"
3731-
msgstr ""
3731+
msgstr "l'objet ne supporte pas la suppression d'éléments"
37323732

37333733
#: py/obj.c
37343734
msgid "object has no len"

0 commit comments

Comments
 (0)