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 = "Instellingen"
|
|
SettingsAppCapital = "INSTELLINGEN"
|
|
AngleUnit = "Hoekmaat"
|
|
DisplayMode = "Resultaat formaat"
|
|
EditionMode = "Schrijfformaat"
|
|
EditionLinear = "Lineair "
|
|
Edition2D = "Natuurlijk "
|
|
ComplexFormat = "Complex formaat"
|
|
ExamMode = "Examenstand"
|
|
ExamModeActive = "Herstart examenstand"
|
|
ToDeactivateExamMode1 = "Om de examenstand te verlaten,"
|
|
ToDeactivateExamMode2 = "sluit de rekenmachine aan op"
|
|
ToDeactivateExamMode3 = "een computer of stopcontact."
|
|
# --------------------- Please do not edit these messages - Discuss with Leo (remove this later) ---------------------
|
|
ExamModeWarning1 = "Let op: naleving van de examenstand"
|
|
ExamModeWarning2 = "op deze onofficiële software wordt"
|
|
ExamModeWarning3 = "door NumWorks/Omega niet gegarandeerd."
|
|
AboutWarning1 = "Let op: je gebruikt een"
|
|
AboutWarning2 = "onofficiële softwareversie."
|
|
AboutWarning3 = "NumWorks is niet verantwoordelijk"
|
|
AboutWarning4 = "voor mogelijke resulterende schade"
|
|
# -----------------------------------------------------------------------------
|
|
About = "Over deze rekenmachine"
|
|
Degrees = "Graden "
|
|
Gradians = "Decimale graden "
|
|
Radian = "Radialen "
|
|
Decimal = "Decimaal "
|
|
Scientific = "Wetenschappelijk "
|
|
Engineering = "Engineering "
|
|
SignificantFigures = "Significante cijfers "
|
|
Real = "Reëel "
|
|
Cartesian = "Cartesisch "
|
|
Polar = "Polair "
|
|
Brightness = "Helderheid"
|
|
BrightnessSettings = "Helderheidsinstellingen"
|
|
SoftwareVersion = "Epsilon version"
|
|
UpsilonVersion = "Upsilon version"
|
|
OmegaVersion = "Omega version"
|
|
Username = "Name"
|
|
MicroPythonVersion = "µPython version"
|
|
FontSizes = "Python lettergrootte"
|
|
LargeFont = "Groot "
|
|
SmallFont = "Klein "
|
|
SerialNumber = "Serienummer"
|
|
UpdatePopUp = "Update pop-up"
|
|
BetaPopUp = "Bèta pop-up"
|
|
Contributors = "Contributors"
|
|
Battery = "Batterij"
|
|
Accessibility = "Accessibility"
|
|
AccessibilityInvertColors = "Invert colors"
|
|
AccessibilityMagnify = "Magnify"
|
|
AccessibilityGamma = "Gamma correction"
|
|
AccessibilityGammaRed = "Red gamma"
|
|
AccessibilityGammaGreen = "Green gamma"
|
|
AccessibilityGammaBlue = "Blue gamma"
|
|
MathOptions = "Math options"
|
|
SymbolMultiplication = "Multiply"
|
|
SymbolMultiplicationCross = "Cross "
|
|
SymbolMultiplicationMiddleDot = "Dot "
|
|
SymbolMultiplicationStar = "Star "
|
|
SymbolMultiplicationAutoSymbol = "Auto "
|
|
SymbolFunction = "Expression format "
|
|
SymbolDefaultFunction = "Default "
|
|
SymbolArgFunction = "Empty "
|
|
SymbolArgDefaultFunction = "Argument "
|
|
MemUse = "Memory"
|
|
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 = "Syntax Highlighting"
|
|
CursorSaving = "Cursor opslaan"
|
|
USBExplanation1 = "USB-beveiliging beschermt uw"
|
|
USBExplanation2 = "rekenmachine tegen"
|
|
USBExplanation3 = "onbedoelde vergrendeling"
|
|
USBProtection = "USB-beveiliging"
|
|
USBProtectionLevel = "Updates geaccepteerd"
|
|
USBDefaultLevel = "Gebaseerd op Upsilon"
|
|
USBLowLevel = "Op basis van Omega"
|
|
USBParanoidLevel = "Geen"
|
|
Normal = "Normaal"
|
|
IdleTimeBeforeDimming = "Donkerder maken na (s)"
|
|
IdleTimeBeforeSuspend = "Suspend after (s)"
|
|
BrightnessShortcut = "Snelkoppelingsstappen"
|