diff --git a/apps/shared.universal.i18n b/apps/shared.universal.i18n index 5ab160c94..0de6ed27b 100644 --- a/apps/shared.universal.i18n +++ b/apps/shared.universal.i18n @@ -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)" diff --git a/apps/toolbox.de.i18n b/apps/toolbox.de.i18n index a8b6fd1b6..6620d7504 100644 --- a/apps/toolbox.de.i18n +++ b/apps/toolbox.de.i18n @@ -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]" diff --git a/apps/toolbox.en.i18n b/apps/toolbox.en.i18n index b1a6e3533..59ef91eef 100644 --- a/apps/toolbox.en.i18n +++ b/apps/toolbox.en.i18n @@ -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]" diff --git a/apps/toolbox.es.i18n b/apps/toolbox.es.i18n index 90ecf326a..5ac0473fc 100644 --- a/apps/toolbox.es.i18n +++ b/apps/toolbox.es.i18n @@ -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]" diff --git a/apps/toolbox.fr.i18n b/apps/toolbox.fr.i18n index d8cb4b190..1e8578193 100644 --- a/apps/toolbox.fr.i18n +++ b/apps/toolbox.fr.i18n @@ -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]" diff --git a/apps/toolbox.pt.i18n b/apps/toolbox.pt.i18n index aa1ad1d81..18164f8b9 100644 --- a/apps/toolbox.pt.i18n +++ b/apps/toolbox.pt.i18n @@ -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]"