Files
Upsilon/apps/probability/base.fr.i18n
2019-04-12 15:16:52 +02:00

22 lines
749 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
ProbaApp = "Probabilités"
ProbaAppCapital = "PROBABILITÉS"
ChooseLaw = "Choisir le type de loi"
Binomial = "Binomiale"
Uniforme = "Uniforme"
Normal = "Normale"
Poisson = "Poisson"
BinomialLaw = "Loi binomiale"
UniformLaw = "Loi uniforme"
ExponentialLaw = "Loi exponentielle"
NormalLaw = "Loi normale"
PoissonLaw = "Loi de Poisson"
ChooseParameters = "Choisir les paramètres"
RepetitionNumber = "n : Nombre de répétitions"
SuccessProbability = "p : Probabilité de succès"
IntervalDefinition = "[a,b] : Intervalle"
LambdaExponentialDefinition = "λ : Paramètre"
MeanDefinition = "µ : Espérance ou moyenne"
DeviationDefinition = "σ : Écart type"
LambdaPoissonDefinition = "λ : Paramètre"
ComputeProbability = "Calculer les probabilités"