mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/code/toolbox] Fix messages
Too long + wrong code point for the signle quotation mark
This commit is contained in:
@@ -145,8 +145,8 @@ PythonSeed = "Initialize random number generator"
|
||||
PythonSetPixel = "Color pixel (x,y)"
|
||||
PythonSin = "Sine"
|
||||
PythonSinh = "Hyperbolic sine"
|
||||
PythonSleep = "Suspend execution for t seconds"
|
||||
PythonSort = "Sort a list"
|
||||
PythonSleep = "Suspend the execution for t seconds"
|
||||
PythonSort = "Sort the list"
|
||||
PythonSorted = "Sort a list"
|
||||
PythonSqrt = "Square root"
|
||||
PythonSum = "Sum the items of a list"
|
||||
|
||||
@@ -145,8 +145,8 @@ PythonSeed = "Initialize random number generator"
|
||||
PythonSetPixel = "Color pixel (x,y)"
|
||||
PythonSin = "Sine"
|
||||
PythonSinh = "Hyperbolic sine"
|
||||
PythonSleep = "Suspend execution for t seconds"
|
||||
PythonSort = "Sort a list"
|
||||
PythonSleep = "Suspend the execution for t seconds"
|
||||
PythonSort = "Sort the list"
|
||||
PythonSorted = "Sort a list"
|
||||
PythonSqrt = "Square root"
|
||||
PythonSum = "Sum the items of a list"
|
||||
|
||||
@@ -145,8 +145,8 @@ PythonSeed = "Initialize random number generator"
|
||||
PythonSetPixel = "Color pixel (x,y)"
|
||||
PythonSin = "Sine"
|
||||
PythonSinh = "Hyperbolic sine"
|
||||
PythonSleep = "Suspend execution for t seconds"
|
||||
PythonSort = "Sort a list"
|
||||
PythonSleep = "Suspend the execution for t seconds"
|
||||
PythonSort = "Sort the list"
|
||||
PythonSorted = "Sort a list"
|
||||
PythonSqrt = "Square root"
|
||||
PythonSum = "Sum the items of a list"
|
||||
|
||||
@@ -63,7 +63,7 @@ PythonInt = "Conversion en entier"
|
||||
PythonIonFunction = "Préfixe fonction module ion"
|
||||
PythonIsFinite = "Teste si x est fini"
|
||||
PythonIsInfinite = "Teste si x est infini"
|
||||
PythonIsKeyDown = "Renvoie True si la touche k est enfoncée"
|
||||
PythonIsKeyDown = "Renvoie True si touche k enfoncée"
|
||||
PythonIsNaN = "Teste si x est NaN"
|
||||
PythonKandinskyFunction = "Préfixe fonction module kandinsky"
|
||||
PythonKeyLeft = "Touche FLECHE GAUCHE"
|
||||
@@ -122,7 +122,7 @@ PythonMathFunction = "Préfixe fonction du module math"
|
||||
PythonMax = "Maximum"
|
||||
PythonMin = "Minimum"
|
||||
PythonModf = "Parties fractionnaire et entière"
|
||||
PythonMonotonic = "Renvoie la valeur d’une horloge monotone"
|
||||
PythonMonotonic = "Renvoie la valeur de l'horloge"
|
||||
PythonOct = "Conversion en octal"
|
||||
PythonPhase = "Argument de z"
|
||||
PythonConstantPi = "3.141592653589793"
|
||||
@@ -145,7 +145,7 @@ PythonSeed = "Initialiser générateur aléatoire"
|
||||
PythonSetPixel = "Colore le pixel (x,y)"
|
||||
PythonSin = "Sinus"
|
||||
PythonSinh = "Sinus hyperbolique"
|
||||
PythonSleep = "Suspend l’exécution pendant t secondes"
|
||||
PythonSleep = "Suspend l'exécution t secondes"
|
||||
PythonSort = "Tri d'une liste"
|
||||
PythonSorted = "Tri d'une liste"
|
||||
PythonSqrt = "Racine carrée"
|
||||
@@ -174,7 +174,7 @@ PythonTurtlePendown = "Abaisse le crayon"
|
||||
PythonTurtlePensize = "Taille du tracé en pixels"
|
||||
PythonTurtlePenup = "Relève le crayon"
|
||||
PythonTurtlePink = "Couleur rose"
|
||||
PythonTurtlePosition = "Renvoie la position (x,y) actuelle"
|
||||
PythonTurtlePosition = "Renvoie la position (x,y)"
|
||||
PythonTurtlePurple = "Couleur violette"
|
||||
PythonTurtleRed = "Couleur rouge"
|
||||
PythonTurtleReset = "Réinitialise le dessin"
|
||||
|
||||
@@ -145,8 +145,8 @@ PythonSeed = "Initialize random number generator"
|
||||
PythonSetPixel = "Color pixel (x,y)"
|
||||
PythonSin = "Sine"
|
||||
PythonSinh = "Hyperbolic sine"
|
||||
PythonSleep = "Suspend execution for t seconds"
|
||||
PythonSort = "Sort a list"
|
||||
PythonSleep = "Suspend the execution for t seconds"
|
||||
PythonSort = "Sort the list"
|
||||
PythonSorted = "Sort a list"
|
||||
PythonSqrt = "Square root"
|
||||
PythonSum = "Sum the items of a list"
|
||||
|
||||
Reference in New Issue
Block a user