From bb7fa9dfe6d461a2b6a97b6572564360f493e875 Mon Sep 17 00:00:00 2001 From: Ruben Dashyan Date: Mon, 2 Sep 2019 16:47:11 +0200 Subject: [PATCH] =?UTF-8?q?[apps/graph/i18n]=20Add=20x,=20t,=20=CE=B8=20in?= =?UTF-8?q?terval?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/graph/base.de.i18n | 3 +++ apps/graph/base.en.i18n | 3 +++ apps/graph/base.es.i18n | 3 +++ apps/graph/base.fr.i18n | 3 +++ apps/graph/base.pt.i18n | 3 +++ 5 files changed, 15 insertions(+) diff --git a/apps/graph/base.de.i18n b/apps/graph/base.de.i18n index 54c0ef06f..0e0743c25 100644 --- a/apps/graph/base.de.i18n +++ b/apps/graph/base.de.i18n @@ -7,6 +7,9 @@ CurveType = "Bildungsgesetz der Kurve" CartesianType = "Kartesisch " PolarType = "Polar " ParametricType = "Parameter " +IntervalT = "t-te Intervall" +IntervalTheta = "θ-te Intervall" +IntervalX = "x-te Intervall" FunctionDomain = "Definitionsmenge" FunctionColor = "Farbe der Funktion" NoFunction = "Keine Funktion" diff --git a/apps/graph/base.en.i18n b/apps/graph/base.en.i18n index 2060d51e1..0be039a3a 100644 --- a/apps/graph/base.en.i18n +++ b/apps/graph/base.en.i18n @@ -7,6 +7,9 @@ CurveType = "Curve type" CartesianType = "Cartesian " PolarType = "Polar " ParametricType = "Parametric " +IntervalT = "t interval" +IntervalTheta = "θ interval" +IntervalX = "x interval" FunctionDomain = "Domain of definition" FunctionColor = "Function color" NoFunction = "No function" diff --git a/apps/graph/base.es.i18n b/apps/graph/base.es.i18n index 615e9e36b..1161d39f1 100644 --- a/apps/graph/base.es.i18n +++ b/apps/graph/base.es.i18n @@ -7,6 +7,9 @@ CurveType = "Tipo de curva" CartesianType = "Cartesiano " PolarType = "Polar " ParametricType = "Paramétrico " +IntervalT = "Intervalo t" +IntervalTheta = "Intervalo θ" +IntervalX = "Intervalo x" FunctionDomain = "Dominio de definición" FunctionColor = "Color de la funcion" NoFunction = "Ninguna función" diff --git a/apps/graph/base.fr.i18n b/apps/graph/base.fr.i18n index 2d8836b76..1be6739fa 100644 --- a/apps/graph/base.fr.i18n +++ b/apps/graph/base.fr.i18n @@ -7,6 +7,9 @@ CurveType = "Type de courbe" CartesianType = "Cartésien " PolarType = "Polaire " ParametricType = "Paramétrique " +IntervalT = "Intervalle t" +IntervalTheta = "Intervalle θ" +IntervalX = "Intervalle x" FunctionDomain = "Ensemble de définition" FunctionColor = "Couleur de la fonction" NoFunction = "Aucune fonction" diff --git a/apps/graph/base.pt.i18n b/apps/graph/base.pt.i18n index 8a464b5a7..a4d8028dc 100644 --- a/apps/graph/base.pt.i18n +++ b/apps/graph/base.pt.i18n @@ -7,6 +7,9 @@ CurveType = "Tipo de curva" CartesianType = "Cartesiano " PolarType = "Polar " ParametricType = "Paramétrico " +IntervalT = "Intervalo t" +IntervalTheta = "Intervalo θ" +IntervalX = "Intervalo x" FunctionDomain = "Domínio de definição" FunctionColor = "Cor da função" NoFunction = "Nenhuma função"