mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/code] Fix list items of the toolbox
This commit is contained in:
@@ -12,7 +12,7 @@ PythonSingleQuote = "Apostrophe"
|
||||
PythonAbs = "Valeur absolue/Module"
|
||||
PythonAcos = "Arc cosinus"
|
||||
PythonAcosh = "Arc cosinus hyperbolique"
|
||||
PythonAppend = "Insérer à la fin de la liste"
|
||||
PythonAppend = "Insère x à la fin de la liste"
|
||||
PythonAsin = "Arc sinus"
|
||||
PythonAsinh = "Arc sinus hyperbolique"
|
||||
PythonAtan = "Arc tangente"
|
||||
@@ -21,15 +21,14 @@ PythonAtanh = "Arc tangente hyperbolique"
|
||||
PythonBin = "Conversion d'un entier en binaire"
|
||||
PythonCeil = "Plafond"
|
||||
PythonChoice = "Nombre aléatoire dans la liste"
|
||||
PythonClear = "Vider la liste"
|
||||
PythonClear = "Vide la liste"
|
||||
PythonCmathFunction = "Préfixe fonction du module cmath"
|
||||
PythonColor = "Définit une couleur rvb"
|
||||
PythonComplex = "Renvoie a+ib"
|
||||
PythonCopy = "Renvoie une copie de la liste"
|
||||
PythonCopySign = "Renvoie x avec le signe de y"
|
||||
PythonCos = "Cosinus"
|
||||
PythonCosh = "Cosinus hyperbolique"
|
||||
PythonCount = "Compte le nombre d'occurrences"
|
||||
PythonCount = "Compte les occurrences de x"
|
||||
PythonDegrees = "Conversion de radians en degrés"
|
||||
PythonDivMod = "Quotient et reste"
|
||||
PythonDrawString = "Affiche un texte au pixel (x,y)"
|
||||
@@ -56,9 +55,9 @@ PythonImportRandom = "Importation du module random"
|
||||
PythonImportMath = "Importation du module math"
|
||||
PythonImportTurtle = "Importation du module turtle"
|
||||
PythonImportTime = "Importation du module time"
|
||||
PythonIndex = "Indice de la première occurrence"
|
||||
PythonIndex = "Indice première occurrence de x"
|
||||
PythonInput = "Entrer une valeur"
|
||||
PythonInsert = "Insérer un élément"
|
||||
PythonInsert = "Insère x en i-ème position"
|
||||
PythonInt = "Conversion en entier"
|
||||
PythonIonFunction = "Préfixe fonction module ion"
|
||||
PythonIsFinite = "Teste si x est fini"
|
||||
@@ -127,7 +126,7 @@ PythonOct = "Conversion en octal"
|
||||
PythonPhase = "Argument de z"
|
||||
PythonConstantPi = "3.141592653589793"
|
||||
PythonPolar = "Conversion en polaire"
|
||||
PythonPop = "Supprimer et renvoyer un élément"
|
||||
PythonPop = "Supprime le dernier élément"
|
||||
PythonPower = "x à la puissance y"
|
||||
PythonPrint = "Affiche l'objet"
|
||||
PythonRadians = "Conversion de degrés en radians"
|
||||
@@ -138,7 +137,7 @@ PythonRandrange = "Nombre dans range(start, stop)"
|
||||
PythonRangeStartStop = "Liste de start à stop-1"
|
||||
PythonRangeStop = "Liste de 0 à stop-1"
|
||||
PythonRect = "Conversion en algébrique"
|
||||
PythonRemove = "Supprimer la première occurrence de x"
|
||||
PythonRemove = "Supprime la première occurrence de x"
|
||||
PythonReverse = "Inverse les éléments de la liste"
|
||||
PythonRound = "Arrondi à n décimales"
|
||||
PythonSeed = "Initialiser générateur aléatoire"
|
||||
@@ -146,10 +145,9 @@ PythonSetPixel = "Colore le pixel (x,y)"
|
||||
PythonSin = "Sinus"
|
||||
PythonSinh = "Sinus hyperbolique"
|
||||
PythonSleep = "Suspend l'exécution t secondes"
|
||||
PythonSort = "Tri d'une liste"
|
||||
PythonSorted = "Tri d'une liste"
|
||||
PythonSort = "Trie la liste"
|
||||
PythonSqrt = "Racine carrée"
|
||||
PythonSum = "Somme des éléments d'une liste"
|
||||
PythonSum = "Somme des éléments de la liste"
|
||||
PythonTan = "Tangente"
|
||||
PythonTanh = "Tangente hyperbolique"
|
||||
PythonTimeFunction = "Préfixe fonction module time"
|
||||
|
||||
Reference in New Issue
Block a user