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
25 lines
828 B
Plaintext
25 lines
828 B
Plaintext
ProbaApp = "Probabilites"
|
||
ProbaAppCapital = "PROBABILITES"
|
||
ChooseLaw = "Choisir le type de loi"
|
||
Binomial = "Binomiale"
|
||
Uniforme = "Uniforme"
|
||
Exponential = "Exponentielle"
|
||
Normal = "Normale"
|
||
Poisson = "Poisson"
|
||
BinomialLaw = "Loi binomiale"
|
||
UniformLaw = "Loi uniforme"
|
||
ExponentialLaw = "Loi exponentielle"
|
||
NormalLaw = "Loi normale"
|
||
PoissonLaw = "Loi de Poisson"
|
||
ChooseParameters = "Choisir les parametres"
|
||
RepetitionNumber = "n : Nombre de repetitions"
|
||
SuccessProbability = "p : Probabilite de succes"
|
||
IntervalDefinition = "[a,b] : Intervalle"
|
||
LambdaExponentialDefinition = "λ : Parametre"
|
||
MeanDefinition = "μ : Moyenne"
|
||
DeviationDefinition = "σ : Ecart type"
|
||
LambdaPoissonDefinition = "λ : Parametre"
|
||
ComputeProbability = "Calculer les probabilites"
|
||
ForbiddenValue = "Valeur interdite"
|
||
UndefinedValue = "Valeur non definie"
|