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 = "Commento"
|
|
PythonPercent = "Modulo"
|
|
PythonColon = "Due punti"
|
|
PythonSemicon = "Punto e virgola"
|
|
PythonExclamationMark = "Punto esclamativo"
|
|
PythonLessThan = "Minore di"
|
|
PythonGreaterThan = "Maggiore di"
|
|
PythonQuestionMark = "Punto interrogativo"
|
|
Python1J = "Unità immaginaria"
|
|
PythonLF = "Nuova riga"
|
|
PythonTab = "Tabulazione"
|
|
PythonAmpersand = "Congiunzione"
|
|
PythonSymbolExp = "Disgiunzione esclusiva"
|
|
PythonVerticalBar = "Disgiunzione"
|
|
PythonImag = "Parte immaginaria di z"
|
|
PythonReal = "Parte reale di z"
|
|
PythonSingleQuote = "Apostrofo"
|
|
PythonAbs = "Valore assoluto/Modulo"
|
|
PythonAcos = "Coseno d'arco"
|
|
PythonAcosh = "Coseno iperbolico inverso"
|
|
PythonAppend = "Inserisce x alla fine della lista"
|
|
PythonArrow = "Freccia da (x,y) a (x+dx,y+dy)"
|
|
PythonAsin = "Arco sinusoidale"
|
|
PythonAsinh = "Arco sinusoidale iperbolico"
|
|
PythonAtan = "Arco tangente"
|
|
PythonAtan2 = "Calcolo di atan(y/x)"
|
|
PythonAtanh = "Arco tangente iperbolico"
|
|
PythonAxis = "Imposta assi (xmin,xmax,ymin,ymax)"
|
|
PythonBar = "Grafico a barre con x valori"
|
|
PythonBin = "Converte un intero in binario"
|
|
PythonCeil = "Parte intera superiore"
|
|
PythonChoice = "Numero aleatorio nella lista"
|
|
PythonClear = "Svuota la lista"
|
|
PythonCmathFunction = "Funz. prefissata modulo cmath"
|
|
PythonColor = "Definisci un colore rvb"
|
|
PythonColorBlack = "Colore nero"
|
|
PythonColorBlue = "Colore blu"
|
|
PythonColorBrown = "Colore marrone"
|
|
PythonColorGray = "Colore grigio"
|
|
PythonColorGreen = "Colore verde"
|
|
PythonColorOrange = "Colore arancione"
|
|
PythonColorPink = "Colore rosa"
|
|
PythonColorPurple = "Colore viola"
|
|
PythonColorRed = "Colore rosso"
|
|
PythonColorWhite = "Colore bianco"
|
|
PythonColorYellow = "Colore giallo"
|
|
PythonComplex = "Restituisce a+ib"
|
|
PythonCopySign = "Restituisce x con segno di y"
|
|
PythonCos = "Coseno"
|
|
PythonCosh = "Coseno iperbolico"
|
|
PythonCount = "Conta le ricorrenze di x"
|
|
PythonDegrees = "Conversione di radianti in gradi"
|
|
PythonDivMod = "Quoziente e resto"
|
|
PythonDrawCircle = "Disegnare un cerchio"
|
|
PythonDrawLine = "Disegna una linea"
|
|
PythonDrawString = "Visualizza il testo dal pixel x,y"
|
|
PythonErf = "Funzione d'errore"
|
|
PythonErfc = "Funzione d'errore complementare"
|
|
PythonEval = "Valuta l'espressione nell'argomento "
|
|
PythonExp = "Funzione esponenziale"
|
|
PythonExpm1 = "Calcola exp(x)-1"
|
|
PythonFactorial = "Fattoriale di x"
|
|
PythonFabs = "Valore assoluto"
|
|
PythonFillCircle = "Riempire un cerchio"
|
|
PythonFillPolygon = "Riempire un poligono"
|
|
PythonFillRect = "Riempie un rettangolo"
|
|
PythonFloat = "Conversione in flottanti"
|
|
PythonFloor = "Parte intera"
|
|
PythonFmod = "a modulo b"
|
|
PythonFrExp = "Mantissa ed esponente di x : (m,e)"
|
|
PythonGamma = "Funzione gamma"
|
|
PythonGetKeys = "Premere i tasti"
|
|
PythonGetPalette = "Ottieni la tavolozza del tema"
|
|
PythonGetPixel = "Restituisce colore del pixel(x,y)"
|
|
PythonGetrandbits = "Numero aleatorio con k bit"
|
|
PythonGrid = "Attiva la visibilità della griglia"
|
|
PythonHex = "Conversione intero in esadecimale"
|
|
PythonHist = "Disegna l'istogramma di x"
|
|
PythonImportCmath = "Importa modulo cmath"
|
|
PythonImportIon = "Importa modulo ion"
|
|
PythonImportKandinsky = "Importa modulo kandinsky"
|
|
PythonImportRandom = "Importa modulo random"
|
|
PythonImportMath = "Importa modulo math"
|
|
PythonImportMatplotlibPyplot = "Importa modulo matplotlib.pyplot"
|
|
PythonImportNumpy = "Importa modulo ulab.numpy"
|
|
PythonImportScipy = "Importa modulo ulab.scipy"
|
|
PythonImportTurtle = "Importa del modulo turtle"
|
|
PythonImportTime = "Importa del modulo time"
|
|
PythonImportOs = "Importa modulo os"
|
|
PythonOsUname = "Ottieni informazioni sul sistema"
|
|
PythonOsGetlogin = "Get username"
|
|
PythonOsRemove = "Rimuovere un file"
|
|
PythonOsRename = "Rinomina file"
|
|
PythonOsListdir = "Elenca file"
|
|
PythonImportSys = "Importa modulo sys"
|
|
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)"
|
|
PythonIndex = "Indice prima occorrenza di x"
|
|
PythonInput = "Inserire un valore"
|
|
PythonInsert = "Inserire x in posizione i-esima"
|
|
PythonInt = "Conversione in intero"
|
|
PythonIonFunction = "Prefisso di funzione modulo ion"
|
|
PythonIsFinite = "Testa se x è finito"
|
|
PythonIsInfinite = "Testa se x est infinito"
|
|
PythonIsKeyDown = "Restituisce True premendo tasto k"
|
|
PythonBattery = "Restituisce la tensione della batteria"
|
|
PythonBatteryLevel = "Restituisce il livello della batteria"
|
|
PythonBatteryIscharging = "Restituisce se la batteria è in carica"
|
|
PythonSetBrightness = "Imposta livello di luminosità"
|
|
PythonGetBrightness = "Ottieni livello di luminosità"
|
|
PythonIsNaN = "Testa se x è NaN"
|
|
PythonKandinskyFunction = "Prefisso funzione modulo kandinsky"
|
|
PythonKeyLeft = "Tasto FRECCIA SINISTRA"
|
|
PythonKeyUp = "Tasto FRECCIA ALTO"
|
|
PythonKeyDown = "Tasto FRECCIA BASSO"
|
|
PythonKeyRight = "Tasto FRECCIA DESTRA"
|
|
PythonKeyOk = "Tasto OK"
|
|
PythonKeyBack = "Tasto INDIETRO"
|
|
PythonKeyHome = "Tasto CASA"
|
|
PythonKeyOnOff = "Tasto ON/OFF"
|
|
PythonKeyShift = "Tasto SHIFT"
|
|
PythonKeyAlpha = "Tasto ALPHA"
|
|
PythonKeyXnt = "Tasto X,N,T"
|
|
PythonKeyVar = "Tasto VAR"
|
|
PythonKeyToolbox = "Tasto TOOLBOX"
|
|
PythonKeyBackspace = "Tasto CANCELLA"
|
|
PythonKeyExp = "Tasto ESPONENZIALE"
|
|
PythonKeyLn = "Tasto LOGARITMO NEPERIANO"
|
|
PythonKeyLog = "Tasto LOGARITMO DECIMALE"
|
|
PythonKeyImaginary = "Tasto I IMMAGINE"
|
|
PythonKeyComma = "Tasto VIRGOLA"
|
|
PythonKeyPower = "Tasto POTENZA"
|
|
PythonKeySine = "Tasto SENO"
|
|
PythonKeyCosine = "Tasto COSENO"
|
|
PythonKeyTangent = "Tasto TANGENTE"
|
|
PythonKeyPi = "Tasto PI"
|
|
PythonKeySqrt = "Tasto RADICE QUADRATA"
|
|
PythonKeySquare = "Tasto QUADRATO"
|
|
PythonKeySeven = "Tasto 7"
|
|
PythonKeyEight = "Tasto 8"
|
|
PythonKeyNine = "Tasto 9"
|
|
PythonKeyLeftParenthesis = "Tasto PARENTESI SINISTRA"
|
|
PythonKeyRightParenthesis = "Tasto PARENTESI DESTRA"
|
|
PythonKeyFour = "Tasto 4"
|
|
PythonKeyFive = "Tasto 5"
|
|
PythonKeySix = "Tasto 6"
|
|
PythonKeyMultiplication = "Tasto MOLTIPLICAZIONE"
|
|
PythonKeyDivision = "Tasto DIVISIONE"
|
|
PythonKeyOne = "Tasto 1"
|
|
PythonKeyTwo = "Tasto 2"
|
|
PythonKeyThree = "Tasto 3"
|
|
PythonKeyPlus = "Tasto PIÙ"
|
|
PythonKeyMinus = "Tasto MENO"
|
|
PythonKeyZero = "Tasto 0"
|
|
PythonKeyDot = "Tasto PUNTO"
|
|
PythonKeyEe = "Tasto 10 POTENZA X"
|
|
PythonKeyAns = "Tasto ANS"
|
|
PythonKeyExe = "Tasto EXE"
|
|
PythonLdexp = "Inversa di frexp : x*(2**i)"
|
|
PythonLength = "Longhezza di un oggetto"
|
|
PythonLgamma = "Logaritmo della funzione gamma"
|
|
PythonLog = "Logaritmo di base a"
|
|
PythonLog10 = "Logaritmo decimale"
|
|
PythonLog2 = "Logaritmo di base 2"
|
|
PythonMathFunction = "Prefisso funzione del modulo math"
|
|
PythonMatplotlibPyplotFunction = "Prefisso modulo matplotlib.pyplot"
|
|
PythonMax = "Massimo"
|
|
PythonMin = "Minimo"
|
|
PythonModf = "Parti frazionarie e intere"
|
|
PythonMonotonic = "Restituisce il valore dell'orologio"
|
|
PythonNumpyFunction = "Prefisso modulo numpy"
|
|
PythonNumpyFftFunction = "Prefisso modulo numpy.fft"
|
|
PythonNumpyLinalgFunction = "Prefisso modulo numpy.linalg"
|
|
PythonScipyFunction = "Prefisso modulo scipy"
|
|
PythonScipyLinalgFunction = "Prefisso modulo scipy.linalg"
|
|
PythonScipyOptimizeFunction = "Prefisso modulo scipy.optimize"
|
|
PythonScipySignalFunction = "Prefisso modulo scipy.signal"
|
|
PythonScipySpecialFunction = "Prefisso modulo scipy.special"
|
|
PythonOct = "Conversione in ottale"
|
|
PythonPhase = "Argomento di z"
|
|
PythonPlot = "Disegna y in f. di x come linee"
|
|
PythonPolar = "Conversione in polare"
|
|
PythonPop = "Cancella l'ultimo elemento"
|
|
PythonPower = "x alla potenza y"
|
|
PythonPrint = "Visualizza l'oggetto"
|
|
PythonRadians = "Conversione da gradi a radianti"
|
|
PythonRandint = "Intero aleatorio in [a,b]"
|
|
PythonRandom = "Numero aleatorio in [0,1["
|
|
PythonRandomFunction = "Prefisso funzione modulo casuale"
|
|
PythonRandrange = "Numero dentro il range(start, stop)"
|
|
PythonRangeStartStop = "Lista da start a stop-1"
|
|
PythonRangeStop = "Lista da 0 a stop-1"
|
|
PythonRect = "Converte in coordinate algebriche"
|
|
PythonRemove = "Cancella la prima x dalla lista"
|
|
PythonReverse = "Inverte gli elementi della lista"
|
|
PythonRound = "Arrotondato a n cifre decimali"
|
|
PythonScatter = "Diagramma dispersione y in f. di x"
|
|
PythonSeed = "Inizializza il generatore random"
|
|
PythonSetPixel = "Colora il pixel (x,y)"
|
|
PythonShow = "Mostra la figura"
|
|
PythonSin = "Seno"
|
|
PythonSinh = "Seno iperbolico"
|
|
PythonSleep = "Sospende l'esecuzione t secondi"
|
|
PythonLocalTime = "Converti il tempo in tuple"
|
|
PythonMktime = "Converti tuple in tempo"
|
|
PythonTime = "Ottieni il timestamp corrente"
|
|
PythonSetLocaltime = "Imposta il tempo da una tupla"
|
|
PythonRTCmode = "Ottieni la modalità RTC corrente"
|
|
PythonSetRTCmode = "Imposta modalità RTC"
|
|
PythonSort = "Ordina l'elenco"
|
|
PythonSqrt = "Radice quadrata"
|
|
PythonSum = "Somma degli elementi della lista"
|
|
PythonTan = "Tangente"
|
|
PythonTanh = "Tangente iperbolica"
|
|
PythonText = "Mostra un testo in (x,y)"
|
|
PythonTimeFunction = "Prefisso funzione modulo time"
|
|
PythonTrunc = "Troncamento intero"
|
|
PythonTurtleBackward = "Indietreggia di x pixels"
|
|
PythonTurtleCircle = "Cerchio di raggio r pixel"
|
|
PythonTurtleColor = "Modifica il colore del tratto"
|
|
PythonTurtleColorMode = "Imposta modalità colore a 1.0 o 255"
|
|
PythonTurtleForward = "Avanza di x pixel"
|
|
PythonTurtleFunction = "Prefisso funzione modello turtle"
|
|
PythonTurtleGoto = "Spostati alle coordinate (x,y)"
|
|
PythonTurtleHeading = "Restituisce l'orientamento attuale"
|
|
PythonTurtleHideturtle = "Nascondi la tartaruga"
|
|
PythonTurtleIsdown = "True se la penna è abbassata"
|
|
PythonTurtleLeft = "Ruota di a gradi a sinistra"
|
|
PythonTurtlePendown = "Abbassa la penna"
|
|
PythonTurtlePensize = "Dimensione del tratto in pixel"
|
|
PythonTurtlePenup = "Solleva la penna"
|
|
PythonTurtlePosition = "Fornisce posizione corrente (x,y)"
|
|
PythonTurtleReset = "Azzera il disegno"
|
|
PythonTurtleRight = "Ruota di a gradi a destra"
|
|
PythonTurtleSetheading = "Imposta l'orientamento per a gradi"
|
|
PythonTurtleShowturtle = "Mostra la tartaruga"
|
|
PythonTurtleSpeed = "Velocità di disegno (x tra 0 e 10)"
|
|
PythonTurtleWrite = "Mostra un testo"
|
|
PythonUniform = "Numero decimale tra [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 = "Importazione di ulab.utils"
|
|
PythonUtilsFunction = "prefisso della funzione del modulo utils"
|