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 = "Kommentar"
|
|
PythonPercent = "Modulo"
|
|
PythonColon = "Doppelpunkt"
|
|
PythonSemicon = "Semikolon"
|
|
PythonExclamationMark = "Ausrufezeichen"
|
|
PythonLessThan = "Kleiner als"
|
|
PythonGreaterThan = "Größer als"
|
|
PythonQuestionMark = "Fragezeichen"
|
|
Python1J = "Imaginäres i"
|
|
PythonLF = "Zeilenvorschub"
|
|
PythonTab = "Tabulator"
|
|
PythonAmpersand = "Bitweises und"
|
|
PythonSymbolExp = "Bitweises exklusives oder"
|
|
PythonVerticalBar = "Bitweises oder"
|
|
PythonImag = "Imaginärteil von z"
|
|
PythonReal = "Realteil von z"
|
|
PythonSingleQuote = "Einfaches Anführungszeichen"
|
|
PythonAbs = "Absoluter Wert/Absolute Größe"
|
|
PythonAcos = "Bogenkosinus"
|
|
PythonAcosh = "Bogenhyperbolischer Kosinus"
|
|
PythonAppend = "x an das Ende der Liste anfügen"
|
|
PythonArrow = "Pfeil von (x,y) nach (x+dx,y+dy)"
|
|
PythonAsin = "Sinusbogen"
|
|
PythonAsinh = "Kreisbogen hyperbolischer Sinus"
|
|
PythonAtan = "Arkustangens"
|
|
PythonAtan2 = "Rückgabe atan(y/x)"
|
|
PythonAtanh = "Hyperbeltangens"
|
|
PythonAxis = "Achsen auf (xmin,xmax,ymin,ymax)"
|
|
PythonBar = "Balkendiagramm mit x-Werten"
|
|
PythonBin = "Ganzzahl in Binärwert umwandeln"
|
|
PythonCeil = "Aufrunden"
|
|
PythonChoice = "Zufällige Zahl in der Liste"
|
|
PythonClear = "Liste leeren"
|
|
PythonCmathFunction = "cmath-Modul-Funktionspräfix"
|
|
PythonColor = "Eine RGB-Farbe definieren"
|
|
PythonColorBlack = "Farbe Schwarz"
|
|
PythonColorBlue = "Farbe Blau"
|
|
PythonColorBrown = "Farbe Braun"
|
|
PythonColorGray = "Farbe Grau"
|
|
PythonColorGreen = "Farbe Grün"
|
|
PythonColorOrange = "Farbe Orange"
|
|
PythonColorPink = "Farbe Rosa"
|
|
PythonColorPurple = "Farbe Violett"
|
|
PythonColorRed = "Farbe Rot"
|
|
PythonColorWhite = "Farbe Weiß"
|
|
PythonColorYellow = "Farbe Gelb"
|
|
PythonComplex = "Gib a+ib zurück"
|
|
PythonCopySign = "Gib x mit Vorzeichen von y zurück"
|
|
PythonCos = "Kosinus"
|
|
PythonCosh = "Hyperbolischer Kosinus"
|
|
PythonCount = "Zählt die Vorkommen von x"
|
|
PythonDegrees = "x von Bogenmaß in Grad umrechnen"
|
|
PythonDivMod = "Quotient und Rest"
|
|
PythonDrawCircle = "Zeichne einen Kreis"
|
|
PythonDrawLine = "Eine Linie zeichnen"
|
|
PythonDrawString = "Text bei Pixel (x,y) darstellen"
|
|
PythonErf = "Fehlerfunktion"
|
|
PythonErfc = "Komplementäre Fehlerfunktion"
|
|
PythonEval = "Rückgabe ausgewerteter Ausdruck"
|
|
PythonExp = "Exponentialfunktion"
|
|
PythonExpm1 = "Berechne exp(x)-1"
|
|
PythonFactorial = "Fakultät von x"
|
|
PythonFabs = "Absoluter Wert"
|
|
PythonFillRect = "Gefülltes Rechteck bei Pixel (x,y)"
|
|
PythonFillCircle = "Füllt einen Kreis"
|
|
PythonFillPolygon = "Füllt ein Polygon"
|
|
PythonFloat = "x in einen Fließkommawert umwandeln"
|
|
PythonFloor = "Abrunden"
|
|
PythonFmod = "a modulo b"
|
|
PythonFrExp = "Mantisse und Exponent von x: (m,e)"
|
|
PythonGamma = "Gamma-Funktion"
|
|
PythonGetKeys = "Gedrückte Tasten erhalten"
|
|
PythonGetPalette = "Themenpalette erhalten"
|
|
PythonGetPixel = "Farbe von Pixel (x,y) zurückgeben"
|
|
PythonGetrandbits = "Ganzzahl mit k Zufallsbits"
|
|
PythonGrid = "Sichtbarkeit des Gitters umschalten"
|
|
PythonHex = "Ganzzahl in Hexadezimal umwandeln"
|
|
PythonHist = "Zeichnet das Histogramm von x"
|
|
PythonImportCmath = "cmath-Modul importieren"
|
|
PythonImportIon = "Ion-Modul importieren"
|
|
PythonImportKandinsky = "Kandinsky-Modul importieren"
|
|
PythonImportRandom = "Random-Modul importieren"
|
|
PythonImportMath = "Math-Modul importieren"
|
|
PythonImportMatplotlibPyplot = "Matplotlib.pyplot-Modul importieren"
|
|
PythonImportNumpy = "Ulab.numpy-Modul importieren"
|
|
PythonImportScipy = "Ulab.scipy-Modul importieren"
|
|
PythonImportOs = "OS-Modul importieren"
|
|
PythonImportSys = "SYS-Modul importieren"
|
|
PythonOsUname = "Informationen über das System holen"
|
|
PythonOsGetlogin = "Benutzernamen holen"
|
|
PythonOsRemove = "Datei namens Dateiname entfernen"
|
|
PythonOsRename = "Datei umbenennen von Alt nach Neu"
|
|
PythonOsListdir = "Dateien im Speicher auflisten"
|
|
PythonSysExit = "Terminate current program"
|
|
PythonSysPrintexception = "Print exception"
|
|
PythonSysByteorder = "The byte order of the system"
|
|
PythonSysImplementation = "Information about Python"
|
|
PythonSysModules = "Dictionary of loaded modules"
|
|
PythonSysVersion = "Python language version (string)"
|
|
PythonSysVersioninfo = "Python language version (tuple)"
|
|
PythonImportTime = "Time-Modul importieren"
|
|
PythonImportTurtle = "Turtle-Modul importieren"
|
|
PythonIndex = "Index des ersten x-Vorkommens"
|
|
PythonInput = "Einen Wert abfragen"
|
|
PythonInsert = "x an Index i in die Liste einfügen"
|
|
PythonInt = "x in eine ganze Zahl umwandeln"
|
|
PythonIonFunction = "Ion-Modul-Funktionspräfix"
|
|
PythonIsFinite = "Prüfen, ob x endlich ist"
|
|
PythonIsInfinite = "Prüfen, ob x unendlich ist"
|
|
PythonIsNaN = "Prüfen, ob x keine Zahl ist"
|
|
PythonIsKeyDown = "Wahr, wenn die Taste k gedrückt ist"
|
|
PythonBattery = "Rückgabe der Batteriespannung"
|
|
PythonBatteryLevel = "Gibt den Batteriestand zurück"
|
|
PythonBatteryIscharging = "Gibt zurück, ob die Batterie geladen wird"
|
|
PythonSetBrightness = "Helligkeitsstufe festlegen"
|
|
PythonGetBrightness = "Helligkeitsstufe abrufen"
|
|
PythonKandinskyFunction = "Kandinsky-Modul Funktionspräfix"
|
|
PythonKeyLeft = "LEFT ARROW key"
|
|
PythonKeyUp = "UP ARROW key"
|
|
PythonKeyDown = "DOWN ARROW key"
|
|
PythonKeyRight = "RIGHT ARROW key"
|
|
PythonKeyOk = "OK key"
|
|
PythonKeyBack = "BACK key"
|
|
PythonKeyHome = "HOME key"
|
|
PythonKeyOnOff = "ON/OFF key"
|
|
PythonKeyShift = "SHIFT key"
|
|
PythonKeyAlpha = "ALPHA key"
|
|
PythonKeyXnt = "X,N,T key"
|
|
PythonKeyVar = "VAR key"
|
|
PythonKeyToolbox = "TOOLBOX key"
|
|
PythonKeyBackspace = "BACKSPACE key"
|
|
PythonKeyExp = "EXPONENTIAL key"
|
|
PythonKeyLn = "NATURAL LOGARITHM key"
|
|
PythonKeyLog = "DECIMAL LOGARITHM key"
|
|
PythonKeyImaginary = "IMAGINARY I key"
|
|
PythonKeyComma = "COMMA key"
|
|
PythonKeyPower = "POWER key"
|
|
PythonKeySine = "SINE key"
|
|
PythonKeyCosine = "COSINE key"
|
|
PythonKeyTangent = "TANGENT key"
|
|
PythonKeyPi = "PI key"
|
|
PythonKeySqrt = "SQUARE ROOT key"
|
|
PythonKeySquare = "SQUARE key"
|
|
PythonKeySeven = "7 key"
|
|
PythonKeyEight = "8 key"
|
|
PythonKeyNine = "9 key"
|
|
PythonKeyLeftParenthesis = "LEFT PARENTHESIS key"
|
|
PythonKeyRightParenthesis = "RIGHT PARENTHESIS key"
|
|
PythonKeyFour = "4 key"
|
|
PythonKeyFive = "5 key"
|
|
PythonKeySix = "6 key"
|
|
PythonKeyMultiplication = "MULTIPLICATION key"
|
|
PythonKeyDivision = "DIVISION key"
|
|
PythonKeyOne = "1 key"
|
|
PythonKeyTwo = "2 key"
|
|
PythonKeyThree = "3 key"
|
|
PythonKeyPlus = "PLUS key"
|
|
PythonKeyMinus = "MINUS key"
|
|
PythonKeyZero = "0 key"
|
|
PythonKeyDot = "DOT key"
|
|
PythonKeyEe = "10 POWER X key"
|
|
PythonKeyAns = "ANS key"
|
|
PythonKeyExe = "EXE key"
|
|
PythonLdexp = "Liefert x*(2**i), Inverse von frexp"
|
|
PythonLength = "Länge eines Objekts"
|
|
PythonLgamma = "Log-Gamma-Funktion"
|
|
PythonLog = "Logarithmus zur Basis a"
|
|
PythonLog10 = "Logarithmus zur Basis 10"
|
|
PythonLog2 = "Logarithmus zur Basis 2"
|
|
PythonMathFunction = "Funktionspräfix des Math-Moduls"
|
|
PythonMatplotlibPyplotFunction = "matplotlib.pyplot Modul-Präfix"
|
|
PythonMax = "Maximum"
|
|
PythonMin = "Minimum"
|
|
PythonModf = "Bruch- und Ganzzahl-Anteile von x"
|
|
PythonMonotonic = "Wert einer monotonen Uhr"
|
|
PythonNumpyFunction = "numpy Modul-Präfix"
|
|
PythonNumpyFftFunction = "numpy.fft Modul-Präfix"
|
|
PythonNumpyLinalgFunction = "numpy.linalg Modul-Präfix"
|
|
PythonScipyFunction = "scipy Modul-Präfix"
|
|
PythonScipyLinalgFunction = "scipy.linalg Modul-Präfix"
|
|
PythonScipyOptimizeFunction = "scipy.optimize Modul-Präfix"
|
|
PythonScipySignalFunction = "scipy.signal Modul-Präfix"
|
|
PythonScipySpecialFunction = "scipy.special Modul-Präfix"
|
|
PythonOct = "Ganzzahl in Oktal umwandeln"
|
|
PythonPhase = "Phase von z"
|
|
PythonPlot = "Plotten von y gegen x als Linien"
|
|
PythonPolar = "z in Polarkoordinaten"
|
|
PythonPop = "Letztes Element abnehmen"
|
|
PythonPower = "x erhöht mit der Potenz y"
|
|
PythonPrint = "Objekt drucken"
|
|
PythonRadians = "x von Grad in Bogenmaß umrechnen"
|
|
PythonRandint = "Zufällige Ganzzahl in [a,b]"
|
|
PythonRandom = "Fließkommazahl in [0,1]"
|
|
PythonRandomFunction = "Random-Modul Funktionspräfix"
|
|
PythonRandrange = "Zufallszahl im Bereich(start,stop)"
|
|
PythonRangeStartStop = "Liste von Start bis Stop-1"
|
|
PythonRangeStop = "Liste von 0 bis Stop-1"
|
|
PythonRect = "In kartesische Koordinaten"
|
|
PythonRemove = "Entferne das erste Vorkommen von x"
|
|
PythonReverse = "Kehrt die Elemente der Liste um"
|
|
PythonRound = "Runden auf n Stellen"
|
|
PythonScatter = "Streudiagramm von y gg. x zeichnen"
|
|
PythonSeed = "Zufallszahlengenerator initiieren"
|
|
PythonSetPixel = "Pixel (x,y) einfärben"
|
|
PythonShow = "Figur anzeigen"
|
|
PythonSin = "Sinus"
|
|
PythonSinh = "Hyperbolischer Sinus"
|
|
PythonSleep = "Ausführung aussetzen für t Sekunden"
|
|
PythonLocalTime = "Zeit in Tupel umwandeln"
|
|
PythonMktime = "Tupel in Zeit umwandeln"
|
|
PythonTime = "Abrufen des aktuellen Zeitstempels"
|
|
PythonSetLocaltime = "Zeit aus einem Tupel einstellen"
|
|
PythonRTCmode = "Aktuellen RTC-Modus abrufen"
|
|
PythonSetRTCmode = "RTC-Modus festlegen"
|
|
PythonSort = "Die Liste sortieren"
|
|
PythonSqrt = "Quadratwurzel"
|
|
PythonSum = "Summe der Elemente einer Liste"
|
|
PythonTan = "Tangens"
|
|
PythonTanh = "Hyperbolischer Tangens"
|
|
PythonText = "Text an (x,y) Koordinaten anzeigen"
|
|
PythonTimeFunction = "Time-Modul-Funktionspräfix"
|
|
PythonTrunc = "x abgeschnitten auf eine ganze Zahl"
|
|
PythonTurtleBackward = "Um x Pixel rückwärts bewegen"
|
|
PythonTurtleCircle = "Kreis mit Radius r Pixel"
|
|
PythonTurtleColor = "Setzt die Stiftfarbe"
|
|
PythonTurtleColorMode = "Setzt Farbmodus auf 1.0 oder 255"
|
|
PythonTurtleForward = "Um x Pixel vorwärts bewegen"
|
|
PythonTurtleFunction = "Turtle-Modul-Funktionspräfix"
|
|
PythonTurtleGoto = "Bewegen zu (x,y) Koordinaten"
|
|
PythonTurtleHeading = "Liefert den aktuellen Kurs"
|
|
PythonTurtleHideturtle = "Versteckt den Igel"
|
|
PythonTurtleIsdown = "Wahr, wenn der Stift unten ist"
|
|
PythonTurtleLeft = "Nach links um ein Grad drehen"
|
|
PythonTurtlePendown = "Den Stift nach unten ziehen"
|
|
PythonTurtlePensize = "Linienstärke auf x Pixel setzen"
|
|
PythonTurtlePenup = "Den Stift nach oben ziehen"
|
|
PythonTurtlePosition = "Aktuelle (x,y) Position zurückgeben"
|
|
PythonTurtleReset = "Die Zeichnung zurücksetzen"
|
|
PythonTurtleRight = "Um ein Grad nach rechts drehen"
|
|
PythonTurtleSetheading = "Ausrichtung auf einen Grad setzen"
|
|
PythonTurtleShowturtle = "Den Igel anzeigen"
|
|
PythonTurtleSpeed = "Zeichengeschwindigkeit von 0 bis 10"
|
|
PythonTurtleWrite = "Einen Text anzeigen"
|
|
PythonUniform = "Fließkommazahl in [a,b]"
|
|
PythonImportTime = "Time-Modul importieren"
|
|
PythonMonotonic = "Monotone Zeit zurückgeben"
|
|
PythonFileOpen = "Öffnet eine Datei"
|
|
PythonFileSeekable = "Kann Datei durchsucht werden?"
|
|
PythonFileSeek = "Bewegt den Cursor einer Datei"
|
|
PythonFileTell = "Position des Cursors ermitteln"
|
|
PythonFileClose = "Schließt eine Datei"
|
|
PythonFileClosed = "Wahr, wenn Datei geschlossen wurde"
|
|
PythonFileRead = "Lesen bis zu einer Größe von Bytes"
|
|
PythonFileWrite = "Schreibe b in Datei"
|
|
PythonFileReadline = "Liest Zeile oder Anzahl Bytes"
|
|
PythonFileReadlines = "Liest eine Liste von Zeilen"
|
|
PythonFileTruncate = "Verkleinert die Datei auf Größe"
|
|
PythonFileWritelines = "Schreibt eine Liste von Zeilen"
|
|
PythonFileName = "Enthält den Namen der Datei"
|
|
PythonFileMode = "Enthält den Öffnungsmodus der Datei"
|
|
PythonFileReadable = "Kann Datei gelesen werden?"
|
|
PythonFileWritable = "Kann Datei geschrieben werden?"
|
|
PythonImportUtils = "Importieren von ulab.utils"
|
|
PythonUtilsFunction = "Funktionspräfix des utils-Moduls"
|