@@ -8,8 +8,8 @@ msgstr ""
8
8
"Project-Id-Version : 0.1\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"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"
13
13
"Language : fr\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=utf-8\n "
@@ -100,7 +100,7 @@ msgstr "La liste %q doit être une liste"
100
100
101
101
#: shared-bindings/usb_hid/Device.c
102
102
msgid "%q must be 1-255"
103
- msgstr ""
103
+ msgstr "%q doit être compris entre 1 et 255 "
104
104
105
105
#: shared-bindings/memorymonitor/AllocationAlarm.c
106
106
msgid "%q must be >= 0"
@@ -116,7 +116,7 @@ msgstr "%q doit être >= 1"
116
116
117
117
#: shared-bindings/usb_hid/Device.c
118
118
msgid "%q must be None or 1-255"
119
- msgstr ""
119
+ msgstr "%q doit être NULL ou compris entre 1 et 255 "
120
120
121
121
#: shared-module/vectorio/Polygon.c
122
122
msgid "%q must be a tuple of length 2"
@@ -217,7 +217,7 @@ msgstr ""
217
217
#: py/obj.c
218
218
#, c-format
219
219
msgid "'%s' object doesn't support item assignment"
220
- msgstr ""
220
+ msgstr "l'objet %s ne supporte pas l'assignation d'éléments "
221
221
222
222
#: py/obj.c
223
223
#, c-format
@@ -1947,11 +1947,11 @@ msgstr "Mode RAISE n'est pas implémenté"
1947
1947
1948
1948
#: ports/stm/common-hal/os/__init__.c
1949
1949
msgid "RNG DeInit Error"
1950
- msgstr "Erreur de désinitiation du RNG (RNG DeInit) "
1950
+ msgstr "Erreur de désinitialisation du RNG"
1951
1951
1952
1952
#: ports/stm/common-hal/os/__init__.c
1953
1953
msgid "RNG Init Error"
1954
- msgstr "Erreur d'initialisation du RNG (RNG Init) "
1954
+ msgstr "Erreur d'initialisation du RNG"
1955
1955
1956
1956
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
1957
1957
msgid "RS485 Not yet supported on this device"
@@ -3720,15 +3720,15 @@ msgstr "objet "
3720
3720
#: py/obj.c
3721
3721
#, c-format
3722
3722
msgid "object '%s' isn't a tuple or list"
3723
- msgstr ""
3723
+ msgstr "l'objet '%s' n'est pas un tuple ou une liste "
3724
3724
3725
3725
#: py/obj.c
3726
3726
msgid "object doesn't support item assignment"
3727
3727
msgstr ""
3728
3728
3729
3729
#: py/obj.c
3730
3730
msgid "object doesn't support item deletion"
3731
- msgstr ""
3731
+ msgstr "l'objet ne supporte pas la suppression d'éléments "
3732
3732
3733
3733
#: py/obj.c
3734
3734
msgid "object has no len"
0 commit comments