@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : 0.1\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2020-12-23 23:04-0500\n "
11
- "PO-Revision-Date : 2020-12-29 19:50 +0000\n "
11
+ "PO-Revision-Date : 2020-12-29 20:38 +0000\n "
12
12
"
Last-Translator :
Hugo Dahl <[email protected] >\n "
13
13
"Language : fr\n "
14
14
"MIME-Version : 1.0\n "
@@ -59,7 +59,7 @@ msgstr " sortie :\n"
59
59
#: py/objstr.c
60
60
#, c-format
61
61
msgid "%%c requires int or char"
62
- msgstr "%%c nécessite un entier 'int' ou un caractère 'char'"
62
+ msgstr "%%c nécessite un chiffre entier 'int' ou un caractère 'char'"
63
63
64
64
#: shared-bindings/rgbmatrix/RGBMatrix.c
65
65
#, c-format
@@ -74,7 +74,7 @@ msgstr "Échec de %q : %d"
74
74
75
75
#: shared-bindings/microcontroller/Pin.c
76
76
msgid "%q in use"
77
- msgstr "%q utilisé "
77
+ msgstr "%q en cours d'utilisation "
78
78
79
79
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
80
80
#: ports/cxd56/common-hal/pulseio/PulseIn.c
@@ -114,19 +114,19 @@ msgstr "%q est hors de porté"
114
114
115
115
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
116
116
msgid "%q pin invalid"
117
- msgstr "PIN %q invalide"
117
+ msgstr "broche %q invalide"
118
118
119
119
#: shared-bindings/fontio/BuiltinFont.c
120
120
msgid "%q should be an int"
121
- msgstr "%q doit être un entier (int)"
121
+ msgstr "%q doit être un chiffre entier (int)"
122
122
123
123
#: py/bc.c py/objnamedtuple.c
124
124
msgid "%q() takes %d positional arguments but %d were given"
125
- msgstr "%q() prend %d arguments positionnels mais %d ont été donnés"
125
+ msgstr "%q() prend %d paramêtres positionnels mais %d ont été donnés"
126
126
127
127
#: py/argcheck.c
128
128
msgid "'%q' argument required"
129
- msgstr "'%q' argument requis"
129
+ msgstr "paramêtre '%q' requis"
130
130
131
131
#: py/runtime.c
132
132
msgid "'%q' object cannot assign attribute '%q'"
@@ -197,7 +197,7 @@ msgstr "'%s' attend un entier"
197
197
#: py/emitinlinethumb.c
198
198
#, c-format
199
199
msgid "'%s' expects at most r%d"
200
- msgstr "'%s' s' attend au plus à r%d"
200
+ msgstr "'%s' attend au plus à r%d"
201
201
202
202
#: py/emitinlinethumb.c
203
203
#, c-format
@@ -437,8 +437,8 @@ msgid ""
437
437
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
438
438
"disable.\n"
439
439
msgstr ""
440
- "Auto-chargement activé. Copiez simplement les fichiers en USB pour les "
441
- "lancer ou entrez sur REPL pour le désactiver.\n"
440
+ "Auto-chargement activé. Copiez ou sauvegardez les fichiers via USB pour les "
441
+ "lancer ou démarrez le REPL pour le désactiver.\n"
442
442
443
443
#: ports/esp32s2/common-hal/canio/CAN.c
444
444
msgid "Baudrate not supported by peripheral"
@@ -1602,7 +1602,7 @@ msgstr ""
1602
1602
1603
1603
#: py/builtinhelp.c
1604
1604
msgid "Plus any modules on the filesystem\n"
1605
- msgstr "Ainsi que tout autre module présent sur le système de fichiers\n"
1605
+ msgstr "Ainsi que tout autres modules présents sur le système de fichiers\n"
1606
1606
1607
1607
#: shared-module/vectorio/Polygon.c
1608
1608
msgid "Polygon needs at least 3 points"
0 commit comments