mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
* Initial test - working on Linux
* Try to make it work with liba
* Stop using liba and the filesystem
* IT WORKS
* Key input, full res, fix some of the crashes
* Fix the hang when doing calculations
* Add some more key mappings
* Fix the square root issue
* Icons
* Better key mappings, brightness control, better gamma correction, more effficient framebuffer
* Cleanup stage 1
* Cleanup stage 2
* Make the build system build a g3a
* Make it not exit when you press the menu button
* Add Casio port to README
* Use omega-master instead of omega-dev
* Fix mistake with cherry-picking in the README
* Fix internal storage crash
* Fix compile error on Numworks calculators
* Upsilon branding
* Sharper icon
* Make the CI work
* Add power off and improve menu
* Map Alpha + up/down to the brightness shortcut
* Add missing file
* Fix web CI build
* Revert "Fix web CI build"
This reverts commit f19657d9fc.
* Change "prizm" to "fxcg"
* Add FASTLOAD option for Add-in Push
* Add some charatcers to the catalog on Casio and improve key mappings
* Build with -Os -flto
* Disable LTO for now as it's causing crashes
* Put back the fonts I accidently changed
I'd like to add an option for this though as I prefer the ones from Epsilon
265 lines
11 KiB
Plaintext
265 lines
11 KiB
Plaintext
PythonPound = "Commentaire"
|
|
PythonPercent = "Modulo"
|
|
PythonColon = "Deux-points"
|
|
PythonSemicon = "Point-virgule"
|
|
PythonExclamationMark = "Point d'exclamation"
|
|
PythonLessThan = "Inférieur à"
|
|
PythonGreaterThan = "Supérieur à"
|
|
PythonQuestionMark = "Point d'interrogation"
|
|
Python1J = "i complexe"
|
|
PythonLF = "Saut à la ligne"
|
|
PythonTab = "Tabulation"
|
|
PythonAmpersand = "Et logique"
|
|
PythonSymbolExp = "Ou exclusif logique"
|
|
PythonVerticalBar = "Ou logique"
|
|
PythonImag = "Partie imaginaire de z"
|
|
PythonReal = "Partie réelle de z"
|
|
PythonSingleQuote = "Apostrophe"
|
|
PythonAbs = "Valeur absolue/Module"
|
|
PythonAcos = "Arc cosinus"
|
|
PythonAcosh = "Arc cosinus hyperbolique"
|
|
PythonAppend = "Insère x à la fin de la liste"
|
|
PythonArrow = "Flèche de (x,y) à (x+dx,y+dy)"
|
|
PythonAsin = "Arc sinus"
|
|
PythonAsinh = "Arc sinus hyperbolique"
|
|
PythonAtan = "Arc tangente"
|
|
PythonAtan2 = "Calcul de atan(y/x)"
|
|
PythonAtanh = "Arc tangente hyperbolique"
|
|
PythonAxis = "Met les axes (xmin,xmax,ymin,ymax)"
|
|
PythonBar = "Diagramme en barres de la liste x"
|
|
PythonBin = "Conversion d'un entier en binaire"
|
|
PythonCeil = "Plafond"
|
|
PythonChoice = "Nombre aléatoire dans la liste"
|
|
PythonClear = "Vide la liste"
|
|
PythonCmathFunction = "Préfixe fonction du module cmath"
|
|
PythonColor = "Définit une couleur rvb"
|
|
PythonColorBlack = "Couleur noire"
|
|
PythonColorBlue = "Couleur bleue"
|
|
PythonColorBrown = "Couleur marron"
|
|
PythonColorGray = "Couleur grise"
|
|
PythonColorGreen = "Couleur verte"
|
|
PythonColorOrange = "Couleur orange"
|
|
PythonColorPink = "Couleur rose"
|
|
PythonColorPurple = "Couleur violette"
|
|
PythonColorRed = "Couleur rouge"
|
|
PythonColorWhite = "Couleur blanche"
|
|
PythonColorYellow = "Couleur jaune"
|
|
PythonComplex = "Renvoie a+ib"
|
|
PythonCopySign = "Renvoie x avec le signe de y"
|
|
PythonCos = "Cosinus"
|
|
PythonCosh = "Cosinus hyperbolique"
|
|
PythonCount = "Compte les occurrences de x"
|
|
PythonDegrees = "Conversion de radians en degrés"
|
|
PythonDivMod = "Quotient et reste"
|
|
PythonDrawCircle = "Trace un cercle"
|
|
PythonDrawLine = "Trace une ligne"
|
|
PythonDrawString = "Affiche un texte au pixel (x,y)"
|
|
PythonErf = "Fonction d'erreur"
|
|
PythonErfc = "Fonction d'erreur complémentaire"
|
|
PythonEval = "Evalue l'expression en argument "
|
|
PythonExp = "Fonction exponentielle"
|
|
PythonExpm1 = "Calcul de exp(x)-1"
|
|
PythonFactorial = "Factorielle de x"
|
|
PythonFabs = "Valeur absolue"
|
|
PythonFillCircle = "Remplit un cercle"
|
|
PythonFillPolygon = "Remplit un polygone"
|
|
PythonFillRect = "Remplit un rectangle"
|
|
PythonFloat = "Conversion en flottant"
|
|
PythonFloor = "Partie entière"
|
|
PythonFmod = "a modulo b"
|
|
PythonFrExp = "Mantisse et exposant de x : (m,e)"
|
|
PythonGamma = "Fonction gamma"
|
|
PythonGetKeys = "Obtenir les touches pressées"
|
|
PythonGetPalette = "Obtient la palette du thème"
|
|
PythonGetPixel = "Renvoie la couleur du pixel (x,y)"
|
|
PythonGetrandbits = "Nombre aléatoire sur k bits"
|
|
PythonGrid = "Affiche ou masque la grille"
|
|
PythonHex = "Conversion entier en hexadécimal"
|
|
PythonHist = "Histogramme de la liste x"
|
|
PythonImportCmath = "Importation du module cmath"
|
|
PythonImportIon = "Importation du module ion"
|
|
PythonImportKandinsky = "Importation du module kandinsky"
|
|
PythonImportRandom = "Importation du module random"
|
|
PythonImportMath = "Importation du module math"
|
|
PythonImportMatplotlibPyplot = "Importation de matplotlib.pyplot"
|
|
PythonImportNumpy = "Importation de ulab.numpy"
|
|
PythonImportScipy = "Importation de ulab.scipy"
|
|
PythonImportUtils = "Importation de ulab.utils"
|
|
PythonImportTurtle = "Importation du module turtle"
|
|
PythonImportTime = "Importation du module time"
|
|
PythonIndex = "Indice première occurrence de x"
|
|
PythonInput = "Entrer une valeur"
|
|
PythonInsert = "Insère x en i-ème position"
|
|
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 touche k enfoncée"
|
|
PythonBattery = "Renvoie le voltage de la batterie"
|
|
PythonBatteryLevel = "Renvoie le niveau de la batterie"
|
|
PythonBatteryIscharging = "Chargement en cours"
|
|
PythonSetBrightness = "Définir le niveau de luminosité"
|
|
PythonGetBrightness = "Obtenir le niveau de luminosité"
|
|
PythonIsNaN = "Teste si x est NaN"
|
|
PythonKandinskyFunction = "Préfixe fonction module kandinsky"
|
|
PythonKeyLeft = "Touche FLECHE GAUCHE"
|
|
PythonKeyUp = "Touche FLECHE HAUT"
|
|
PythonKeyDown = "Touche FLECHE BAS"
|
|
PythonKeyRight = "Touche FLECHE DROITE"
|
|
PythonKeyOk = "Touche OK"
|
|
PythonKeyBack = "Touche RETOUR"
|
|
PythonKeyHome = "Touche HOME"
|
|
PythonKeyOnOff = "Touche ON/OFF"
|
|
PythonKeyShift = "Touche SHIFT"
|
|
PythonKeyAlpha = "Touche ALPHA"
|
|
PythonKeyXnt = "Touche X,N,T"
|
|
PythonKeyVar = "Touche VAR"
|
|
PythonKeyToolbox = "Touche BOITE A OUTILS"
|
|
PythonKeyBackspace = "Touche EFFACER"
|
|
PythonKeyExp = "Touche EXPONENTIELLE"
|
|
PythonKeyLn = "Touche LOGARITHME NEPERIEN"
|
|
PythonKeyLog = "Touche LOGARITHME DECIMAL"
|
|
PythonKeyImaginary = "Touche I IMAGINAIRE"
|
|
PythonKeyComma = "Touche VIRGULE"
|
|
PythonKeyPower = "Touche PUISSANCE"
|
|
PythonKeySine = "Touche SINUS"
|
|
PythonKeyCosine = "Touche COSINUS"
|
|
PythonKeyTangent = "Touche TANGENTE"
|
|
PythonKeyPi = "Touche PI"
|
|
PythonKeySqrt = "Touche RACINE CARREE"
|
|
PythonKeySquare = "Touche CARRE"
|
|
PythonKeySeven = "Touche 7"
|
|
PythonKeyEight = "Touche 8"
|
|
PythonKeyNine = "Touche 9"
|
|
PythonKeyLeftParenthesis = "Touche PARENTHESE GAUCHE"
|
|
PythonKeyRightParenthesis = "Touche PARENTHESE DROITE"
|
|
PythonKeyFour = "Touche 4"
|
|
PythonKeyFive = "Touche 5"
|
|
PythonKeySix = "Touche 6"
|
|
PythonKeyMultiplication = "Touche MULTIPLICATION"
|
|
PythonKeyDivision = "Touche DIVISION"
|
|
PythonKeyOne = "Touche 1"
|
|
PythonKeyTwo = "Touche 2"
|
|
PythonKeyThree = "Touche 3"
|
|
PythonKeyPlus = "Touche PLUS"
|
|
PythonKeyMinus = "Touche MOINS"
|
|
PythonKeyZero = "Touche 0"
|
|
PythonKeyDot = "Touche POINT"
|
|
PythonKeyEe = "Touche 10 PUISSANCE X"
|
|
PythonKeyAns = "Touche ANS"
|
|
PythonKeyExe = "Touche EXE"
|
|
PythonLdexp = "Inverse de frexp : x*(2**i)"
|
|
PythonLength = "Longueur d'un objet"
|
|
PythonLgamma = "Logarithme de la fonction gamma"
|
|
PythonLog = "Logarithme de base a"
|
|
PythonLog10 = "Logarithme décimal"
|
|
PythonLog2 = "Logarithme de base 2"
|
|
PythonMathFunction = "Préfixe fonction du module math"
|
|
PythonMatplotlibPyplotFunction = "Préfixe du module matplotlib.pyplot"
|
|
PythonMax = "Maximum"
|
|
PythonMin = "Minimum"
|
|
PythonModf = "Parties fractionnaire et entière"
|
|
PythonMonotonic = "Renvoie la valeur de l'horloge"
|
|
PythonNumpyFunction = "Préfixe fonction du module numpy"
|
|
PythonNumpyFftFunction = "Préfixe fonction du module numpy.fft"
|
|
PythonNumpyLinalgFunction = "Préfixe fonction du module numpy.linalg"
|
|
PythonScipyFunction = "Préfixe fonction du module scipy"
|
|
PythonScipyLinalgFunction = "Préfixe fonction du module scipy.linalg"
|
|
PythonScipyOptimizeFunction = "Préfixe fonction du module scipy.optimize"
|
|
PythonScipySignalFunction = "Préfixe fonction du module scipy.signal"
|
|
PythonScipySpecialFunction = "Préfixe fonction du module scipy.special"
|
|
PythonUtilsFunction = "Préfixe fonction du module utils"
|
|
PythonOct = "Conversion en octal"
|
|
PythonPhase = "Argument de z"
|
|
PythonPlot = "Trace y en fonction de x"
|
|
PythonPolar = "Conversion en polaire"
|
|
PythonPop = "Supprime le dernier élément"
|
|
PythonPower = "x à la puissance y"
|
|
PythonPrint = "Affiche l'objet"
|
|
PythonRadians = "Conversion de degrés en radians"
|
|
PythonRandint = "Entier aléatoire dans [a,b]"
|
|
PythonRandom = "Nombre décimal dans [0,1["
|
|
PythonRandomFunction = "Préfixe fonction du module random"
|
|
PythonRandrange = "Nombre dans range(start,stop)"
|
|
PythonRangeStartStop = "Liste de start à stop-1"
|
|
PythonRangeStop = "Liste de 0 à stop-1"
|
|
PythonRect = "Conversion en algébrique"
|
|
PythonRemove = "Supprime le premier x de la liste"
|
|
PythonReverse = "Inverse les éléments de la liste"
|
|
PythonRound = "Arrondi à n décimales"
|
|
PythonScatter = "Nuage des points (x,y)"
|
|
PythonSeed = "Initialiser générateur aléatoire"
|
|
PythonSetPixel = "Colore le pixel (x,y)"
|
|
PythonShow = "Affiche la figure"
|
|
PythonSin = "Sinus"
|
|
PythonSinh = "Sinus hyperbolique"
|
|
PythonSleep = "Suspend l'exécution t secondes"
|
|
PythonLocalTime = "Convertir le temps en tuple"
|
|
PythonMktime = "Convertir le tuple en temps"
|
|
PythonTime = "Obtenir l'horodatage actuel"
|
|
PythonSetLocaltime = "Définir l'heure à partir d'un tuple"
|
|
PythonRTCmode = "Obtenir le mode RTC actuel"
|
|
PythonSetRTCmode = "Définir le mode RTC"
|
|
PythonSort = "Trie la liste"
|
|
PythonSqrt = "Racine carrée"
|
|
PythonSum = "Somme des éléments de la liste"
|
|
PythonTan = "Tangente"
|
|
PythonTanh = "Tangente hyperbolique"
|
|
PythonText = "Affiche un texte en (x,y)"
|
|
PythonTimeFunction = "Préfixe fonction module time"
|
|
PythonTrunc = "Troncature entière"
|
|
PythonTurtleBackward = "Recule de x pixels"
|
|
PythonTurtleCircle = "Cercle de rayon r pixels"
|
|
PythonTurtleColor = "Modifie la couleur du tracé"
|
|
PythonTurtleColorMode = "Met le mode de couleur à 1.0 ou 255"
|
|
PythonTurtleForward = "Avance de x pixels"
|
|
PythonTurtleFunction = "Préfixe fonction du module turtle"
|
|
PythonTurtleGoto = "Va au point de coordonnées (x,y)"
|
|
PythonTurtleHeading = "Renvoie l'orientation actuelle"
|
|
PythonTurtleHideturtle = "Masque la tortue"
|
|
PythonTurtleIsdown = "True si le crayon est abaissé"
|
|
PythonTurtleLeft = "Pivote de a degrés vers la gauche"
|
|
PythonTurtlePendown = "Abaisse le crayon"
|
|
PythonTurtlePensize = "Taille du tracé en pixels"
|
|
PythonTurtlePenup = "Relève le crayon"
|
|
PythonTurtlePosition = "Renvoie la position (x,y)"
|
|
PythonTurtleReset = "Réinitialise le dessin"
|
|
PythonTurtleRight = "Pivote de a degrés vers la droite"
|
|
PythonTurtleSetheading = "Met un cap de a degrés"
|
|
PythonTurtleShowturtle = "Affiche la tortue"
|
|
PythonTurtleSpeed = "Vitesse du tracé entre 0 et 10"
|
|
PythonTurtleWrite = "Affiche un texte"
|
|
PythonUniform = "Nombre décimal dans [a,b]"
|
|
PythonImportTime = "Importation du module temps"
|
|
PythonImportOs = "Importation du module os"
|
|
PythonImportSys = "Importation du module sys"
|
|
PythonOsUname = "Donne des infos sur le système"
|
|
PythonOsGetlogin = "Donne le nom d'utilisateur"
|
|
PythonOsRemove = "Supprime le fichier nommé filename"
|
|
PythonOsRename = "Renomme oldname en newname"
|
|
PythonOsListdir = "Liste les fichiers"
|
|
PythonSysExit = "Termine le programme"
|
|
PythonSysPrintexception = "Imprime une exception"
|
|
PythonSysByteorder = "L'ordre des octets du système"
|
|
PythonSysImplementation = "Information sur Python"
|
|
PythonSysModules = "Dictionnaire des modules chargés"
|
|
PythonSysVersion = "Version du langage Python (string)"
|
|
PythonSysVersioninfo = "Version du langage Python (tuple)"
|
|
PythonMonotonic = "Retourne le temps monotone"
|
|
PythonFileOpen = "Ouvre un fichier"
|
|
PythonFileSeekable = "Indique si seek peut être utilisé"
|
|
PythonFileSeek = "Déplace le curseur interne"
|
|
PythonFileTell = "Donne la posititon du curseur"
|
|
PythonFileClose = "Ferme un fichier"
|
|
PythonFileClosed = "True si le fichier a été fermé"
|
|
PythonFileRead = "Lit jusqu'à size bytes"
|
|
PythonFileWrite = "Écrit b dans le fichier"
|
|
PythonFileReadline = "Lit une ligne ou jusqu'à size bytes"
|
|
PythonFileReadlines = "Lit une liste de lignes"
|
|
PythonFileTruncate = "Redimensionne le fichier"
|
|
PythonFileWritelines = "Écrit une liste de lignes"
|
|
PythonFileName = "Nom du fichier"
|
|
PythonFileMode = "Mode d'ouverture du fichier"
|
|
PythonFileReadable = "Indique si read peut être utilisé"
|
|
PythonFileWritable = "Indique si write peut être utilisé"
|