Skip to content

Commit 966e0b2

Browse files
Anton-2weblate
authored andcommitted
Translated using Weblate (French)
Currently translated at 98.2% (848 of 863 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
1 parent d0e75e6 commit 966e0b2

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

locale/fr.po

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgstr ""
88
"Project-Id-Version: 0.1\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2020-11-23 10:10-0600\n"
11-
"PO-Revision-Date: 2020-11-20 22:28+0000\n"
12-
"Last-Translator: Noel Gaetan <[email protected]>\n"
11+
"PO-Revision-Date: 2020-11-24 22:45+0000\n"
12+
"Last-Translator: Antonin ENFRUN <[email protected]>\n"
1313
"Language: fr\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=utf-8\n"
@@ -881,7 +881,7 @@ msgstr "La FFT est définie pour les ndarrays uniquement"
881881

882882
#: extmod/ulab/code/fft/fft.c
883883
msgid "FFT is implemented for linear arrays only"
884-
msgstr ""
884+
msgstr "FFT n'est implémenté que pour les tableaux linéaires"
885885

886886
#: ports/esp32s2/common-hal/socketpool/Socket.c
887887
msgid "Failed SSL handshake"
@@ -2116,7 +2116,7 @@ msgstr "L'argument argsort doit être un ndarray"
21162116

21172117
#: extmod/ulab/code/numerical/numerical.c
21182118
msgid "argsort is not implemented for flattened arrays"
2119-
msgstr ""
2119+
msgstr "argsort n'est pas mis en œuvre pour les tableaux aplatis"
21202120

21212121
#: py/runtime.c
21222122
msgid "argument has wrong type"
@@ -2141,15 +2141,15 @@ msgstr "les arguments doivent être des ndarrays"
21412141

21422142
#: extmod/ulab/code/ndarray.c
21432143
msgid "array and index length must be equal"
2144-
msgstr ""
2144+
msgstr "la longueur du tableau et de l'index doit être égale"
21452145

21462146
#: py/objarray.c shared-bindings/nvm/ByteArray.c
21472147
msgid "array/bytes required on right side"
21482148
msgstr "tableau/octets requis à droite"
21492149

21502150
#: extmod/ulab/code/numerical/numerical.c
21512151
msgid "attempt to get (arg)min/(arg)max of empty sequence"
2152-
msgstr ""
2152+
msgstr "tentative d’obtenir (arg)min/(arg)max d'une séquence vide"
21532153

21542154
#: extmod/ulab/code/numerical/numerical.c
21552155
msgid "attempt to get argmin/argmax of an empty sequence"
@@ -2161,15 +2161,15 @@ msgstr "attribut pas encore supporté"
21612161

21622162
#: extmod/ulab/code/numerical/numerical.c
21632163
msgid "axis is out of bounds"
2164-
msgstr ""
2164+
msgstr "axis est hors limites"
21652165

21662166
#: extmod/ulab/code/numerical/numerical.c
21672167
msgid "axis must be None, or an integer"
2168-
msgstr ""
2168+
msgstr "axis doit être None ou un entier"
21692169

21702170
#: extmod/ulab/code/numerical/numerical.c
21712171
msgid "axis too long"
2172-
msgstr ""
2172+
msgstr "axis trop long"
21732173

21742174
#: py/builtinevex.c
21752175
msgid "bad compile mode"
@@ -2485,7 +2485,7 @@ msgstr "impossible de déterminer la version de la carte SD"
24852485

24862486
#: extmod/ulab/code/numerical/numerical.c
24872487
msgid "cross is defined for 1D arrays of length 3"
2488-
msgstr ""
2488+
msgstr "cross est défini pour les tableaux 1D de longueur 3"
24892489

24902490
#: extmod/ulab/code/approx/approx.c
24912491
msgid "data must be iterable"
@@ -2528,7 +2528,7 @@ msgstr "l'argument diff doit être un ndarray"
25282528

25292529
#: extmod/ulab/code/numerical/numerical.c
25302530
msgid "differentiation order out of range"
2531-
msgstr ""
2531+
msgstr "differentiation order hors plage"
25322532

25332533
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
25342534
#: shared-bindings/math/__init__.c
@@ -2649,7 +2649,7 @@ msgstr "le premier argument doit être une fonction"
26492649

26502650
#: extmod/ulab/code/ulab_create.c
26512651
msgid "first argument must be a tuple of ndarrays"
2652-
msgstr ""
2652+
msgstr "le premier argument doit être un tuple de ndarrays"
26532653

26542654
#: extmod/ulab/code/ndarray.c
26552655
msgid "first argument must be an iterable"
@@ -2706,7 +2706,7 @@ msgstr "la fonction a le même signe aux extrémités de l’intervalle"
27062706

27072707
#: extmod/ulab/code/ndarray.c
27082708
msgid "function is defined for ndarrays only"
2709-
msgstr ""
2709+
msgstr "La fonction n'est définie que pour les ndarrays"
27102710

27112711
#: py/argcheck.c
27122712
#, c-format
@@ -2803,7 +2803,7 @@ msgstr "l'assembleur doit être une fonction"
28032803

28042804
#: extmod/ulab/code/ndarray.c
28052805
msgid "input and output shapes are not compatible"
2806-
msgstr ""
2806+
msgstr "les formes d'entrée et de sortie ne sont pas compatibles"
28072807

28082808
#: extmod/ulab/code/ulab_create.c
28092809
msgid "input argument must be an integer or a 2-tuple"
@@ -2815,7 +2815,7 @@ msgstr "la longueur du tableau d'entrée doit être une puissance de 2"
28152815

28162816
#: extmod/ulab/code/ulab_create.c
28172817
msgid "input arrays are not compatible"
2818-
msgstr ""
2818+
msgstr "les tableaux d'entrée ne sont pas compatibles"
28192819

28202820
#: extmod/ulab/code/poly/poly.c
28212821
msgid "input data must be an iterable"
@@ -2831,11 +2831,11 @@ msgstr "la matrice d'entrée est singulière"
28312831

28322832
#: extmod/ulab/code/user/user.c
28332833
msgid "input must be a dense ndarray"
2834-
msgstr ""
2834+
msgstr "l'entrée doit être un tableau dense"
28352835

28362836
#: extmod/ulab/code/ulab_create.c
28372837
msgid "input must be a tensor of rank 2"
2838-
msgstr ""
2838+
msgstr "l'entrée doit être un tenseur de rang 2"
28392839

28402840
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/user/user.c
28412841
msgid "input must be an ndarray"

0 commit comments

Comments
 (0)