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 = "Valeur absolue"
|
|
NthRoot = "Racine n-ieme"
|
|
BasedLogarithm = "Logarithme base a"
|
|
Calculation = "Calculs"
|
|
ComplexNumber = "Nombres complexes"
|
|
Probability = "Denombrement"
|
|
Arithmetic = "Arithmetique"
|
|
Matrices = "Matrices"
|
|
Lists = "Listes"
|
|
Approximation = "Approximation"
|
|
HyperbolicTrigonometry = "Trigonometrie hyperbolique"
|
|
Fluctuation = "Intervalle fluctuation"
|
|
DerivateNumber = "Nombre derive"
|
|
Integral = "Integrale"
|
|
Sum = "Somme"
|
|
Product = "Produit"
|
|
ComplexAbsoluteValue = "Module"
|
|
Agument = "Argument"
|
|
ReelPart = "Partie reelle"
|
|
ImaginaryPart = "Partie imaginaire"
|
|
Conjugate = "Conjugue"
|
|
Combination = "k parmi n"
|
|
Permutation = "Arrangement"
|
|
GreatCommonDivisor = "PGCD"
|
|
LeastCommonMultiple = "PPCM"
|
|
Remainder = "Reste division p par q"
|
|
Quotient = "Quotient division p par q"
|
|
Inverse = "Inverse"
|
|
Determinant = "Determinant"
|
|
Transpose = "Transposee"
|
|
Trace = "Trace "
|
|
Dimension = "Taille"
|
|
Sort = "Tri croissant"
|
|
InvSort = "Tri decroissant"
|
|
Maximum = "Maximum"
|
|
Minimum = "Minimum"
|
|
Floor = "Partie entiere"
|
|
FracPart = "Partie fractionnaire"
|
|
Ceiling = "Plafond"
|
|
Rounding = "Arrondi n chiffres"
|
|
HyperbolicCosine = "Cosinus hyperbolique"
|
|
HyperbolicSine = "Sinus hyperbolique"
|
|
HyperbolicTangent = "Tangente hyperbolique"
|
|
InverseHyperbolicCosine = "Argument cosinus hyperbolique"
|
|
InverseHyperbolicSine = "Argument sinus hyperbolique"
|
|
InverseHyperbolicTangent = "Argument tangente hyperbolique"
|
|
Prediction95 = "Intervalle fluctuation 95% (Term)"
|
|
Prediction = "Intervalle fluctuation simple (2de)"
|
|
Confidence = "Intervalle confiance"
|