Skip to content

Commit 58bd68b

Browse files
jeplerweblate
authored andcommitted
Translated using Weblate (French)
Currently translated at 65.8% (476 of 723 strings) Translation: CircuitPython/circuitpython-master Translate-URL: https://later.unpythonic.net/projects/circuitpython/circuitpython-master/fr/
1 parent 2d7cf4b commit 58bd68b

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

locale/fr.po

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: 0.1\n"
1010
"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"
1516
"Language: fr\n"
1617
"MIME-Version: 1.0\n"
1718
"Content-Type: text/plain; charset=utf-8\n"
1819
"Content-Transfer-Encoding: 8bit\n"
20+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
21+
"X-Generator: Weblate 3.11.3\n"
1922

2023
#: main.c
2124
msgid ""
@@ -31,12 +34,18 @@ msgid ""
3134
"Please file an issue with the contents of your CIRCUITPY drive at \n"
3235
"https://github.com/adafruit/circuitpython/issues\n"
3336
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"
3441

3542
#: supervisor/shared/safe_mode.c
3643
msgid ""
3744
"\n"
3845
"To exit, please reset the board without "
3946
msgstr ""
47+
"\n"
48+
"Pour repartir, veuillez réinitialiser sans "
4049

4150
#: py/obj.c
4251
msgid " File \"%q\""
@@ -48,7 +57,7 @@ msgstr " Fichier \"%q\", ligne %d"
4857

4958
#: main.c
5059
msgid " output:\n"
51-
msgstr " sortie:\n"
60+
msgstr " sortie:\n"
5261

5362
#: py/objstr.c
5463
#, c-format
@@ -75,14 +84,12 @@ msgstr "les indices %q doivent être des entiers, pas %s"
7584
#: shared-bindings/_bleio/CharacteristicBuffer.c
7685
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
7786
#: shared-bindings/displayio/Shape.c
78-
#, fuzzy
7987
msgid "%q must be >= 1"
8088
msgstr "%d doit être >=1"
8189

8290
#: shared-bindings/fontio/BuiltinFont.c
83-
#, fuzzy
8491
msgid "%q should be an int"
85-
msgstr "y doit être un entier (int)"
92+
msgstr "%q doit être un entier (int)"
8693

8794
#: py/bc.c py/objnamedtuple.c
8895
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"
144151

145152
#: py/runtime.c
146153
msgid "'%s' object cannot assign attribute '%q'"
147-
msgstr ""
154+
msgstr "L'objet '%s' ne peut pas assigner l'attribut '%q'"
148155

149156
#: py/proto.c
150157
msgid "'%s' object does not support '%q'"
151-
msgstr ""
158+
msgstr "L'objet '%s' ne prends pas en charge '%q'"
152159

153160
#: py/obj.c
154161
#, c-format
@@ -198,7 +205,7 @@ msgstr "'align' nécessite 1 argument"
198205

199206
#: py/compile.c
200207
msgid "'async for' or 'async with' outside async function"
201-
msgstr ""
208+
msgstr "'async for' ou 'async with' sans fonction async"
202209

203210
#: py/compile.c
204211
msgid "'await' outside function"

0 commit comments

Comments
 (0)