mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
* Added backlight settings * Changed location of the brightness setting * Fix row size of brightness settings * [apps/settings/brightness] Update translations * Fix dimmer * Update translations * [apps/settings] Add dimmer duration setting * [apps/settings] Ensure of the brightness level is greater than the dimmed brightness level * Make transition smooth * Removed transition time setting I personally think that this setting is completely useless except if you absolutely want a transition that is not smooth, which is weird. * Moved everything related to brightness in one submenu * Some refactoring * Update defaults * Removed unnecessary translation * [apps/settings] Fix Shift + Minus/Plus in settings * Apply suggestions from code review * [apps/shared] Remove a think that I don't know what it is * Apply review suggestions Co-authored-by: Joachim LF <joachimlf@pm.me> Co-authored-by: lolocomotive <lolocomotive181@gmail.com>
87 lines
3.1 KiB
Plaintext
87 lines
3.1 KiB
Plaintext
SettingsApp = "Definições"
|
|
SettingsAppCapital = "DEFINIÇÕES"
|
|
AngleUnit = "Valor do ângulo"
|
|
DisplayMode = "Formato numérico"
|
|
EditionMode = "Formato escrita "
|
|
EditionLinear = "Em linha "
|
|
Edition2D = "Natural "
|
|
ComplexFormat = "Complexos"
|
|
ExamMode = "Modo de exame"
|
|
ExamModeActive = "Reativar o modo de exame"
|
|
ToDeactivateExamMode1 = "Para desativar o modo de exame,"
|
|
ToDeactivateExamMode2 = "ligue a calculadora a um computador"
|
|
ToDeactivateExamMode3 = "ou a uma tomada elétrica."
|
|
# --------------------- Please do not edit these messages ---------------------
|
|
ExamModeWarning1 = "Cuidado: o software que está a utilizar"
|
|
ExamModeWarning2 = "não é oficial. A sua conformidade com o"
|
|
ExamModeWarning3 = "Modo de Exame não é garantida pela NumWorks/Omega."
|
|
AboutWarning1 = "Cuidado: está a usar uma"
|
|
AboutWarning2 = "versão não oficial do software."
|
|
AboutWarning3 = "A NumWorks não pode ser responsável"
|
|
AboutWarning4 = "por qualquer dano resultante."
|
|
# -----------------------------------------------------------------------------
|
|
About = "Acerca"
|
|
Degrees = "Graus "
|
|
Gradians = "Grados "
|
|
Radian = "Radianos "
|
|
Decimal = "Decimal "
|
|
Scientific = "Científico "
|
|
Engineering = "Engenharia "
|
|
SignificantFigures = "Alg. significativos "
|
|
Real = "Real "
|
|
Cartesian = "Cartesiana "
|
|
Polar = "Polar "
|
|
Brightness = "Brilho"
|
|
BrightnessSettings = "Configurações de brilho"
|
|
SoftwareVersion = "Versão do Epsilon"
|
|
UpsilonVersion = "Versão do Upsilon"
|
|
OmegaVersion = "Versão do Omega"
|
|
Username = "Nome"
|
|
MicroPythonVersion = "Versao do µPython"
|
|
FontSizes = "Tipografia Python"
|
|
LargeFont = "Grande "
|
|
SmallFont = "Pequeno "
|
|
SerialNumber = "Número serie"
|
|
UpdatePopUp = "Alertas de atualização"
|
|
BetaPopUp = "Beta pop-up"
|
|
Contributors = "Contribuidores"
|
|
Battery = "Bateria"
|
|
Accessibility = "Acessibilidade"
|
|
AccessibilityInvertColors = "Cores invertidas"
|
|
AccessibilityMagnify = "Lupa"
|
|
AccessibilityGamma = "Correção gama"
|
|
AccessibilityGammaRed = "Gama vermelha"
|
|
AccessibilityGammaGreen = "Gama verde"
|
|
AccessibilityGammaBlue = "Gama azul"
|
|
MathOptions = "Matemática"
|
|
SymbolMultiplication = "Multiplicação"
|
|
SymbolMultiplicationCross = "crómio "
|
|
SymbolMultiplicationMiddleDot = "ponto médio "
|
|
SymbolMultiplicationStar = "estrela "
|
|
SymbolMultiplicationAutoSymbol = "automático "
|
|
SymbolFunction = "Formato expressão "
|
|
SymbolDefaultFunction = "Padrão "
|
|
SymbolArgFunction = "Vazio "
|
|
SymbolArgDefaultFunction = "Argumento "
|
|
MemUse = "Memória"
|
|
DateTime = "Date/time"
|
|
ActivateClock = "Activate clock"
|
|
Date = "Date"
|
|
Time = "Time"
|
|
RTCWarning1 = "Enabling the clock drains the battery faster"
|
|
RTCWarning2 = "when the calculator is powered off."
|
|
SyntaxHighlighting = "Destaque da sintaxe"
|
|
CursorSaving = "Economia de cursor"
|
|
USBExplanation1 = "A proteção USB protege"
|
|
USBExplanation2 = "sua calculadora contra"
|
|
USBExplanation3 = "bloqueios não intencionais"
|
|
USBProtection = "Proteção USB"
|
|
USBProtectionLevel = "Atualizações aceitas"
|
|
USBDefaultLevel = "Baseado em Upsilon"
|
|
USBLowLevel = "Baseado em Ômega"
|
|
USBParanoidLevel = "Nenhum"
|
|
Normal = "Normal"
|
|
IdleTimeBeforeDimming = "Diminuir depois (s)"
|
|
IdleTimeBeforeSuspend = "Suspender depois (s)"
|
|
BrightnessShortcut = "Passos de atalho"
|