summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Dahl <hugo@code-jedi.com>2020-12-29 20:35:58 +0000
committerHosted Weblate <hosted@weblate.org>2020-12-29 21:38:06 +0100
commitffbe37b056ab87f32853ddd6009dea75db297df9 (patch)
tree1f7f89a0ead75852a0e28e138741d221c352b7a6
parent8666083bd0cf86d8509b4ba20ae4e2340cf6ca1b (diff)
Translated using Weblate (French)
Currently translated at 100.0% (889 of 889 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
-rw-r--r--locale/fr.po22
1 files changed, 11 insertions, 11 deletions
diff --git a/locale/fr.po b/locale/fr.po
index 1098170d7..b88bf3b8b 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-23 23:04-0500\n"
-"PO-Revision-Date: 2020-12-29 19:50+0000\n"
+"PO-Revision-Date: 2020-12-29 20:38+0000\n"
"Last-Translator: Hugo Dahl <hugo@code-jedi.com>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -59,7 +59,7 @@ msgstr " sortie :\n"
#: py/objstr.c
#, c-format
msgid "%%c requires int or char"
-msgstr "%%c nécessite un entier 'int' ou un caractère 'char'"
+msgstr "%%c nécessite un chiffre entier 'int' ou un caractère 'char'"
#: shared-bindings/rgbmatrix/RGBMatrix.c
#, c-format
@@ -74,7 +74,7 @@ msgstr "Échec de %q : %d"
#: shared-bindings/microcontroller/Pin.c
msgid "%q in use"
-msgstr "%q utilisé"
+msgstr "%q en cours d'utilisation"
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/cxd56/common-hal/pulseio/PulseIn.c
@@ -114,19 +114,19 @@ msgstr "%q est hors de porté"
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
msgid "%q pin invalid"
-msgstr "PIN %q invalide"
+msgstr "broche %q invalide"
#: shared-bindings/fontio/BuiltinFont.c
msgid "%q should be an int"
-msgstr "%q doit être un entier (int)"
+msgstr "%q doit être un chiffre entier (int)"
#: py/bc.c py/objnamedtuple.c
msgid "%q() takes %d positional arguments but %d were given"
-msgstr "%q() prend %d arguments positionnels mais %d ont été donnés"
+msgstr "%q() prend %d paramêtres positionnels mais %d ont été donnés"
#: py/argcheck.c
msgid "'%q' argument required"
-msgstr "'%q' argument requis"
+msgstr "paramêtre '%q' requis"
#: py/runtime.c
msgid "'%q' object cannot assign attribute '%q'"
@@ -197,7 +197,7 @@ msgstr "'%s' attend un entier"
#: py/emitinlinethumb.c
#, c-format
msgid "'%s' expects at most r%d"
-msgstr "'%s' s'attend au plus à r%d"
+msgstr "'%s' attend au plus à r%d"
#: py/emitinlinethumb.c
#, c-format
@@ -437,8 +437,8 @@ msgid ""
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
"disable.\n"
msgstr ""
-"Auto-chargement activé. Copiez simplement les fichiers en USB pour les "
-"lancer ou entrez sur REPL pour le désactiver.\n"
+"Auto-chargement activé. Copiez ou sauvegardez les fichiers via USB pour les "
+"lancer ou démarrez le REPL pour le désactiver.\n"
#: ports/esp32s2/common-hal/canio/CAN.c
msgid "Baudrate not supported by peripheral"
@@ -1602,7 +1602,7 @@ msgstr ""
#: py/builtinhelp.c
msgid "Plus any modules on the filesystem\n"
-msgstr "Ainsi que tout autre module présent sur le système de fichiers\n"
+msgstr "Ainsi que tout autres modules présents sur le système de fichiers\n"
#: shared-module/vectorio/Polygon.c
msgid "Polygon needs at least 3 points"