mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +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 = "Absolute value"
|
|
NthRoot = "nth-root"
|
|
BasedLogarithm = "Logarithm to base a"
|
|
Calculation = "Calculation"
|
|
ComplexNumber = "Complex numbers"
|
|
Probability = "Combinatorics"
|
|
Arithmetic = "Arithmetic"
|
|
Matrices = "Matrix"
|
|
Lists = "List"
|
|
Approximation = "Approximation"
|
|
HyperbolicTrigonometry = "Hyperbolic trigonometry"
|
|
Fluctuation = "Prediction Interval"
|
|
DerivateNumber = "Derivative"
|
|
Integral = "Integral"
|
|
Sum = "Sum"
|
|
Product = "Product"
|
|
ComplexAbsoluteValue = "Absolute value"
|
|
Agument = "Argument"
|
|
ReelPart = "Real part"
|
|
ImaginaryPart = "Imaginary part"
|
|
Conjugate = "Conjugate"
|
|
Combination = "Combination"
|
|
Permutation = "Permutation"
|
|
GreatCommonDivisor = "GCD"
|
|
LeastCommonMultiple = "LCM"
|
|
Remainder = "Remainder division p by q"
|
|
Quotient = "Quotient division p by q"
|
|
Inverse = "Inverse"
|
|
Determinant = "Determinant"
|
|
Transpose = "Transpose"
|
|
Trace = "Trace"
|
|
Dimension = "Size"
|
|
Sort = "Sort ascending "
|
|
InvSort = "Sort descending"
|
|
Maximum = "Maximum"
|
|
Minimum = "Minimum"
|
|
Floor = "Floor"
|
|
FracPart = "Fractional part"
|
|
Ceiling = "Ceiling"
|
|
Rounding = "Rounding to n digits"
|
|
HyperbolicCosine = "Hyperbolic cosine"
|
|
HyperbolicSine = "Hyperbolic sine"
|
|
HyperbolicTangent = "Hyperbolic tangent"
|
|
InverseHyperbolicCosine = "Inverse hyperbolic cosine"
|
|
InverseHyperbolicSine = "Inverse hyperbolic sine"
|
|
InverseHyperbolicTangent = "Inverse hyperbolic tangent"
|
|
Prediction95 = "Prediction interval 95%"
|
|
Prediction = "Simple prediction interval"
|
|
Confidence = "Confidence interval"
|