[apps/graph/i18n] Add x, t, θ interval

This commit is contained in:
Ruben Dashyan
2019-09-02 16:47:11 +02:00
parent dd0be4471c
commit bb7fa9dfe6
5 changed files with 15 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"