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 = "Comentário"
|
|
PythonPercent = "Módulo"
|
|
PythonColon = "Dois pontos"
|
|
PythonSemicon = "Ponto e vírgula"
|
|
PythonExclamationMark = "Ponto de exclamação"
|
|
PythonLessThan = "Menor que"
|
|
PythonGreaterThan = "Maior que"
|
|
PythonQuestionMark = "Ponto de interrogação"
|
|
Python1J = "i Complexo"
|
|
PythonLF = "Nova linha"
|
|
PythonTab = "Tabulação"
|
|
PythonAmpersand = "Operador binário and"
|
|
PythonSymbolExp = "Operador binário exclusivo or"
|
|
PythonVerticalBar = "Operador binário or"
|
|
PythonSingleQuote = "Apóstrofo"
|
|
PythonImag = "Parte imaginária de z"
|
|
PythonReal = "Parte real de z"
|
|
PythonAbs = "Valor absoluto/módulo"
|
|
PythonAcos = "Arco cosseno"
|
|
PythonAcosh = "Arco cosseno hiperbólico"
|
|
PythonAppend = "Adicionar x no fim da lista"
|
|
PythonArrow = "Seta de (x,y) para (x+dx,y+dy)"
|
|
PythonAsin = "Arco seno"
|
|
PythonAsinh = "Arco seno hiperbólico"
|
|
PythonAtan = "Arco tangente"
|
|
PythonAtan2 = "Cálculo de atan(y/x)"
|
|
PythonAtanh = "Arco tangente hiperbólica"
|
|
PythonAxis = "Definir eixos (xmin,xmax,ymin,ymax)"
|
|
PythonBar = "Gráfico de barras com valores de x"
|
|
PythonBin = "Converter número inteiro em binário"
|
|
PythonCeil = "Teto"
|
|
PythonChoice = "Número aleatório na lista"
|
|
PythonClear = "Esvaziar a lista"
|
|
PythonCmathFunction = "Prefixo da função do módulo cmath"
|
|
PythonColor = "Define uma cor rgb"
|
|
PythonColorBlack = "Cor preta"
|
|
PythonColorBlue = "Cor azul"
|
|
PythonColorBrown = "Cor castanha"
|
|
PythonColorGray = "Cor cinzenta"
|
|
PythonColorGreen = "Cor verde"
|
|
PythonColorOrange = "Cor laranja"
|
|
PythonColorPink = "Cor rosa"
|
|
PythonColorPurple = "Cor roxa"
|
|
PythonColorRed = "Cor vermelha"
|
|
PythonColorWhite = "Cor branca"
|
|
PythonColorYellow = "Cor amarela"
|
|
PythonComplex = "Devolve a+ib"
|
|
PythonCopySign = "Devolve x com o sinal de y"
|
|
PythonCos = "Cosseno"
|
|
PythonCosh = "Cosseno hiperbólico"
|
|
PythonCount = "Contar as ocorrências de x"
|
|
PythonDegrees = "Converter x de radianos para graus"
|
|
PythonDivMod = "Quociente e resto"
|
|
PythonDrawCircle = "Desenha um círculo"
|
|
PythonDrawLine = "Desenhe uma linha"
|
|
PythonDrawString = "Mostrar o texto do pixel (x,y)"
|
|
PythonErf = "Função erro"
|
|
PythonErfc = "Função erro complementar"
|
|
PythonEval = "Devolve a expressão avaliada"
|
|
PythonExp = "Função exponencial"
|
|
PythonExpm1 = "Calcular exp(x)-1"
|
|
PythonFactorial = "Fatorial de x"
|
|
PythonFabs = "Valor absoluto"
|
|
PythonFillCircle = "Preencher um círculo"
|
|
PythonFillPolygon = "Preencher um polígono"
|
|
PythonFillRect = "Preencher um retângulo em (x,y)"
|
|
PythonFloat = "Converter x num flutuante"
|
|
PythonFloor = "Parte inteira"
|
|
PythonFmod = "a módulo b"
|
|
PythonFrExp = "Coeficiente e expoente de x: (m, e)"
|
|
PythonGamma = "Função gama"
|
|
PythonGetKeys = "Obter teclas pressionadas"
|
|
PythonGetPalette = "Obter paleta temática"
|
|
PythonGetPixel = "Devolve a cor do pixel (x,y)"
|
|
PythonGetrandbits = "Número inteiro aleatório com k bits"
|
|
PythonGrid = "Alterar visibilidade da grelha"
|
|
PythonHex = "Converter inteiro em hexadecimal"
|
|
PythonHist = "Desenhar o histograma de x"
|
|
PythonImportCmath = "Importar módulo cmath"
|
|
PythonImportIon = "Importar módulo ion"
|
|
PythonImportKandinsky = "Importar módulo kandinsky"
|
|
PythonImportRandom = "Importar módulo random"
|
|
PythonImportMath = "Importar módulo math"
|
|
PythonImportMatplotlibPyplot = "Importar módulo matplotlib.pyplot"
|
|
PythonImportNumpy = "Importar módulo ulab.numpy"
|
|
PythonImportScipy = "Importar módulo ulab.scipy"
|
|
PythonImportTime = "Importar módulo time"
|
|
PythonImportTurtle = "Importar módulo turtle"
|
|
PythonIndex = "Índice da primeira ocorrência de x"
|
|
PythonInput = "Adicionar um valor"
|
|
PythonInsert = "Inserir x no índice i na lista"
|
|
PythonInt = "Converter x num número inteiro"
|
|
PythonIonFunction = "Prefixo da função do módulo ion"
|
|
PythonIsFinite = "Verificar se x é finito"
|
|
PythonIsInfinite = "Verificar se x é infinito"
|
|
PythonIsKeyDown = "Devolve True se tecla k pressionada"
|
|
PythonBattery = "Retornar a voltagem da bateria"
|
|
PythonBatteryLevel = "Retornar nível de bateria"
|
|
PythonBatteryIscharging = "Retorne se a bateria estiver carregando"
|
|
PythonSetBrightness = "Definir nível de brilho"
|
|
PythonGetBrightness = "Obter nível de brilho"
|
|
PythonIsNaN = "Verificar se x é um NaN"
|
|
PythonKandinskyFunction = "Prefixo da função do módulo kandinsky"
|
|
PythonKeyLeft = "tecla SETA ESQUERDA"
|
|
PythonKeyUp = "tecla SETA CIMA "
|
|
PythonKeyDown = "tecla SETA BAIXO"
|
|
PythonKeyRight = "tecla SETA DIREITA"
|
|
PythonKeyOk = "tecla OK"
|
|
PythonKeyBack = "tecla VOLTAR"
|
|
PythonKeyHome = "tecla HOME"
|
|
PythonKeyOnOff = "tecla ON/OFF"
|
|
PythonKeyShift = "tecla SHIFT"
|
|
PythonKeyAlpha = "tecla ALPHA"
|
|
PythonKeyXnt = "tecla X,N,T"
|
|
PythonKeyVar = "tecla VAR"
|
|
PythonKeyToolbox = "tecla CAIXA DE FERRAMENTAS"
|
|
PythonKeyBackspace = "tecla APAGAR"
|
|
PythonKeyExp = "tecla EXPONENCIAL"
|
|
PythonKeyLn = "tecla LOGARITMO NATURAL"
|
|
PythonKeyLog = "tecla LOGARITMO DECIMAL"
|
|
PythonKeyImaginary = "tecla I IMAGINÁRIO"
|
|
PythonKeyComma = "tecla VÍRGULA"
|
|
PythonKeyPower = "tecla EXPOENTE"
|
|
PythonKeySine = "tecla SENO"
|
|
PythonKeyCosine = "tecla COSSENO"
|
|
PythonKeyTangent = "tecla TANGENTE"
|
|
PythonKeyPi = "tecla PI"
|
|
PythonKeySqrt = "tecla RAIZ QUADRADA"
|
|
PythonKeySquare = "tecla AO QUADRADO"
|
|
PythonKeySeven = "tecla 7"
|
|
PythonKeyEight = "tecla 8"
|
|
PythonKeyNine = "tecla 9"
|
|
PythonKeyLeftParenthesis = "tecla PARÊNTESE ESQUERDO"
|
|
PythonKeyRightParenthesis = "tecla PARÊNTESE DIREITO"
|
|
PythonKeyFour = "tecla 4"
|
|
PythonKeyFive = "tecla 5"
|
|
PythonKeySix = "tecla 6"
|
|
PythonKeyMultiplication = "tecla MULTIPLICAÇÃO"
|
|
PythonKeyDivision = "tecla DIVISÃO"
|
|
PythonKeyOne = "tecla 1"
|
|
PythonKeyTwo = "tecla 2"
|
|
PythonKeyThree = "tecla 3"
|
|
PythonKeyPlus = "tecla MAIS"
|
|
PythonKeyMinus = "tecla MENOS"
|
|
PythonKeyZero = "tecla 0"
|
|
PythonKeyDot = "tecla PONTO"
|
|
PythonKeyEe = "tecla 10 expoente X"
|
|
PythonKeyAns = "tecla ANS"
|
|
PythonKeyExe = "tecla EXE"
|
|
PythonLdexp = "Devolve x*(2**i), inverso de frexp"
|
|
PythonLength = "Comprimento de um objeto"
|
|
PythonLgamma = "Logaritmo da função gama"
|
|
PythonLog = "Logaritmo de base a"
|
|
PythonLog10 = "Logaritmo de base 10"
|
|
PythonLog2 = "Logaritmo de base 2"
|
|
PythonMathFunction = "Prefixo da função do módulo math"
|
|
PythonMatplotlibPyplotFunction = "Prefixo do módulo matplotlib.pyplot"
|
|
PythonMax = "Máximo"
|
|
PythonMin = "Mínimo"
|
|
PythonModf = "Partes inteira e frácionária de x"
|
|
PythonMonotonic = "Devolve o valor do relógio"
|
|
PythonNumpyFunction = "Prefixo do módulo numpy"
|
|
PythonNumpyFftFunction = "Prefixo do módulo numpy.fft"
|
|
PythonNumpyLinalgFunction = "Prefixo do módulo numpy.linalg"
|
|
PythonScipyFunction = "Prefixo do módulo scipy"
|
|
PythonScipyLinalgFunction = "Prefixo do módulo scipy.linalg"
|
|
PythonScipyOptimizeFunction = "Prefixo do módulo scipy.optimize"
|
|
PythonScipySignalFunction = "Prefixo do módulo scipy.signal"
|
|
PythonScipySpecialFunction = "Prefixo do módulo scipy.special"
|
|
PythonOct = "Converter número inteiro em octal"
|
|
PythonPhase = "Argumento de z"
|
|
PythonPlot = "Desenhar y em função de x"
|
|
PythonPolar = "z em coordenadas polares"
|
|
PythonPop = "Remover o último item"
|
|
PythonPower = "x levantado a y"
|
|
PythonPrint = "Mostrar o objeto"
|
|
PythonRadians = "Converter x de graus para radianos"
|
|
PythonRandint = "Número inteiro aleatório em [a,b]"
|
|
PythonRandom = "Número decimal em [0,1["
|
|
PythonRandomFunction = "Prefixo da função do módulo random"
|
|
PythonRandrange = "Número aleatório em [start,stop-1]"
|
|
PythonRangeStartStop = "Lista de start a stop-1"
|
|
PythonRangeStop = "Lista de 0 a stop-1"
|
|
PythonRect = "Converter para coordenadas cartesianas"
|
|
PythonRemove = "Remover a primeira ocorrência de x"
|
|
PythonReverse = "Inverter os elementos da lista"
|
|
PythonRound = "Arredondar para n dígitos"
|
|
PythonScatter = "Gráfico de dispersão (x,y)"
|
|
PythonSeed = "Iniciar gerador aleatório"
|
|
PythonSetPixel = "Cor do pixel (x,y)"
|
|
PythonShow = "Mostrar a figura"
|
|
PythonSin = "Seno"
|
|
PythonSinh = "Seno hiperbólico"
|
|
PythonSleep = "Suspender a execução por t segundos"
|
|
PythonLocalTime = "Convert o tempo em tupla"
|
|
PythonMktime = "Convert tuple em tempo"
|
|
PythonTime = "Obter o estamp de tempo atual"
|
|
PythonSetLocaltime = "Definir tempo a partir de uma tupla"
|
|
PythonRTCmode = "Obter o modo RTC atual"
|
|
PythonSetRTCmode = "Definir o modo RTC"
|
|
PythonSort = "Ordenar a lista"
|
|
PythonSqrt = "Raiz quadrada"
|
|
PythonSum = "Soma dos itens da lista"
|
|
PythonTan = "Tangente"
|
|
PythonTanh = "Tangente hiperbólica"
|
|
PythonText = "Mostrar um texto em (x,y)"
|
|
PythonTimeFunction = "Prefixo da função do módulo time"
|
|
PythonTrunc = "x truncado a um número inteiro"
|
|
PythonTurtleBackward = "Recuar x pixels"
|
|
PythonTurtleCircle = "Circunferência de raio r pixels"
|
|
PythonTurtleColor = "Definir a cor da caneta"
|
|
PythonTurtleColorMode = "Define modo de cor para 1.0 ou 255"
|
|
PythonTurtleForward = "Avançar x pixels"
|
|
PythonTurtleFunction = "Prefixo da função do módulo turtle"
|
|
PythonTurtleGoto = "Ir paras as coordenadas (x,y)"
|
|
PythonTurtleHeading = "Voltar para a orientação atual"
|
|
PythonTurtleHideturtle = "Esconder o turtle"
|
|
PythonTurtleIsdown = "True se a caneta está pressionada"
|
|
PythonTurtleLeft = "Vira à esquerda por a graus"
|
|
PythonTurtlePendown = "Puxar a caneta para baixo"
|
|
PythonTurtlePensize = "Definir a espessura para x pixels"
|
|
PythonTurtlePenup = "Puxar a caneta para cima"
|
|
PythonTurtlePosition = "Devolve a posição atual (x,y)"
|
|
PythonTurtleReset = "Reiniciar o desenho"
|
|
PythonTurtleRight = "Virar à esquerda por a graus"
|
|
PythonTurtleSetheading = "Definir a orientação por a graus"
|
|
PythonTurtleShowturtle = "Mostrar o turtle"
|
|
PythonTurtleSpeed = "Velocidade do desenho entre 0 e 10"
|
|
PythonTurtleWrite = "Mostrar um texto"
|
|
PythonUniform = "Número decimal em [a,b]"
|
|
PythonImportTime = "Import time module"
|
|
PythonImportOs = "Import os module"
|
|
PythonOsUname = " Obter informações do sistema"
|
|
PythonOsGetlogin = "Get username"
|
|
PythonOsRemove = "Remover um ficheiro"
|
|
PythonOsRename = "Renomear ficheiro"
|
|
PythonOsListdir = "Listar ficheiros"
|
|
PythonImportSys = "Import 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)"
|
|
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 = "Importando ulab.utils"
|
|
PythonUtilsFunction = "prefixo de função do módulo utils"
|