Skip to content

Commit a71885c

Browse files
Noel Gaetanweblate
authored andcommitted
Translated using Weblate (French)
Currently translated at 100.0% (834 of 834 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
1 parent 539e6c6 commit a71885c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

locale/fr.po

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ msgstr ""
88
"Project-Id-Version: 0.1\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2020-10-15 16:06+0530\n"
11-
"PO-Revision-Date: 2020-10-15 18:17+0000\n"
12-
"Last-Translator: Jeff Epler <[email protected]>\n"
11+
"PO-Revision-Date: 2020-10-17 15:35+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"
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=2; plural=n > 1;\n"
18-
"X-Generator: Weblate 4.3-dev\n"
18+
"X-Generator: Weblate 4.3.1-dev\n"
1919

2020
#: main.c
2121
msgid ""
2222
"\n"
2323
"Code done running. Waiting for reload.\n"
2424
msgstr ""
2525
"\n"
26-
"Fin d'éxecution du code. En attente de recharge.\n"
26+
"Fin d'exécution du code. En attente de rechargement.\n"
2727

2828
#: supervisor/shared/safe_mode.c
2929
msgid ""
@@ -122,39 +122,39 @@ msgstr "'%q' argument requis"
122122

123123
#: py/runtime.c
124124
msgid "'%q' object cannot assign attribute '%q'"
125-
msgstr "object '%q' ne peut assigner l'attribut '%q'"
125+
msgstr "l'objet '%q' ne peut avoir l'attribut '%q'"
126126

127127
#: py/proto.c
128128
msgid "'%q' object does not support '%q'"
129-
msgstr "object '%q' ne supporte pas '%q'"
129+
msgstr "l'objet '%q' ne supporte pas '%q'"
130130

131131
#: py/obj.c
132132
msgid "'%q' object does not support item assignment"
133-
msgstr "objet '%q' ne supporte pas l'assignement d'objets"
133+
msgstr "l'objet '%q' ne supporte pas l'assignement d'objets"
134134

135135
#: py/obj.c
136136
msgid "'%q' object does not support item deletion"
137-
msgstr "object '%q' ne supported pas la suppression d'objet"
137+
msgstr "l'objet '%q' ne supporte pas la suppression d'objet"
138138

139139
#: py/runtime.c
140140
msgid "'%q' object has no attribute '%q'"
141-
msgstr "object '%q' n'as pas d'attribut '%q'"
141+
msgstr "l'objet '%q' n'as pas d'attribut '%q'"
142142

143143
#: py/runtime.c
144144
msgid "'%q' object is not an iterator"
145-
msgstr "object '%q' n'est pas un itérateur"
145+
msgstr "l'objet '%q' n'est pas un itérateur"
146146

147147
#: py/objtype.c py/runtime.c
148148
msgid "'%q' object is not callable"
149-
msgstr "object '%q' ne peut pas être appelé"
149+
msgstr "l'objet '%q' ne peut pas être appelé"
150150

151151
#: py/runtime.c
152152
msgid "'%q' object is not iterable"
153-
msgstr "objet '%q' n'est pas iterable"
153+
msgstr "l'objet '%q' n'est pas itérable"
154154

155155
#: py/obj.c
156156
msgid "'%q' object is not subscriptable"
157-
msgstr "objet '%q' n'est pas souscriptable"
157+
msgstr "l'objet '%q' n'est pas souscriptable"
158158

159159
#: py/emitinlinethumb.c py/emitinlinextensa.c
160160
#, c-format
@@ -169,7 +169,7 @@ msgstr "'%s' attend un registre"
169169
#: py/emitinlinethumb.c
170170
#, c-format
171171
msgid "'%s' expects a special register"
172-
msgstr "'%s' attend un registre special"
172+
msgstr "'%s' attend un registre spécial"
173173

174174
#: py/emitinlinethumb.c
175175
#, c-format

0 commit comments

Comments
 (0)