mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] toolbox messages: fix some French messages
This commit is contained in:
committed by
LeaNumworks
parent
c7f15385a6
commit
70312fe82b
@@ -2,7 +2,7 @@ Toolbox = "Boîte à outils"
|
||||
AbsoluteValue = "Valeur absolue"
|
||||
NthRoot = "Racine n-ième"
|
||||
BasedLogarithm = "Logarithme base a"
|
||||
Calculation = "Calcul infinitésimal"
|
||||
Calculation = "Calcul"
|
||||
ComplexNumber = "Nombres complexes"
|
||||
Combinatorics = "Dénombrement"
|
||||
Arithmetic = "Arithmétique"
|
||||
@@ -25,8 +25,8 @@ Combination = "k parmi n"
|
||||
Permutation = "Arrangement"
|
||||
GreatCommonDivisor = "PGCD"
|
||||
LeastCommonMultiple = "PPCM"
|
||||
Remainder = "Reste dans division de p par q"
|
||||
Quotient = "Quotient dans division de p par q"
|
||||
Remainder = "Reste de la division de p par q"
|
||||
Quotient = "Quotient de la division de p par q"
|
||||
Inverse = "Inverse"
|
||||
Determinant = "Déterminant"
|
||||
Transpose = "Transposée"
|
||||
@@ -36,9 +36,9 @@ Sort = "Tri croissant"
|
||||
InvSort = "Tri décroissant"
|
||||
Maximum = "Maximum"
|
||||
Minimum = "Minimum"
|
||||
Floor = "Partie entière par défaut"
|
||||
Floor = "Partie entière"
|
||||
FracPart = "Partie fractionnaire"
|
||||
Ceiling = "Partie entière par excès"
|
||||
Ceiling = "Plafond"
|
||||
Rounding = "Arrondi à n décimales"
|
||||
HyperbolicCosine = "Cosinus hyperbolique"
|
||||
HyperbolicSine = "Sinus hyperbolique"
|
||||
@@ -50,8 +50,8 @@ Prediction95 = "Intervalle fluctuation 95% (Term)"
|
||||
Prediction = "Intervalle fluctuation simple (2de)"
|
||||
Confidence = "Intervalle de confiance"
|
||||
RandomAndApproximation = "Aléatoire et approximation"
|
||||
RandomFloat = "Nombre décimal dans [0;1["
|
||||
RandomInteger = "Entier aléatoire dans [a;b]"
|
||||
RandomFloat = "Nombre décimal dans [0,1["
|
||||
RandomInteger = "Entier aléatoire dans [a,b]"
|
||||
PrimeFactorDecomposition = "Décomposition en facteurs premiers"
|
||||
NormCDF = "P(X<a) où X suit N(μ,σ2)"
|
||||
NormCDF2 = "P(a<X<b) où X suit N(μ,σ2)"
|
||||
|
||||
Reference in New Issue
Block a user