diff --git a/apps/math_toolbox.cpp b/apps/math_toolbox.cpp index f33a0eaa0..ad82cb081 100644 --- a/apps/math_toolbox.cpp +++ b/apps/math_toolbox.cpp @@ -25,6 +25,7 @@ const ToolboxMessageTree calculChildren[] = { ToolboxMessageTree::Leaf(I18n::Message::IntCommandWithArg, I18n::Message::Integral, false, I18n::Message::IntCommand), ToolboxMessageTree::Leaf(I18n::Message::SumCommandWithArg, I18n::Message::Sum, false, I18n::Message::SumCommand), ToolboxMessageTree::Leaf(I18n::Message::ProductCommandWithArg, I18n::Message::Product, false, I18n::Message::ProductCommand), + ToolboxMessageTree::Leaf(I18n::Message::Infinity, I18n::Message::InfinityMessage, false, I18n::Message::Infinity), }; const ToolboxMessageTree complexChildren[] = { diff --git a/apps/shared.universal.i18n b/apps/shared.universal.i18n index 0e8426d04..97c75c00e 100644 --- a/apps/shared.universal.i18n +++ b/apps/shared.universal.i18n @@ -134,6 +134,7 @@ GcdCommandWithArg = "gcd(p,q)" Gon = "gon" ImCommandWithArg = "im(z)" IndentityCommandWithArg = "identity(n)" +Infinity = "infinity" IntCommand = "int(\x11,x,\x11,\x11)" IntCommandWithArg = "int(f(x),x,a,b)" InvBinomialCommandWithArg = "invbinom(a,n,p)" diff --git a/apps/toolbox.de.i18n b/apps/toolbox.de.i18n index 5edd075d3..577af7121 100644 --- a/apps/toolbox.de.i18n +++ b/apps/toolbox.de.i18n @@ -109,6 +109,7 @@ Identity = "Einheitsmatrix der Größe n" Lists = "Listen" HyperbolicTrigonometry = "Hyperbelfunktionen" Fluctuation = "Konfidenzintervall" +InfinityMessage = "Unendlich" DerivateNumber = "Ableitung" Integral = "Integral" Sum = "Summe" diff --git a/apps/toolbox.en.i18n b/apps/toolbox.en.i18n index 7e7f94ae8..7e2884136 100644 --- a/apps/toolbox.en.i18n +++ b/apps/toolbox.en.i18n @@ -110,6 +110,7 @@ Identity = "Identity matrix of size n" Lists = "List" HyperbolicTrigonometry = "Hyperbolic trigonometry" Fluctuation = "Prediction Interval" +InfinityMessage = "Infinity" DerivateNumber = "Derivative" Integral = "Integral" Sum = "Sum" diff --git a/apps/toolbox.es.i18n b/apps/toolbox.es.i18n index bf7aa1121..9c776a3bb 100644 --- a/apps/toolbox.es.i18n +++ b/apps/toolbox.es.i18n @@ -108,6 +108,7 @@ Identity = "Matriz identidad de tamaño n" Lists = "Listas" HyperbolicTrigonometry = "Trigonometría hiperbólica" Fluctuation = "Interval de predicción" +InfinityMessage = "Infinito" DerivateNumber = "Derivada" Integral = "Integral" Sum = "Suma" diff --git a/apps/toolbox.fr.i18n b/apps/toolbox.fr.i18n index 2fc7f9fd9..f33aa140f 100644 --- a/apps/toolbox.fr.i18n +++ b/apps/toolbox.fr.i18n @@ -114,6 +114,7 @@ Identity = "Matrice identité de taille n" Lists = "Listes" HyperbolicTrigonometry = "Trigonométrie hyperbolique" Fluctuation = "Intervalle de fluctuation" +InfinityMessage = "Infini" DerivateNumber = "Nombre derivé de f en a" Integral = "Intégrale de f sur [a;b]" Sum = "Somme" diff --git a/apps/toolbox.hu.i18n b/apps/toolbox.hu.i18n index 6a649d9ab..86e067efb 100644 --- a/apps/toolbox.hu.i18n +++ b/apps/toolbox.hu.i18n @@ -122,6 +122,7 @@ Identity = "n méretü azonosító mátrix" Lists = "Lista" HyperbolicTrigonometry = "Hiperbolikus trigonometria" Fluctuation = "Jósolt intervallum" +InfinityMessage = "Végtelen" DerivateNumber = "Származékos" Integral = "Integral" Sum = "Összeg" diff --git a/apps/toolbox.it.i18n b/apps/toolbox.it.i18n index 2db4534f3..56b219247 100644 --- a/apps/toolbox.it.i18n +++ b/apps/toolbox.it.i18n @@ -110,6 +110,7 @@ Identity = "Matrice identità di dimensione n" Lists = "Elenchi" HyperbolicTrigonometry = "Funzioni iperboliche" Fluctuation = "Intervallo di previsione" +InfinityMessage = "Infinito" DerivateNumber = "Derivata" Integral = "Integrale" Sum = "Somma" diff --git a/apps/toolbox.nl.i18n b/apps/toolbox.nl.i18n index d693ccddf..87562bf74 100644 --- a/apps/toolbox.nl.i18n +++ b/apps/toolbox.nl.i18n @@ -110,6 +110,7 @@ Identity = "Eenheidsmatrix van formaat n" Lists = "Lijst" HyperbolicTrigonometry = "Hyperbolische functies" Fluctuation = "Statistische intervallen" +InfinityMessage = "Eindeloos" DerivateNumber = "Afgeleide" Integral = "Integraal" Sum = "Som" diff --git a/apps/toolbox.pt.i18n b/apps/toolbox.pt.i18n index 2c1cf5a8f..af3f6c824 100644 --- a/apps/toolbox.pt.i18n +++ b/apps/toolbox.pt.i18n @@ -110,6 +110,7 @@ Identity = "Matriz identidade de ordem n" Lists = "Listas" HyperbolicTrigonometry = "Funções hiperbólicas" Fluctuation = "Intervalo de confiança" +InfinityMessage = "Infinito" DerivateNumber = "Derivada" Integral = "Integral" Sum = "Somatório"