mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
A Python script aggregates all i18n files and merges them. We now can pick a list of locales to build in EPSILON_I18N_LANGUAGES
51 lines
1.5 KiB
Plaintext
51 lines
1.5 KiB
Plaintext
Toolbox = "Toolbox"
|
|
AbsoluteValue = "Betragsfunktion"
|
|
NthRoot = "n-te Wurzel"
|
|
BasedLogarithm = "Logarithmus zur Basis a"
|
|
Calculation = "Berechnung"
|
|
ComplexNumber = "Komplexen Zahlen"
|
|
Probability = "Kombinatorik"
|
|
Arithmetic = "Arithmetisch"
|
|
Matrices = "Matrizen"
|
|
Lists = "Listen"
|
|
Approximation = "Approximation"
|
|
HyperbolicTrigonometry = "Hyperbelfunktionen"
|
|
Fluctuation = "Konfidenzintervall"
|
|
DerivateNumber = "Ableitung"
|
|
Integral = "Integral"
|
|
Sum = "Summe"
|
|
Product = "Produkt"
|
|
ComplexAbsoluteValue = "Betrag"
|
|
Agument = "Argument"
|
|
ReelPart = "Realer Teil"
|
|
ImaginaryPart = "Imaginarer Teil"
|
|
Conjugate = "Konjugiert"
|
|
Combination = "Kombination"
|
|
Permutation = "Permutation"
|
|
GreatCommonDivisor = "ggT"
|
|
LeastCommonMultiple = "kgV"
|
|
Remainder = "Rest"
|
|
Quotient = "Ganzzahlquotient"
|
|
Inverse = "Inverse"
|
|
Determinant = "Determinante"
|
|
Transpose = "Transponierte"
|
|
Trace = "Spur"
|
|
Dimension = "Grosse"
|
|
Sort = "Sortieren aufsteigend"
|
|
InvSort = "Sortieren absteigend"
|
|
Maximum = "Maximalwert"
|
|
Minimum = "Mindestwert"
|
|
Floor = "Untergrenze"
|
|
FracPart = "Bruchanteil"
|
|
Ceiling = "Obergrenze"
|
|
Rounding = "Runden"
|
|
HyperbolicCosine = "Kosinus hyperbolicus"
|
|
HyperbolicSine = "Sinus hyperbolicus"
|
|
HyperbolicTangent = "Tangens hyperbolicus"
|
|
InverseHyperbolicCosine = "Areakosinus hyperbolicus"
|
|
InverseHyperbolicSine = "Areasinus hyperbolicus"
|
|
InverseHyperbolicTangent = "Areatangens hyperbolicus"
|
|
Prediction95 = "Schwankungsbereich 95%"
|
|
Prediction = "Einfaches Schwankungsbereich"
|
|
Confidence = "Konfidenzintervall"
|