From 522ecead7b164ddeb1ea447bbde27ab943905126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Tue, 26 Mar 2019 15:30:49 +0100 Subject: [PATCH] [apps/toolbox] Matrix > Identity command --- apps/math_toolbox.cpp | 1 + apps/shared.universal.i18n | 1 + apps/toolbox.de.i18n | 1 + apps/toolbox.en.i18n | 1 + apps/toolbox.es.i18n | 1 + apps/toolbox.fr.i18n | 1 + apps/toolbox.pt.i18n | 1 + 7 files changed, 7 insertions(+) diff --git a/apps/math_toolbox.cpp b/apps/math_toolbox.cpp index 7145a6ea0..7d449d3c2 100644 --- a/apps/math_toolbox.cpp +++ b/apps/math_toolbox.cpp @@ -40,6 +40,7 @@ const ToolboxMessageTree arithmeticChildren[] = { #if MATRICES_ARE_DEFINED const ToolboxMessageTree matricesChildren[] = { ToolboxMessageTree::Leaf(I18n::Message::MatrixCommandWithArg, I18n::Message::NewMatrix, false, I18n::Message::MatrixCommand), + ToolboxMessageTree::Leaf(I18n::Message::IndentityCommandWithArg, I18n::Message::Identity), ToolboxMessageTree::Leaf(I18n::Message::InverseCommandWithArg, I18n::Message::Inverse), ToolboxMessageTree::Leaf(I18n::Message::DeterminantCommandWithArg, I18n::Message::Determinant), ToolboxMessageTree::Leaf(I18n::Message::TransposeCommandWithArg, I18n::Message::Transpose), diff --git a/apps/shared.universal.i18n b/apps/shared.universal.i18n index 89203d8b1..907f8f7f2 100644 --- a/apps/shared.universal.i18n +++ b/apps/shared.universal.i18n @@ -31,6 +31,7 @@ FloorCommandWithArg = "floor(x)" FracCommandWithArg = "frac(x)" GcdCommandWithArg = "gcd(p,q)" ImCommandWithArg = "im(z)" +IndentityCommandWithArg = "identity(n)" IntCommand = "int(\x11,x,\x11,\x11)" IntCommandWithArg = "int(f(x),x,a,b)" InverseCommandWithArg = "inverse(M)" diff --git a/apps/toolbox.de.i18n b/apps/toolbox.de.i18n index 77bdd6ffb..0de46ea75 100644 --- a/apps/toolbox.de.i18n +++ b/apps/toolbox.de.i18n @@ -8,6 +8,7 @@ Probability = "Kombinatorik" Arithmetic = "Arithmetik" Matrices = "Matrizen" NewMatrix = "Neue Matrix" +Identity = "Einheitsmatrix der Größe n" Lists = "Listen" HyperbolicTrigonometry = "Hyperbelfunktionen" Fluctuation = "Konfidenzintervall" diff --git a/apps/toolbox.en.i18n b/apps/toolbox.en.i18n index bd4e8208f..c1c01eb01 100644 --- a/apps/toolbox.en.i18n +++ b/apps/toolbox.en.i18n @@ -8,6 +8,7 @@ Probability = "Combinatorics" Arithmetic = "Arithmetic" Matrices = "Matrix" NewMatrix = "New matrix" +Identity = "Identity matrix of size n" Lists = "List" HyperbolicTrigonometry = "Hyperbolic trigonometry" Fluctuation = "Prediction Interval" diff --git a/apps/toolbox.es.i18n b/apps/toolbox.es.i18n index 0adb2df16..0274787b6 100644 --- a/apps/toolbox.es.i18n +++ b/apps/toolbox.es.i18n @@ -8,6 +8,7 @@ Probability = "Combinatoria" Arithmetic = "Aritmética" Matrices = "Matriz" NewMatrix = "Nueva matriz" +Identity = "Matriz identidad de tamaño n" Lists = "Listas" HyperbolicTrigonometry = "Trigonometría hiperbólica" Fluctuation = "Interval de predicción" diff --git a/apps/toolbox.fr.i18n b/apps/toolbox.fr.i18n index bc6440ddd..e167f94b9 100644 --- a/apps/toolbox.fr.i18n +++ b/apps/toolbox.fr.i18n @@ -8,6 +8,7 @@ Probability = "Dénombrement" Arithmetic = "Arithmétique" Matrices = "Matrices" NewMatrix = "Nouvelle matrice" +Identity = "Matrice identité de taille n" Lists = "Listes" HyperbolicTrigonometry = "Trigonométrie hyperbolique" Fluctuation = "Intervalle fluctuation" diff --git a/apps/toolbox.pt.i18n b/apps/toolbox.pt.i18n index d34e5dec9..8c0c72400 100644 --- a/apps/toolbox.pt.i18n +++ b/apps/toolbox.pt.i18n @@ -8,6 +8,7 @@ Probability = "Combinatoria" Arithmetic = "Aritmetica" Matrices = "Matrizes" NewMatrix = "Nova matriz" +Identity = "Matriz identidade de ordem n" Lists = "Listas" HyperbolicTrigonometry = "Funcoes hiperbolicas" Fluctuation = "Intervalo de confianca"