@@ -8,14 +8,17 @@ msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version : 0.1\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2020-04-26 14:46-0500\n "
12
- "PO-Revision-Date : 2019-04-14 20:05+0100\n "
13
- "
Last-Translator :
Pierrick Couturier <[email protected] >\n "
14
- "Language-Team : fr\n "
11
+ "POT-Creation-Date : 2020-03-20 17:57-0500\n "
12
+ "PO-Revision-Date : 2020-03-29 16:58+0000\n "
13
+ "
Last-Translator :
Weblate Admin <[email protected] >\n "
14
+ "Language-Team : French <https://later.unpythonic.net/projects/circuitpython/ "
15
+ "circuitpython-master/fr/>\n "
15
16
"Language : fr\n "
16
17
"MIME-Version : 1.0\n "
17
18
"Content-Type : text/plain; charset=utf-8\n "
18
19
"Content-Transfer-Encoding : 8bit\n "
20
+ "Plural-Forms : nplurals=2; plural=n > 1;\n "
21
+ "X-Generator : Weblate 3.11.3\n "
19
22
20
23
#: main.c
21
24
msgid ""
@@ -31,12 +34,18 @@ msgid ""
31
34
"Please file an issue with the contents of your CIRCUITPY drive at \n"
32
35
"https://github.com/adafruit/circuitpython/issues\n"
33
36
msgstr ""
37
+ "\n"
38
+ "Veuillez signaler un problème avec le contenu de votre lecteur CIRCUITPY à l'"
39
+ "adresse\n"
40
+ "https://github.com/adafruit/circuitpython/issues\n"
34
41
35
42
#: supervisor/shared/safe_mode.c
36
43
msgid ""
37
44
"\n"
38
45
"To exit, please reset the board without "
39
46
msgstr ""
47
+ "\n"
48
+ "Pour repartir, veuillez réinitialiser sans "
40
49
41
50
#: py/obj.c
42
51
msgid " File \" %q\" "
@@ -48,7 +57,7 @@ msgstr " Fichier \"%q\", ligne %d"
48
57
49
58
#: main.c
50
59
msgid " output:\n"
51
- msgstr " sortie:\n"
60
+ msgstr " sortie :\n"
52
61
53
62
#: py/objstr.c
54
63
#, c-format
@@ -75,14 +84,12 @@ msgstr "les indices %q doivent être des entiers, pas %s"
75
84
#: shared-bindings/_bleio/CharacteristicBuffer.c
76
85
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
77
86
#: shared-bindings/displayio/Shape.c
78
- #, fuzzy
79
87
msgid "%q must be >= 1"
80
88
msgstr "%d doit être >=1"
81
89
82
90
#: shared-bindings/fontio/BuiltinFont.c
83
- #, fuzzy
84
91
msgid "%q should be an int"
85
- msgstr "y doit être un entier (int)"
92
+ msgstr "%q doit être un entier (int)"
86
93
87
94
#: py/bc.c py/objnamedtuple.c
88
95
msgid "%q() takes %d positional arguments but %d were given"
@@ -144,11 +151,11 @@ msgstr "'%s' l'entier 0x%x ne correspond pas au masque 0x%x"
144
151
145
152
#: py/runtime.c
146
153
msgid "'%s' object cannot assign attribute '%q'"
147
- msgstr ""
154
+ msgstr "L'objet '%s' ne peut pas assigner l'attribut '%q' "
148
155
149
156
#: py/proto.c
150
157
msgid "'%s' object does not support '%q'"
151
- msgstr ""
158
+ msgstr "L'objet '%s' ne prends pas en charge '%q' "
152
159
153
160
#: py/obj.c
154
161
#, c-format
@@ -198,7 +205,7 @@ msgstr "'align' nécessite 1 argument"
198
205
199
206
#: py/compile.c
200
207
msgid "'async for' or 'async with' outside async function"
201
- msgstr ""
208
+ msgstr "'async for' ou 'async with' sans fonction async "
202
209
203
210
#: py/compile.c
204
211
msgid "'await' outside function"
0 commit comments