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
266 lines
11 KiB
Plaintext
266 lines
11 KiB
Plaintext
PythonPound = "Opmerkingen"
|
|
PythonPercent = "Modulo"
|
|
PythonColon = "Dubbele punt"
|
|
PythonSemicon = "Puntkomma"
|
|
PythonExclamationMark = "Uitroepteken"
|
|
PythonLessThan = "Kleiner dan"
|
|
PythonGreaterThan = "Groter dan"
|
|
PythonQuestionMark = "Vraagteken"
|
|
Python1J = "Imaginaire i"
|
|
PythonLF = "Nieuwe regel"
|
|
PythonTab = "Tabulatie"
|
|
PythonAmpersand = "Bitsgewijze en"
|
|
PythonSymbolExp = "Bitsgewijze exclusieve of"
|
|
PythonVerticalBar = "Bitsgewijze of"
|
|
PythonImag = "Imaginair deel van z"
|
|
PythonReal = "Reëel deel van z"
|
|
PythonSingleQuote = "Enkele aanhalingstekens"
|
|
PythonAbs = "Absolute waarde"
|
|
PythonAcos = "Arccosinus"
|
|
PythonAcosh = "Arccosinus hyperbolicus"
|
|
PythonAppend = "Voeg x toe aan het eind van je lijst"
|
|
PythonArrow = "Pijl van (x,y) naar (x+dx,y+dy)"
|
|
PythonAsin = "Arcsinus"
|
|
PythonAsinh = "Arcsinus hyperbolicus"
|
|
PythonAtan = "Arctangens"
|
|
PythonAtan2 = "Geeft atan(y/x)"
|
|
PythonAtanh = "Arctangens hyperbolicus"
|
|
PythonAxis = "Stel de assen in (xmin,xmax,ymin,ymax)"
|
|
PythonBar = "Teken staafdiagram met x-waarden"
|
|
PythonBin = "Zet integer om in een binair getal"
|
|
PythonCeil = "Plafond"
|
|
PythonChoice = "Geeft willek. getal van de lijst"
|
|
PythonClear = "Lijst leegmaken"
|
|
PythonCmathFunction = "cmath module voorvoegsel"
|
|
PythonColor = "Definieer een rgb kleur"
|
|
PythonColorBlack = "Zwarte kleur"
|
|
PythonColorBlue = "Blauwe kleur"
|
|
PythonColorBrown = "Bruine kleur"
|
|
PythonColorGray = "Grijze kleur"
|
|
PythonColorGreen = "Groene kleur"
|
|
PythonColorOrange = "Oranje kleur"
|
|
PythonColorPink = "Roze kleur"
|
|
PythonColorPurple = "Paarse kleur"
|
|
PythonColorRed = "Rode kleur"
|
|
PythonColorWhite = "Witte kleur"
|
|
PythonColorYellow = "Gele kleur"
|
|
PythonComplex = "Geeft a+ib"
|
|
PythonCopySign = "Geeft x met het teken van y"
|
|
PythonCos = "Cosinus"
|
|
PythonCosh = "Cosinus hyperbolicus"
|
|
PythonCount = "Tel voorkomen van x"
|
|
PythonDegrees = "Zet x om van radialen naar graden"
|
|
PythonDivMod = "Quotiënt en rest"
|
|
PythonDrawCircle = "Teken een cirkel"
|
|
PythonDrawLine = "Teken een lijn"
|
|
PythonDrawString = "Geef een tekst weer van pixel (x,y)"
|
|
PythonErf = "Error functie"
|
|
PythonErfc = "Complementaire error functie"
|
|
PythonEval = "Geef de geëvalueerde uitdrukking"
|
|
PythonExp = "Exponentiële functie"
|
|
PythonExpm1 = "Bereken exp(x)-1"
|
|
PythonFactorial = "faculteit van x"
|
|
PythonFabs = "Absolute waarde"
|
|
PythonFillCircle = "Vul een cirkel"
|
|
PythonFillPolygon = "Vul een veelhoek"
|
|
PythonFillRect = "Vul een rechthoek bij pixel (x,y)"
|
|
PythonFloat = "Zet x om in een float"
|
|
PythonFloor = "Vloer"
|
|
PythonFmod = "a modulo b"
|
|
PythonFrExp = "Mantisse en exponent van x: (m,e)"
|
|
PythonGamma = "Gammafunctie"
|
|
PythonGetKeys = "Get toetsen ingedrukt"
|
|
PythonGetPalette = "Thema palet krijgen"
|
|
PythonGetPixel = "Geef pixel (x,y) kleur (rgb)"
|
|
PythonGetrandbits = "Integer met k willekeurige bits"
|
|
PythonGrid = "Verander zichtbaarheid raster"
|
|
PythonHex = "Zet integer om in hexadecimaal"
|
|
PythonHist = "Teken het histogram van x"
|
|
PythonImportCmath = "Importeer cmath module"
|
|
PythonImportIon = "Importeer ion module"
|
|
PythonImportKandinsky = "Importeer kandinsky module"
|
|
PythonImportRandom = "Importeer random module"
|
|
PythonImportMath = "Importeer math module"
|
|
PythonImportMatplotlibPyplot = "Importeer matplotlib.pyplot module"
|
|
PythonImportNumpy = "Importeer ulab.numpy module"
|
|
PythonImportScipy = "Importeer ulab.scipy module"
|
|
PythonImportTime = "Importeer time module"
|
|
PythonImportOs = "Importeer os module"
|
|
PythonOsUname = " Krijg systeeminfo"
|
|
PythonOsGetlogin = "Get username"
|
|
PythonOsRemove = "Een bestand verwijderen"
|
|
PythonOsRename = "Hernoem bestand"
|
|
PythonOsListdir = "Lijstbestanden"
|
|
PythonImportSys = "Importeer sys module"
|
|
PythonImportSys = "Importeer sys module"
|
|
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)"
|
|
PythonImportTurtle = "Importeer turtle module"
|
|
PythonIndex = "Index van de eerste x aanwezigheden"
|
|
PythonInput = "Wijs een waarde toe"
|
|
PythonInsert = "Voeg x toe aan index i in de lijst"
|
|
PythonInt = "Zet x om in een integer"
|
|
PythonIonFunction = "ion module voorvoegsel"
|
|
PythonIsFinite = "Controleer of x eindig is"
|
|
PythonIsInfinite = "Controleer of x oneindig is"
|
|
PythonIsKeyDown = "Geef True als k toets omlaag is"
|
|
PythonBattery = "Return batterijspanning"
|
|
PythonBatteryLevel = "Batterijniveau teruggeven"
|
|
PythonBatteryIscharging = "Keer terug als de batterij wordt opgeladen"
|
|
PythonSetBrightness = "Set brightness level"
|
|
PythonGetBrightness = "Get brightness level"
|
|
PythonIsNaN = "Controleer of x geen getal is"
|
|
PythonKandinskyFunction = "kandinsky module voorvoegsel"
|
|
PythonKeyLeft = "PIJL NAAR LINKS toets"
|
|
PythonKeyUp = "PIJL OMHOOG toets"
|
|
PythonKeyDown = "PIJL OMLAAG toets"
|
|
PythonKeyRight = "PIJL NAAR RECHTS toets"
|
|
PythonKeyOk = "OK toets"
|
|
PythonKeyBack = "TERUG toets"
|
|
PythonKeyHome = "HOME toets"
|
|
PythonKeyOnOff = "AAN/UIT toets"
|
|
PythonKeyShift = "SHIFT toets"
|
|
PythonKeyAlpha = "ALPHA toets"
|
|
PythonKeyXnt = "X,N,T toets"
|
|
PythonKeyVar = "VAR toets"
|
|
PythonKeyToolbox = "TOOLBOX toets"
|
|
PythonKeyBackspace = "BACKSPACE toets"
|
|
PythonKeyExp = "EXPONENTIEEL toets"
|
|
PythonKeyLn = "NATUURLIJKE LOGARITME toets"
|
|
PythonKeyLog = "BRIGGSE LOGARITME toets"
|
|
PythonKeyImaginary = "IMAGINAIRE I toets"
|
|
PythonKeyComma = "KOMMA toets"
|
|
PythonKeyPower = "MACHT toets"
|
|
PythonKeySine = "SINUS toets"
|
|
PythonKeyCosine = "COSINUS toets"
|
|
PythonKeyTangent = "TANGENS toets"
|
|
PythonKeyPi = "PI toets"
|
|
PythonKeySqrt = "VIERKANTSWORTEL toets"
|
|
PythonKeySquare = "KWADRAAT toets"
|
|
PythonKeySeven = "7 toets"
|
|
PythonKeyEight = "8 toets"
|
|
PythonKeyNine = "9 toets"
|
|
PythonKeyLeftParenthesis = "HAAKJE OPENEN toets"
|
|
PythonKeyRightParenthesis = "HAAKJE SLUITEN toets"
|
|
PythonKeyFour = "4 toets"
|
|
PythonKeyFive = "5 toets"
|
|
PythonKeySix = "6 toets"
|
|
PythonKeyMultiplication = "VERMENIGVULDIGEN toets"
|
|
PythonKeyDivision = "DELEN toets"
|
|
PythonKeyOne = "1 toets"
|
|
PythonKeyTwo = "2 toets"
|
|
PythonKeyThree = "3 toets"
|
|
PythonKeyPlus = "PLUS toets"
|
|
PythonKeyMinus = "MIN toets"
|
|
PythonKeyZero = "0 toets"
|
|
PythonKeyDot = "PUNT toets"
|
|
PythonKeyEe = "10 TOT DE MACHT X toets"
|
|
PythonKeyAns = "ANS toets"
|
|
PythonKeyExe = "EXE toets"
|
|
PythonLdexp = "Geeft x*(2**i), inversie van frexp"
|
|
PythonLength = "Lengte van een object"
|
|
PythonLgamma = "Log-gammafunctie"
|
|
PythonLog = "Logaritme met grondgetal a"
|
|
PythonLog10 = "Logaritme met grondgetal 10"
|
|
PythonLog2 = "Logaritme met grondgetal 2"
|
|
PythonMathFunction = "math module voorvoegsel"
|
|
PythonMatplotlibPyplotFunction = "matplotlib.pyplot module prefix"
|
|
PythonMax = "Maximum"
|
|
PythonMin = "Minimum"
|
|
PythonModf = "Fractionele en gehele delen van x"
|
|
PythonMonotonic = "Waarde van een monotone klok"
|
|
PythonNumpyFunction = "numpy module prefix"
|
|
PythonNumpyFftFunction = "numpy.fft module prefix"
|
|
PythonNumpyLinalgFunction = "numpy.linalg module prefix"
|
|
PythonScipyFunction = "scipy module prefix"
|
|
PythonScipyLinalgFunction = "scipy.linalg module prefix"
|
|
PythonScipyOptimizeFunction = "scipy.optimize module prefix"
|
|
PythonScipySignalFunction = "scipy.signal module prefix"
|
|
PythonScipySpecialFunction = "scipy.special module prefix"
|
|
PythonOct = "Integer omzetten naar octaal"
|
|
PythonPhase = "Fase van z in radialen"
|
|
PythonPlot = "Plot y versus x als lijnen"
|
|
PythonPolar = "z in poolcoördinaten"
|
|
PythonPop = "Verwijder en breng het laatste item terug"
|
|
PythonPower = "x tot de macht y"
|
|
PythonPrint = "Print object"
|
|
PythonRadians = "Zet x om van graden naar radialen"
|
|
PythonRandint = "Geeft willek. integer in [a,b]"
|
|
PythonRandom = "Een willekeurig getal in [0,1)"
|
|
PythonRandomFunction = "random module voorvoegsel"
|
|
PythonRandrange = "Willek. getal in range(start, stop)"
|
|
PythonRangeStartStop = "Lijst van start tot stop-1"
|
|
PythonRangeStop = "Lijst van 0 tot stop-1"
|
|
PythonRect = "z in cartesiaanse coördinaten"
|
|
PythonRemove = "Verwijder het eerste voorkomen van x"
|
|
PythonReverse = "Keer de elementen van de lijst om"
|
|
PythonRound = "Rond af op n cijfers"
|
|
PythonScatter = "Teken scatterplot van y versus x"
|
|
PythonSeed = "Start willek. getallengenerator"
|
|
PythonSetPixel = "Kleur pixel (x,y)"
|
|
PythonShow = "Figuur weergeven"
|
|
PythonSin = "Sinus"
|
|
PythonSinh = "Sinus hyperbolicus"
|
|
PythonSleep = "Stel executie voor t seconden uit"
|
|
PythonLocalTime = "Zet tijd om in tuple"
|
|
PythonMktime = "Tuple omzetten in tijd"
|
|
PythonTime = "Haal de huidige tijdstempel"
|
|
PythonSetLocaltime = "Stel de tijd in vanaf een tuple"
|
|
PythonRTCmode = "Huidige RTC-modus kregen"
|
|
PythonSetRTCmode = "RTC-modus instellen"
|
|
PythonSort = "Sorteer de lijst"
|
|
PythonSqrt = "Vierkantswortel"
|
|
PythonSum = "Sommeer de items van een lijst"
|
|
PythonTan = "Tangens"
|
|
PythonTanh = "Tangens hyperbolicus"
|
|
PythonText = "Geef tekst weer op coördinaten (x,y)"
|
|
PythonTimeFunction = "time module voorvoegsel"
|
|
PythonTrunc = "x afgeknot tot een integer"
|
|
PythonTurtleBackward = "Ga achterwaarts met x pixels"
|
|
PythonTurtleCircle = "Cirkel van straal r pixels"
|
|
PythonTurtleColor = "Stel de kleur van de pen in"
|
|
PythonTurtleColorMode = "Stel de kleurmodus in op 1.0 of 255"
|
|
PythonTurtleForward = "Ga voorwaarts met x pixels"
|
|
PythonTurtleFunction = "turtle module voorvoegsel"
|
|
PythonTurtleGoto = "Verplaats naar (x,y) coordinaten"
|
|
PythonTurtleHeading = "Ga terug naar de huidige koers"
|
|
PythonTurtleHideturtle = "Verberg de schildpad"
|
|
PythonTurtleIsdown = "Geeft True als pen naar beneden is"
|
|
PythonTurtleLeft = "Ga linksaf met a graden"
|
|
PythonTurtlePendown = "Zet de pen naar beneden"
|
|
PythonTurtlePensize = "Stel de lijndikte in op x pixels"
|
|
PythonTurtlePenup = "Zet de pen omhoog"
|
|
PythonTurtlePosition = "Zet huidige (x,y) locatie terug"
|
|
PythonTurtleReset = "Reset de tekening"
|
|
PythonTurtleRight = "Ga rechtsaf met a graden"
|
|
PythonTurtleSetheading = "Zet de oriëntatie op a graden"
|
|
PythonTurtleShowturtle = "Laat de schildpad zien"
|
|
PythonTurtleSpeed = "Tekensnelheid tussen 0 and 10"
|
|
PythonTurtleWrite = "Display a text"
|
|
PythonUniform = "Decimaal getal in [a,b]"
|
|
PythonImportTime = "Import time module"
|
|
PythonMonotonic = "Return monotonic time"
|
|
PythonFileOpen = "Opens a file"
|
|
PythonFileSeekable = "Tells if seek can be used on a file"
|
|
PythonFileSeek = "Move file's cursor"
|
|
PythonFileTell = "Get file's cursor location"
|
|
PythonFileClose = "Closes a file"
|
|
PythonFileClosed = "True if file was closed"
|
|
PythonFileRead = "Read up to size bytes"
|
|
PythonFileWrite = "Write b into file"
|
|
PythonFileReadline = "Reads a line or up to size bytes"
|
|
PythonFileReadlines = "Reads a list of lines"
|
|
PythonFileTruncate = "Resize the file to size"
|
|
PythonFileWritelines = "Writes a list of lines"
|
|
PythonFileName = "Contains file's name"
|
|
PythonFileMode = "Contains file's open mode"
|
|
PythonFileReadable = "Tells if read can be used on a file"
|
|
PythonFileWritable = "Tells if write can be used on a file"
|
|
PythonImportUtils = "Ulab.utils importeren"
|
|
PythonUtilsFunction = "utils module functie prefix"
|