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 = "Configuración"
|
|
SettingsAppCapital = "CONFIGURACIÓN"
|
|
AngleUnit = "Medida del ángulo"
|
|
DisplayMode = "Formato resultado"
|
|
EditionMode = "Formato escritura"
|
|
EditionLinear = "En línea "
|
|
Edition2D = "Natural "
|
|
ComplexFormat = "Forma compleja"
|
|
ExamMode = "Modo examen"
|
|
ExamModeActive = "Reactivar el modo examen"
|
|
ToDeactivateExamMode1 = "Para desactivar el modo examen,"
|
|
ToDeactivateExamMode2 = "conecte la calculadora a un ordenador"
|
|
ToDeactivateExamMode3 = "o a un enchufe eléctrico."
|
|
# --------------------- Please do not edit these messages ---------------------
|
|
ExamModeWarning1 = "Caution: compliance of this"
|
|
ExamModeWarning2 = "unofficial software's exam mode"
|
|
ExamModeWarning3 = "is not guaranteed by NumWorks/Omega."
|
|
AboutWarning1 = "Caution: you're using an"
|
|
AboutWarning2 = "unofficial software version."
|
|
AboutWarning3 = "NumWorks can't be held responsible"
|
|
AboutWarning4 = "for any resulting damage."
|
|
# -----------------------------------------------------------------------------
|
|
About = "Acerca"
|
|
Degrees = "Grados "
|
|
Gradians = "Gradianes "
|
|
Radian = "Radianes "
|
|
Engineering = "Ingeniería "
|
|
Decimal = "Decimal "
|
|
Scientific = "Científico "
|
|
SignificantFigures = "Cifras significativas "
|
|
Real = "Real "
|
|
Cartesian = "Binómica "
|
|
Polar = "Polar "
|
|
Brightness = "Brillo"
|
|
BrightnessSettings = "Configuración de brillo"
|
|
SoftwareVersion = "Versión de Epsilon"
|
|
UpsilonVersion = "Versión de Upsilon"
|
|
OmegaVersion = "Versión de Omega"
|
|
Username = "Apellido"
|
|
MicroPythonVersion = "Version de µPython"
|
|
FontSizes = "Tipografía Python"
|
|
LargeFont = "Grande "
|
|
SmallFont = "Pequeño "
|
|
SerialNumber = "Número serie"
|
|
UpdatePopUp = "Pop-up de actualización"
|
|
BetaPopUp = "Beta pop-up"
|
|
Contributors = "Contribuyentes"
|
|
Battery = "Batería"
|
|
Accessibility = "Accesibilidad"
|
|
AccessibilityInvertColors = "Colores invertidos"
|
|
AccessibilityMagnify = "Lupa"
|
|
AccessibilityGamma = "Corrección gamma"
|
|
AccessibilityGammaRed = "Gamma roja"
|
|
AccessibilityGammaGreen = "Gamma verde"
|
|
AccessibilityGammaBlue = "Gamma azul"
|
|
MathOptions = "Matemáticas"
|
|
SymbolMultiplication = "Multiplicación"
|
|
SymbolMultiplicationCross = "Contrariar "
|
|
SymbolMultiplicationMiddleDot = "Punto "
|
|
SymbolMultiplicationStar = "Estrella "
|
|
SymbolMultiplicationAutoSymbol = "Auto "
|
|
SymbolFunction = "Formato expresión "
|
|
SymbolDefaultFunction = "Defecto "
|
|
SymbolArgFunction = "Vacío "
|
|
SymbolArgDefaultFunction = "Argumento "
|
|
MemUse = "Memoria"
|
|
DateTime = "Fecha/Hora"
|
|
ActivateClock = "Activar el reloj"
|
|
Date = "Fecha"
|
|
Time = "Hora"
|
|
RTCWarning1 = "Activar el reloj gasta la batería más rápido"
|
|
RTCWarning2 = "cuando la calculadora está apagada."
|
|
SyntaxHighlighting = "Resaltado de sintaxis"
|
|
CursorSaving = "Ahorro de cursor"
|
|
USBExplanation1 = "La protección USB protege"
|
|
USBExplanation2 = "su calculadora del"
|
|
USBExplanation3 = "bloqueo involuntario"
|
|
USBProtection = "Protección USB"
|
|
USBProtectionLevel = "Actualizaciones aceptadas"
|
|
USBDefaultLevel = "Basado en Upsilon"
|
|
USBLowLevel = "Basado en Omega"
|
|
USBParanoidLevel = "Ninguno"
|
|
Normal = "Normal"
|
|
IdleTimeBeforeDimming = "Oscurecer después de (s)"
|
|
IdleTimeBeforeSuspend = "Suspender después de (s)"
|
|
BrightnessShortcut = "Pasos de acceso directo"
|