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
842 B
Plaintext
25 lines
842 B
Plaintext
ProbaApp = "Probability"
|
||
ProbaAppCapital = "PROBABILITY"
|
||
ChooseLaw = "Choose the distribution"
|
||
Binomial = "Binomial"
|
||
Uniforme = "Uniform"
|
||
Exponential = "Exponential"
|
||
Normal = "Normal"
|
||
Poisson = "Poisson"
|
||
BinomialLaw = "Binomial distribution"
|
||
UniformLaw = "Uniform distribution"
|
||
ExponentialLaw = "Exponential distribution"
|
||
NormalLaw = "Normal distribution"
|
||
PoissonLaw = "Poisson distribution"
|
||
ChooseParameters = "Choose parameters"
|
||
RepetitionNumber = "n: Number of trials"
|
||
SuccessProbability = "p: Success probability"
|
||
IntervalDefinition = "[a,b]: Interval"
|
||
LambdaExponentialDefinition = "λ: Rate parameter"
|
||
MeanDefinition = "μ: Mean"
|
||
DeviationDefinition = "σ: Standard deviation"
|
||
LambdaPoissonDefinition = "λ: Parameter"
|
||
ComputeProbability = "Calculate probabilities"
|
||
ForbiddenValue = "Forbidden value"
|
||
UndefinedValue = "Undefined value"
|