mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[i18n] Add messages for random menu in toolbox
This commit is contained in:
committed by
EmilieNumworks
parent
7aca44812e
commit
6401ce19ae
@@ -42,6 +42,8 @@ Prediction95CommandWithArg = "prediction95(p,n)"
|
||||
PredictionCommandWithArg = "prediction(p,n)"
|
||||
ProductCommandWithArg = "product(f(n),nmin,nmax)"
|
||||
QuoCommandWithArg = "quo(p,q)"
|
||||
RandintCommandWithArg = "randint(a,b)"
|
||||
RandomCommandWithArg = "random()"
|
||||
ReCommandWithArg = "re(z)"
|
||||
RegressionFormula = " D: y=ax+b "
|
||||
RemCommandWithArg = "rem(p,q)"
|
||||
|
||||
@@ -8,7 +8,6 @@ Probability = "Kombinatorik"
|
||||
Arithmetic = "Arithmetisch"
|
||||
Matrices = "Matrizen"
|
||||
Lists = "Listen"
|
||||
Approximation = "Approximation"
|
||||
HyperbolicTrigonometry = "Hyperbelfunktionen"
|
||||
Fluctuation = "Konfidenzintervall"
|
||||
DerivateNumber = "Ableitung"
|
||||
@@ -48,3 +47,6 @@ InverseHyperbolicTangent = "Areatangens hyperbolicus"
|
||||
Prediction95 = "Schwankungsbereich 95%"
|
||||
Prediction = "Einfaches Schwankungsbereich"
|
||||
Confidence = "Konfidenzintervall"
|
||||
RandomAndApproximation = "Zufall und Approximation"
|
||||
RandomFloat = "Dezimalzahl in [0,1["
|
||||
RandomInteger = "Zufällige ganze Zahl in [a,b]"
|
||||
|
||||
@@ -8,7 +8,6 @@ Probability = "Combinatorics"
|
||||
Arithmetic = "Arithmetic"
|
||||
Matrices = "Matrix"
|
||||
Lists = "List"
|
||||
Approximation = "Approximation"
|
||||
HyperbolicTrigonometry = "Hyperbolic trigonometry"
|
||||
Fluctuation = "Prediction Interval"
|
||||
DerivateNumber = "Derivative"
|
||||
@@ -48,3 +47,6 @@ InverseHyperbolicTangent = "Inverse hyperbolic tangent"
|
||||
Prediction95 = "Prediction interval 95%"
|
||||
Prediction = "Simple prediction interval"
|
||||
Confidence = "Confidence interval"
|
||||
RandomAndApproximation = "Random and approximation"
|
||||
RandomFloat = "Floating point number in [0,1["
|
||||
RandomInteger = "Random integer in [a,b]"
|
||||
|
||||
@@ -8,7 +8,6 @@ Probability = "Combinatoria"
|
||||
Arithmetic = "Aritmetica"
|
||||
Matrices = "Matriz"
|
||||
Lists = "Listas"
|
||||
Approximation = "Aproximacion"
|
||||
HyperbolicTrigonometry = "Trigonometria hiperbolica"
|
||||
Fluctuation = "Interval de prediccion"
|
||||
DerivateNumber = "Derivada"
|
||||
@@ -48,3 +47,6 @@ InverseHyperbolicTangent = "Argumento tangente hiperbolica"
|
||||
Prediction95 = "Intervalo de prediccion 95%"
|
||||
Prediction = "Intervalo de prediccion simple"
|
||||
Confidence = "Intervalo de confianza"
|
||||
RandomAndApproximation = "Aleatorio y aproximación"
|
||||
RandomFloat = "Número decimal en [0,1["
|
||||
RandomInteger = "Entero aleatorio en [a,b]"
|
||||
|
||||
@@ -8,7 +8,6 @@ Probability = "Denombrement"
|
||||
Arithmetic = "Arithmetique"
|
||||
Matrices = "Matrices"
|
||||
Lists = "Listes"
|
||||
Approximation = "Approximation"
|
||||
HyperbolicTrigonometry = "Trigonometrie hyperbolique"
|
||||
Fluctuation = "Intervalle fluctuation"
|
||||
DerivateNumber = "Nombre derive"
|
||||
@@ -48,3 +47,6 @@ InverseHyperbolicTangent = "Argument tangente hyperbolique"
|
||||
Prediction95 = "Intervalle fluctuation 95% (Term)"
|
||||
Prediction = "Intervalle fluctuation simple (2de)"
|
||||
Confidence = "Intervalle confiance"
|
||||
RandomAndApproximation = "Aléatoire et approximation"
|
||||
RandomFloat = "Nombre decimal dans [0,1["
|
||||
RandomInteger = "Entier aléatoire dans [a,b]"
|
||||
|
||||
@@ -8,7 +8,6 @@ Probability = "Combinatoria"
|
||||
Arithmetic = "Aritmetica"
|
||||
Matrices = "Matrizes"
|
||||
Lists = "Listas"
|
||||
Approximation = "Aproximacao"
|
||||
HyperbolicTrigonometry = "Funcoes hiperbolicas"
|
||||
Fluctuation = "Intervalo de confianca"
|
||||
DerivateNumber = "Derivada"
|
||||
@@ -48,3 +47,6 @@ InverseHyperbolicTangent = "Arco tangente hiperbolica"
|
||||
Prediction95 = "Intervalo de previsao 95%"
|
||||
Prediction = "Intervalo de previsao simples"
|
||||
Confidence = "Intervalo de confianca"
|
||||
RandomAndApproximation = "Aleatório e aproximação"
|
||||
RandomFloat = "Número decimal em [0,1["
|
||||
RandomInteger = "Inteiro aleatório em [a,b]"
|
||||
|
||||
Reference in New Issue
Block a user