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
25 lines
868 B
Plaintext
25 lines
868 B
Plaintext
ProbaApp = "Wahrsch."
|
||
ProbaAppCapital = "WAHRSCHEINLICHKEIT"
|
||
ChooseLaw = "Wahlen Sie Verteilung"
|
||
Binomial = "Binomial"
|
||
Uniforme = "Uniform"
|
||
Exponential = "Exponential"
|
||
Normal = "Normal"
|
||
Poisson = "Poisson"
|
||
BinomialLaw = "Binomialverteilung"
|
||
UniformLaw = "Uniformverteilung"
|
||
ExponentialLaw = "Exponentialverteilung"
|
||
NormalLaw = "Normalverteilung"
|
||
PoissonLaw = "Poisson-Verteilung"
|
||
ChooseParameters = "Parameter auswahlen"
|
||
RepetitionNumber = "n : Anzahl der Versuche"
|
||
SuccessProbability = "p : Erfolgswahrscheinlichkeit"
|
||
IntervalDefinition = "[a,b] : Intervall"
|
||
LambdaExponentialDefinition = "λ : Parameter"
|
||
MeanDefinition = "μ : Erwartungswert"
|
||
DeviationDefinition = "σ : Standardabweichung"
|
||
LambdaPoissonDefinition = "λ : Parameter"
|
||
ComputeProbability = "Die Wahrscheinlichkeiten berechnen"
|
||
ForbiddenValue = "Verbotener Wert"
|
||
UndefinedValue = "Undefinierter Wert"
|